Searched refs:d_type (Results 1 - 25 of 65) sorted by relevance

123

/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/sys/
H A Ddirent.h53 __uint8_t d_type; /* file type, see below */ member in struct:dirent
/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/common/
H A Dls.c117 if (d->d_type == 0 || verbose) {
130 typestr[d->d_type? d->d_type:sb.st_mode >> 12],
134 typestr[d->d_type? d->d_type:sb.st_mode >> 12], d->d_name);
H A Ddisk.h89 int d_type; member in struct:disk_devdesc
/illumos-gate/usr/src/head/
H A Drje.h87 int d_type; /* Type of record */ member in struct:dsplog
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dast_dir.h78 * the kernel *and* all directories must be fixed, so d_type
83 #define D_TYPE(d) ((d)->d_type)
/illumos-gate/usr/src/lib/libast/common/include/
H A Dast_dir.h69 * the kernel *and* all directories must be fixed, so d_type
74 #define D_TYPE(d) ((d)->d_type)
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dast_dir.h78 * the kernel *and* all directories must be fixed, so d_type
83 #define D_TYPE(d) ((d)->d_type)
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dast_dir.h78 * the kernel *and* all directories must be fixed, so d_type
83 #define D_TYPE(d) ((d)->d_type)
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_dir.h78 * the kernel *and* all directories must be fixed, so d_type
83 #define D_TYPE(d) ((d)->d_type)
/illumos-gate/usr/src/boot/sys/boot/ofw/libofw/
H A Dlibofw.h33 int d_type; member in struct:ofw_devdesc
H A Ddevicename.c117 idev->d_type = dv->dv_type;
118 if (idev->d_type == DEVT_ZFS) {
/illumos-gate/usr/src/boot/sys/boot/uboot/lib/
H A Dlibuboot.h33 int d_type; member in struct:uboot_devdesc
H A Ddevicename.c150 idev->d_type = dv->dv_type;
170 switch(dev->d_type) {
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dgetdata.c179 Elf_Type t = d->db_data.d_type;
189 Elf_Type t = d->db_data.d_type;
218 src.d_type = d->db_data.d_type;
235 if ((size_t)d->db_data.d_type >= NALIGN(elf)) {
264 % ALIGN(elf)[d->db_data.d_type]) == 0) {
H A Dclscook.c174 d->db_data.d_type = _elf_mtype(elf, sh->sh_type, work);
177 fsz = elf_fsize(d->db_data.d_type, 1, elf->ed_version);
178 msz = _elf_msize(d->db_data.d_type, elf->ed_version);
253 src.d_type = ELF_T_EHDR;
334 src.d_type = ELF_T_PHDR;
387 src.d_type = ELF_T_SHDR;
422 src.d_type = ELF_T_SHDR;
H A Dupdate.c235 if ((fsz = elf_fsize(d->db_data.d_type,
239 j = _elf_msize(d->db_data.d_type, ver);
405 if ((fsz = elf_fsize(d->db_data.d_type, 1,
408 j = _elf_msize(d->db_data.d_type, ver);
534 src.d_type = ELF_T_EHDR;
558 src.d_type = ELF_T_PHDR;
674 src.d_type = ELF_T_SHDR;
878 src.d_type = dst.d_type = ELF_T_EHDR;
898 src.d_type
[all...]
/illumos-gate/usr/src/boot/sys/boot/userboot/userboot/
H A Dmain.c168 zdev.d_type = zdev.d_dev->dv_type;
177 dev.d_type = dev.d_dev->dv_type;
191 dev.d_type = dev.d_dev->dv_type;
H A Ddevicename.c162 idev->d_type = dv->dv_type;
182 switch(dev->d_type) {
/illumos-gate/usr/src/boot/sys/boot/efi/loader/
H A Ddevicename.c133 idev->d_type = dv->dv_type;
165 switch(dev->d_type) {
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Ddevicename.c152 idev->d_type = dv->dv_type;
172 switch(dev->d_type) {
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dparseproto.y486 const char *sp = type_Verify($1->d_type);
496 const char *sp = type_Verify($3->d_type);
1523 dp->d_type = NULL;
1540 type_Destroy(dp->d_type);
1590 return (dp->d_type);
1600 return (type_IsFunction(dp->d_type));
1631 return ((declspec_GetSTT(dp->d_ds) & TS_VOID) && (dp->d_type == NULL));
1641 type_t *tp = dp->d_type;
1669 ep = type_Verify(dp->d_type);
1740 if (dp->d_type)
[all...]
/illumos-gate/usr/src/boot/include/ufs/ufs/
H A Ddir.h116 ((oldfmt) ? DIRECTSIZ((dp)->d_type) : DIRECTSIZ((dp)->d_namlen))
/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)) {

Completed in 112 milliseconds

123