/src/sys/dev/scsipi/ |
st_atapi.c | 89 struct ast_identifypage identify; local in function:st_atapibus_attach 93 ATAPI_TAPE_IDENTIFY_PAGE, &identify.header, 94 sizeof(identify), XS_CTL_DISCOVERY, 98 "onstream get identify: error %d\n", error); 101 strncpy(identify.ident, "NBSD", 4); 103 &identify.header, sizeof(identify), 107 "onstream set identify: error %d\n", error);
|
/src/sbin/nvmectl/ |
identify.c | 1 /* $NetBSD: identify.c,v 1.9 2022/02/17 14:33:25 andvar Exp $ */ 33 __RCSID("$NetBSD: identify.c,v 1.9 2022/02/17 14:33:25 andvar Exp $"); 35 __FBSDID("$FreeBSD: head/sbin/nvmecontrol/identify.c 329824 2018-02-22 13:32:31Z wma $"); 277 * We send IDENTIFY commands to the controller, not the namespace, 279 * the IDENTIFY command itself. So parse the namespace's device node 307 identify(int argc, char *argv[]) function in typeref:typename:void
|
/src/games/hack/ |
hack.read.c | 73 static int identify(struct obj *); 405 pline("You identify this as an identify scroll."); 407 pline("This is an identify scroll."); 412 !ggetobj("identify", identify, rn2(5) ? 1 : rn2(5)) 534 identify(struct obj *otmp) /* also called by newmail() */ function in typeref:typename:int
|
/src/usr.sbin/dumplfs/ |
dumplfs.c | 147 identify(struct lfs *fs) function in typeref:typename:void 245 identify(&lfs_sb1); 252 identify(&lfs_sb1); 263 identify(&lfs_sb2); 283 identify(&lfs_sb1);
|
/src/sys/arch/newsmips/apbus/ |
spifireg.h | 57 volatile uint32_t identify; /* WO: Identify (?) */ member in struct:spifi_reg 75 volatile uint32_t idmsg; /* RW: Identify message */
|
/src/sys/dev/ic/ |
nvme.c | 143 #define NVME_TIMO_IDENT 10 /* probe identify timeout */ 420 aprint_error_dev(sc->sc_dev, "unable to identify controller\n"); 510 /* identify to check for availability */ 513 aprint_error_dev(self, "couldn't identify namespace #%d\n", i); 523 * NVME1.0e 6.11 Identify command 701 struct nvm_identify_namespace *identify; local in function:nvme_ns_identify 718 mem = nvme_dmamem_alloc(sc, sizeof(*identify)); 746 identify = kmem_zalloc(sizeof(*identify), KM_SLEEP); 747 *identify = *((volatile struct nvm_identify_namespace *)NVME_DMA_KVA(mem)) 1161 struct nvm_identify_namespace *identify; local in function:nvme_ns_free 1578 struct nvm_identify_controller *identify; local in function:nvme_identify [all...] |
aic79xxvar.h | 161 * The identify message only supports 64 luns in non-packetized transfers. 700 uint8_t identify; /* Identify message */ member in struct:target_cmd
|
aic7xxxvar.h | 220 * The identify message only supports 64 luns in SPI3. 749 uint8_t identify; /* Identify message */ member in struct:target_cmd
|
/src/sys/arch/newsmips/dev/ |
scsireg.h | 97 * message identify byte bit image 237 uint8_t identify; member in struct:sc_scb
|
/src/usr.sbin/moused/ |
moused.c | 140 static int identify = ID_NONE; variable in typeref:typename:int 586 identify = ID_ALL; 588 identify = ID_PORT; 590 identify = ID_IF; 592 identify = ID_TYPE; 594 identify = ID_MODEL; 786 if (identify != ID_NONE) { 787 if (identify == ID_ALL) 791 else if (identify & ID_PORT) 793 else if (identify & ID_IF [all...] |
/src/sys/dev/pci/ixgbe/ |
ixgbe_type.h | 4130 s32 (*identify)(struct ixgbe_hw *); member in struct:ixgbe_phy_operations
|