Home
last modified time | relevance | path

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

12345

/illumos-gate/usr/src/contrib/ast/src/lib/libast/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;
H A Dsftmp.c297 Sfnotify_f notify = _Sfnotify; local
318 _Sfnotify = notify;
368 _Sfnotify = notify;
382 Sfnotify_f notify = _Sfnotify; local
395 _Sfnotify = notify;
405 _Sfnotify = notify;
H A Dsfprintf.c66 Sfnotify_f notify = _Sfnotify; local
71 _Sfnotify = notify;
H A Dsfprints.c40 Sfnotify_f notify = _Sfnotify; local
46 _Sfnotify = notify;
/illumos-gate/usr/src/pkg/manifests/
H A Dservice-fault-management-smtp-notify.p5m26 set name=pkg.fmri value=pkg:/service/fault-management/smtp-notify@$(PKGVERS)
29 …value="smtp-notify is a small, lightweight daemon that subscribes to both software and FMA problem…
35 file path=lib/svc/manifest/system/fm/smtp-notify.xml group=sys mode=0444
38 dir path=usr/lib/fm/notify
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.p5m26 set name=pkg.fmri value=pkg:/service/fault-management/snmp-notify@$(PKGVERS)
29 …value="snmp-notify is a small, lightweight daemon that subscribes to both software and FMA problem…
35 file path=lib/svc/manifest/system/fm/snmp-notify.xml group=sys mode=0444
38 dir path=usr/lib/fm/notify
39 file path=usr/lib/fm/notify/snmp-notify mode=0555
/illumos-gate/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
/illumos-gate/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"
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dchmod.c171 int notify = 0; in b_chmod() local
190 notify = 1; in b_chmod()
205 notify = 2; in b_chmod()
298 if (notify == 2 || notify == 1 && (mode&S_IPERM) != (ent->fts_statp->st_mode&S_IPERM)) in b_chmod()
/illumos-gate/usr/src/cmd/fs.d/nfs/clear_locks/
H A Dclear_locks.c168 struct nlm_notify notify; in share_zap() local
171 notify.state = 0; in share_zap()
172 notify.name = client; in share_zap()
174 xdr_nlm_notify, (char *)&notify, xdr_void, 0, NULL); in share_zap()
/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm_lapic.c67 vcpu_notify_t notify; in lapic_set_intr() local
80 notify = vlapic_set_intr_ready(vlapic, vector, level); in lapic_set_intr()
81 vcpu_notify_event_type(vm, cpu, notify); in lapic_set_intr()
/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_cmp.c265 boolean_t notify = B_TRUE; in s1394_cmp_ompr_recv_lock_request() local
270 notify = B_FALSE; in s1394_cmp_ompr_recv_lock_request()
287 if (notify) { in s1394_cmp_ompr_recv_lock_request()
297 boolean_t notify = B_TRUE; in s1394_cmp_impr_recv_lock_request() local
302 notify = B_FALSE; in s1394_cmp_impr_recv_lock_request()
319 if (notify) { in s1394_cmp_impr_recv_lock_request()
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Ddowait.c156 notify (prs, errbuf, killed, exited, 0); in dowait()
167 notify (prs, (char *)0, 0, 0, 0); in dowait()
178 notify (prs, (char *)0, 0, 0, 0); in dowait()
376 notify (prs, errbuf, killed, exited, 1); in dowait()
388 notify (prs, (char *)0, 0, 0, 1); in dowait()
H A Dcancel.c55 notify (prs, "canceled by remote system\n", 0, 0, 0); in cancel()
/illumos-gate/usr/src/lib/libmail/inc/
H A Dlibmail.h62 extern void notify(char *user, char *msg, int check_mesg_y, char *etcdir);
80 extern void notify();
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/xen/io/
H A Devtchn_dev.c423 struct ioctl_evtchn_notify notify; in evtchndrv_ioctl() local
425 if (copyin((void *)data, &notify, sizeof (notify))) { in evtchndrv_ioctl()
430 if (notify.port >= NR_EVENT_CHANNELS) { in evtchndrv_ioctl()
432 } else if (port_user[notify.port] != ep) { in evtchndrv_ioctl()
435 ec_notify_via_evtchn(notify.port); in evtchndrv_ioctl()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dshcmd.h68 unsigned char notify; member
100 (sh_context(c)->notify = ((flg)&ERROR_NOTIFY)?1:0);} while(0)
/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/
H A Dastconf.c299 Ast_confdisc_f notify; member
475 if (state.notify) in synthesize()
476 (*state.notify)(NiL, NiL, state.data - state.prefix); in synthesize()
827 if (state.notify && !(*state.notify)(name, path, value)) in feature()
852 if (state.notify && !streq(fp->value, value) && !(*state.notify)(name, path, value)) in feature()
1447 Ast_confdisc_f notify; in astgetconf() local
1453 notify = state.notify; in astgetconf()
1454 state.notify = 0; in astgetconf()
1456 state.notify = notify; in astgetconf()
1569 old_notify = state.notify; in astconfdisc()
[all …]
/illumos-gate/usr/src/cmd/vi/port/
H A Dexpreserve.c89 void notify(int, unsigned char *, int, int);
325 notify(H.Uid, H.Savedfile, (int) name, H.encrypted); in copyout()
397 notify(int uid, unsigned char *fname, int flag, int cryflag) in notify() function
/illumos-gate/usr/src/cmd/news/
H A Dnews.c95 void notify(char *);
152 late_news (notify, 0); in main()
391 notify(char *s) in notify() function
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dviorand.c476 boolean_t notify = B_FALSE; in viorand_interrupt() local
487 notify = B_TRUE; in viorand_interrupt()
489 if (notify) in viorand_interrupt()
492 if (notify) in viorand_interrupt()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.comsat.c122 void notify(struct utmpx *utp, int offset);
266 notify(utp, offset); in mailfor()
272 notify(struct utmpx *utp, int offset) in notify() function
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Drds_recv.c426 uint64_t notify = rs->rs_cong_notify; in rdsv3_notify_cong() local
430 sizeof (notify), &notify); in rdsv3_notify_cong()
435 rs->rs_cong_notify &= ~notify; in rdsv3_notify_cong()
/illumos-gate/usr/src/cmd/truss/
H A Dfcall.c87 td_notify_t notify; in setup_thread_agent() local
97 if (td_ta_event_addr(Thr_agent, TD_CREATE, &notify) == TD_OK && in setup_thread_agent()
98 notify.type == NOTIFY_BPT && in setup_thread_agent()
100 (Bp = create_bkpt(notify.u.bptaddr, 0, 1)) != NULL) in setup_thread_agent()
155 rd_notify_t notify; in establish_breakpoints() local
159 if (rd_event_addr(Rdb_agent, RD_PREINIT, &notify) == RD_OK && in establish_breakpoints()
160 (Bp = create_bkpt(notify.u.bptaddr, 0, 1)) != NULL) in establish_breakpoints()
162 if (rd_event_addr(Rdb_agent, RD_POSTINIT, &notify) == RD_OK && in establish_breakpoints()
163 (Bp = create_bkpt(notify.u.bptaddr, 0, 1)) != NULL) in establish_breakpoints()
165 if (rd_event_addr(Rdb_agent, RD_DLACTIVITY, &notify) == RD_OK && in establish_breakpoints()
[all …]

12345