/freebsd/sys/dev/smartpqi/ |
H A D | smartpqi_discovery.c | 1365 pqi_scsi_dev_t *device_exist, pqi_scsi_dev_t *new_device) in pqisrc_exist_device_update() argument 1368 device_exist->expose_device = new_device->expose_device; in pqisrc_exist_device_update() 1369 memcpy(device_exist->vendor, new_device->vendor, in pqisrc_exist_device_update() 1371 memcpy(device_exist->model, new_device->model, in pqisrc_exist_device_update() 1373 device_exist->is_physical_device = new_device->is_physical_device; in pqisrc_exist_device_update() 1375 new_device->is_external_raid_device; in pqisrc_exist_device_update() 1383 device_exist->sas_address = new_device->sas_address; in pqisrc_exist_device_update() 1384 device_exist->raid_level = new_device->raid_level; in pqisrc_exist_device_update() 1385 device_exist->queue_depth = new_device->queue_depth; in pqisrc_exist_device_update() 1386 device_exist->ioaccel_handle = new_device->ioaccel_handle; in pqisrc_exist_device_update() [all …]
|
H A D | smartpqi_structures.h | 882 uint8_t new_device : 1; member
|
/freebsd/usr.sbin/bluetooth/bthidd/ |
H A D | client.c | 80 if (!d->new_device) { in client_rescan() 87 bt_ntoa(&d->bdaddr, NULL), d->new_device, d->reconnect_initiate); in client_rescan() 179 d->new_device = 0; /* reset new device flag */ in client_connect()
|
H A D | parser.y | 117 hid_device->new_device = 1; 521 d->new_device = 0; in read_hids_file() 551 if (!d->new_device) in write_hids_file()
|
H A D | bthid_config.h | 50 unsigned new_device : 1; member
|
H A D | server.c | 255 d->new_device = 0; /* reset new device flag */ in server_accept()
|
/freebsd/usr.sbin/bluetooth/bthidcontrol/ |
H A D | hid.c | 76 hd->new_device = 1; in hid_forget() 102 if (hd->new_device) in hid_known()
|
/freebsd/usr.sbin/bhyve/ |
H A D | pci_emul.c | 1047 struct boot_device *new_device, *device; in pci_emul_add_boot_device() local 1055 new_device = calloc(1, sizeof(struct boot_device)); in pci_emul_add_boot_device() 1056 if (new_device == NULL) { in pci_emul_add_boot_device() 1059 new_device->pdi = pi; in pci_emul_add_boot_device() 1060 new_device->bootindex = bootindex; in pci_emul_add_boot_device() 1075 TAILQ_INSERT_TAIL(&boot_devices, new_device, boot_device_chain); in pci_emul_add_boot_device() 1077 TAILQ_INSERT_BEFORE(device, new_device, boot_device_chain); in pci_emul_add_boot_device()
|
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/ |
H A D | tdsmcmnapi.c | 144 int new_device = agTRUE; in smHandleDirect() local 182 new_device = agFALSE; in smHandleDirect() 189 if (new_device == agFALSE) in smHandleDirect()
|
H A D | tddmcmnapi.c | 480 bit32 new_device = agTRUE; in tddmAddToSharedcontext() local 501 new_device = agFALSE; in tddmAddToSharedcontext() 508 if (new_device == agTRUE) in tddmAddToSharedcontext()
|
H A D | tdport.c | 6505 bit32 new_device = agTRUE; in tdssAddSASToSharedcontext() local 6561 new_device = agFALSE; in tdssAddSASToSharedcontext() 6568 if (new_device == agTRUE) in tdssAddSASToSharedcontext() 6946 bit32 new_device = agTRUE; in tdssNewAddSASToSharedcontext() local 6974 new_device = agFALSE; in tdssNewAddSASToSharedcontext() 6981 if (new_device == agTRUE) in tdssNewAddSASToSharedcontext() 7639 int new_device = agTRUE; in tdssNewAddSATAToSharedcontext() local 7661 new_device = agFALSE; in tdssNewAddSATAToSharedcontext() 7672 if (new_device == agTRUE) in tdssNewAddSATAToSharedcontext()
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | notify.h | 102 const u8 *dev_addr, int new_device);
|
H A D | notify.c | 653 const u8 *dev_addr, int new_device) in wpas_notify_p2p_device_found() argument 655 if (new_device) { in wpas_notify_p2p_device_found()
|
H A D | p2p_supplicant.c | 2564 int new_device) in wpas_dev_found() argument 2634 new_device); in wpas_dev_found() 2640 wpas_notify_p2p_device_found(ctx, info->p2p_device_addr, new_device); in wpas_dev_found()
|
/freebsd/contrib/wpa/src/p2p/ |
H A D | p2p.h | 766 int new_device);
|
/freebsd/sys/cam/ |
H A D | cam_xpt.c | 3511 struct cam_ed *new_device; in xpt_compile_path() local 3513 new_device = in xpt_compile_path() 3517 if (new_device == NULL) { in xpt_compile_path() 3520 device = new_device; in xpt_compile_path()
|
/freebsd/sys/dev/pms/RefTisa/discovery/dm/ |
H A D | dmdisc.c | 6469 bit32 new_device = agTRUE; in dmAddSASToSharedcontext() local 6500 new_device = agFALSE; in dmAddSASToSharedcontext() 6507 if (new_device == agTRUE) in dmAddSASToSharedcontext()
|
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sata/host/ |
H A D | sat.c | 21634 int new_device = agTRUE; in satAddSATAIDDevCB() local 21995 new_device = agFALSE; in satAddSATAIDDevCB() 22001 if (new_device == agFALSE) in satAddSATAIDDevCB()
|
/freebsd/sys/dev/pms/RefTisa/sat/src/ |
H A D | smsat.c | 1782 bit32 new_device = agTRUE; in smAddToSharedcontext() local 1799 new_device = agFALSE; in smAddToSharedcontext() 1806 if (new_device == agTRUE) in smAddToSharedcontext()
|