Searched defs:VAL (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/data/
H A Dsignals.c28 #define VAL(sig,mode) ((sig+1)|((mode)<<SH_SIGBITS)) macro
45 "ABRT", VAL(SIGABRT,SH_SIGDONE), S("Abort"),
48 "AIO", VAL(SIGAIO,SH_SIGIGNORE), S("Asynchronous I/O"),
51 "ALRM", VAL(SIGALRM,SH_SIGDONE), S("Alarm call"),
54 "ALRM1", VAL(SIGALRM1,SH_SIGDONE), S("Scheduling - reserved"),
57 "APOLLO", VAL(SIGAPOLLO,0), S("SIGAPOLLO"),
60 "BUS", VAL(SIGBUS,SH_SIGDONE), S("Bus error"),
63 "CANCEL", VAL(SIGCANCEL,SH_SIGIGNORE), S("Thread cancellation"),
66 "CHLD", VAL(SIGCHLD,SH_SIGFAULT), S("Death of Child"),
69 "CLD", VAL(SIGCL
[all...]
/illumos-gate/usr/src/boot/lib/libc/string/
H A Dmemset.c50 #define VAL 0 macro
59 #define VAL c0
88 *dst++ = VAL;
110 *dst++ = VAL;
125 *dst++ = VAL;
/illumos-gate/usr/src/cmd/ndmpstat/
H A Dndmpstat_main.c56 #define VAL(v) (new->ns_##v) macro
194 adjprintf(" %*u", 1, VAL(trun));
195 adjprintf(" %*u", 1, VAL(twait));
196 adjprintf(" %*u", 2, VAL(nbk));
197 adjprintf(" %*u", 2, VAL(nrs));

Completed in 1294 milliseconds