Searched defs:d_type (Results 1 - 18 of 18) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvsw_fdb.h59 uint8_t d_type; /* destination type */ member in struct:mfdb_ent
/illumos-gate/usr/src/boot/sys/boot/common/
H A Ddisk.h89 int d_type; member in struct:disk_devdesc
/illumos-gate/usr/src/boot/sys/boot/ofw/libofw/
H A Dlibofw.h33 int d_type; member in struct:ofw_devdesc
/illumos-gate/usr/src/boot/sys/boot/uboot/lib/
H A Dlibuboot.h33 int d_type; member in struct:uboot_devdesc
/illumos-gate/usr/src/boot/sys/boot/zfs/
H A Dlibzfs.h43 int d_type; member in struct:zfs_devdesc
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dlibi386.h38 int d_type; member in struct:i386_devdesc
/illumos-gate/usr/src/boot/sys/sys/
H A Ddirent.h53 __uint8_t d_type; /* file type, see below */ member in struct:dirent
H A Ddisklabel.h74 u_int16_t d_type; /* drive type */ member in struct:disklabel
75 u_int16_t d_subtype; /* controller/d_type specific */
166 /* d_type values: */
/illumos-gate/usr/src/head/
H A Drje.h87 int d_type; /* Type of record */ member in struct:dsplog
H A Dlibelf.h148 Elf_Type d_type; member in struct:__anon2272
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dparseproto.h242 type_t *d_type; /* list of attributes or NULL */ member in struct:_declarator
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_grammar.y143 %type <l_node> d_type
217 | d_type DT_TOK_EOF { return (dt_node_root($1)); }
228 d_type: DT_CTX_DTYPE { $$ = NULL; } label
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dconn.c213 char *commap, d_type[BUFSIZ]; local
241 (void) strcpy(d_type, dev[D_TYPE]);
242 if ((commap = strchr(d_type, ',')) != NULL)
246 if ((Mytype != NULL) && (!EQUALS(Mytype, d_type)))
254 if (EQUALS(d_type, type)) {
/illumos-gate/usr/src/cmd/bnu/
H A Dconn.c233 char *commap, d_type[BUFSIZ]; local
261 (void)strcpy(d_type, dev[D_TYPE]);
262 if ((commap = strchr(d_type, ',')) != (char *)NULL )
266 if ((Mytype != NULL) && (!EQUALS(Mytype, d_type)) )
274 if (EQUALS(d_type, type)) {
/illumos-gate/usr/src/boot/lib/libstand/
H A Dstand.h165 int d_type; member in struct:devdesc
H A Dext2fs.c299 u_int8_t d_type; /* file type */ member in struct:ext2dirent
904 d->d_type = EXTFTODT(ed->d_type);
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dufs2.h176 grub_u_int8_t d_type; /* file type, see below */ member in struct:direct
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dsections.c430 Word d_type; member in struct:sec_info
453 #define SET_SEC_INFO(d_type, d_align, sh_flags, sh_entsize) \
455 static const SEC_INFO_T info_s = { d_type, d_align, sh_flags, \
459 #define SET_SEC_INFO_WORD_ALIGN(d_type, sh_flags, sh_entsize) \
461 static SEC_INFO_T info_s = { d_type, 0, sh_flags, \
639 data->d_type = sec_info->d_type;
703 data->d_type = tmpl_isp->is_indata->d_type;

Completed in 87 milliseconds