Searched refs:identify (Results 1 - 25 of 65) sorted by relevance

123

/netbsd-current/sys/dev/ic/
H A Dnvmeio.h121 nvme_identify_namespace_swapbytes(struct nvm_identify_namespace *identify) argument
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
156 nvme_identify_controller_swapbytes(struct nvm_identify_controller *identify) argument
[all...]
H A Dnvme.c143 #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);
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));
750 nvme_identify_namespace_swapbytes(identify);
1161 struct nvm_identify_namespace *identify; local
1578 struct nvm_identify_controller *identify; local
[all...]
/netbsd-current/sys/dev/scsipi/
H A Dst_atapi.c89 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);
/netbsd-current/sbin/nvmectl/
H A DMakefile9 SRCS+= identify.c
H A Dnvmectl.h56 "identify [-x [-v]] <controller_id|namespace_id>\n"
87 void identify(int, char *[]) __dead;
H A Dnvmectl.c59 {"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");
H A Didentify.c1 /* $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 $");
307 identify(int argc, char *argv[]) function
/netbsd-current/tests/usr.sbin/cpuctl/
H A Dt_cpuctl.sh126 -o empty -x cpuctl identify -1
135 -o empty -x cpuctl identify $(( $ncpu + 1 ))
148 # identify
150 atf_test_case identify
163 atf_check -s exit:0 -o not-empty -x cpuctl identify $cpuid
262 atf_add_test_case identify
/netbsd-current/etc/rc.d/
H A Dsmtoff31 cpuctl identify "$1" |
/netbsd-current/external/gpl3/binutils/dist/gas/
H A Dmessages.c29 static void identify (const char *);
75 identify (const char *file) function
123 identify (file);
161 identify (file);
226 identify (file);
/netbsd-current/external/gpl3/gdb.old/dist/gas/
H A Dmessages.c29 static void identify (const char *);
75 identify (const char *file) function
123 identify (file);
161 identify (file);
226 identify (file);
/netbsd-current/external/gpl3/binutils.old/dist/gas/
H A Dmessages.c29 static void identify (const char *);
75 identify (const char *file) function
123 identify (file);
161 identify (file);
226 identify (file);
/netbsd-current/games/hack/
H A Dhack.read.c73 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
H A Dhack.unix.c438 (void) identify(obj); /* set known and do prinv() */
/netbsd-current/sys/arch/newsmips/apbus/
H A Dspifireg.h57 volatile uint32_t identify; /* WO: Identify (?) */ member in struct:spifi_reg
/netbsd-current/usr.sbin/dumplfs/
H A Ddumplfs.c146 identify(struct lfs *fs) function
236 identify(&lfs_sb1);
243 identify(&lfs_sb1);
254 identify(&lfs_sb2);
274 identify(&lfs_sb1);
/netbsd-current/usr.sbin/moused/
H A Dmoused.c140 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
[all...]
/netbsd-current/sys/arch/newsmips/dev/
H A Dsc_wrap.c298 scb->identify = MSG_IDENT | sc_disconnect | (lun & IDT_DRMASK);
436 sc_param->identify = MSG_IDENT | sc_disconnect | (lun & IDT_DRMASK);
H A Dscsireg.h97 * message identify byte bit image
237 uint8_t identify; member in struct:sc_scb
H A Dscsi_1185.c1226 scb->message = scb->identify;
1359 sc_datr = scb->identify;
1420 sc_datr = scb->identify;
/netbsd-current/lib/libc/time/
H A Dtzselect.ksh363 echo >&2 'Please identify a location' \
/netbsd-current/external/mpl/bind/dist/bin/dig/
H A Ddighost.h112 expire, fuzzing, header_only, identify, /*%< Append an "on member in struct:dig_lookup
H A Dnslookup.c47 identify = false, stats = true, comments = true, variable
773 lookup->identify = identify;
H A Ddig.c240 " +[no]identify (ID responders in short "
406 } else if (query->lookup->identify) {
472 if (query->lookup->identify) {
1637 case 'd': /* identify */
1640 FULLCHECK("identify");
1641 lookup->identify = state;
1757 lookup->identify = true;
2092 lookup->identify = true;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
H A Darc-decode-insn.S48 ; Each test case requires several symbols to be set, that identify expected

Completed in 451 milliseconds

123