HomeSort by: relevance | last modified time | path
    Searched refs:identify (Results 1 - 25 of 44) sorted by relevancy

1 2

  /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 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...]
  /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/
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 in typeref:typename:void
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/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
armada-370-seagate-nas-4bay.dts 11 * Here are some information allowing to identify the device:
aspeed-bmc-opp-nicole.dts 63 identify {
247 "led-power","","","led-identify",
aspeed-bmc-opp-romulus.dts 61 identify {
249 "led-identify","","","",
aspeed-bmc-microsoft-olympus.dts 47 identify {
aspeed-bmc-opp-vesnin.dts 73 label = "identify";
aspeed-bmc-inspur-fp5280g2.dts 187 identify {
188 label = "identify";
234 /*Z0-Z7*/ "","","","","","","","identify",
aspeed-bmc-inspur-nf5280m6.dts 71 identify {
72 label = "identify";
aspeed-bmc-amd-ethanolx.dts 46 identify {
aspeed-bmc-opp-palmetto.dts 52 identify {
  /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/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 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/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/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
  /src/lib/libc/time/
tzselect.ksh 373 echo >&2 'Please identify a location' \

Completed in 22 milliseconds

1 2