| /src/sys/dev/ic/ |
| nvmeio.h | 121 nvme_identify_namespace_swapbytes(struct nvm_identify_namespace *identify) 126 identify->nsze = le64toh(identify->nsze); 127 identify->ncap = le64toh(identify->ncap); 128 identify->nuse = le64toh(identify->nuse); 129 identify->nawun = le16toh(identify->nawun); 130 identify->nawupf = le16toh(identify->nawupf) [all...] |
| 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 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 1578 struct nvm_identify_controller *identify; local [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/dev/scsipi/ |
| st_atapi.c | 89 struct ast_identifypage identify; local 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/ |
| Makefile | 9 SRCS+= identify.c
|
| nvmectl.h | 56 "identify [-x [-v]] <controller_id|namespace_id>\n" 87 void identify(int, char *[]) __dead;
|
| 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
|
| nvmectl.c | 59 {"identify", identify, IDENTIFY_USAGE}, 166 err(1, "identify request failed"); 169 errx(1, "identify request returned error"); 188 err(1, "identify request failed"); 191 errx(1, "identify request returned error");
|
| /src/tests/usr.sbin/cpuctl/ |
| t_cpuctl.sh | 128 -o empty -x cpuctl identify -1 137 -o empty -x cpuctl identify $(( $ncpu + 1 )) 150 # identify 152 atf_test_case identify 165 atf_check -s exit:0 -o not-empty -x cpuctl identify $cpuid 264 atf_add_test_case identify
|
| /src/etc/rc.d/ |
| smtoff | 31 cpuctl identify "$1" |
|
| /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
|
| hack.unix.c | 438 (void) identify(obj); /* set known and do prinv() */
|
| /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/usr.sbin/dumplfs/ |
| dumplfs.c | 153 identify(struct lfs *fs) function 251 identify(&lfs_sb1); 258 identify(&lfs_sb1); 269 identify(&lfs_sb2); 289 identify(&lfs_sb1);
|
| /src/usr.sbin/moused/ |
| moused.c | 140 static int identify = ID_NONE; variable 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/arch/newsmips/dev/ |
| sc_wrap.c | 298 scb->identify = MSG_IDENT | sc_disconnect | (lun & IDT_DRMASK); 436 sc_param->identify = MSG_IDENT | sc_disconnect | (lun & IDT_DRMASK);
|
| scsireg.h | 97 * message identify byte bit image 237 uint8_t identify; member in struct:sc_scb
|
| scsi_1185.c | 1226 scb->message = scb->identify; 1359 sc_datr = scb->identify; 1420 sc_datr = scb->identify;
|
| /src/lib/libc/time/ |
| tzselect.ksh | 375 echo >&2 'Please identify a location' \
|
| /src/sys/dev/pci/ixgbe/ |
| ixgbe_82598.c | 206 /* Identify the PHY */ 207 phy->ops.identify(hw); 226 /* Call SFP+ identify routine to get the SFP+ module type */ 1242 hw->phy.ops.identify(hw);
|
| ixgbe_82599.c | 148 /* Identify the PHY or SFP module */ 149 ret_val = phy->ops.identify(hw); 342 phy->ops.identify = ixgbe_identify_phy_82599; 1069 /* Identify PHY and related function pointers */ 2218 hw->phy.ops.identify(hw);
|
| ixgbe_x550.c | 773 phy->ops.identify = ixgbe_identify_phy_fw; 779 phy->ops.identify = ixgbe_identify_phy_x550em; 783 phy->ops.identify = ixgbe_identify_phy_x550em; 2502 /* Identify the PHY or SFP module */ 2503 ret_val = phy->ops.identify(hw); 3824 hw->phy.ops.identify(hw);
|
| ixgbe_api.c | 483 status = ixgbe_call_func(hw, hw->phy.ops.identify, (hw),
|
| ixgbe_phy.c | 262 phy->ops.identify = ixgbe_identify_phy_generic;
|