Searched refs:notice (Results 1 - 25 of 98) sorted by relevance

1234

/freebsd-10.0-release/contrib/ofed/management/infiniband-diags/src/
H A Dibsendtrap.c18 * copyright notice, this list of conditions and the following
22 * copyright notice, this list of conditions and the following
58 ib_mad_notice_attr_t notice; local
74 memset(&notice, 0, sizeof(notice));
75 notice.generic_type = 0x80 | IB_NOTICE_TYPE_INFO;
76 notice.g_or_v.generic.prod_type_lsb = cl_hton16(IB_NODE_TYPE_CA);
77 notice.g_or_v.generic.trap_num = cl_hton16(144);
78 notice.issuer_lid = cl_hton16(selfportid.lid);
79 notice
[all...]
/freebsd-10.0-release/libexec/bootpd/
H A Dsyslog.conf15 #*.err;kern.debug;auth.notice;user.none /dev/console
16 kern.debug;user,mail.crit;auth.notice /dev/console
19 #*.err;kern.debug;daemon,auth.notice;mail.crit;user.none /var/adm/messages
20 kern.debug;user,mail.crit;auth.notice /var/adm/messages
21 daemon.notice;syslog,news,uucp,cron.err /var/adm/messages
37 #auth.notice ifdef(`LOGHOST', /var/log/authlog, @loghost)
/freebsd-10.0-release/contrib/gcc/
H A Dcollect2.h45 extern void notice (const char *, ...) ATTRIBUTE_PRINTF_1;
H A Dprotoize.c77 static void notice (const char *, ...) ATTRIBUTE_PRINTF_1;
509 notice (const char *cmsgid, ...)
587 notice ("%s: error writing file '%s': %s\n",
632 notice ("%s: usage '%s [ -VqfnkN ] [ -i <istring> ] [ filename ... ]'\n",
635 notice ("%s: usage '%s [ -VqfnkNlgC ] [ -B <dirname> ] [ filename ... ]'\n",
737 notice ("%s: warning: no read access for file '%s'\n",
745 notice ("%s: warning: no write access for file '%s'\n",
753 notice ("%s: warning: no write access for dir containing '%s'\n",
1144 notice ("%s: invalid file name: %s\n",
1294 notice ("
508 notice (const char *cmsgid, ...) function
[all...]
/freebsd-10.0-release/etc/rc.d/
H A Dgptboot10 # notice, this list of conditions and the following disclaimer.
12 # notice, this list of conditions and the following disclaimer in the
56 logger -t gptboot -p local0.notice "Boot from ${part} failed."
73 done | logger -t gptboot -p local0.notice
H A Dbgfsck38 logger -p daemon.notice -t fsck &
/freebsd-10.0-release/contrib/bmake/mk/
H A Dlibnames.mk9 # the above copyright notice and this notice are
H A Dhost.libnames.mk9 # the above copyright notice and this notice are
H A Dinc.mk9 # the above copyright notice and this notice are
H A Dinit.mk9 # the above copyright notice and this notice are
H A Dlinks.mk9 # the above copyright notice and this notice are
H A Drst2htm.mk9 # the above copyright notice and this notice are
H A Dautoconf.mk9 # the above copyright notice and this notice are
H A Dinstall-new.mk9 # the above copyright notice and this notice are
H A Doptions.mk9 # the above copyright notice and this notice are
H A Dsrctop.mk9 # the above copyright notice and this notice are
H A Dsys.dependfile.mk9 # the above copyright notice and this notice are
H A Dtarget-flags.mk48 # the above copyright notice and this notice are
H A Dyacc.mk10 # the above copyright notice and this notice are
/freebsd-10.0-release/etc/
H A Dsyslog.conf8 *.err;kern.warning;auth.notice;mail.crit /dev/console
9 *.notice;authpriv.none;kern.debug;lpr.info;mail.crit;news.err /var/log/messages
30 # news.notice /var/log/news/news.notice
/freebsd-10.0-release/contrib/ofed/management/opensm/opensm/
H A Dosm_multicast.c17 * copyright notice, this list of conditions and the following
21 * copyright notice, this list of conditions and the following
101 ib_mad_notice_attr_t notice; local
104 notice.generic_type = 0x83; /* generic SubnMgt type */
105 ib_notice_set_prod_type_ho(&notice, 4); /* A Class Manager generator */
106 notice.g_or_v.generic.trap_num = CL_HTON16(num);
108 notice.issuer_lid = subn->sm_base_lid;
111 memcpy(&notice.data_details.ntc_64_67.gid,
116 notice.issuer_gid.unicast.prefix = subn->opt.subnet_prefix;
117 notice
[all...]
H A Dosm_drop_mgr.c18 * copyright notice, this list of conditions and the following
22 * copyright notice, this list of conditions and the following
170 ib_mad_notice_attr_t notice; local
231 /* issue a notice - trap 65 */
233 /* details of the notice */
234 notice.generic_type = 0x83; /* is generic subn mgt type */
235 ib_notice_set_prod_type_ho(&notice, 4); /* A class manager generator */
237 notice.g_or_v.generic.trap_num = CL_HTON16(65);
239 notice.issuer_lid = sm->p_subn->sm_base_lid;
244 memcpy(&(notice
[all...]
/freebsd-10.0-release/sys/boot/i386/btx/lib/
H A Dbtxcsu.S6 # permitted provided that the above copyright notice and this
H A Dbtxsys.s6 # permitted provided that the above copyright notice and this
/freebsd-10.0-release/sys/boot/i386/libi386/
H A Dpxetramp.s6 # permitted provided that the above copyright notice and this

Completed in 126 milliseconds

1234