Searched refs:d_type (Results 26 - 50 of 65) sorted by relevance

123

/illumos-gate/usr/src/boot/sys/boot/i386/gptzfsboot/
H A Dzfsboot.c295 bootdev = MAKEBOOTDEV(dev_maj[devdesc.d_type], devdesc.d_slice + 1,
309 if (bdev != NULL && bdev->d_type == DEVT_ZFS) {
500 if (bdev->d_type == DEVT_ZFS) {
536 if (bdev->d_type == DEVT_DISK) {
541 bootdev = MAKEBOOTDEV(dev_maj[bdev->d_type],
689 bdev->d_type = DEVT_ZFS;
/illumos-gate/usr/src/boot/sys/boot/i386/loader/
H A Dmain.c292 new_currdev.d_type = new_currdev.d_dev->dv_type;
298 if ((new_currdev.d_type == biosdisk.dv_type) &&
307 if (new_currdev.d_type == DEVT_ZFS)
/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/boot/sys/sys/
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/boot/sys/boot/i386/libi386/
H A Dlibi386.h38 int d_type; member in struct:i386_devdesc
H A Dbootinfo32.c172 switch(rootdev->d_type) {
190 printf("WARNING - don't know how to boot from device type %d\n", rootdev->d_type);
H A Dmultiboot.c382 if (rootdev->d_type == DEVT_ZFS)
389 if (rootdev->d_type == DEVT_ZFS) {
/illumos-gate/usr/src/boot/sys/boot/userboot/userboot/
H A Dhost.c124 d->d_type = type;
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dsegments.c163 EC_ADDR(shdr->sh_addr), conv_elfdata_type(data->d_type, &inv_buf),
192 EC_ADDR(addr), conv_elfdata_type(data->d_type, &inv_buf),
/illumos-gate/usr/src/cmd/sgs/elfwrap/common/
H A Delfwrap.c324 data->d_type = ELF_T_BYTE;
335 data->d_type = ELF_T_SYM;
346 data->d_type = ELF_T_BYTE;
/illumos-gate/usr/src/head/
H A Dlibelf.h148 Elf_Type d_type; member in struct:__anon2272
/illumos-gate/usr/src/cmd/sgs/prof/common/
H A DsymintOpen.c196 DEBUG_EXP(printf("d_type = %d\n",
197 pfile_p->pf_snmdat_p->d_type));
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dxlate.m4877 if ((type = src->d_type) >= ELF_T_NUM) {
909 dst->d_type = src->d_type;
916 dst->d_type = src->d_type;
H A Dxlate64.m4868 if ((type = src->d_type) >= ELF_T_NUM) {
900 dst->d_type = src->d_type;
907 dst->d_type = src->d_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/sys/boot/zfs/
H A Dzfs.c287 d->d_type = ZFS_DIRENT_TYPE(mze.mze_value);
364 d->d_type = ZFS_DIRENT_TYPE(value);
649 dev->d_type = zfs_dev.dv_type;
666 if (dev->d_type != DEVT_ZFS)
726 if (dev->d_type != DEVT_ZFS)
/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/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;
H A Dunwind.c343 elfdata->d_type = ELF_T_BYTE;
/illumos-gate/usr/src/boot/lib/libstand/
H A Dcd9660.c547 d->d_type = DT_DIR;
549 d->d_type = DT_REG;
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/file/
H A Delf_read.c148 src.d_type = type;
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_switching.c846 (tpp->d_type == VSW_LOCALDEV)) {
852 if (tpp->d_type == VSW_VNETPORT) {
1671 ment->d_type = devtype;
1717 new_ent->d_type = devtype;
/illumos-gate/usr/src/boot/sys/boot/userboot/test/
H A Dtest.c205 *type_return = dp->d_type;

Completed in 176 milliseconds

123