Symbol: notify
crypto/heimdal/lib/hx509/ref/pkcs11.h
761
void *application, ck_notify_t notify,
crypto/heimdal/lib/hx509/softp11.c
1128
soft_token.notify = Notify;
crypto/heimdal/lib/hx509/softp11.c
66
CK_NOTIFY notify;
crypto/heimdal/lib/hx509/softp11.c
687
soft_token.notify = NULL_PTR;
crypto/krb5/src/plugins/preauth/pkinit/pkcs11.h
759
void *application, ck_notify_t 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,
crypto/openssl/crypto/x509/x509_vfy.c
1149
static int check_crl_time(X509_STORE_CTX *ctx, X509_CRL *crl, int notify)
crypto/openssl/crypto/x509/x509_vfy.c
1160
if (notify)
crypto/openssl/crypto/x509/x509_vfy.c
1165
if (!notify)
crypto/openssl/crypto/x509/x509_vfy.c
1172
if (!notify)
crypto/openssl/crypto/x509/x509_vfy.c
1182
if (!notify)
crypto/openssl/crypto/x509/x509_vfy.c
1189
if (!notify || !verify_cb_crl(ctx, X509_V_ERR_CRL_HAS_EXPIRED))
crypto/openssl/crypto/x509/x509_vfy.c
1194
if (notify)
lib/librtld_db/rtld_db.c
105
notify->type = RD_NOTIFY_BPT;
lib/librtld_db/rtld_db.c
106
notify->u.bptaddr = rdap->rda_preinit_addr;
lib/librtld_db/rtld_db.c
109
notify->type = RD_NOTIFY_BPT;
lib/librtld_db/rtld_db.c
110
notify->u.bptaddr = rdap->rda_postinit_addr;
lib/librtld_db/rtld_db.c
113
notify->type = RD_NOTIFY_BPT;
lib/librtld_db/rtld_db.c
114
notify->u.bptaddr = rdap->rda_dlactivity_addr;
lib/librtld_db/rtld_db.c
93
rd_event_addr(rd_agent_t *rdap, rd_event_e event, rd_notify_t *notify)
lib/librtld_db/rtld_db.c
98
notify);
libexec/comsat/comsat.c
133
notify(utp, buf, offset, folder);
libexec/comsat/comsat.c
64
static void notify(struct utmpx *, char[], off_t, int);
sbin/devd/devd.cc
140
static const char notify = '!';
sbin/devd/devd.cc
820
case notify:
sbin/devd/devd.cc
877
case notify:
sbin/dump/dump.h
74
extern int notify; /* notify operator flag */
sbin/dump/main.c
191
notify = 1;
sbin/dump/main.c
83
int notify = 0; /* notify operator flag */
sbin/dump/optr.c
120
if (notify == 0) {
sbin/dump/optr.c
160
if (!notify)
stand/efi/libefi/efihttp.c
441
status = BS->CreateEvent(EVT_NOTIFY_SIGNAL, TPL_CALLBACK, notify,
stand/efi/libefi/efihttp.c
503
status = BS->CreateEvent(EVT_NOTIFY_SIGNAL, TPL_CALLBACK, notify,
stand/efi/libefi/efihttp.c
624
status = BS->CreateEvent(EVT_NOTIFY_SIGNAL, TPL_CALLBACK, notify,
sys/amd64/vmm/intel/vmx.c
3740
#define VMX_CTR_PIR(vlapic, pir_desc, notify, vector, level, msg) \
sys/amd64/vmm/intel/vmx.c
3748
VLAPIC_CTR1(vlapic, msg " notify: %s", notify ? "yes" : "no"); \
sys/amd64/vmm/intel/vmx.c
3761
int idx, notify = 0;
sys/amd64/vmm/intel/vmx.c
3794
notify = 1;
sys/amd64/vmm/intel/vmx.c
3802
notify = 1;
sys/amd64/vmm/intel/vmx.c
3806
VMX_CTR_PIR(vlapic, pir_desc, notify, vector, level,
sys/amd64/vmm/intel/vmx.c
3808
return (notify);
sys/arm/ti/ti_pruss.c
811
int notify;
sys/arm/ti/ti_pruss.c
819
notify = 1;
sys/arm/ti/ti_pruss.c
821
notify = 0;
sys/arm/ti/ti_pruss.c
825
return (notify);
sys/arm64/vmm/io/vgic_v3.c
2020
bool notify;
sys/arm64/vmm/io/vgic_v3.c
2057
notify = false;
sys/arm64/vmm/io/vgic_v3.c
2071
notify = vgic_v3_queue_irq(hyp, vgic_cpu, vcpuid, irq);
sys/arm64/vmm/io/vgic_v3.c
2077
if (notify)
sys/arm64/vmm/io/vgic_v3.c
741
bool notify;
sys/arm64/vmm/io/vgic_v3.c
756
notify = false;
sys/arm64/vmm/io/vgic_v3.c
771
notify = vgic_v3_queue_irq(hyp, vgic_cpu, target_vcpu,
sys/arm64/vmm/io/vgic_v3.c
778
if (notify)
sys/arm64/vmm/io/vgic_v3.c
818
bool notify;
sys/arm64/vmm/io/vgic_v3.c
832
notify = false;
sys/arm64/vmm/io/vgic_v3.c
848
notify = vgic_v3_queue_irq(hyp, vgic_cpu, target_vcpu,
sys/arm64/vmm/io/vgic_v3.c
855
if (notify)
sys/dev/aac/aac.c
2111
int notify;
sys/dev/aac/aac.c
2173
if (aac_qinfo[queue].notify != 0)
sys/dev/aac/aac.c
2174
AAC_QNOTIFY(sc, aac_qinfo[queue].notify);
sys/dev/aac/aac.c
2193
int notify;
sys/dev/aac/aac.c
2211
notify = 0;
sys/dev/aac/aac.c
2213
notify++;
sys/dev/aac/aac.c
2271
if (notify && (aac_qinfo[queue].notify != 0))
sys/dev/aac/aac.c
2272
AAC_QNOTIFY(sc, aac_qinfo[queue].notify);
sys/dev/aac/aac.c
2319
if (aac_qinfo[queue].notify != 0)
sys/dev/aac/aac.c
2320
AAC_QNOTIFY(sc, aac_qinfo[queue].notify);
sys/dev/acpi_support/acpi_asus.c
1182
acpi_asus_notify(ACPI_HANDLE h, UINT32 notify, void *context)
sys/dev/acpi_support/acpi_asus.c
1193
if ((notify & ~0x10) <= 15) {
sys/dev/acpi_support/acpi_asus.c
1194
sc->s_brn = notify & ~0x10;
sys/dev/acpi_support/acpi_asus.c
1196
} else if ((notify & ~0x20) <= 15) {
sys/dev/acpi_support/acpi_asus.c
1197
sc->s_brn = notify & ~0x20;
sys/dev/acpi_support/acpi_asus.c
1199
} else if (notify == 0x33) {
sys/dev/acpi_support/acpi_asus.c
1202
} else if (notify == 0x34) {
sys/dev/acpi_support/acpi_asus.c
1205
} else if (notify == 0x86) {
sys/dev/acpi_support/acpi_asus.c
1208
} else if (notify == 0x87) {
sys/dev/acpi_support/acpi_asus.c
1213
acpi_UserNotify("ASUS", h, notify);
sys/dev/acpi_support/acpi_asus.c
1219
acpi_asus_lcdd_notify(ACPI_HANDLE h, UINT32 notify, void *context)
sys/dev/acpi_support/acpi_asus.c
1230
switch (notify) {
sys/dev/acpi_support/acpi_asus.c
1244
acpi_asus_eeepc_notify(ACPI_HANDLE h, UINT32 notify, void *context)
sys/dev/acpi_support/acpi_asus.c
1255
if ((notify & ~0x20) <= 15) {
sys/dev/acpi_support/acpi_asus.c
1256
sc->s_brn = notify & ~0x20;
sys/dev/acpi_support/acpi_asus.c
1261
acpi_UserNotify("ASUS-Eee", h, notify);
sys/dev/acpi_support/acpi_asus.c
139
static void acpi_asus_lcdd_notify(ACPI_HANDLE h, UINT32 notify,
sys/dev/acpi_support/acpi_asus.c
436
static void acpi_asus_eeepc_notify(ACPI_HANDLE h, UINT32 notify, void *context);
sys/dev/acpi_support/acpi_asus.c
514
static void acpi_asus_notify(ACPI_HANDLE h, UINT32 notify, void *context);
sys/dev/acpi_support/acpi_asus_wmi.c
290
UINT32 notify;
sys/dev/acpi_support/acpi_asus_wmi.c
383
static int acpi_asus_wmi_get_event_code(device_t wmi_dev, UINT32 notify,
sys/dev/acpi_support/acpi_asus_wmi.c
385
static void acpi_asus_wmi_notify(ACPI_HANDLE h, UINT32 notify, void *context);
sys/dev/acpi_support/acpi_asus_wmi.c
797
acpi_asus_wmi_get_event_code(device_t wmi_dev, UINT32 notify, int *code)
sys/dev/acpi_support/acpi_asus_wmi.c
803
if (ACPI_FAILURE(ACPI_WMI_GET_EVENT_DATA(wmi_dev, notify, &response)))
sys/dev/acpi_support/acpi_asus_wmi.c
816
acpi_asus_wmi_push_evdev_event(struct evdev_dev *evdev, UINT32 notify)
sys/dev/acpi_support/acpi_asus_wmi.c
822
if (acpi_asus_wmi_evdev_map[i].notify == notify &&
sys/dev/acpi_support/acpi_asus_wmi.c
901
acpi_asus_wmi_notify(ACPI_HANDLE h, UINT32 notify, void *context)
sys/dev/acpi_support/acpi_asus_wmi.c
907
ACPI_FUNCTION_TRACE_U32((char *)(uintptr_t)__func__, notify);
sys/dev/acpi_support/acpi_asus_wmi.c
912
if (acpi_asus_wmi_get_event_code(sc->wmi_dev, notify, &code)
sys/dev/acpi_support/acpi_asus_wmi.c
921
if (notify != ASUS_WMI_EVENT_VALUE_ATK)
sys/dev/acpi_support/acpi_fujitsu.c
139
static void acpi_fujitsu_notify_handler(ACPI_HANDLE h, uint32_t notify, void *context);
sys/dev/acpi_support/acpi_fujitsu.c
314
acpi_fujitsu_notify_handler(ACPI_HANDLE h, uint32_t notify, void *context)
sys/dev/acpi_support/acpi_fujitsu.c
318
ACPI_FUNCTION_TRACE_U32((char *)(uintptr_t)__func__, notify);
sys/dev/acpi_support/acpi_fujitsu.c
322
switch (notify) {
sys/dev/acpi_support/acpi_hp.c
316
static void acpi_hp_notify(ACPI_HANDLE h, UINT32 notify, void *context);
sys/dev/acpi_support/acpi_hp.c
858
acpi_hp_notify(ACPI_HANDLE h, UINT32 notify, void *context)
sys/dev/acpi_support/acpi_hp.c
861
ACPI_FUNCTION_TRACE_U32((char *)(uintptr_t)__func__, notify);
sys/dev/acpi_support/acpi_hp.c
866
ACPI_WMI_GET_EVENT_DATA(sc->wmi_dev, notify, &response);
sys/dev/acpi_support/acpi_ibm.c
1509
acpi_ibm_notify(ACPI_HANDLE h, UINT32 notify, void *context)
sys/dev/acpi_support/acpi_ibm.c
1515
ACPI_FUNCTION_TRACE_U32((char *)(uintptr_t)__func__, notify);
sys/dev/acpi_support/acpi_ibm.c
1517
if (notify != 0x80)
sys/dev/acpi_support/acpi_ibm.c
344
static void acpi_ibm_notify(ACPI_HANDLE h, UINT32 notify, void *context);
sys/dev/acpi_support/acpi_panasonic.c
514
acpi_panasonic_notify(ACPI_HANDLE h, UINT32 notify, void *context)
sys/dev/acpi_support/acpi_panasonic.c
521
switch (notify) {
sys/dev/acpi_support/acpi_panasonic.c
535
device_printf(sc->dev, "unknown notify: %#x\n", notify);
sys/dev/acpi_support/acpi_panasonic.c
93
static void acpi_panasonic_notify(ACPI_HANDLE h, UINT32 notify,
sys/dev/acpi_support/acpi_system76.c
337
acpi_system76_notify_handler(ACPI_HANDLE handle, uint32_t notify, void *ctx)
sys/dev/acpi_support/acpi_system76.c
340
ACPI_FUNCTION_TRACE_U32((char *)(uintptr_t)__func__, notify);
sys/dev/acpi_support/acpi_system76.c
342
switch (notify) {
sys/dev/acpi_support/acpi_toshiba.c
147
static void acpi_toshiba_notify(ACPI_HANDLE h, UINT32 notify,
sys/dev/acpi_support/acpi_toshiba.c
512
acpi_toshiba_notify(ACPI_HANDLE h, UINT32 notify, void *context)
sys/dev/acpi_support/acpi_toshiba.c
519
if (notify == 0x80) {
sys/dev/acpi_support/acpi_toshiba.c
527
device_printf(sc->dev, "unknown notify: 0x%x\n", notify);
sys/dev/acpi_support/acpi_wmi.c
138
static void acpi_wmi_notify_handler(ACPI_HANDLE h, UINT32 notify,
sys/dev/acpi_support/acpi_wmi.c
661
acpi_wmi_notify_handler(ACPI_HANDLE h, UINT32 notify, void *context)
sys/dev/acpi_support/acpi_wmi.c
668
ACPI_FUNCTION_TRACE_U32((char *)(uintptr_t)__func__, notify);
sys/dev/acpi_support/acpi_wmi.c
675
((UINT8) winfo->ginfo.oid[0] == notify)) {
sys/dev/acpi_support/acpi_wmi.c
685
handler(h, notify, handler_data);
sys/dev/acpica/acpi.c
4650
acpi_UserNotify(const char *subsystem, ACPI_HANDLE h, uint8_t notify)
sys/dev/acpica/acpi.c
4664
snprintf(notify_buf, sizeof(notify_buf), "notify=0x%02x", notify);
sys/dev/acpica/acpi_acad.c
122
acpi_acad_notify_handler(ACPI_HANDLE h, UINT32 notify, void *context)
sys/dev/acpica/acpi_acad.c
127
switch (notify) {
sys/dev/acpica/acpi_acad.c
135
device_printf(dev, "unknown notify %#x\n", notify);
sys/dev/acpica/acpi_apei.c
493
apei_notify_handler(ACPI_HANDLE h, UINT32 notify, void *context)
sys/dev/acpica/acpi_button.c
265
acpi_button_notify_handler(ACPI_HANDLE h, UINT32 notify, void *context)
sys/dev/acpica/acpi_button.c
272
ACPI_FUNCTION_TRACE_U32((char *)(uintptr_t)__func__, notify);
sys/dev/acpica/acpi_button.c
275
switch (notify) {
sys/dev/acpica/acpi_button.c
283
device_printf(sc->button_dev, "unknown notify %#x\n", notify);
sys/dev/acpica/acpi_button.c
68
static void acpi_button_notify_handler(ACPI_HANDLE h, UINT32 notify,
sys/dev/acpica/acpi_cmbat.c
188
acpi_cmbat_notify_handler(ACPI_HANDLE h, UINT32 notify, void *context)
sys/dev/acpica/acpi_cmbat.c
196
switch (notify) {
sys/dev/acpica/acpi_cmbat.c
215
acpi_UserNotify("CMBAT", h, notify);
sys/dev/acpica/acpi_cmbat.c
79
static void acpi_cmbat_notify_handler(ACPI_HANDLE h, UINT32 notify,
sys/dev/acpica/acpi_cpu.c
1244
acpi_cpu_notify(ACPI_HANDLE h, UINT32 notify, void *context)
sys/dev/acpica/acpi_cpu.c
1248
if (notify != ACPI_NOTIFY_CX_STATES)
sys/dev/acpica/acpi_cpu.c
1269
acpi_UserNotify("PROCESSOR", sc->cpu_handle, notify);
sys/dev/acpica/acpi_cpu.c
184
static void acpi_cpu_notify(ACPI_HANDLE h, UINT32 notify, void *context);
sys/dev/acpica/acpi_dock.c
395
acpi_dock_notify_handler(ACPI_HANDLE h, UINT32 notify, void *context)
sys/dev/acpica/acpi_dock.c
401
"got notification %#x\n", notify);
sys/dev/acpica/acpi_dock.c
404
switch (notify) {
sys/dev/acpica/acpi_dock.c
413
device_printf(dev, "unknown notify %#x\n", notify);
sys/dev/acpica/acpi_lid.c
251
acpi_lid_notify_handler(ACPI_HANDLE h, UINT32 notify, void *context)
sys/dev/acpica/acpi_lid.c
255
ACPI_FUNCTION_TRACE_U32((char *)(uintptr_t)__func__, notify);
sys/dev/acpica/acpi_lid.c
258
switch (notify) {
sys/dev/acpica/acpi_lid.c
264
device_printf(sc->lid_dev, "unknown notify %#x\n", notify);
sys/dev/acpica/acpi_lid.c
72
static void acpi_lid_notify_handler(ACPI_HANDLE h, UINT32 notify,
sys/dev/acpica/acpi_pci.c
369
acpi_pci_bus_notify_handler(ACPI_HANDLE h, UINT32 notify, void *context)
sys/dev/acpica/acpi_pci.c
375
switch (notify) {
sys/dev/acpica/acpi_pci.c
382
device_printf(dev, "unknown notify %#x\n", notify);
sys/dev/acpica/acpi_pci.c
388
acpi_pci_device_notify_handler(ACPI_HANDLE h, UINT32 notify, void *context)
sys/dev/acpica/acpi_pci.c
396
switch (notify) {
sys/dev/acpica/acpi_pci.c
433
device_printf(dev, "unknown notify %#x for %s\n", notify,
sys/dev/acpica/acpi_perf.c
104
static void acpi_px_notify(ACPI_HANDLE h, UINT32 notify, void *context);
sys/dev/acpica/acpi_perf.c
402
acpi_px_notify(ACPI_HANDLE h, UINT32 notify, void *context)
sys/dev/acpica/acpi_perf.c
407
if (notify != ACPI_NOTIFY_PERF_STATES)
sys/dev/acpica/acpi_thermal.c
143
static void acpi_tz_notify_handler(ACPI_HANDLE h, UINT32 notify,
sys/dev/acpica/acpi_thermal.c
854
acpi_tz_notify_handler(ACPI_HANDLE h, UINT32 notify, void *context)
sys/dev/acpica/acpi_thermal.c
860
switch (notify) {
sys/dev/acpica/acpi_thermal.c
872
"unknown Notify event 0x%x\n", notify);
sys/dev/acpica/acpi_thermal.c
876
acpi_UserNotify("Thermal", h, notify);
sys/dev/acpica/acpi_video.c
210
UINT32 notify;
sys/dev/acpica/acpi_video.c
226
acpi_video_push_evdev_event(struct evdev_dev *evdev, UINT32 notify)
sys/dev/acpica/acpi_video.c
235
if (acpi_video_evdev_map[i].notify == notify) {
sys/dev/acpica/acpi_video.c
436
acpi_video_notify_handler(ACPI_HANDLE handle, UINT32 notify, void *context)
sys/dev/acpica/acpi_video.c
445
switch (notify) {
sys/dev/acpica/acpi_video.c
489
notify);
sys/dev/acpica/acpi_video.c
492
(void *)(uintptr_t)notify);
sys/dev/acpica/acpi_video.c
495
acpi_video_push_evdev_event(sc->evdev, notify);
sys/dev/acpica/acpi_video.c
781
acpi_video_vo_notify_handler(ACPI_HANDLE handle, UINT32 notify, void *context)
sys/dev/acpica/acpi_video.c
791
switch (notify) {
sys/dev/acpica/acpi_video.c
808
notify, acpi_name(handle));
sys/dev/acpica/acpi_video.c
813
switch (notify) {
sys/dev/acpica/acpi_video.c
826
if (notify == VID_NOTIFY_INC_BRN) {
sys/dev/acpica/acpi_video.c
853
acpi_video_push_evdev_event(vo->evdev, notify);
sys/dev/acpica/acpi_video.c
860
(void *)(uintptr_t)notify);
sys/dev/acpica/acpivar.h
403
uint8_t notify);
sys/dev/asmc/asmc.c
1671
char notify[16];
sys/dev/asmc/asmc.c
1688
snprintf(notify, sizeof(notify), " notify=0x%x", type);
sys/dev/asmc/asmc.c
1689
devctl_notify("ACPI", "asmc", "SMS", notify);
sys/dev/atopcase/atopcase_acpi.c
172
atopcase_acpi_notify(ACPI_HANDLE h __unused, UINT32 notify __unused, void *ctx)
sys/dev/bxe/bxe_elink.c
14703
uint32_t phy_flag, uint32_t link_flag, uint8_t notify)
sys/dev/bxe/bxe_elink.c
14765
if (notify)
sys/dev/bxe/bxe_elink.c
14783
uint8_t notify)
sys/dev/bxe/bxe_elink.c
14813
LINK_STATUS_NONE, notify);
sys/dev/bxe/bxe_elink.c
14832
LINK_STATUS_NONE, notify);
sys/dev/bxe/bxe_elink.c
947
struct elink_vars *vars, uint8_t notify);
sys/dev/ciss/cissvar.h
355
CISSQ_REQUEST_QUEUE(notify, CISSQ_NOTIFY);
sys/dev/enic/enic.h
140
struct vnic_devcmd_notify *notify;
sys/dev/enic/vnic_dev.c
789
vdev->notify = notify_addr;
sys/dev/enic/vnic_dev.c
811
if (vdev->notify || vdev->notify_pa) {
sys/dev/enic/vnic_dev.c
812
return vnic_dev_notify_setcmd(vdev, vdev->notify,
sys/dev/enic/vnic_dev.c
840
vdev->notify = NULL;
sys/dev/enic/vnic_dev.c
850
if (vdev->notify && !vnic_dev_in_reset(vdev)) {
sys/dev/enic/vnic_dev.c
864
if (!vdev->notify || !vdev->notify_sz)
sys/dev/enic/vnic_dev.c
872
memcpy(&vdev->notify_copy, vdev->notify, vdev->notify_sz);
sys/dev/isp/isp_freebsd.c
1579
isp_handle_platform_srr(ispsoftc_t *isp, isp_notify_t *notify)
sys/dev/isp/isp_freebsd.c
1581
in_fcentry_24xx_t *inot = notify->nt_lreserved;
sys/dev/isp/isp_freebsd.c
1583
uint32_t tag = notify->nt_tagval & 0xffffffff;
sys/dev/isp/isp_freebsd.c
1585
atp = isp_find_atpd(isp, notify->nt_channel, tag);
sys/dev/isp/isp_freebsd.c
1779
isp_handle_platform_target_tmf(ispsoftc_t *isp, isp_notify_t *notify)
sys/dev/isp/isp_freebsd.c
1788
isp_prt(isp, ISP_LOGTDEBUG0, "%s: code 0x%x sid 0x%x tagval 0x%016llx chan %d lun %jx", __func__, notify->nt_ncode,
sys/dev/isp/isp_freebsd.c
1789
notify->nt_sid, (unsigned long long) notify->nt_tagval, notify->nt_channel, notify->nt_lun);
sys/dev/isp/isp_freebsd.c
1790
if (notify->nt_lun == LUN_ANY) {
sys/dev/isp/isp_freebsd.c
1791
if (notify->nt_tagval == TAG_ANY) {
sys/dev/isp/isp_freebsd.c
1794
atp = isp_find_atpd(isp, notify->nt_channel,
sys/dev/isp/isp_freebsd.c
1795
notify->nt_tagval & 0xffffffff);
sys/dev/isp/isp_freebsd.c
1799
lun = notify->nt_lun;
sys/dev/isp/isp_freebsd.c
1801
tptr = get_lun_statep(isp, notify->nt_channel, lun);
sys/dev/isp/isp_freebsd.c
1803
tptr = get_lun_statep(isp, notify->nt_channel, CAM_LUN_WILDCARD);
sys/dev/isp/isp_freebsd.c
1805
isp_prt(isp, ISP_LOGWARN, "%s: no state pointer found for chan %d lun %#jx", __func__, notify->nt_channel, (uintmax_t)lun);
sys/dev/isp/isp_freebsd.c
1811
isp_prt(isp, ISP_LOGWARN, "%s: out of immediate notify structures for chan %d lun %#jx", __func__, notify->nt_channel, (uintmax_t)lun);
sys/dev/isp/isp_freebsd.c
1817
if (isp_find_pdb_by_portid(isp, notify->nt_channel, notify->nt_sid, &lp) == 0 &&
sys/dev/isp/isp_freebsd.c
1818
isp_find_pdb_by_handle(isp, notify->nt_channel, notify->nt_nphdl, &lp) == 0) {
sys/dev/isp/isp_freebsd.c
1821
inot->initiator_id = FC_PORTDB_TGT(isp, notify->nt_channel, lp);
sys/dev/isp/isp_freebsd.c
1823
inot->seq_id = notify->nt_tagval;
sys/dev/isp/isp_freebsd.c
1824
inot->tag_id = notify->nt_tagval >> 32;
sys/dev/isp/isp_freebsd.c
1826
switch (notify->nt_ncode) {
sys/dev/isp/isp_freebsd.c
1828
isp_target_mark_aborted_early(isp, notify->nt_channel, tptr, inot->tag_id);
sys/dev/isp/isp_freebsd.c
1832
isp_target_mark_aborted_early(isp, notify->nt_channel, tptr, TAG_ANY);
sys/dev/isp/isp_freebsd.c
1854
isp_prt(isp, ISP_LOGWARN, "%s: unknown TMF code 0x%x for chan %d lun %#jx", __func__, notify->nt_ncode, notify->nt_channel, (uintmax_t)lun);
sys/dev/isp/isp_freebsd.c
1858
ntp = isp_get_ntpd(isp, notify->nt_channel);
sys/dev/isp/isp_freebsd.c
1863
ISP_MEMCPY(&ntp->nt, notify, sizeof (isp_notify_t));
sys/dev/isp/isp_freebsd.c
1864
if (notify->nt_lreserved) {
sys/dev/isp/isp_freebsd.c
1865
ISP_MEMCPY(&ntp->data, notify->nt_lreserved, QENTRY_LEN);
sys/dev/isp/isp_freebsd.c
1868
ntp->seq_id = notify->nt_tagval;
sys/dev/isp/isp_freebsd.c
1869
ntp->tag_id = notify->nt_tagval >> 32;
sys/dev/isp/isp_freebsd.c
1877
if (notify->nt_need_ack) {
sys/dev/isp/isp_freebsd.c
1878
if (((isphdr_t *)notify->nt_lreserved)->rqs_entry_type == RQSTYPE_ABTS_RCVD) {
sys/dev/isp/isp_freebsd.c
1879
if (isp_acknak_abts(isp, notify->nt_lreserved, ENOMEM)) {
sys/dev/isp/isp_freebsd.c
1883
isp_async(isp, ISPASYNC_TARGET_NOTIFY_ACK, notify->nt_lreserved);
sys/dev/isp/isp_freebsd.c
3079
isp_notify_t *notify;
sys/dev/isp/isp_freebsd.c
3081
notify = va_arg(ap, isp_notify_t *);
sys/dev/isp/isp_freebsd.c
3083
switch (notify->nt_ncode) {
sys/dev/isp/isp_freebsd.c
3095
isp_handle_platform_target_tmf(isp, notify);
sys/dev/isp/isp_freebsd.c
3106
isp_handle_platform_srr(isp, notify);
sys/dev/isp/isp_freebsd.c
3109
isp_prt(isp, ISP_LOGALL, "target notify code 0x%x", notify->nt_ncode);
sys/dev/isp/isp_freebsd.c
3110
isp_handle_platform_target_notify_ack(isp, notify, 0);
sys/dev/isp/isp_library.c
462
isp_notify_t notify;
sys/dev/isp/isp_library.c
500
ISP_MEMZERO(&notify, sizeof (isp_notify_t));
sys/dev/isp/isp_library.c
501
notify.nt_ncode = NT_HBA_RESET;
sys/dev/isp/isp_library.c
502
notify.nt_hba = isp;
sys/dev/isp/isp_library.c
503
notify.nt_wwn = INI_ANY;
sys/dev/isp/isp_library.c
504
notify.nt_nphdl = NIL_HANDLE;
sys/dev/isp/isp_library.c
505
notify.nt_sid = PORT_ANY;
sys/dev/isp/isp_library.c
506
notify.nt_did = PORT_ANY;
sys/dev/isp/isp_library.c
507
notify.nt_tgt = TGT_ANY;
sys/dev/isp/isp_library.c
508
notify.nt_channel = tmp;
sys/dev/isp/isp_library.c
509
notify.nt_lun = LUN_ANY;
sys/dev/isp/isp_library.c
510
notify.nt_tagval = TAG_ANY;
sys/dev/isp/isp_library.c
511
isp_async(isp, ISPASYNC_TARGET_NOTIFY, &notify);
sys/dev/isp/isp_target.c
311
isp_notify_t notify;
sys/dev/isp/isp_target.c
313
ISP_MEMZERO(&notify, sizeof (isp_notify_t));
sys/dev/isp/isp_target.c
314
notify.nt_hba = isp;
sys/dev/isp/isp_target.c
315
notify.nt_wwn = INI_ANY;
sys/dev/isp/isp_target.c
316
notify.nt_nphdl = NIL_HANDLE;
sys/dev/isp/isp_target.c
317
notify.nt_sid = PORT_ANY;
sys/dev/isp/isp_target.c
318
notify.nt_did = PORT_ANY;
sys/dev/isp/isp_target.c
319
notify.nt_tgt = TGT_ANY;
sys/dev/isp/isp_target.c
320
notify.nt_channel = bus;
sys/dev/isp/isp_target.c
321
notify.nt_lun = LUN_ANY;
sys/dev/isp/isp_target.c
322
notify.nt_tagval = TAG_ANY;
sys/dev/isp/isp_target.c
323
notify.nt_tagval |= (((uint64_t)(isp->isp_serno++)) << 32);
sys/dev/isp/isp_target.c
329
notify.nt_ncode = NT_LINK_UP;
sys/dev/isp/isp_target.c
330
isp_async(isp, ISPASYNC_TARGET_NOTIFY, &notify);
sys/dev/isp/isp_target.c
334
notify.nt_ncode = NT_LINK_DOWN;
sys/dev/isp/isp_target.c
335
isp_async(isp, ISPASYNC_TARGET_NOTIFY, &notify);
sys/dev/isp/isp_target.c
342
notify.nt_ncode = NT_LIP_RESET;
sys/dev/isp/isp_target.c
343
isp_async(isp, ISPASYNC_TARGET_NOTIFY, &notify);
sys/dev/isp/isp_target.c
354
isp_notify_t notify;
sys/dev/isp/isp_target.c
361
ISP_MEMZERO(&notify, sizeof (isp_notify_t));
sys/dev/isp/isp_target.c
362
notify.nt_hba = isp;
sys/dev/isp/isp_target.c
363
notify.nt_wwn = INI_ANY;
sys/dev/isp/isp_target.c
364
notify.nt_lun = CAM_EXTLUN_BYTE_SWIZZLE(be64dec(aep->at_cmnd.fcp_cmnd_lun));
sys/dev/isp/isp_target.c
365
notify.nt_tagval = aep->at_rxid;
sys/dev/isp/isp_target.c
366
notify.nt_tagval |= (((uint64_t)(isp->isp_serno++)) << 32);
sys/dev/isp/isp_target.c
367
notify.nt_lreserved = aep;
sys/dev/isp/isp_target.c
385
notify.nt_nphdl = lp->handle;
sys/dev/isp/isp_target.c
387
notify.nt_nphdl = NIL_HANDLE;
sys/dev/isp/isp_target.c
388
notify.nt_sid = sid;
sys/dev/isp/isp_target.c
389
notify.nt_did = did;
sys/dev/isp/isp_target.c
390
notify.nt_channel = chan;
sys/dev/isp/isp_target.c
392
isp_prt(isp, ISP_LOGINFO, f1, "QUERY TASK SET", sid, notify.nt_lun, aep->at_rxid);
sys/dev/isp/isp_target.c
393
notify.nt_ncode = NT_QUERY_TASK_SET;
sys/dev/isp/isp_target.c
395
isp_prt(isp, ISP_LOGINFO, f1, "ABORT TASK SET", sid, notify.nt_lun, aep->at_rxid);
sys/dev/isp/isp_target.c
396
notify.nt_ncode = NT_ABORT_TASK_SET;
sys/dev/isp/isp_target.c
398
isp_prt(isp, ISP_LOGINFO, f1, "CLEAR TASK SET", sid, notify.nt_lun, aep->at_rxid);
sys/dev/isp/isp_target.c
399
notify.nt_ncode = NT_CLEAR_TASK_SET;
sys/dev/isp/isp_target.c
401
isp_prt(isp, ISP_LOGINFO, f1, "QUERY ASYNC EVENT", sid, notify.nt_lun, aep->at_rxid);
sys/dev/isp/isp_target.c
402
notify.nt_ncode = NT_QUERY_ASYNC_EVENT;
sys/dev/isp/isp_target.c
404
isp_prt(isp, ISP_LOGINFO, f1, "LUN RESET", sid, notify.nt_lun, aep->at_rxid);
sys/dev/isp/isp_target.c
405
notify.nt_ncode = NT_LUN_RESET;
sys/dev/isp/isp_target.c
407
isp_prt(isp, ISP_LOGINFO, f1, "TARGET RESET", sid, notify.nt_lun, aep->at_rxid);
sys/dev/isp/isp_target.c
408
notify.nt_ncode = NT_TARGET_RESET;
sys/dev/isp/isp_target.c
410
isp_prt(isp, ISP_LOGINFO, f1, "CLEAR ACA", sid, notify.nt_lun, aep->at_rxid);
sys/dev/isp/isp_target.c
411
notify.nt_ncode = NT_CLEAR_ACA;
sys/dev/isp/isp_target.c
413
isp_prt(isp, ISP_LOGWARN, f2, aep->at_cmnd.fcp_cmnd_task_management, notify.nt_lun, sid, aep->at_rxid);
sys/dev/isp/isp_target.c
414
notify.nt_ncode = NT_UNKNOWN;
sys/dev/isp/isp_target.c
415
isp_endcmd(isp, aep, notify.nt_nphdl, chan, ECMD_RVALID | (0x4 << 12), 0);
sys/dev/isp/isp_target.c
418
isp_async(isp, ISPASYNC_TARGET_NOTIFY, &notify);
sys/dev/isp/isp_target.c
532
isp_notify_t notify, *nt = &notify;
sys/dev/isp/isp_target.c
573
isp_async(isp, ISPASYNC_TARGET_NOTIFY, &notify);
sys/dev/isp/isp_target.c
728
isp_notify_t notify;
sys/dev/isp/isp_target.c
838
ISP_MEMZERO(&notify, sizeof (isp_notify_t));
sys/dev/isp/isp_target.c
839
notify.nt_hba = isp;
sys/dev/isp/isp_target.c
840
notify.nt_wwn = INI_ANY;
sys/dev/isp/isp_target.c
841
notify.nt_tgt = FCPARAM(isp, chan)->isp_wwpn;
sys/dev/isp/isp_target.c
842
notify.nt_nphdl = nphdl;
sys/dev/isp/isp_target.c
843
notify.nt_sid = portid;
sys/dev/isp/isp_target.c
844
notify.nt_did = PORT_ANY;
sys/dev/isp/isp_target.c
845
notify.nt_lun = LUN_ANY;
sys/dev/isp/isp_target.c
846
notify.nt_tagval = inot->in_rxid;
sys/dev/isp/isp_target.c
847
notify.nt_tagval |= ((uint64_t)inot->in_srr_rxid << 32);
sys/dev/isp/isp_target.c
848
notify.nt_need_ack = 1;
sys/dev/isp/isp_target.c
849
notify.nt_channel = chan;
sys/dev/isp/isp_target.c
850
notify.nt_lreserved = inot;
sys/dev/isp/isp_target.c
851
notify.nt_ncode = NT_SRR;
sys/dev/isp/isp_target.c
852
isp_async(isp, ISPASYNC_TARGET_NOTIFY, &notify);
sys/dev/netmap/if_ptnet.c
1240
bool notify;
sys/dev/netmap/if_ptnet.c
1242
notify = netmap_pt_guest_txsync(pq->atok, pq->ktoa, kring, flags);
sys/dev/netmap/if_ptnet.c
1243
if (notify) {
sys/dev/netmap/if_ptnet.c
1255
bool notify;
sys/dev/netmap/if_ptnet.c
1257
notify = netmap_pt_guest_rxsync(pq->atok, pq->ktoa, kring, flags);
sys/dev/netmap/if_ptnet.c
1258
if (notify) {
sys/dev/netmap/netmap_kloop.c
1027
return notify;
sys/dev/netmap/netmap_kloop.c
1045
bool notify = false;
sys/dev/netmap/netmap_kloop.c
1088
notify = true;
sys/dev/netmap/netmap_kloop.c
1095
return notify;
sys/dev/netmap/netmap_kloop.c
977
bool notify = false;
sys/dev/netmap/netmap_kloop.c
994
notify = true;
sys/dev/netmap/netmap_monitor.c
856
int (*notify)(struct netmap_kring*, int);
sys/dev/netmap/netmap_monitor.c
873
notify = kring->nm_notify;
sys/dev/netmap/netmap_monitor.c
875
notify = kring->mon_notify;
sys/dev/netmap/netmap_monitor.c
878
return notify(kring, flags);
sys/dev/qlnx/qlnxe/qlnx_rdma.c
302
qlnx_rdma_if->notify(ha, ha->qlnx_rdma, QLNX_ETHDEV_UP);
sys/dev/qlnx/qlnxe/qlnx_rdma.c
320
qlnx_rdma_if->notify(ha, ha->qlnx_rdma, QLNX_ETHDEV_DOWN);
sys/dev/qlnx/qlnxe/qlnx_rdma.h
45
void (*notify)(void *ha, void *qlnx_rdma_dev, enum qlnx_rdma_event);
sys/dev/qlnx/qlnxr/qlnxr_os.c
1273
qlnxr_drv.notify = qlnxr_notify;
sys/dev/vmgenc/vmgenc_acpi.c
121
vmgenc_notify(ACPI_HANDLE h, UINT32 notify, void *context)
sys/dev/vmgenc/vmgenc_acpi.c
126
switch (notify) {
sys/dev/vmgenc/vmgenc_acpi.c
135
device_printf(dev, "unknown notify %#x\n", notify);
sys/dev/xen/blkback/blkback.c
1277
xbb_push_responses(struct xbb_softc *xbb, int *run_taskqueue, int *notify)
sys/dev/xen/blkback/blkback.c
1288
RING_PUSH_RESPONSES_AND_CHECK_NOTIFY(&xbb->rings.common, *notify);
sys/dev/xen/blkback/blkback.c
1318
int notify, run_taskqueue;
sys/dev/xen/blkback/blkback.c
1376
xbb_push_responses(xbb, &run_taskqueue, &notify);
sys/dev/xen/blkback/blkback.c
1383
if (notify)
sys/dev/xen/blkfront/blkfront.c
135
int notify;
sys/dev/xen/blkfront/blkfront.c
137
RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(&sc->xbd_ring, notify);
sys/dev/xen/blkfront/blkfront.c
139
if (notify)
sys/dev/xen/cpu/xen_acpi_cpu.c
458
acpi_notify(ACPI_HANDLE h, UINT32 notify, void *context)
sys/dev/xen/cpu/xen_acpi_cpu.c
462
switch (notify) {
sys/dev/xen/evtchn/evtchn_dev.c
482
struct ioctl_evtchn_notify *notify;
sys/dev/xen/evtchn/evtchn_dev.c
485
notify = (struct ioctl_evtchn_notify *)arg;
sys/dev/xen/evtchn/evtchn_dev.c
488
evtchn = find_evtchn(u, notify->port);
sys/dev/xen/gntdev/gntdev.c
225
static void notify(struct notify_data *notify, vm_page_t page);
sys/dev/xen/gntdev/gntdev.c
237
struct notify_data *notify;
sys/dev/xen/gntdev/gntdev.c
267
if (gref->notify) {
sys/dev/xen/gntdev/gntdev.c
268
notify(gref->notify, gref->page);
sys/dev/xen/gntdev/gntdev.c
288
if (gref->notify)
sys/dev/xen/gntdev/gntdev.c
289
free(gref->notify, M_GNTDEV);
sys/dev/xen/gntdev/gntdev.c
367
grefs[i].notify = NULL;
sys/dev/xen/gntdev/gntdev.c
482
struct notify_data *notify;
sys/dev/xen/gntdev/gntdev.c
518
if (gmap->notify)
sys/dev/xen/gntdev/gntdev.c
519
free(gmap->notify, M_GNTDEV);
sys/dev/xen/gntdev/gntdev.c
584
if (count > 0 && gmap->notify) {
sys/dev/xen/gntdev/gntdev.c
588
page_offset = gmap->notify->index - gmap->file_index;
sys/dev/xen/gntdev/gntdev.c
590
notify(gmap->notify, page);
sys/dev/xen/gntdev/gntdev.c
826
notify(struct notify_data *notify, vm_page_t page)
sys/dev/xen/gntdev/gntdev.c
828
if (notify->action & UNMAP_NOTIFY_CLEAR_BYTE) {
sys/dev/xen/gntdev/gntdev.c
832
offset = notify->index & PAGE_MASK;
sys/dev/xen/gntdev/gntdev.c
837
if (notify->action & UNMAP_NOTIFY_SEND_EVENT) {
sys/dev/xen/gntdev/gntdev.c
838
xen_intr_signal(notify->notify_evtchn_handle);
sys/dev/xen/gntdev/gntdev.c
839
xen_intr_unbind(&notify->notify_evtchn_handle);
sys/dev/xen/gntdev/gntdev.c
841
notify->action = 0;
sys/dev/xen/gntdev/gntdev.c
899
if (gref->notify == NULL)
sys/dev/xen/gntdev/gntdev.c
900
gref->notify = malloc(sizeof(*arg), M_GNTDEV,
sys/dev/xen/gntdev/gntdev.c
902
return (copy_notify_helper(gref->notify, arg));
sys/dev/xen/gntdev/gntdev.c
910
if (gmap->notify == NULL)
sys/dev/xen/gntdev/gntdev.c
911
gmap->notify = malloc(sizeof(*arg), M_GNTDEV,
sys/dev/xen/gntdev/gntdev.c
913
error = copy_notify_helper(gmap->notify, arg);
sys/dev/xen/netback/netback.c
1436
int notify;
sys/dev/xen/netback/netback.c
1453
RING_PUSH_RESPONSES_AND_CHECK_NOTIFY(txb, notify);
sys/dev/xen/netback/netback.c
1454
if (notify != 0)
sys/dev/xen/netback/netback.c
2325
int notify;
sys/dev/xen/netback/netback.c
2368
RING_PUSH_RESPONSES_AND_CHECK_NOTIFY(rxb, notify);
sys/dev/xen/netback/netback.c
2369
if ((notify != 0) || (out_of_space != 0))
sys/dev/xen/netfront/netfront.c
1147
int notify;
sys/dev/xen/netfront/netfront.c
1197
RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(&rxq->ring, notify);
sys/dev/xen/netfront/netfront.c
1198
if (notify)
sys/dev/xen/netfront/netfront.c
2172
int error, notify;
sys/dev/xen/netfront/netfront.c
2207
RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(&txq->ring, notify);
sys/dev/xen/netfront/netfront.c
2208
if (notify)
sys/fs/nfsserver/nfs_nfsdserv.c
5565
uint32_t *tl, maxcnt, notify[NFSV4_NOTIFYBITMAP];
sys/fs/nfsserver/nfs_nfsdserv.c
5585
notify[i] = fxdr_unsigned(uint32_t, *tl++);
sys/fs/nfsserver/nfs_nfsdserv.c
5588
notify[i] = 0;
sys/fs/nfsserver/nfs_nfsdserv.c
5602
notify, &devaddrlen, &devaddr);
sys/fs/nfsserver/nfs_nfsdserv.c
5610
if (notify[i] != 0)
sys/fs/nfsserver/nfs_nfsdserv.c
5616
*tl++ = txdr_unsigned(notify[i]);
sys/fs/nfsserver/nfs_nfsdstate.c
7508
uint32_t *notify, int *devaddrlen, char **devaddr)
sys/kern/kern_conf.c
553
notify(dev, "CREATE", flags);
sys/kern/kern_conf.c
560
notify(dev, "DESTROY", MAKEDEV_WAITOK);
sys/netinet/tcp_subr.c
3096
struct inpcb *(*notify)(struct inpcb *, int);
sys/netinet/tcp_subr.c
3106
notify = tcp_mtudisc_notify;
sys/netinet/tcp_subr.c
3110
notify = tcp_drop_syn_sent;
sys/netinet/tcp_subr.c
3112
notify = tcp_notify;
sys/netinet/tcp_subr.c
3116
notify = tcp_drop_syn_sent;
sys/netinet/tcp_subr.c
3118
notify = tcp_notify;
sys/netinet/tcp_subr.c
3121
notify = tcp_notify;
sys/netinet/tcp_subr.c
3167
inp = (*notify)(inp, errno);
sys/netinet/tcp_subr.c
3244
struct inpcb *(*notify)(struct inpcb *, int);
sys/netinet/tcp_subr.c
3271
notify = tcp_mtudisc_notify;
sys/netinet/tcp_subr.c
3275
notify = tcp_drop_syn_sent;
sys/netinet/tcp_subr.c
3277
notify = tcp_notify;
sys/netinet/tcp_subr.c
3295
notify = tcp_drop_syn_sent;
sys/netinet/tcp_subr.c
3297
notify = tcp_notify;
sys/netinet/tcp_subr.c
3300
notify = tcp_notify;
sys/netinet/tcp_subr.c
3360
inp = (*notify)(inp, errno);
sys/netinet6/icmp6.c
1054
goto notify;
sys/netinet6/icmp6.c
1068
goto notify;
sys/netinet6/icmp6.c
1071
notify:
sys/netinet6/in6_pcb.c
636
struct inpcb *(*notify)(struct inpcb *, int))
sys/netinet6/in6_pcb.c
690
if (notify)
sys/netinet6/in6_pcb.c
691
(*notify)(inp, errno);
sys/ofed/include/rdma/rdmavt_cq.h
85
u8 notify;
sys/riscv/vmm/vmm_aplic.c
487
bool notify;
sys/riscv/vmm/vmm_aplic.c
507
notify = false;
sys/riscv/vmm/vmm_aplic.c
540
notify = true;
sys/riscv/vmm/vmm_aplic.c
544
if (notify)
usr.sbin/bhyve/hda_codec.c
854
.notify = hda_codec_notify,
usr.sbin/bhyve/pci_hda.c
511
if (codec->notify) {
usr.sbin/bhyve/pci_hda.c
512
err = codec->notify(hci, run, stream, dir);
usr.sbin/bhyve/pci_hda.h
78
int (*notify)(struct hda_codec_inst *hci, uint8_t run, uint8_t stream,
usr.sbin/bhyve/slirp/libslirp.h
121
void (*notify)(void *opaque);
usr.sbin/bhyve/slirp/slirp-helper.c
126
.notify = slirp_cb_notify,
usr.sbin/clear_locks/clear_locks.c
43
nlm4_notify notify;
usr.sbin/clear_locks/clear_locks.c
56
notify.name = hostname;
usr.sbin/clear_locks/clear_locks.c
57
notify.state = 0;
usr.sbin/clear_locks/clear_locks.c
59
(xdrproc_t) xdr_nlm4_notify, (void *) &notify,
usr.sbin/powerd/powerd.c
365
int notify;
usr.sbin/powerd/powerd.c
377
sscanf(ptr, "notify=%x", &notify) == 1)
usr.sbin/powerd/powerd.c
378
acline_status = (notify ? SRC_AC : SRC_BATTERY);
usr.sbin/powerd/powerd.c
386
int notify;
usr.sbin/powerd/powerd.c
400
sscanf(ptr, "notify=%x", &notify) == 1)
usr.sbin/powerd/powerd.c
401
acline_status = (notify ? SRC_AC : SRC_BATTERY);
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
883
bundle.notify.fd = -1;
usr.sbin/ppp/bundle.h
145
} notify;
usr.sbin/ppp/main.c
498
bundle->notify.fd = bgpipe[1];
usr.sbin/rpc.lockd/lock_proc.c
1326
notify(arg->mon_name, arg->state);
usr.sbin/rpc.lockd/lockd_lock.h
13
void notify(const char *hostname, const int state);