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

1234

/freebsd-9.3-release/usr.sbin/clear_locks/
H A Dclear_locks.c43 nlm4_notify notify; local
56 notify.name = hostname;
57 notify.state = 0;
59 (xdrproc_t) xdr_nlm4_notify, (void *) &notify,
/freebsd-9.3-release/contrib/bind9/bin/confgen/
H A Dutil.h38 notify("%s", name); \
44 notify(const char *fmt, ...) ISC_FORMAT_PRINTF(1, 2);
H A Dutil.c35 notify(const char *fmt, ...) { function
/freebsd-9.3-release/contrib/bind9/bin/rndc/
H A Dutil.h39 notify("%s", name); \
45 notify(const char *fmt, ...) ISC_FORMAT_PRINTF(1, 2);
H A Dutil.c36 notify(const char *fmt, ...) { function
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dobserver.c63 generic_observer_notification_ftype *notify; member in struct:observer
104 generic_observer_notification_ftype * notify,
110 observer_list->observer->notify = notify;
157 (*current_node->observer->notify) (current_node->observer->data, args);
170 observer_normal_stop_ftype *notify = (observer_normal_stop_ftype *) data; local
171 (*notify) ();
103 generic_observer_attach(struct observer_list **subject, generic_observer_notification_ftype * notify, void *data) argument
/freebsd-9.3-release/sys/dev/isp/
H A Disp_target.c168 isp_notify_t notify; local
298 ISP_MEMZERO(&notify, sizeof (isp_notify_t));
299 notify.nt_hba = isp;
300 notify.nt_wwn = INI_ANY;
301 notify.nt_tgt = TGT_ANY;
302 notify.nt_nphdl = iid;
303 notify.nt_sid = PORT_ANY;
304 notify.nt_did = PORT_ANY;
305 notify.nt_lun = LUN_ANY;
306 notify
779 isp_notify_t notify; local
876 isp_notify_t notify; local
933 isp_notify_t notify; local
996 isp_notify_t notify; local
[all...]
/freebsd-9.3-release/sys/contrib/ngatm/netnatm/msg/
H A Duni_msg.h13 struct uni_ie_notify notify; member in struct:uni_alerting
24 struct uni_ie_notify notify; member in struct:uni_call_proc
34 struct uni_ie_notify notify; member in struct:uni_connect
52 struct uni_ie_notify notify; member in struct:uni_connect_ack
59 struct uni_ie_notify notify; member in struct:uni_release
91 struct uni_ie_notify notify; member in struct:uni_setup
132 struct uni_ie_notify notify; member in struct:uni_notify
163 struct uni_ie_notify notify; member in struct:uni_add_party
180 struct uni_ie_notify notify; member in struct:uni_add_party_ack
193 struct uni_ie_notify notify; member in struct:uni_party_alerting
213 struct uni_ie_notify notify; member in struct:uni_drop_party
256 struct uni_ie_notify notify; member in struct:uni_cobisetup
266 struct uni_ie_notify notify; member in struct:uni_facility
275 struct uni_ie_notify notify; member in struct:uni_modify_req
284 struct uni_ie_notify notify; member in struct:uni_modify_ack
292 struct uni_ie_notify notify; member in struct:uni_modify_rej
299 struct uni_ie_notify notify; member in struct:uni_conn_avail
322 struct uni_notify notify; member in union:uni_msgall
[all...]
H A Duni_msg.c29 if(msg->notify.h.present & UNI_IE_PRESENT)
30 uni_print_ie_internal(UNI_IE_NOTIFY, (union uni_ieall *)&msg->notify, cx);
53 ret |= uni_check_ie(UNI_IE_NOTIFY, (union uni_ieall *)&m->notify, cx);
85 if((p->notify.h.present & UNI_IE_PRESENT) &&
86 uni_encode_ie(UNI_IE_NOTIFY, msg, (union uni_ieall *)&p->notify, cx))
136 out->notify.h = *hdr;
139 if(uni_decode_ie_body(UNI_IE_NOTIFY, (union uni_ieall *)&out->notify, msg, ielen, cx))
205 if(msg->notify.h.present & UNI_IE_PRESENT)
206 uni_print_ie_internal(UNI_IE_NOTIFY, (union uni_ieall *)&msg->notify, cx);
219 ret |= IE_ISPRESENT(m->notify);
[all...]
H A Duni_ie.h14 struct uni_ie_notify notify; member in union:uni_ieall
/freebsd-9.3-release/sys/contrib/ngatm/netnatm/sig/
H A Dsig_unimsgcpy.c18 if(IE_ISGOOD(src->notify))
19 dst->notify = src->notify;
38 if(IE_ISGOOD(src->notify))
39 dst->notify = src->notify;
57 if(IE_ISGOOD(src->notify))
58 dst->notify = src->notify;
91 if(IE_ISGOOD(src->notify))
[all...]
/freebsd-9.3-release/contrib/bsnmp/snmp_target/
H A Dtarget_snmp.c524 struct target_notify *notify; local
528 if ((notify = target_get_notify(&val->var, sub)) == NULL)
533 if ((notify = target_get_next_notify(&val->var, sub)) == NULL)
535 target_append_index(&val->var, sub, notify->name);
539 if ((notify = target_get_notify(&val->var, sub)) == NULL &&
544 if (notify != NULL) {
546 notify->type == StorageType_readOnly)
554 ctx->scratch->int1 = strlen(notify->taglist) + 1;
558 strlcpy(ctx->scratch->ptr1, notify->taglist,
560 memcpy(notify
756 struct target_notify *notify; local
773 struct target_notify *notify; local
[all...]
/freebsd-9.3-release/usr.sbin/rpc.lockd/
H A Dlockd_lock.h14 void notify(const char *hostname, const int state);
/freebsd-9.3-release/etc/
H A Ddevd.conf39 notify 0 {
52 notify 0 {
72 notify 0 {
118 notify 100 {
127 notify 100 {
136 notify 100 {
145 notify 100 {
175 notify 100 {
233 notify 10 {
236 action "/etc/rc.d/power_profile $notify";
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/gdbserver/
H A Dthread-db.c178 td_notify_t notify; local
200 err = td_ta_event_addr (thread_agent, TD_CREATE, &notify);
207 set_breakpoint_at ((CORE_ADDR) (unsigned long) notify.u.bptaddr,
215 err = td_ta_event_addr (thread_agent, TD_DEATH, &notify);
222 set_breakpoint_at ((CORE_ADDR) (unsigned long) notify.u.bptaddr,
/freebsd-9.3-release/sys/dev/acpica/
H A Dacpi_lid.c62 static void acpi_lid_notify_handler(ACPI_HANDLE h, UINT32 notify,
113 * runtime notify in that case though.
182 acpi_lid_notify_handler(ACPI_HANDLE h, UINT32 notify, void *context) argument
186 ACPI_FUNCTION_TRACE_U32((char *)(uintptr_t)__func__, notify);
189 switch (notify) {
195 device_printf(sc->lid_dev, "unknown notify %#x\n", notify);
H A Dacpi_button.c63 static void acpi_button_notify_handler(ACPI_HANDLE h, UINT32 notify,
156 * and runtime notify in that case though.
162 device_printf(sc->button_dev, "couldn't install notify handler - %s\n",
246 acpi_button_notify_handler(ACPI_HANDLE h, UINT32 notify, void *context) argument
250 ACPI_FUNCTION_TRACE_U32((char *)(uintptr_t)__func__, notify);
253 switch (notify) {
261 device_printf(sc->button_dev, "unknown notify %#x\n", notify);
H A Dacpi_acad.c108 /* If status is valid and has changed, notify the system. */
123 acpi_acad_notify_handler(ACPI_HANDLE h, UINT32 notify, void *context) argument
128 switch (notify) {
132 /* Temporarily. It is better to notify policy manager */
136 device_printf(dev, "unknown notify %#x\n", notify);
181 * Install both system and device notify handlers since the Casio
/freebsd-9.3-release/contrib/bsnmp/snmpd/
H A Dtrap.c832 target_next_notify(struct target_notify *notify) argument
834 if (notify == NULL)
837 return (SLIST_NEXT(notify, tn));
844 struct target_notify *notify, *temp, *prev; local
846 SLIST_FOREACH(notify, &target_notifylist, tn)
847 if (strcmp(nname, notify->name) == 0)
850 if ((notify = (struct target_notify *)malloc(sizeof(*notify))) == NULL)
853 memset(notify, 0, sizeof(*notify));
882 target_delete_notify(struct target_notify *notify) argument
895 struct target_notify *notify; local
[all...]
/freebsd-9.3-release/contrib/ngatm/snmp_atm/
H A Datm.h64 struct atmif_reg_list notify; member in struct:atmif_priv
H A Dsnmp_atm.c106 r0 = TAILQ_FIRST(&aif->notify);
130 while ((r0 = TAILQ_FIRST(&aif->notify)) != NULL) {
131 TAILQ_REMOVE(&aif->notify, r0, link);
274 TAILQ_INIT(&aif->notify);
374 TAILQ_FOREACH_SAFE(r0, &aif->notify, link, r1) {
376 TAILQ_REMOVE(&aif->notify, r0, link);
608 TAILQ_INSERT_TAIL(&aif->notify, r0, link);
621 TAILQ_REMOVE(&r0->aif->notify, r0, link);
/freebsd-9.3-release/lib/librtld_db/
H A Drtld_db.c84 rd_event_addr(rd_agent_t *rdap, rd_event_e event __unused, rd_notify_t *notify) argument
86 DPRINTF("%s rdap %p notify %p\n", __func__, rdap, notify);
88 notify->type = RD_NOTIFY_BPT;
89 notify->u.bptaddr = rdap->rda_addr;
/freebsd-9.3-release/sys/dev/acpi_support/
H A Dacpi_asus.c142 static void acpi_asus_lcdd_notify(ACPI_HANDLE h, UINT32 notify,
441 static void acpi_asus_eeepc_notify(ACPI_HANDLE h, UINT32 notify, void *context);
525 static void acpi_asus_notify(ACPI_HANDLE h, UINT32 notify, void *context);
861 /* Remove notify handler */
1198 acpi_asus_notify(ACPI_HANDLE h, UINT32 notify, void *context) argument
1209 if ((notify & ~0x10) <= 15) {
1210 sc->s_brn = notify & ~0x10;
1212 } else if ((notify & ~0x20) <= 15) {
1213 sc->s_brn = notify & ~0x20;
1215 } else if (notify
1235 acpi_asus_lcdd_notify(ACPI_HANDLE h, UINT32 notify, void *context) argument
1260 acpi_asus_eeepc_notify(ACPI_HANDLE h, UINT32 notify, void *context) argument
[all...]
/freebsd-9.3-release/contrib/openbsm/libbsm/
H A Dbsm_notify.c55 #include <notify.h>
102 * On error of any notify(3) call, reset 'au_cond' to ensure we re-run
/freebsd-9.3-release/libexec/comsat/
H A Dcomsat.c80 void notify(struct utmpx *, char[], off_t, int);
154 notify(utp, file, offset, folder);
161 notify(struct utmpx *utp, char file[], off_t offset, int folder) function
183 dsyslog(LOG_DEBUG, "notify %s on %s", utp->ut_user, tty);

Completed in 193 milliseconds

1234