Home
last modified time | relevance | path

Searched +full:nand +full:- +full:controller (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/nvme/
H A Docp.h20 * This header defines vendor-specific NVMe interfaces and is not a committed
56 * controller.
98 * the controller.
108 * controller.
127 * Controls whether additional spec-specific events should be sent with
150 * Bad user and system NAND blocks. Both a raw count and normalized
159 * - XOR
160 * - Uncorrectable reads
161 * - Soft ECC errors
162 * - End to end errors detected and corrected
[all …]
/illumos-gate/usr/src/data/hwdata/
H A Dpci.ids5 # Date: 2025-01-27 03:15:01
8 # the PCI ID Project at https://pci-ids.ucw.cz/.
14 # (version 2 or higher) or the 3-clause BSD License.
25 # device device_name <-- single tab
26 # subvendor subdevice subsystem_name <-- two tabs
30 # This is a relabelled RTL-8139
31 8139 AT-2500TX V3 Ethernet
33 7a00 Hyper Transport Bridge Controller
34 7a02 APB (Advanced Peripheral Bus) Controller
35 7a03 Gigabit Ethernet Controller
[all …]
/illumos-gate/usr/src/lib/fm/topo/modules/common/ses/
H A Dses.c60 #define NO_SUBCHASSIS ((uint64_t)-1)
131 { 0x1, "External SAS 4x receptacle (see SAS-2 and SFF-8470)" },
132 { 0x2, "Exteranl Mini SAS 4x receptacle (see SAS-2 and SFF-8088)" },
133 { 0x3, "QSFP+ receptacle (see SAS-2.1 and SFF-8436)" },
134 { 0x4, "Mini SAS 4x active receptacle (see SAS-2.1 and SFF-8088)" },
135 { 0x5, "Mini SAS HD 4x receptacle (see SAS-2.1 and SFF-8644)" },
136 { 0x6, "Mini SAS HD 8x receptacle (see SAS-2.1 and SFF-8644)" },
137 { 0x7, "Mini SAS HD 16x receptacle (see SAS-2.1 and SFF-8644)" },
138 { 0xF, "Vendor-specific external connector" },
139 { 0x10, "Internal wide SAS 4i plug (see SAS-2 and SFF-8484)" },
[all …]
/illumos-gate/usr/src/cmd/krb5/kadmin/kclient/
H A Dkclient.sh1 #!/bin/ksh93 -p
37 kdestroy -q > $TMP_FILE 2>&1
38 rm -r $TMPDIR > /dev/null 2>&1
51 printf -- "---------------------------------------------------\n" >&2
61 if [[ ! -x $bin ]]; then
71 if [[ $stat -ne 0 ]]; then
82 TPAM=$(mktemp -q -t kclient-pamconf.XXXXXX)
83 if [[ -z $TPAM ]]; then
95 if egrep -s "^$svc[ ][ ]*auth.*pam_krb5*" $TPAM; then
112 if [[ -r $NFSSEC_FILE ]]; then
[all …]
/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c30 * University Copyright- Copyright (c) 1982, 1986, 1988
34 * University Acknowledgment- Portions of this document are derived from
53 * make file system for cylinder-group style file systems
57 * mkfs [-F FSType] [-V] [-G [-P]] [-M dirname] [-m] [options]
58 * [-o specific_options] special size
65 * N - no create
66 * nsect - The number of sectors per track
67 * ntrack - The number of tracks per cylinder
68 * bsize - block size
69 * fragsize - fragment size
[all …]