Searched refs:notify (Results 1 - 25 of 30) sorted by relevance

12

/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfnotify.c30 int sfnotify(void(*notify)(Sfio_t*, int, void*))
32 int sfnotify(notify)
33 void (*notify)();
36 _Sfnotify = notify;
/osnet-11/usr/src/lib/libmail/inc/
H A Dlibmail.h60 extern void notify(char *user, char *msg, int check_mesg_y, char *etcdir);
78 extern void notify();
/osnet-11/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))
H A Dcmdinit.c45 ((Shbltin_t*)(context))->notify = 1;
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dshcmd.h70 unsigned char notify; member in struct:Shbltin_s
99 (sh_context(c)->notify = ((flg)&ERROR_NOTIFY)?1:0);} while(0)
/osnet-11/usr/src/lib/libast/common/include/
H A Dshcmd.h61 unsigned char notify; member in struct:Shbltin_s
90 (sh_context(c)->notify = ((flg)&ERROR_NOTIFY)?1:0);} while(0)
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dshcmd.h70 unsigned char notify; member in struct:Shbltin_s
99 (sh_context(c)->notify = ((flg)&ERROR_NOTIFY)?1:0);} while(0)
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dshcmd.h70 unsigned char notify; member in struct:Shbltin_s
99 (sh_context(c)->notify = ((flg)&ERROR_NOTIFY)?1:0);} while(0)
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dshcmd.h70 unsigned char notify; member in struct:Shbltin_s
99 (sh_context(c)->notify = ((flg)&ERROR_NOTIFY)?1:0);} while(0)
/osnet-11/usr/src/lib/libmail/common/
H A Dnotifyu.c53 notify(char *user, char *msg, int check_mesg_y, char *etcdir) function
/osnet-11/usr/src/lib/libshare_plugins/zfs/
H A Dlibshare_zfs.c594 * lack of permission. Otherwise notify shares when publish fails but not when
607 boolean_t notify = B_FALSE; local
630 notify = B_TRUE;
639 notify = B_TRUE;
656 notify = B_TRUE; /* all unpublish attempts succeeded */
658 if (notify) {
669 *notifyp = notify;
709 boolean_t notify; local
717 if ((rc = sa_zfs_get_share_state(notify_op, protos, &notify,
723 if (notify) {
[all...]
/osnet-11/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelSession.h166 CK_VOID_PTR pApplication, CK_NOTIFY notify, CK_ULONG *phSession);
H A DkernelSessionUtil.c94 CK_NOTIFY notify, CK_ULONG *sessionhandle_p)
110 new_sp->Notify = notify;
93 kernel_add_session(CK_SLOT_ID slotID, CK_FLAGS flags, CK_VOID_PTR pApplication, CK_NOTIFY notify, CK_ULONG *sessionhandle_p) argument
/osnet-11/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsSession.h175 CK_VOID_PTR pApplication, CK_NOTIFY notify, CK_ULONG *phSession);
H A DkmsSessionUtil.c115 CK_NOTIFY notify, CK_ULONG *sessionhandle_p)
129 new_sp->Notify = notify;
114 kms_add_session(CK_SLOT_ID slotID, CK_FLAGS flags, CK_VOID_PTR pApplication, CK_NOTIFY notify, CK_ULONG *sessionhandle_p) argument
/osnet-11/usr/src/lib/libast/common/port/
H A Dastconf.c285 Ast_confdisc_f notify; member in struct:State_s
461 if (state.notify)
462 (*state.notify)(NiL, NiL, state.data - state.prefix);
777 if (state.notify && !(*state.notify)(name, path, value))
802 if (state.notify && !streq(fp->value, value) && !(*state.notify)(name, path, value))
1387 Ast_confdisc_f notify; local
1393 notify = state.notify;
[all...]
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSession.h266 CK_NOTIFY notify, CK_ULONG *phSession);
H A DsoftSessionUtil.c112 CK_NOTIFY notify, CK_ULONG *sessionhandle_p)
125 new_sp->Notify = notify;
111 soft_add_session(CK_FLAGS flags, CK_VOID_PTR pApplication, CK_NOTIFY notify, CK_ULONG *sessionhandle_p) argument
/osnet-11/usr/src/lib/libc/port/aio/
H A Daio.c1217 int notify; local
1238 notify = 0;
1240 notify = 1;
1243 if (notify) {
1339 int notify = 0; local
1390 notify = 1;
1394 notify = 1;
1438 * prepare to notify the waiting thread.
1449 notify = 1;
1452 notify
[all...]
/osnet-11/usr/src/lib/libast/common/misc/
H A Dfts.c170 static Notify_t* notify; variable
1415 for (p = notify; p; p = p->next)
1574 np->next = notify;
1575 notify = np;
1579 for (np = notify, pp = 0; np; pp = np, np = np->next)
1585 notify = np->next;
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_proc.c470 int notify = B_FALSE; local
606 notify = B_TRUE;
612 notify = B_TRUE;
628 if (notify)
633 * dpr_tid to indicate the control thread has exited, and notify any
/osnet-11/usr/src/cmd/sendmail/src/
H A Ddeliver.c1756 char notify[MAXLINE]; local
1758 notify[0] = '\0';
1760 (void) sm_strlcat(notify, "SUCCESS,",
1761 sizeof(notify));
1763 (void) sm_strlcat(notify, "FAILURE,",
1764 sizeof(notify));
1766 (void) sm_strlcat(notify, "DELAY,",
1767 sizeof(notify));
1770 if (notify[0] == '\0')
1771 (void) sm_strlcat(notify, "NEVE
[all...]
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dnvdisc.c775 struct notify struct
783 struct notify *pp = (struct notify*)fp;
799 if(fp->disc->putval==put_notify && ((struct notify*)fp)->ptr==addr)
813 struct notify *pp = newof(0,struct notify, 1,0);
/osnet-11/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)
/osnet-11/usr/src/lib/libc/port/rt/
H A Dmqueue.c727 int notify = 0; local
805 notify = 1;
811 if (notify) {
812 /* notify and also delete the registration */

Completed in 83 milliseconds

12