Home
last modified time | relevance | path

Searched refs:notify (Results 1 – 25 of 112) sorted by relevance

12345

/titanic_50/usr/src/lib/libast/common/sfio/
H A Dsfnotify.c30 int sfnotify(void(*notify)(Sfio_t*, int, void*)) in sfnotify()
32 int sfnotify(notify) in sfnotify()
33 void (*notify)(); in sfnotify()
36 _Sfnotify = notify;
/titanic_50/usr/src/pkg/manifests/
H A Dservice-fault-management-smtp-notify.mf26 set name=pkg.fmri value=pkg:/service/fault-management/smtp-notify@$(PKGVERS)
28 …value="smtp-notify is a small, lightweight daemon that subscribes to both software and FMA problem…
37 dir path=usr/lib/fm/notify
38 file path=lib/svc/manifest/system/fm/smtp-notify.xml group=sys mode=0444
39 file path=usr/lib/fm/notify/process_msg_template.sh mode=0555
40 file path=usr/lib/fm/notify/smtp-notify mode=0555
H A Dservice-fault-management-snmp-notify.mf26 set name=pkg.fmri value=pkg:/service/fault-management/snmp-notify@$(PKGVERS).3
28 …value="snmp-notify is a small, lightweight daemon that subscribes to both software and FMA problem…
37 dir path=usr/lib/fm/notify
38 file path=lib/svc/manifest/system/fm/snmp-notify.xml group=sys mode=0444
39 file path=usr/lib/fm/notify/snmp-notify mode=0555
/titanic_50/usr/src/cmd/fm/dicts/
H A DFMNOTIFY.po28 # default format for subject of emails generated by the smtp-notify agent
32 msgid "smtp-notify-subject-template"
36 # format for subject of emails generated by the smtp-notify agent
41 msgid "smtp-notify-smf-subject-template"
45 # format for subject of emails generated by the smtp-notify agent
50 msgid "smtp-notify-fm-subject-template"
/titanic_50/usr/src/lib/fm/libfmd_snmp/mibs/
H A DSUN-IREPORT-MIB.mib85 MAX-ACCESS accessible-for-notify
104 MAX-ACCESS accessible-for-notify
112 MAX-ACCESS accessible-for-notify
120 MAX-ACCESS accessible-for-notify
128 MAX-ACCESS accessible-for-notify
136 MAX-ACCESS accessible-for-notify
144 MAX-ACCESS accessible-for-notify
152 MAX-ACCESS accessible-for-notify
160 MAX-ACCESS accessible-for-notify
/titanic_50/usr/src/lib/libcmd/common/
H A Dchmod.c162 int notify = 0; in b_chmod() local
183 notify = 1; in b_chmod()
200 notify = 2; in b_chmod()
281 if (notify == 2 || notify == 1 && (mode&S_IPERM) != (ent->fts_statp->st_mode&S_IPERM)) in b_chmod()
/titanic_50/usr/src/cmd/fs.d/nfs/clear_locks/
H A Dclear_locks.c164 struct nlm_notify notify; in share_zap() local
167 notify.state = 0; in share_zap()
168 notify.name = client; in share_zap()
170 xdr_nlm_notify, (char *)&notify, xdr_void, 0, NULL); in share_zap()
/titanic_50/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DDoPrinterView.java185 String notify = null; in viewLocal() local
378 notify = "write"; in viewLocal()
380 notify = "mail"; in viewLocal()
382 notify = "none"; in viewLocal()
388 notify = str.substring(++i, j); in viewLocal()
392 notify = "quiet"; in viewLocal()
394 notify = "unknown"; in viewLocal()
434 p.setNotify(notify); in viewLocal()
H A DPrinter.java49 private String notify = null; field in Printer
349 notify = arg; in setNotify()
441 return (notify); in getNotify()
H A DDoPrinterMod.java139 String notify = null; in modifyLocal() local
180 notify = p.getNotify(); in modifyLocal()
276 (notify == null) && in modifyLocal()
318 (notify == null) && in modifyLocal()
443 if (notify != null) in modifyLocal()
444 cmd = cmd.concat(" -A " + notify); in modifyLocal()
/titanic_50/usr/src/uts/common/io/1394/
H A Ds1394_cmp.c298 boolean_t notify = B_TRUE; in s1394_cmp_ompr_recv_lock_request() local
306 notify = B_FALSE; in s1394_cmp_ompr_recv_lock_request()
323 if (notify) { in s1394_cmp_ompr_recv_lock_request()
336 boolean_t notify = B_TRUE; in s1394_cmp_impr_recv_lock_request() local
344 notify = B_FALSE; in s1394_cmp_impr_recv_lock_request()
361 if (notify) { in s1394_cmp_impr_recv_lock_request()
/titanic_50/usr/src/cmd/lp/cmd/lpsched/
H A Ddowait.c158 notify (prs, errbuf, killed, exited, 0); in dowait()
169 notify (prs, (char *)0, 0, 0, 0); in dowait()
180 notify (prs, (char *)0, 0, 0, 0); in dowait()
378 notify (prs, errbuf, killed, exited, 1); in dowait()
390 notify (prs, (char *)0, 0, 0, 1); in dowait()
/titanic_50/usr/src/lib/libmail/inc/
H A Dlibmail.h64 extern void notify(char *user, char *msg, int check_mesg_y, char *etcdir);
82 extern void notify();
/titanic_50/usr/src/lib/libast/common/include/
H A Dshcmd.h53 unsigned char notify; member
81 (sh_context(c)->notify = ((flg)&ERROR_NOTIFY)?1:0);} while(0)
/titanic_50/usr/src/lib/libast/amd64/include/ast/
H A Dshcmd.h62 unsigned char notify; member
90 (sh_context(c)->notify = ((flg)&ERROR_NOTIFY)?1:0);} while(0)
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/
H A Dshcmd.h62 unsigned char notify; member
90 (sh_context(c)->notify = ((flg)&ERROR_NOTIFY)?1:0);} while(0)
/titanic_50/usr/src/lib/libast/sparc/include/ast/
H A Dshcmd.h62 unsigned char notify; member
90 (sh_context(c)->notify = ((flg)&ERROR_NOTIFY)?1:0);} while(0)
/titanic_50/usr/src/lib/libast/i386/include/ast/
H A Dshcmd.h62 unsigned char notify; member
90 (sh_context(c)->notify = ((flg)&ERROR_NOTIFY)?1:0);} while(0)
/titanic_50/usr/src/uts/i86pc/io/acpi_drv/
H A Dacpi_video.c241 acpi_video_switch_notify(ACPI_HANDLE hdl, uint32_t notify, void *ctx) in acpi_video_switch_notify() argument
245 notify); in acpi_video_switch_notify()
249 switch (notify) { in acpi_video_switch_notify()
265 notify); in acpi_video_switch_notify()
273 acpi_video_brightness_notify(ACPI_HANDLE hdl, uint32_t notify, void *ctx) in acpi_video_brightness_notify() argument
280 notify); in acpi_video_brightness_notify()
284 switch (notify) { in acpi_video_brightness_notify()
316 "unknown event 0x%x.\n", notify); in acpi_video_brightness_notify()
/titanic_50/usr/src/uts/common/xen/io/
H A Devtchn_dev.c421 struct ioctl_evtchn_notify notify; in evtchndrv_ioctl() local
423 if (copyin((void *)data, &notify, sizeof (notify))) { in evtchndrv_ioctl()
428 if (notify.port >= NR_EVENT_CHANNELS) { in evtchndrv_ioctl()
430 } else if (port_user[notify.port] != ep) { in evtchndrv_ioctl()
433 ec_notify_via_evtchn(notify.port); in evtchndrv_ioctl()
/titanic_50/usr/src/lib/libast/common/port/
H A Dastconf.c283 Ast_confdisc_f notify; member
459 if (state.notify) in synthesize()
460 (*state.notify)(NiL, NiL, state.data - state.prefix); in synthesize()
768 if (state.notify && !(*state.notify)(name, path, value))
793 if (state.notify && !streq(fp->value, value) && !(*state.notify)(name, path, value))
1378 Ast_confdisc_f notify;
1384 notify = state.notify;
1385 state.notify = 0;
1387 state.notify = notify;
1500 old_notify = state.notify;
[all …]
/titanic_50/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); in copyout()
398 notify(int uid, unsigned char *fname, int flag, int cryflag) in notify() function
/titanic_50/usr/src/cmd/news/
H A Dnews.c97 void notify(char *);
154 late_news (notify, 0); in main()
393 notify(char *s) in notify() function
/titanic_50/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) in notify() function
/titanic_50/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/tests/
H A Dtemplate14 notify=

12345