/illumos-gate/usr/src/cmd/isns/isnsd/ |
H A D | isns_sched.h | 46 struct el_notice *notice; member in struct:el_key
|
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/ |
H A D | ibmf_saa_events.c | 47 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...] |
H A D | ibmf_saa_utils.c | 170 ib_mad_notice_t *notice = (ib_mad_notice_t *)record; local 173 notice, sizeof (ib_mad_notice_t)); 577 ib_mad_notice_t *notice = (ib_mad_notice_t *)record; local 579 ibmf_utils_pack_data("4c3s54c2L", notice, sizeof (ib_mad_notice_t),
|
/illumos-gate/usr/src/cmd/cron/ |
H A D | elm.c | 76 * 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/cmd-inet/usr.bin/pppd/ |
H A D | utils.c | 9 * 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);
|
/illumos-gate/usr/src/cmd/plockstat/ |
H A D | plockstat.c | 435 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/lib/libast/common/port/ |
H A D | astlicense.c | 138 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/lib/libpp/common/ |
H A D | ppproto.c | 55 #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/lib/libshare/common/ |
H A D | libsharecore.c | 59 static char *notice[DFSTAB_NOTICE_LINES] = { variable 155 * the do not modify notice if it doesn't exist. 172 strcmp(list->description, notice[0]) != 0) { 176 item->description = strdup(notice[i]);
|
/illumos-gate/usr/src/cmd/dtrace/ |
H A D | dtrace.c | 240 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...] |