Home
last modified time | relevance | path

Searched refs:identify (Results 1 – 25 of 893) sorted by relevance

12345678910>>...36

/netbsd/sys/dev/ic/
H A Dnvmeio.h126 identify->nsze = le64toh(identify->nsze); in nvme_identify_namespace_swapbytes()
127 identify->ncap = le64toh(identify->ncap); in nvme_identify_namespace_swapbytes()
128 identify->nuse = le64toh(identify->nuse); in nvme_identify_namespace_swapbytes()
133 identify->nabo = le16toh(identify->nabo); in nvme_identify_namespace_swapbytes()
161 identify->vid = le16toh(identify->vid); in nvme_identify_controller_swapbytes()
164 identify->ver = le32toh(identify->ver); in nvme_identify_controller_swapbytes()
167 identify->oaes = le32toh(identify->oaes); in nvme_identify_controller_swapbytes()
169 identify->oacs = le16toh(identify->oacs); in nvme_identify_controller_swapbytes()
172 identify->mtfa = le16toh(identify->mtfa); in nvme_identify_controller_swapbytes()
179 identify->kas = le16toh(identify->kas); in nvme_identify_controller_swapbytes()
[all …]
H A Dnvme.c694 struct nvm_identify_namespace *identify; in nvme_ns_identify() local
739 identify = kmem_zalloc(sizeof(*identify), KM_SLEEP); in nvme_ns_identify()
745 ns->ident = identify; in nvme_ns_identify()
1154 struct nvm_identify_namespace *identify; in nvme_ns_free() local
1159 identify = ns->ident; in nvme_ns_free()
1161 if (identify != NULL) in nvme_ns_free()
1162 kmem_free(identify, sizeof(*identify)); in nvme_ns_free()
1571 struct nvm_identify_controller *identify; in nvme_identify() local
1597 identify = NVME_DMA_KVA(mem); in nvme_identify()
1598 sc->sc_identify = *identify; in nvme_identify()
[all …]
/netbsd/sys/dev/scsipi/
H A Dst_atapi.c89 struct ast_identifypage identify; in st_atapibus_attach() local
93 ATAPI_TAPE_IDENTIFY_PAGE, &identify.header, in st_atapibus_attach()
94 sizeof(identify), XS_CTL_DISCOVERY, in st_atapibus_attach()
101 strncpy(identify.ident, "NBSD", 4); in st_atapibus_attach()
103 &identify.header, sizeof(identify), in st_atapibus_attach()
/netbsd/tests/usr.sbin/cpuctl/
H A Dt_cpuctl.sh126 -o empty -x cpuctl identify -1
135 -o empty -x cpuctl identify $(( $ncpu + 1 ))
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/external/gpl2/xcvs/dist/m4/
H A Dmmap-anon.m423 AC_EGREP_CPP([I cant identify this map.], [
26 I cant identify this map.
31 AC_EGREP_CPP([I cant identify this map.], [
34 I cant identify this map.
/netbsd/external/gpl3/gdb/dist/gnulib/import/m4/
H A Dmmap-anon.m430 AC_EGREP_CPP([I cannot identify this map], [
33 I cannot identify this map
38 AC_EGREP_CPP([I cannot identify this map], [
41 I cannot identify this map
/netbsd/external/gpl3/gdb.old/dist/gnulib/import/m4/
H A Dmmap-anon.m430 AC_EGREP_CPP([I cannot identify this map], [
33 I cannot identify this map
38 AC_EGREP_CPP([I cannot identify this map], [
41 I cannot identify this map
/netbsd/external/gpl3/gdb/dist/gas/
H A Dmessages.c29 static void identify (const char *);
75 identify (const char *file) in identify() function
123 identify (file); in as_show_where()
161 identify (file); in as_warn_internal()
226 identify (file); in as_bad_internal()
/netbsd/external/gpl3/binutils/dist/gas/
H A Dmessages.c29 static void identify (const char *);
75 identify (const char *file) in identify() function
123 identify (file); in as_show_where()
161 identify (file); in as_warn_internal()
226 identify (file); in as_bad_internal()
/netbsd/external/gpl3/binutils.old/dist/gas/
H A Dmessages.c29 static void identify (const char *);
75 identify (const char *file) in identify() function
123 identify (file); in as_show_where()
161 identify (file); in as_warn_internal()
226 identify (file); in as_bad_internal()
/netbsd/external/gpl3/gdb.old/dist/gas/
H A Dmessages.c29 static void identify (const char *);
75 identify (const char *file) in identify() function
123 identify (file); in as_show_where()
161 identify (file); in as_warn_internal()
226 identify (file); in as_bad_internal()
/netbsd/external/cddl/dtracetoolkit/dist/Examples/
H A Dseeksize_example.txt4 This allows up to identify processes that are causing "random" disk
9 identify this behaviour.
/netbsd/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A Dseeksize_example.txt4 This allows up to identify processes that are causing "random" disk
9 identify this behaviour.
/netbsd/crypto/external/bsd/openssl/dist/doc/man3/
H A DOSSL_SELF_TEST_new.pod53 The I<type> and I<desc> can be used to identify an individual self test to
93 This allows the callback to identify the type of test being run.
98 This allows the callback to identify the sub category of the test being run.
/netbsd/external/bsd/ntp/dist/
H A DTODO95 - config.guess might need help to identify:
114 Can we identify DomainOS with *-apollo-* ?
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86SchedPredicates.td14 // A predicate used to identify dependency-breaking instructions that clear the
21 // A predicate used to identify VPERM that have bits 3 and 7 of their mask set.
/netbsd/usr.sbin/moused/
H A Dmoused.c140 static int identify = ID_NONE; variable
586 identify = ID_ALL; in main()
588 identify = ID_PORT; in main()
590 identify = ID_IF; in main()
592 identify = ID_TYPE; in main()
594 identify = ID_MODEL; in main()
796 if (identify == ID_ALL) in main()
800 else if (identify & ID_PORT) in main()
802 else if (identify & ID_IF) in main()
804 else if (identify & ID_TYPE) in main()
[all …]
/netbsd/sbin/nvmectl/
H A DMakefile9 SRCS+= identify.c
H A Dnvmectl.h87 void identify(int, char *[]) __dead;
/netbsd/etc/rc.d/
H A Dsmtoff31 cpuctl identify "$1" |
/netbsd/usr.sbin/dumplfs/
H A Ddumplfs.c146 identify(struct lfs *fs) in identify() function
236 identify(&lfs_sb1); in main()
243 identify(&lfs_sb1); in main()
254 identify(&lfs_sb2); in main()
274 identify(&lfs_sb1); in main()
/netbsd/external/bsd/file/dist/magic/magdir/
H A Dweak7 # - Only identify for 1 or 2 bytes
/netbsd/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Darmada-370-seagate-nas-2bay.dts11 * Here are some information allowing to identify the device:
H A Darmada-370-seagate-personal-cloud.dts11 * Here are some information allowing to identify the device:
/netbsd/games/hack/
H A Dhack.read.c73 static int identify(struct obj *);
412 !ggetobj("identify", identify, rn2(5) ? 1 : rn2(5)) in doread()
534 identify(struct obj *otmp) /* also called by newmail() */ in identify() function

12345678910>>...36