Searched defs:notify (Results 1 - 25 of 57) sorted by relevance

123

/illumos-gate/usr/src/cmd/initpkg/
H A Dshutdown.sh43 notify() { function
176 (notify \
203 notify "False Alarm: The system ${NODENAME} will not be brought down."
212 (notify \
/illumos-gate/usr/src/lib/libmail/common/
H A Dnotifyu.c53 notify(char *user, char *msg, int check_mesg_y, char *etcdir) function
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dnotify.c93 ** notify() - NOTIFY USER OF FINISHED REQUEST
97 notify(register RSTATUS *prs, char *errbuf, int k, int e, int slow) function
/illumos-gate/usr/src/lib/libcmd/common/
H A Dchmod.c162 int notify = 0; local
183 notify = 1;
200 notify = 2;
281 if (notify == 2 || notify == 1 && (mode&S_IPERM) != (ent->fts_statp->st_mode&S_IPERM))
/illumos-gate/usr/src/cmd/fs.d/nfs/clear_locks/
H A Dclear_locks.c164 struct nlm_notify notify; local
167 notify.state = 0;
168 notify.name = client;
170 xdr_nlm_notify, (char *)&notify, xdr_void, 0, NULL);
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelSessionUtil.c96 CK_NOTIFY notify, CK_ULONG *sessionhandle_p)
112 new_sp->Notify = notify;
95 kernel_add_session(CK_SLOT_ID slotID, CK_FLAGS flags, CK_VOID_PTR pApplication, CK_NOTIFY notify, CK_ULONG *sessionhandle_p) argument
/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_cmp.c57 * number of retries to notify registered targets in case target list
212 /* notify other targets */
298 boolean_t notify = B_TRUE; local
306 notify = B_FALSE;
322 /* notify all targets */
323 if (notify) {
336 boolean_t notify = B_TRUE; local
344 notify = B_FALSE;
360 /* notify all targets */
361 if (notify) {
[all...]
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dshcmd.h62 unsigned char notify; member in struct:Shbltin_s
90 (sh_context(c)->notify = ((flg)&ERROR_NOTIFY)?1:0);} while(0)
/illumos-gate/usr/src/lib/libast/common/include/
H A Dshcmd.h53 unsigned char notify; member in struct:Shbltin_s
81 (sh_context(c)->notify = ((flg)&ERROR_NOTIFY)?1:0);} while(0)
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dshcmd.h62 unsigned char notify; member in struct:Shbltin_s
90 (sh_context(c)->notify = ((flg)&ERROR_NOTIFY)?1:0);} while(0)
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dshcmd.h62 unsigned char notify; member in struct:Shbltin_s
90 (sh_context(c)->notify = ((flg)&ERROR_NOTIFY)?1:0);} while(0)
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dshcmd.h62 unsigned char notify; member in struct:Shbltin_s
90 (sh_context(c)->notify = ((flg)&ERROR_NOTIFY)?1:0);} while(0)
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSessionUtil.c107 CK_NOTIFY notify, CK_ULONG *sessionhandle_p)
120 new_sp->Notify = notify;
106 soft_add_session(CK_FLAGS flags, CK_VOID_PTR pApplication, CK_NOTIFY notify, CK_ULONG *sessionhandle_p) argument
/illumos-gate/usr/src/cmd/vi/port/
H A Dexpreserve.c90 void notify(int, unsigned char *, int, int);
326 notify(H.Uid, H.Savedfile, (int) name, H.encrypted);
398 notify(int uid, unsigned char *fname, int flag, int cryflag) function
/illumos-gate/usr/src/cmd/news/
H A Dnews.c97 void notify(char *);
154 late_news (notify, 0);
393 notify(char *s) function
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Ddocmd.c54 static void notify(char *file, char *rhost, struct namelist *to, time_t lmod);
235 notify(Tmpfile, rhost, sc->sc_args, 0);
571 notify(Tmpfile, NULL, sc->sc_args, lastmod);
674 notify(file, rhost, to, lmod) function
686 printf("notify ");
712 error("notify: \"%s\" failed\n", MAILCMD);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.comsat.c127 void notify(struct utmpx *utp, int offset);
274 notify(utp, offset);
280 notify(utp, offset) function
295 dsyslog(LOG_DEBUG, "notify %s on %s\n", utp->ut_name, tty);
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Drds_recv.c425 uint64_t notify = rs->rs_cong_notify; local
429 sizeof (notify), &notify);
434 rs->rs_cong_notify &= ~notify;
/illumos-gate/usr/src/uts/common/xen/io/
H A Devtchn_dev.c421 struct ioctl_evtchn_notify notify; local
423 if (copyin((void *)data, &notify, sizeof (notify))) {
428 if (notify.port >= NR_EVENT_CHANNELS) {
430 } else if (port_user[notify.port] != ep) {
433 ec_notify_via_evtchn(notify.port);
/illumos-gate/usr/src/uts/intel/io/dnet/
H A Ddnet_mii.c666 mii_start_portmon(mii_handle_t mac, mii_linkfunc_t notify, kmutex_t *lock) argument
670 mac->mii_linknotify = notify;
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_proc.c474 int notify = B_FALSE; local
610 notify = B_TRUE;
616 notify = B_TRUE;
632 if (notify)
637 * dpr_tid to indicate the control thread has exited, and notify any
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dctl_clnt.c339 destroy(struct ctl_cctx *ctx, int notify) { argument
379 if (notify && this->donefunc != NULL)
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DPrinter.java49 private String notify = null; field in class:Printer
349 notify = arg;
441 return (notify);
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpmain.c44 int notify = 0; /* notify operator flag */ variable
347 case 'n': /* notify operators */
348 notify++;
/illumos-gate/usr/src/cmd/bnu/
H A Dcntrl.c36 void notify(), lnotify(), unlinkdf(), arrived();
560 notify(mailopt, W_USER, rqstr, Rmtname, &msg[1]);
630 notify(mailopt, W_USER, rqstr, Rmtname, &msg[1]);
1016 notify(mailopt, W_USER, rqstr, Rmtname, &msg[1]);
1137 notify(mailopt, W_USER, rqstr, Rmtname,
1385 notify(mailopt, user, msgin, sys, msgcode) function
1416 * local notify
1626 * notify receiver of arrived file

Completed in 106 milliseconds

123