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

12

/illumos-gate/usr/src/lib/libast/common/port/
H A Dastlicense.c138 KEY("notice"),
229 comment(Notice_t* notice, register Buffer_t* b, register char* s, register int n, int u) argument
236 cc = notice->cc[1];
241 PUT(b, notice->cc[n > 0 ? 0 : 1]);
244 PUT(b, notice->cc[n > 0 ? 1 : 2]);
278 expand(Notice_t* notice, register Buffer_t* b, const Item_t* item) argument
306 if ((c = lookup(key, x, t - x - 1)) >= 0 && (x = notice->item[c].data))
308 z = x + notice->item[c].size;
328 * generate a copright notice
332 copyright(Notice_t* notice, registe argument
396 Notice_t notice; local
[all...]
/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslog.conf33 *.err;kern.notice;auth.notice /dev/sysmsg
34 *.err;kern.debug;daemon.notice;mail.crit /var/adm/messages
43 #auth.notice ifdef(`LOGHOST', /var/log/authlog, @loghost)
/illumos-gate/usr/src/cmd/cron/
H A Delm.c76 * a notice points to an event. a notice has the following fields:
81 * isdummy = tells whether this notice points to a real event or
82 * is just a dummy notice (one that is used to "mark off"
84 * key = points back to the key that points to this notice,
86 * left = points to the notice immediately preceding this one.
87 * right = points to the notice immediately following this one.
89 struct notice { time_t time; struct
94 struct notice *left;
95 struct notice *righ
110 struct notice *notice; member in struct:key
[all...]
/illumos-gate/usr/src/cmd/avs/sdbc/etc/
H A Ddscfg_reconfigure.cluster.sh159 logger -p ${SYSLOG_FACILITY}.notice \
172 logger -p ${SYSLOG_FACILITY}.notice \
179 logger -p ${SYSLOG_FACILITY}.notice \
253 logger -p ${SYSLOG_FACILITY}.notice \
264 logger -p ${SYSLOG_FACILITY}.notice \
291 logger -p ${SYSLOG_FACILITY}.notice \
296 logger -p ${SYSLOG_FACILITY}.notice \
303 logger -p ${SYSLOG_FACILITY}.notice \
308 logger -p ${SYSLOG_FACILITY}.notice \
364 logger -p ${SYSLOG_FACILITY}.notice \
[all...]
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Disns_sched.h46 struct el_notice *notice; member in struct:el_key
H A Dsched.c92 fn = k->notice;
93 /* remove the dummy key and dummy notice */
109 n = k->notice->pred;
128 /* insert the dummy notice */
153 * nlim - Limit number of each notice.
185 /* first dummy notice */
203 k->notice = n;
215 /* create notice list, key list & index list */
236 k->notice = n;
246 /* last dummy notice */
[all...]
/illumos-gate/usr/src/uts/sun4u/sunfire/ml/
H A Dfhc_asm.s91 nop ! eventually the master will notice
/illumos-gate/usr/src/boot/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
H A Dbtxv86.s6 # permitted provided that the above copyright notice and this
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dpxetramp.s6 # permitted provided that the above copyright notice and this
/illumos-gate/usr/src/cmd/plockstat/
H A Dplockstat.c435 notice(const char *fmt, ...) function
663 notice("pid %d: %s\n", pid, msg);
678 notice("pid %d terminated by %s\n", pid,
682 notice("pid %d exited with status %d\n",
685 notice("pid %d has exited\n", pid);
691 notice("pid %d exec'd a set-id or unobservable program\n", pid);
/illumos-gate/usr/src/cmd/acct/
H A Drunacct.sh96 echo "\n\n\n\n\n********** SYSTEM ACCOUNTING STARTED `date` **********\n\n\n\n\n" | logger -p daemon.notice
105 echo "\n\n\n\n\n********** SYSTEM ACCOUNTING RESTARTED `date` **********\n\n\n\n\n" | logger -p daemon.notice
115 echo "\n\n\n\n\n********** SYSTEM ACCOUNTING RESTARTED `date` **********\n\n\n\n\n" | logger -p daemon.notice
364 echo "********** SYSTEM ACCOUNTING COMPLETED `date` **********" | logger -p daemon.notice
/illumos-gate/usr/src/lib/libbsm/
H A Dauditxml152 my $notice = $genNotice;
153 $notice =~ s/\n/\n * /gs;
154 $notice =~ s/\s+\n/\n/gs;
157 * $notice
341 my $notice = $genNotice;
342 $notice =~ s/\n/\n * /gs;
343 $notice =~ s/\s+\n/\n/gs;
356 * $notice
540 * notice as needed for the Solaris Audit project.
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_saa_events.c47 ibmf_saa_process_subnet_event(saa_port_t *saa_portp, ib_mad_notice_t *notice);
53 * four notice producer types.
117 * now subscribe/unsubscribe for each of the notice producer types;
445 * producer_type for subscriptions, indicates the notice producer type that was
685 * Called when the ibmf_saa is notified of a forwarded notice. Converts the
686 * notice into an ibmf_saa_event_details structure and calls
691 * notice notice that was forwarded from SA
700 ibmf_saa_process_subnet_event(saa_port_t *saa_portp, ib_mad_notice_t *notice) argument
712 tnf_opaque, trap_number, notice
[all...]
/illumos-gate/usr/src/lib/libpp/common/
H A Dppproto.c55 #define MAGICOFF "noticed" /* no notice if found in pragma */
57 #define NOTICED "Copyright" /* no notice if found in magic */
58 #define PUBLICDOMAIN "Public Domain" /* no notice if found in magic */
2119 * notice !=0 copyright notice info commented at the top
2120 * options !=0 additional notice name=value pairs, space or ; separated
2125 pppopen(char* file, int fd, char* notice, char* options, char* package, char* comment, int flags) argument
2194 notice = options = 0;
2229 if (!notice && !options || (comlen = astlicense(com, sizeof(com), NiL, "type=check", proto->cc[0], proto->cc[1], proto->cc[2])) <= 0)
2254 notice
[all...]
/illumos-gate/usr/src/common/mpi/
H A DTHIRDPARTYLICENSE31 * decision by deleting the provisions above and replace them with the notice
69 * decision by deleting the provisions above and replace them with the notice
106 * decision by deleting the provisions above and replace them with the notice
143 * decision by deleting the provisions above and replace them with the notice
181 * decision by deleting the provisions above and replace them with the notice
217 * decision by deleting the provisions above and replace them with the notice
256 * decision by deleting the provisions above and replace them with the notice
292 * decision by deleting the provisions above and replace them with the notice
/illumos-gate/usr/src/lib/libadt_jni/
H A Dauditxml_jni169 my $notice = $genNotice;
170 $notice =~ s/\n/\n * /gs;
171 $notice =~ s/\s+\n/\n/gs;
174 * $notice
189 * $notice
293 * $notice
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dutils.c9 * notice appears in all copies.
22 * provided that the above copyright notice and this paragraph are
720 * notice - log a notice-level message.
723 notice __V((const char *fmt, ...)) function
846 notice("Device %s is locked by pid %d", dev, result);
914 notice("Removed stale lock on %s (pid %d)", dev, pid);
919 notice("Device %s is locked by pid %d", dev, pid);
H A Dccp.c12 * notice appears in all copies. This software is provided without any
417 notice("Compression disabled by peer.");
497 notice("peer has erroneously rejected CCP Reset-Ack");
1233 notice("%s compression enabled", method_name(go, ho));
1236 notice("%s / %s compression enabled",
1240 notice("%s receive decompression enabled", method_name(go, NULL));
1242 notice("%s transmit compression enabled", method_name(ho, NULL));
H A Ddemand.c11 * provided that the above copyright notice and this paragraph are
362 notice("%s: no active test; bringing up link", protp->name);
367 notice("%s: active test; bringing up link", protp->name);
/illumos-gate/usr/src/boot/sys/boot/usb/
H A Dusbcore.mk16 # notice, this list of conditions and the following disclaimer.
18 # notice, this list of conditions and the following disclaimer in the
/illumos-gate/usr/src/cmd/dtrace/
H A Ddtrace.c240 notice(const char *fmt, ...) function
245 return; /* -q or quiet pragma suppresses notice()s */
570 notice("%s '%s' matched %u probe%s\n",
756 notice("pid %d: %s\n", pid, msg);
771 notice("pid %d terminated by %s\n", pid,
775 notice("pid %d exited with status %d\n",
778 notice("pid %d has exited\n", pid);
784 notice("pid %d exec'd a set-id or unobservable program\n", pid);
1656 * These messages would use notice() rather than error(), but
1779 notice("allowin
[all...]
/illumos-gate/usr/src/boot/sys/boot/i386/cdboot/
H A Dcdboot.S9 # notice, this list of conditions and the following disclaimer.
11 # notice, this list of conditions and the following disclaimer in the
/illumos-gate/usr/src/boot/sys/boot/i386/pmbr/
H A Dpmbr.s10 # notice, this list of conditions and the following disclaimer.
12 # notice, this list of conditions and the following disclaimer in the

Completed in 123 milliseconds

12