| /netbsd-src/sys/dev/ic/ |
| H A D | nvmeio.h | 121 nvme_identify_namespace_swapbytes(struct nvm_identify_namespace *identify) in nvme_identify_namespace_swapbytes() argument 126 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() 129 identify->nawun = le16toh(identify->nawun); in nvme_identify_namespace_swapbytes() 130 identify->nawupf = le16toh(identify->nawupf); in nvme_identify_namespace_swapbytes() 131 identify->nacwu = le16toh(identify->nacwu); in nvme_identify_namespace_swapbytes() 132 identify->nabsn = le16toh(identify->nabsn); in nvme_identify_namespace_swapbytes() 133 identify->nabo = le16toh(identify->nabo); in nvme_identify_namespace_swapbytes() 134 identify->nabspf = le16toh(identify->nabspf); in nvme_identify_namespace_swapbytes() [all …]
|
| H A D | nvme.c | 701 struct nvm_identify_namespace *identify; in nvme_ns_identify() local 718 mem = nvme_dmamem_alloc(sc, sizeof(*identify)); in nvme_ns_identify() 746 identify = kmem_zalloc(sizeof(*identify), KM_SLEEP); in nvme_ns_identify() 747 *identify = *((volatile struct nvm_identify_namespace *)NVME_DMA_KVA(mem)); in nvme_ns_identify() 750 nvme_identify_namespace_swapbytes(identify); in nvme_ns_identify() 752 ns->ident = identify; in nvme_ns_identify() 1161 struct nvm_identify_namespace *identify; in nvme_ns_free() local 1166 identify = ns->ident; in nvme_ns_free() 1168 if (identify != NULL) in nvme_ns_free() 1169 kmem_free(identify, sizeof(*identify)); in nvme_ns_free() [all …]
|
| /netbsd-src/sys/dev/scsipi/ |
| H A D | st_atapi.c | 89 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-src/tests/usr.sbin/cpuctl/ |
| H A D | t_cpuctl.sh | 126 -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-src/external/gpl2/xcvs/dist/m4/ |
| H A D | mmap-anon.m4 | 23 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-src/external/gpl3/gdb/dist/gnulib/import/m4/ |
| H A D | mmap-anon.m4 | 30 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-src/external/gpl3/binutils.old/dist/gas/ |
| H A D | messages.c | 29 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-src/external/gpl3/binutils/dist/gas/ |
| H A D | messages.c | 30 static void identify (const char *); 76 identify (const char *file) in identify() function 124 identify (file); in as_show_where() 185 identify (file); in as_warn_internal() 259 identify (file); in as_bad_internal()
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Examples/ |
| H A D | seeksize_example.txt | 4 This allows up to identify processes that are causing "random" disk 9 identify this behaviour.
|
| H A D | tcl_who_example.txt | 16 for a particular PID in order to identify the particular Tcl code involved.
|
| H A D | dnlcps_example.txt | 45 The above distribution output can help us identify if procesess
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/ |
| H A D | seeksize_example.txt | 4 This allows up to identify processes that are causing "random" disk 9 identify this behaviour.
|
| H A D | tcl_who_example.txt | 16 for a particular PID in order to identify the particular Tcl code involved.
|
| H A D | dnlcps_example.txt | 45 The above distribution output can help us identify if procesess
|
| /netbsd-src/usr.sbin/moused/ |
| H A D | moused.c | 140 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() 786 if (identify != ID_NONE) { in main() 787 if (identify == ID_ALL) in main() 791 else if (identify & ID_PORT) in main() 793 else if (identify & ID_IF) in main() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86SchedPredicates.td | 14 // 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-src/external/bsd/ntp/dist/ |
| H A D | TODO | 95 - config.guess might need help to identify: 114 Can we identify DomainOS with *-apollo-* ?
|
| /netbsd-src/sbin/nvmectl/ |
| H A D | Makefile | 9 SRCS+= identify.c
|
| H A D | nvmectl.h | 87 void identify(int, char *[]) __dead;
|
| /netbsd-src/etc/rc.d/ |
| H A D | smtoff | 31 cpuctl identify "$1" |
|
| /netbsd-src/usr.sbin/dumplfs/ |
| H A D | dumplfs.c | 146 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-src/external/bsd/file/dist/magic/magdir/ |
| H A D | weak | 7 # - Only identify for 1 or 2 bytes
|
| /netbsd-src/games/hack/ |
| H A D | hack.read.c | 73 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
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
| H A D | armada-370-seagate-nas-2bay.dts | 11 * Here are some information allowing to identify the device:
|
| H A D | armada-370-seagate-personal-cloud.dts | 11 * Here are some information allowing to identify the device:
|