Symbol: notify
crypto/libressl/crypto/x509/x509_vfy.c
1096
check_crl_time(X509_STORE_CTX *ctx, X509_CRL *crl, int notify)
crypto/libressl/crypto/x509/x509_vfy.c
1101
if (notify)
crypto/libressl/crypto/x509/x509_vfy.c
1112
if (!notify)
crypto/libressl/crypto/x509/x509_vfy.c
1120
if (!notify)
crypto/libressl/crypto/x509/x509_vfy.c
1131
if (!notify)
crypto/libressl/crypto/x509/x509_vfy.c
1140
if (!notify)
crypto/libressl/crypto/x509/x509_vfy.c
1148
if (notify)
crypto/openssh/hostfile.c
476
hostfile_create_user_ssh_dir(const char *filename, int notify)
crypto/openssh/hostfile.c
499
else if (notify)
crypto/openssh/pkcs11.h
761
void *application, ck_notify_t notify,
games/monop/execute.c
78
notify();
games/monop/houses.c
252
notify();
games/monop/monop.h
179
void notify(void);
games/monop/morg.c
102
notify();
games/monop/morg.c
219
notify();
libexec/comsat/comsat.c
142
notify(utp, file, offset, folder);
libexec/comsat/comsat.c
68
static void notify(struct utmpx *, char[], off_t, int);
sbin/devd/devd.cc
130
static const char notify = '!';
sbin/devd/devd.cc
745
case notify:
sbin/devd/devd.cc
786
case notify:
sbin/dump/dump.h
83
extern int notify; /* notify operator flag */
sbin/dump/main.c
187
notify = 1;
sbin/dump/main.c
77
int notify = 0; /* notify operator flag */
sbin/dump/optr.c
119
if (notify == 0) {
sbin/dump/optr.c
157
if (!notify)
sys/dev/acpica/acpi.c
3524
acpi_UserNotify(const char *subsystem, ACPI_HANDLE h, uint8_t notify)
sys/dev/acpica/acpi.c
3538
ksnprintf(notify_buf, sizeof(notify_buf), "notify=0x%02x", notify);
sys/dev/acpica/acpi_acad.c
129
acpi_acad_notify_handler(ACPI_HANDLE h, UINT32 notify, void *context)
sys/dev/acpica/acpi_acad.c
134
switch (notify) {
sys/dev/acpica/acpi_acad.c
143
device_printf(dev, "unknown notify: %#x\n", notify);
sys/dev/acpica/acpi_asus/acpi_asus.c
1196
acpi_asus_notify(ACPI_HANDLE h, UINT32 notify, void *context)
sys/dev/acpica/acpi_asus/acpi_asus.c
1207
if ((notify & ~0x10) <= 15) {
sys/dev/acpica/acpi_asus/acpi_asus.c
1208
sc->s_brn = notify & ~0x10;
sys/dev/acpica/acpi_asus/acpi_asus.c
1210
} else if ((notify & ~0x20) <= 15) {
sys/dev/acpica/acpi_asus/acpi_asus.c
1211
sc->s_brn = notify & ~0x20;
sys/dev/acpica/acpi_asus/acpi_asus.c
1213
} else if (notify == 0x33) {
sys/dev/acpica/acpi_asus/acpi_asus.c
1216
} else if (notify == 0x34) {
sys/dev/acpica/acpi_asus/acpi_asus.c
1219
} else if (notify == 0x86) {
sys/dev/acpica/acpi_asus/acpi_asus.c
1222
} else if (notify == 0x87) {
sys/dev/acpica/acpi_asus/acpi_asus.c
1227
acpi_UserNotify("ASUS", h, notify);
sys/dev/acpica/acpi_asus/acpi_asus.c
1233
acpi_asus_lcdd_notify(ACPI_HANDLE h, UINT32 notify, void *context)
sys/dev/acpica/acpi_asus/acpi_asus.c
1244
switch (notify) {
sys/dev/acpica/acpi_asus/acpi_asus.c
1254
device_printf(sc->dev, "unknown notify: %#x\n", notify);
sys/dev/acpica/acpi_asus/acpi_asus.c
1261
acpi_asus_eeepc_notify(ACPI_HANDLE h, UINT32 notify, void *context)
sys/dev/acpica/acpi_asus/acpi_asus.c
1272
if ((notify & ~0x20) <= 15) {
sys/dev/acpica/acpi_asus/acpi_asus.c
1273
sc->s_brn = notify & ~0x20;
sys/dev/acpica/acpi_asus/acpi_asus.c
1278
acpi_UserNotify("ASUS-Eee", h, notify);
sys/dev/acpica/acpi_asus/acpi_asus.c
139
static void acpi_asus_lcdd_notify(ACPI_HANDLE h, UINT32 notify,
sys/dev/acpica/acpi_asus/acpi_asus.c
438
static void acpi_asus_eeepc_notify(ACPI_HANDLE h, UINT32 notify, void *context);
sys/dev/acpica/acpi_asus/acpi_asus.c
522
static void acpi_asus_notify(ACPI_HANDLE h, UINT32 notify, void *context);
sys/dev/acpica/acpi_button.c
246
acpi_button_notify_handler(ACPI_HANDLE h, UINT32 notify, void *context)
sys/dev/acpica/acpi_button.c
250
ACPI_FUNCTION_TRACE_U32((char *)(uintptr_t)__func__, notify);
sys/dev/acpica/acpi_button.c
253
switch (notify) {
sys/dev/acpica/acpi_button.c
261
device_printf(sc->button_dev, "unknown notify: %#x\n", notify);
sys/dev/acpica/acpi_button.c
62
static void acpi_button_notify_handler(ACPI_HANDLE h, UINT32 notify,
sys/dev/acpica/acpi_cmbat.c
179
acpi_cmbat_notify_handler(ACPI_HANDLE h, UINT32 notify, void *context)
sys/dev/acpica/acpi_cmbat.c
187
switch (notify) {
sys/dev/acpica/acpi_cmbat.c
205
device_printf(sc->dev, "unknown notify: %#x\n", notify);
sys/dev/acpica/acpi_cmbat.c
209
acpi_UserNotify("CMBAT", h, notify);
sys/dev/acpica/acpi_cmbat.c
73
static void acpi_cmbat_notify_handler(ACPI_HANDLE h, UINT32 notify,
sys/dev/acpica/acpi_cpu.c
325
acpi_cpu_notify(ACPI_HANDLE handle __unused, UINT32 notify, void *xsc)
sys/dev/acpica/acpi_cpu.c
329
switch (notify) {
sys/dev/acpica/acpi_cpu.c
339
device_printf(sc->cpu_dev, "unknown notify: %#x\n", notify);
sys/dev/acpica/acpi_dock/acpi_dock.c
384
acpi_dock_notify_handler(ACPI_HANDLE h, UINT32 notify, void *context)
sys/dev/acpica/acpi_dock/acpi_dock.c
390
"got notification %#x\n", notify);
sys/dev/acpica/acpi_dock/acpi_dock.c
393
switch (notify) {
sys/dev/acpica/acpi_dock/acpi_dock.c
402
device_printf(dev, "unknown notify: %#x\n", notify);
sys/dev/acpica/acpi_fujitsu/acpi_fujitsu.c
139
static void acpi_fujitsu_notify_handler(ACPI_HANDLE h, uint32_t notify, void *context);
sys/dev/acpica/acpi_fujitsu/acpi_fujitsu.c
321
acpi_fujitsu_notify_handler(ACPI_HANDLE h, uint32_t notify, void *context)
sys/dev/acpica/acpi_fujitsu/acpi_fujitsu.c
325
ACPI_FUNCTION_TRACE_U32((char *)(uintptr_t)__func__, notify);
sys/dev/acpica/acpi_fujitsu/acpi_fujitsu.c
329
switch (notify) {
sys/dev/acpica/acpi_fujitsu/acpi_fujitsu.c
335
device_printf(sc->dev, "unknown notify: %#x\n", notify);
sys/dev/acpica/acpi_hp/acpi_hp.c
303
static void acpi_hp_notify(ACPI_HANDLE h, UINT32 notify, void *context);
sys/dev/acpica/acpi_hp/acpi_hp.c
810
acpi_hp_notify(ACPI_HANDLE h, UINT32 notify, void *context)
sys/dev/acpica/acpi_hp/acpi_hp.c
813
ACPI_FUNCTION_TRACE_U32((char *)(uintptr_t)__func__, notify);
sys/dev/acpica/acpi_hp/acpi_hp.c
818
ACPI_WMI_GET_EVENT_DATA(sc->wmi_dev, notify, &response);
sys/dev/acpica/acpi_lid.c
185
acpi_lid_notify_handler(ACPI_HANDLE h, UINT32 notify, void *context)
sys/dev/acpica/acpi_lid.c
189
ACPI_FUNCTION_TRACE_U32((char *)(uintptr_t)__func__, notify);
sys/dev/acpica/acpi_lid.c
192
switch (notify) {
sys/dev/acpica/acpi_lid.c
198
device_printf(sc->lid_dev, "unknown notify: %#x\n", notify);
sys/dev/acpica/acpi_lid.c
63
static void acpi_lid_notify_handler(ACPI_HANDLE h, UINT32 notify,
sys/dev/acpica/acpi_panasonic/acpi_panasonic.c
478
acpi_panasonic_notify(ACPI_HANDLE h, UINT32 notify, void *context)
sys/dev/acpica/acpi_panasonic/acpi_panasonic.c
485
switch (notify) {
sys/dev/acpica/acpi_panasonic/acpi_panasonic.c
495
device_printf(sc->dev, "unknown notify: %#x\n", notify);
sys/dev/acpica/acpi_panasonic/acpi_panasonic.c
89
static void acpi_panasonic_notify(ACPI_HANDLE h, UINT32 notify,
sys/dev/acpica/acpi_thermal.c
149
static void acpi_tz_notify_handler(ACPI_HANDLE h, UINT32 notify,
sys/dev/acpica/acpi_thermal.c
902
acpi_tz_notify_handler(ACPI_HANDLE h, UINT32 notify, void *context)
sys/dev/acpica/acpi_thermal.c
908
switch (notify) {
sys/dev/acpica/acpi_thermal.c
919
device_printf(sc->tz_dev, "unknown notify: %#x\n", notify);
sys/dev/acpica/acpi_thermal.c
923
acpi_UserNotify("Thermal", h, notify);
sys/dev/acpica/acpi_thinkpad/acpi_thinkpad.c
1499
acpi_thinkpad_notify(ACPI_HANDLE h, UINT32 notify, void *context)
sys/dev/acpica/acpi_thinkpad/acpi_thinkpad.c
1505
ACPI_FUNCTION_TRACE_U32((char *)(uintptr_t)__func__, notify);
sys/dev/acpica/acpi_thinkpad/acpi_thinkpad.c
1507
if (notify != 0x80)
sys/dev/acpica/acpi_thinkpad/acpi_thinkpad.c
1508
device_printf(sc->dev, "unknown notify: %#x\n", notify);
sys/dev/acpica/acpi_thinkpad/acpi_thinkpad.c
340
static void acpi_thinkpad_notify(ACPI_HANDLE h, UINT32 notify, void *context);
sys/dev/acpica/acpi_toshiba/acpi_toshiba.c
147
static void acpi_toshiba_notify(ACPI_HANDLE h, UINT32 notify,
sys/dev/acpica/acpi_toshiba/acpi_toshiba.c
516
acpi_toshiba_notify(ACPI_HANDLE h, UINT32 notify, void *context)
sys/dev/acpica/acpi_toshiba/acpi_toshiba.c
523
if (notify == 0x80) {
sys/dev/acpica/acpi_toshiba/acpi_toshiba.c
531
device_printf(sc->dev, "unknown notify: %#x\n", notify);
sys/dev/acpica/acpi_video/acpi_video.c
351
acpi_video_notify_handler(ACPI_HANDLE handle, UINT32 notify, void *context)
sys/dev/acpica/acpi_video/acpi_video.c
360
switch (notify) {
sys/dev/acpica/acpi_video/acpi_video.c
399
device_printf(sc->device, "unknown notify: %#x\n", notify);
sys/dev/acpica/acpi_video/acpi_video.c
672
acpi_video_vo_notify_handler(ACPI_HANDLE handle, UINT32 notify, void *context)
sys/dev/acpica/acpi_video/acpi_video.c
682
switch (notify) {
sys/dev/acpica/acpi_video/acpi_video.c
697
kprintf("unknown notify: %#x from %s\n", notify,
sys/dev/acpica/acpi_video/acpi_video.c
703
switch (notify) {
sys/dev/acpica/acpi_video/acpi_video.c
716
if (notify == VID_NOTIFY_INC_BRN) {
sys/dev/acpica/acpi_wmi/acpi_wmi.c
139
static void acpi_wmi_notify_handler(ACPI_HANDLE h, UINT32 notify,
sys/dev/acpica/acpi_wmi/acpi_wmi.c
627
acpi_wmi_notify_handler(ACPI_HANDLE h, UINT32 notify, void *context)
sys/dev/acpica/acpi_wmi/acpi_wmi.c
634
ACPI_FUNCTION_TRACE_U32((char *)(uintptr_t)__func__, notify);
sys/dev/acpica/acpi_wmi/acpi_wmi.c
641
((UINT8) winfo->ginfo.oid[0] == notify)) {
sys/dev/acpica/acpi_wmi/acpi_wmi.c
651
handler(h, notify, handler_data);
sys/dev/acpica/acpivar.h
377
uint8_t notify);
sys/dev/apple/smc/smc_io.c
707
char notify[16];
sys/dev/apple/smc/smc_io.c
721
ksnprintf(notify, sizeof(notify), " notify=0x%x", type);
sys/dev/apple/smc/smc_io.c
722
devctl_notify("ACPI", "apple_smc", "SMS", notify);
sys/dev/disk/isp/isp_freebsd.c
2841
isp_handle_platform_target_tmf(ispsoftc_t *isp, isp_notify_t *notify)
sys/dev/disk/isp/isp_freebsd.c
2849
isp_prt(isp, ISP_LOGTDEBUG0, "%s: code 0x%x sid 0x%x tagval 0x%016llx chan %d lun 0x%x", __func__, notify->nt_ncode,
sys/dev/disk/isp/isp_freebsd.c
2850
notify->nt_sid, (unsigned long long) notify->nt_tagval, notify->nt_channel, notify->nt_lun);
sys/dev/disk/isp/isp_freebsd.c
2857
if (notify->nt_lun == LUN_ANY) {
sys/dev/disk/isp/isp_freebsd.c
2860
lun = notify->nt_lun;
sys/dev/disk/isp/isp_freebsd.c
2862
tptr = get_lun_statep(isp, notify->nt_channel, lun);
sys/dev/disk/isp/isp_freebsd.c
2864
tptr = get_lun_statep(isp, notify->nt_channel, CAM_LUN_WILDCARD);
sys/dev/disk/isp/isp_freebsd.c
2866
isp_prt(isp, ISP_LOGWARN, "%s: no state pointer found for chan %d lun 0x%x", __func__, notify->nt_channel, lun);
sys/dev/disk/isp/isp_freebsd.c
2872
isp_prt(isp, ISP_LOGWARN, "%s: out of immediate notify structures for chan %d lun 0x%x", __func__, notify->nt_channel, lun);
sys/dev/disk/isp/isp_freebsd.c
2876
if (isp_find_pdb_by_sid(isp, notify->nt_channel, notify->nt_sid, &lp) == 0) {
sys/dev/disk/isp/isp_freebsd.c
2881
inot->seq_id = notify->nt_tagval;
sys/dev/disk/isp/isp_freebsd.c
2882
inot->tag_id = notify->nt_tagval >> 32;
sys/dev/disk/isp/isp_freebsd.c
2884
switch (notify->nt_ncode) {
sys/dev/disk/isp/isp_freebsd.c
2906
isp_prt(isp, ISP_LOGWARN, "%s: unknown TMF code 0x%x for chan %d lun 0x%x", __func__, notify->nt_ncode, notify->nt_channel, lun);
sys/dev/disk/isp/isp_freebsd.c
2915
ISP_MEMCPY(&ntp->rd.nt, notify, sizeof (isp_notify_t));
sys/dev/disk/isp/isp_freebsd.c
2916
if (notify->nt_lreserved) {
sys/dev/disk/isp/isp_freebsd.c
2917
ISP_MEMCPY(&ntp->rd.data, notify->nt_lreserved, QENTRY_LEN);
sys/dev/disk/isp/isp_freebsd.c
2920
ntp->rd.seq_id = notify->nt_tagval;
sys/dev/disk/isp/isp_freebsd.c
2921
ntp->rd.tag_id = notify->nt_tagval >> 32;
sys/dev/disk/isp/isp_freebsd.c
2934
if (notify->nt_need_ack && notify->nt_lreserved) {
sys/dev/disk/isp/isp_freebsd.c
2935
if (((isphdr_t *)notify->nt_lreserved)->rqs_entry_type == RQSTYPE_ABTS_RCVD) {
sys/dev/disk/isp/isp_freebsd.c
2936
(void) isp_acknak_abts(isp, notify->nt_lreserved, ENOMEM);
sys/dev/disk/isp/isp_freebsd.c
2938
(void) isp_notify_ack(isp, notify->nt_lreserved);
sys/dev/disk/isp/isp_freebsd.c
5266
isp_notify_t *notify;
sys/dev/disk/isp/isp_freebsd.c
5268
notify = __va_arg(ap, isp_notify_t *);
sys/dev/disk/isp/isp_freebsd.c
5270
switch (notify->nt_ncode) {
sys/dev/disk/isp/isp_freebsd.c
5280
isp_handle_platform_target_tmf(isp, notify);
sys/dev/disk/isp/isp_freebsd.c
5297
isp_handle_platform_target_notify_ack(isp, notify);
sys/dev/disk/isp/isp_freebsd.c
5306
fc->wwpn = notify->nt_wwn;
sys/dev/disk/isp/isp_freebsd.c
5307
fc->port = notify->nt_sid;
sys/dev/disk/isp/isp_freebsd.c
5308
fc->target = notify->nt_nphdl;
sys/dev/disk/isp/isp_freebsd.c
5310
xpt_async(AC_CONTRACT, ISP_FC_PC(isp, notify->nt_channel)->path, &ac);
sys/dev/disk/isp/isp_freebsd.c
5320
fc->wwpn = notify->nt_wwn;
sys/dev/disk/isp/isp_freebsd.c
5321
fc->port = notify->nt_sid;
sys/dev/disk/isp/isp_freebsd.c
5322
fc->target = notify->nt_nphdl;
sys/dev/disk/isp/isp_freebsd.c
5324
xpt_async(AC_CONTRACT, ISP_FC_PC(isp, notify->nt_channel)->path, &ac);
sys/dev/disk/isp/isp_freebsd.c
5328
isp_prt(isp, ISP_LOGALL, "target notify code 0x%x", notify->nt_ncode);
sys/dev/disk/isp/isp_freebsd.c
5329
isp_handle_platform_target_notify_ack(isp, notify);
sys/dev/disk/isp/isp_freebsd.c
5373
isp_notify_t notify, *nt = &notify;
sys/dev/disk/isp/isp_library.c
611
isp_notify_t notify;
sys/dev/disk/isp/isp_library.c
661
ISP_MEMZERO(&notify, sizeof (isp_notify_t));
sys/dev/disk/isp/isp_library.c
662
notify.nt_ncode = NT_HBA_RESET;
sys/dev/disk/isp/isp_library.c
663
notify.nt_hba = isp;
sys/dev/disk/isp/isp_library.c
664
notify.nt_wwn = INI_ANY;
sys/dev/disk/isp/isp_library.c
665
notify.nt_nphdl = NIL_HANDLE;
sys/dev/disk/isp/isp_library.c
666
notify.nt_sid = PORT_ANY;
sys/dev/disk/isp/isp_library.c
667
notify.nt_did = PORT_ANY;
sys/dev/disk/isp/isp_library.c
668
notify.nt_tgt = TGT_ANY;
sys/dev/disk/isp/isp_library.c
669
notify.nt_channel = tmp;
sys/dev/disk/isp/isp_library.c
670
notify.nt_lun = LUN_ANY;
sys/dev/disk/isp/isp_library.c
671
notify.nt_tagval = TAG_ANY;
sys/dev/disk/isp/isp_library.c
672
isp_async(isp, ISPASYNC_TARGET_NOTIFY, &notify);
sys/dev/disk/isp/isp_target.c
1000
notify.nt_ncode = NT_ABORT_TASK_SET;
sys/dev/disk/isp/isp_target.c
1002
isp_prt(isp, ISP_LOGINFO, f1, "CLEAR TASK SET", sid, notify.nt_lun, aep->at_rxid);
sys/dev/disk/isp/isp_target.c
1003
notify.nt_ncode = NT_CLEAR_TASK_SET;
sys/dev/disk/isp/isp_target.c
1005
isp_prt(isp, ISP_LOGINFO, f1, "LUN RESET", sid, notify.nt_lun, aep->at_rxid);
sys/dev/disk/isp/isp_target.c
1006
notify.nt_ncode = NT_LUN_RESET;
sys/dev/disk/isp/isp_target.c
1008
isp_prt(isp, ISP_LOGINFO, f1, "TARGET RESET", sid, notify.nt_lun, aep->at_rxid);
sys/dev/disk/isp/isp_target.c
1009
notify.nt_ncode = NT_TARGET_RESET;
sys/dev/disk/isp/isp_target.c
1011
isp_prt(isp, ISP_LOGINFO, f1, "CLEAR ACA", sid, notify.nt_lun, aep->at_rxid);
sys/dev/disk/isp/isp_target.c
1012
notify.nt_ncode = NT_CLEAR_ACA;
sys/dev/disk/isp/isp_target.c
1014
isp_prt(isp, ISP_LOGWARN, f2, aep->at_cmnd.fcp_cmnd_task_management, notify.nt_lun, sid, aep->at_rxid);
sys/dev/disk/isp/isp_target.c
1015
notify.nt_ncode = NT_UNKNOWN;
sys/dev/disk/isp/isp_target.c
1018
isp_async(isp, ISPASYNC_TARGET_NOTIFY, &notify);
sys/dev/disk/isp/isp_target.c
156
isp_notify_t notify;
sys/dev/disk/isp/isp_target.c
286
ISP_MEMZERO(&notify, sizeof (isp_notify_t));
sys/dev/disk/isp/isp_target.c
287
notify.nt_hba = isp;
sys/dev/disk/isp/isp_target.c
288
notify.nt_wwn = INI_ANY;
sys/dev/disk/isp/isp_target.c
289
notify.nt_tgt = TGT_ANY;
sys/dev/disk/isp/isp_target.c
290
notify.nt_nphdl = iid;
sys/dev/disk/isp/isp_target.c
291
notify.nt_sid = PORT_ANY;
sys/dev/disk/isp/isp_target.c
292
notify.nt_did = PORT_ANY;
sys/dev/disk/isp/isp_target.c
293
notify.nt_lun = LUN_ANY;
sys/dev/disk/isp/isp_target.c
294
notify.nt_tagval = TAG_ANY;
sys/dev/disk/isp/isp_target.c
295
notify.nt_tagval |= (((uint64_t)(isp->isp_serno++)) << 32);
sys/dev/disk/isp/isp_target.c
296
notify.nt_ncode = NT_BUS_RESET;
sys/dev/disk/isp/isp_target.c
297
notify.nt_need_ack = 1;
sys/dev/disk/isp/isp_target.c
298
notify.nt_lreserved = local;
sys/dev/disk/isp/isp_target.c
299
isp_async(isp, ISPASYNC_TARGET_NOTIFY, &notify);
sys/dev/disk/isp/isp_target.c
303
ISP_MEMZERO(&notify, sizeof (isp_notify_t));
sys/dev/disk/isp/isp_target.c
304
notify.nt_hba = isp;
sys/dev/disk/isp/isp_target.c
305
notify.nt_wwn = INI_ANY;
sys/dev/disk/isp/isp_target.c
306
notify.nt_nphdl = iid;
sys/dev/disk/isp/isp_target.c
307
notify.nt_sid = PORT_ANY;
sys/dev/disk/isp/isp_target.c
308
notify.nt_did = PORT_ANY;
sys/dev/disk/isp/isp_target.c
309
notify.nt_ncode = NT_LOGOUT;
sys/dev/disk/isp/isp_target.c
310
notify.nt_need_ack = 1;
sys/dev/disk/isp/isp_target.c
311
notify.nt_lreserved = local;
sys/dev/disk/isp/isp_target.c
312
isp_async(isp, ISPASYNC_TARGET_NOTIFY, &notify);
sys/dev/disk/isp/isp_target.c
316
ISP_MEMZERO(&notify, sizeof (isp_notify_t));
sys/dev/disk/isp/isp_target.c
317
notify.nt_hba = isp;
sys/dev/disk/isp/isp_target.c
318
notify.nt_wwn = INI_ANY;
sys/dev/disk/isp/isp_target.c
319
notify.nt_nphdl = iid;
sys/dev/disk/isp/isp_target.c
320
notify.nt_sid = PORT_ANY;
sys/dev/disk/isp/isp_target.c
321
notify.nt_did = PORT_ANY;
sys/dev/disk/isp/isp_target.c
322
notify.nt_ncode = NT_ABORT_TASK;
sys/dev/disk/isp/isp_target.c
323
notify.nt_need_ack = 1;
sys/dev/disk/isp/isp_target.c
324
notify.nt_lreserved = local;
sys/dev/disk/isp/isp_target.c
325
isp_async(isp, ISPASYNC_TARGET_NOTIFY, &notify);
sys/dev/disk/isp/isp_target.c
330
ISP_MEMZERO(&notify, sizeof (isp_notify_t));
sys/dev/disk/isp/isp_target.c
331
notify.nt_hba = isp;
sys/dev/disk/isp/isp_target.c
332
notify.nt_wwn = INI_ANY;
sys/dev/disk/isp/isp_target.c
333
notify.nt_nphdl = NIL_HANDLE;
sys/dev/disk/isp/isp_target.c
334
notify.nt_sid = PORT_ANY;
sys/dev/disk/isp/isp_target.c
335
notify.nt_did = PORT_ANY;
sys/dev/disk/isp/isp_target.c
336
notify.nt_ncode = NT_GLOBAL_LOGOUT;
sys/dev/disk/isp/isp_target.c
337
isp_async(isp, ISPASYNC_TARGET_NOTIFY, &notify);
sys/dev/disk/isp/isp_target.c
750
isp_notify_t notify;
sys/dev/disk/isp/isp_target.c
752
ISP_MEMZERO(&notify, sizeof (isp_notify_t));
sys/dev/disk/isp/isp_target.c
753
notify.nt_hba = isp;
sys/dev/disk/isp/isp_target.c
754
notify.nt_wwn = INI_ANY;
sys/dev/disk/isp/isp_target.c
755
notify.nt_nphdl = NIL_HANDLE;
sys/dev/disk/isp/isp_target.c
756
notify.nt_sid = PORT_ANY;
sys/dev/disk/isp/isp_target.c
757
notify.nt_did = PORT_ANY;
sys/dev/disk/isp/isp_target.c
758
notify.nt_tgt = TGT_ANY;
sys/dev/disk/isp/isp_target.c
759
notify.nt_channel = bus;
sys/dev/disk/isp/isp_target.c
760
notify.nt_lun = LUN_ANY;
sys/dev/disk/isp/isp_target.c
761
notify.nt_tagval = TAG_ANY;
sys/dev/disk/isp/isp_target.c
762
notify.nt_tagval |= (((uint64_t)(isp->isp_serno++)) << 32);
sys/dev/disk/isp/isp_target.c
768
notify.nt_ncode = NT_LINK_UP;
sys/dev/disk/isp/isp_target.c
769
isp_async(isp, ISPASYNC_TARGET_NOTIFY, &notify);
sys/dev/disk/isp/isp_target.c
773
notify.nt_ncode = NT_LINK_DOWN;
sys/dev/disk/isp/isp_target.c
774
isp_async(isp, ISPASYNC_TARGET_NOTIFY, &notify);
sys/dev/disk/isp/isp_target.c
781
notify.nt_ncode = NT_LIP_RESET;
sys/dev/disk/isp/isp_target.c
782
isp_async(isp, ISPASYNC_TARGET_NOTIFY, &notify);
sys/dev/disk/isp/isp_target.c
787
notify.nt_ncode = NT_BUS_RESET;
sys/dev/disk/isp/isp_target.c
788
isp_async(isp, ISPASYNC_TARGET_NOTIFY, &notify);
sys/dev/disk/isp/isp_target.c
792
notify.nt_ncode = NT_TARGET_RESET;
sys/dev/disk/isp/isp_target.c
793
isp_async(isp, ISPASYNC_TARGET_NOTIFY, &notify);
sys/dev/disk/isp/isp_target.c
847
isp_notify_t notify;
sys/dev/disk/isp/isp_target.c
850
ISP_MEMZERO(&notify, sizeof (notify));
sys/dev/disk/isp/isp_target.c
851
notify.nt_hba = isp;
sys/dev/disk/isp/isp_target.c
852
notify.nt_wwn = INI_ANY;
sys/dev/disk/isp/isp_target.c
853
notify.nt_nphdl = GET_IID_VAL(inp->in_iid);
sys/dev/disk/isp/isp_target.c
854
notify.nt_sid = PORT_ANY;
sys/dev/disk/isp/isp_target.c
855
notify.nt_did = PORT_ANY;
sys/dev/disk/isp/isp_target.c
856
notify.nt_channel = GET_BUS_VAL(inp->in_iid);
sys/dev/disk/isp/isp_target.c
857
notify.nt_tgt = inp->in_tgt;
sys/dev/disk/isp/isp_target.c
858
notify.nt_lun = inp->in_lun;
sys/dev/disk/isp/isp_target.c
859
IN_MAKE_TAGID(notify.nt_tagval, inp);
sys/dev/disk/isp/isp_target.c
860
notify.nt_tagval |= (((uint64_t)(isp->isp_serno++)) << 32);
sys/dev/disk/isp/isp_target.c
861
notify.nt_lreserved = inp;
sys/dev/disk/isp/isp_target.c
866
notify.nt_ncode = NT_ABORT_TASK_SET;
sys/dev/disk/isp/isp_target.c
869
notify.nt_ncode = NT_TARGET_RESET;
sys/dev/disk/isp/isp_target.c
872
notify.nt_ncode = NT_ABORT_TASK;
sys/dev/disk/isp/isp_target.c
875
notify.nt_ncode = NT_CLEAR_TASK_SET;
sys/dev/disk/isp/isp_target.c
878
notify.nt_ncode = NT_CLEAR_ACA;
sys/dev/disk/isp/isp_target.c
881
notify.nt_ncode = NT_ABORT_TASK;
sys/dev/disk/isp/isp_target.c
884
notify.nt_ncode = NT_LUN_RESET;
sys/dev/disk/isp/isp_target.c
891
isp_async(isp, ISPASYNC_TARGET_NOTIFY, &notify);
sys/dev/disk/isp/isp_target.c
904
isp_notify_t notify;
sys/dev/disk/isp/isp_target.c
909
ISP_MEMZERO(&notify, sizeof (isp_notify_t));
sys/dev/disk/isp/isp_target.c
910
notify.nt_hba = isp;
sys/dev/disk/isp/isp_target.c
911
notify.nt_wwn = INI_ANY;
sys/dev/disk/isp/isp_target.c
913
notify.nt_nphdl = ((in_fcentry_e_t *)inp)->in_iid;
sys/dev/disk/isp/isp_target.c
917
notify.nt_nphdl = inp->in_iid;
sys/dev/disk/isp/isp_target.c
921
notify.nt_sid = PORT_ANY;
sys/dev/disk/isp/isp_target.c
922
notify.nt_did = PORT_ANY;
sys/dev/disk/isp/isp_target.c
926
notify.nt_lun = inp->in_scclun;
sys/dev/disk/isp/isp_target.c
928
notify.nt_lun = inp->in_lun;
sys/dev/disk/isp/isp_target.c
930
notify.nt_tagval = seqid;
sys/dev/disk/isp/isp_target.c
931
notify.nt_tagval |= (((uint64_t)(isp->isp_serno++)) << 32);
sys/dev/disk/isp/isp_target.c
932
notify.nt_need_ack = 1;
sys/dev/disk/isp/isp_target.c
933
notify.nt_lreserved = inp;
sys/dev/disk/isp/isp_target.c
936
isp_prt(isp, ISP_LOGINFO, f2, "immediate notify status", inp->in_status, notify.nt_lun, loopid, inp->in_task_flags, inp->in_seqid);
sys/dev/disk/isp/isp_target.c
942
isp_prt(isp, ISP_LOGINFO, f1, "ABORT TASK SET", loopid, notify.nt_lun, inp->in_seqid);
sys/dev/disk/isp/isp_target.c
943
notify.nt_ncode = NT_ABORT_TASK_SET;
sys/dev/disk/isp/isp_target.c
945
isp_prt(isp, ISP_LOGINFO, f1, "CLEAR TASK SET", loopid, notify.nt_lun, inp->in_seqid);
sys/dev/disk/isp/isp_target.c
946
notify.nt_ncode = NT_CLEAR_TASK_SET;
sys/dev/disk/isp/isp_target.c
948
isp_prt(isp, ISP_LOGINFO, f1, "LUN RESET", loopid, notify.nt_lun, inp->in_seqid);
sys/dev/disk/isp/isp_target.c
949
notify.nt_ncode = NT_LUN_RESET;
sys/dev/disk/isp/isp_target.c
951
isp_prt(isp, ISP_LOGINFO, f1, "TARGET RESET", loopid, notify.nt_lun, inp->in_seqid);
sys/dev/disk/isp/isp_target.c
952
notify.nt_ncode = NT_TARGET_RESET;
sys/dev/disk/isp/isp_target.c
954
isp_prt(isp, ISP_LOGINFO, f1, "CLEAR ACA", loopid, notify.nt_lun, inp->in_seqid);
sys/dev/disk/isp/isp_target.c
955
notify.nt_ncode = NT_CLEAR_ACA;
sys/dev/disk/isp/isp_target.c
957
isp_prt(isp, ISP_LOGWARN, f2, "task flag", inp->in_status, notify.nt_lun, loopid, inp->in_task_flags, inp->in_seqid);
sys/dev/disk/isp/isp_target.c
961
isp_async(isp, ISPASYNC_TARGET_NOTIFY, &notify);
sys/dev/disk/isp/isp_target.c
967
isp_notify_t notify;
sys/dev/disk/isp/isp_target.c
973
ISP_MEMZERO(&notify, sizeof (isp_notify_t));
sys/dev/disk/isp/isp_target.c
974
notify.nt_hba = isp;
sys/dev/disk/isp/isp_target.c
975
notify.nt_wwn = INI_ANY;
sys/dev/disk/isp/isp_target.c
976
notify.nt_lun = (aep->at_cmnd.fcp_cmnd_lun[0] << 8) | (aep->at_cmnd.fcp_cmnd_lun[1]);
sys/dev/disk/isp/isp_target.c
977
notify.nt_tagval = aep->at_rxid;
sys/dev/disk/isp/isp_target.c
978
notify.nt_tagval |= (((uint64_t)(isp->isp_serno++)) << 32);
sys/dev/disk/isp/isp_target.c
979
notify.nt_lreserved = aep;
sys/dev/disk/isp/isp_target.c
994
notify.nt_nphdl = NIL_HANDLE; /* unknown here */
sys/dev/disk/isp/isp_target.c
995
notify.nt_sid = sid;
sys/dev/disk/isp/isp_target.c
996
notify.nt_did = did;
sys/dev/disk/isp/isp_target.c
997
notify.nt_channel = chan;
sys/dev/disk/isp/isp_target.c
999
isp_prt(isp, ISP_LOGINFO, f1, "ABORT TASK SET", sid, notify.nt_lun, aep->at_rxid);
sys/dev/drm/i915/intel_display.c
12964
enum i915_sw_fence_notify notify)
sys/dev/drm/i915/intel_display.c
12969
switch (notify) {
sys/dev/drm/i915/intel_guc.c
79
guc->notify = gen8_guc_raise_irq;
sys/dev/drm/i915/intel_guc.h
113
guc->notify(guc);
sys/dev/drm/i915/intel_guc.h
95
void (*notify)(struct intel_guc *guc);
sys/dev/raid/aac/aac.c
2101
int notify;
sys/dev/raid/aac/aac.c
2163
if (aac_qinfo[queue].notify != 0)
sys/dev/raid/aac/aac.c
2164
AAC_QNOTIFY(sc, aac_qinfo[queue].notify);
sys/dev/raid/aac/aac.c
2183
int notify;
sys/dev/raid/aac/aac.c
2201
notify = 0;
sys/dev/raid/aac/aac.c
2203
notify++;
sys/dev/raid/aac/aac.c
2261
if (notify && (aac_qinfo[queue].notify != 0))
sys/dev/raid/aac/aac.c
2262
AAC_QNOTIFY(sc, aac_qinfo[queue].notify);
sys/dev/raid/aac/aac.c
2309
if (aac_qinfo[queue].notify != 0)
sys/dev/raid/aac/aac.c
2310
AAC_QNOTIFY(sc, aac_qinfo[queue].notify);
sys/dev/raid/ciss/cissvar.h
352
CISSQ_REQUEST_QUEUE(notify, CISSQ_NOTIFY);
sys/kern/sys_mqueue.c
790
struct proc *notify = NULL;
sys/kern/sys_mqueue.c
884
notify = mq->mq_notify_proc;
sys/kern/sys_mqueue.c
899
} else if (notify) {
sys/kern/sys_mqueue.c
900
PHOLD(notify);
sys/kern/sys_mqueue.c
905
ksignal(notify, mq->mq_sig_notify.sigev_signo);
sys/kern/sys_mqueue.c
906
PRELE(notify);
sys/kern/uipc_msg.c
657
ssb = (msg->notify.nm_etype & NM_REVENT) ? &so->so_rcv : &so->so_snd;
sys/kern/uipc_msg.c
668
if (msg->notify.nm_predicate(&msg->notify)) {
sys/kern/uipc_msg.c
675
TAILQ_INSERT_TAIL(&ssb->ssb_mlist, &msg->notify, nm_list);
sys/net/netmsg.h
314
struct netmsg_so_notify notify;
sys/netinet/in_pcb.c
1298
inp_notify_t notify)
sys/netinet/in_pcb.c
1329
(*notify)(inp, err); /* can remove inp from list! */
sys/netinet/ip_demux.c
377
inp_notify_t notify;
sys/netinet/ip_demux.c
380
notify = tcp_get_inpnotify(cmd, sa, &arg, &ip, cpuid);
sys/netinet/ip_demux.c
381
if (notify == NULL)
sys/netinet/ip_demux.c
440
inp_notify_t notify;
sys/netinet/ip_demux.c
442
notify = udp_get_inpnotify(cmd, sa, &ip, cpuid);
sys/netinet/ip_demux.c
443
if (notify == NULL)
sys/netinet/tcp_subr.c
1429
inp_notify_t notify = tcp_notify;
sys/netinet/tcp_subr.c
1437
notify = tcp_quench;
sys/netinet/tcp_subr.c
1443
notify = tcp_drop_syn_sent;
sys/netinet/tcp_subr.c
1449
notify = tcp_mtudisc;
sys/netinet/tcp_subr.c
1452
notify = in_rtchange;
sys/netinet/tcp_subr.c
1474
return notify;
sys/netinet/tcp_subr.c
1484
inp_notify_t notify;
sys/netinet/tcp_subr.c
1489
notify = tcp_get_inpnotify(cmd, sa, &arg, &ip, &cpuid);
sys/netinet/tcp_subr.c
1490
if (notify == NULL)
sys/netinet/tcp_subr.c
1511
notify(inp, arg);
sys/netinet/tcp_subr.c
1528
in_pcbnotifyall(&tcbinfo[mycpuid], faddr, arg, notify);
sys/netinet/tcp_subr.c
1538
nm->nm_notify = notify;
sys/netinet/tcp_subr.c
1555
inp_notify_t notify = tcp_notify;
sys/netinet/tcp_subr.c
1574
notify = tcp_quench;
sys/netinet/tcp_subr.c
1590
notify = tcp_mtudisc;
sys/netinet/tcp_subr.c
1630
th.th_sport, cmd, arg, notify);
sys/netinet/tcp_subr.c
1640
(const struct sockaddr *)sa6_src, 0, cmd, arg, notify);
sys/netinet/udp_usrreq.c
726
inp_notify_t notify = udp_notify;
sys/netinet/udp_usrreq.c
734
notify = in_rtchange;
sys/netinet/udp_usrreq.c
756
return notify;
sys/netinet/udp_usrreq.c
765
inp_notify_t notify;
sys/netinet/udp_usrreq.c
770
notify = udp_get_inpnotify(cmd, sa, &ip, &cpuid);
sys/netinet/udp_usrreq.c
771
if (notify == NULL)
sys/netinet/udp_usrreq.c
786
notify(inp, inetctlerrmap[cmd]);
sys/netinet/udp_usrreq.c
792
notify);
sys/netinet/udp_usrreq.c
802
nm->nm_notify = notify;
sys/netinet6/icmp6.c
959
goto notify;
sys/netinet6/icmp6.c
973
goto notify;
sys/netinet6/icmp6.c
976
notify:
sys/netinet6/in6_pcb.c
511
inp_notify_t notify)
sys/netinet6/in6_pcb.c
544
notify = in6_rtchange;
sys/netinet6/in6_pcb.c
602
if (notify)
sys/netinet6/in6_pcb.c
603
(*notify)(inp, arg);
sys/netinet6/raw_ip6.c
236
inp_notify_t notify = in6_rtchange;
sys/netinet6/raw_ip6.c
245
notify = in6_rtchange, d = NULL;
sys/netinet6/raw_ip6.c
260
(const struct sockaddr *)sa6_src, 0, cmd, 0, notify);
sys/netinet6/udp6_usrreq.c
395
inp_notify_t notify = udp_notify;
sys/netinet6/udp6_usrreq.c
408
notify = in6_rtchange, d = NULL;
sys/netinet6/udp6_usrreq.c
442
cmd, 0, notify);
sys/netinet6/udp6_usrreq.c
446
cmd, 0, notify);
usr.sbin/ppp/bundle.c
176
if (bundle->notify.fd != -1) {
usr.sbin/ppp/bundle.c
179
ret = write(bundle->notify.fd, &c, 1);
usr.sbin/ppp/bundle.c
186
close(bundle->notify.fd);
usr.sbin/ppp/bundle.c
187
bundle->notify.fd = -1;
usr.sbin/ppp/bundle.c
881
bundle.notify.fd = -1;
usr.sbin/ppp/bundle.h
140
} notify;
usr.sbin/ppp/main.c
496
bundle->notify.fd = bgpipe[1];
usr.sbin/rpc.lockd/lock_proc.c
1223
notify(arg->mon_name, arg->state);
usr.sbin/rpc.lockd/lockd_lock.h
11
void notify(const char *, const int);