Home
last modified time | relevance | path

Searched refs:dtype (Results 1 – 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/ether/vmx/dev/vmxnet3/
H A Dif_vmxreg.h95 uint32_t dtype:1; /* Descriptor type */ member
130 uint32_t dtype:1; /* Descriptor type */ member
H A Dif_vmx.c1332 txd->dtype = 0; in vmxnet3_isc_txd_encap()
/haiku/src/bin/unzip/
H A Dlist.c114 static ZCONST char dtype[]="NXFS"; /* see zi_short() */ in list_files() local
321 methbuf[5] = dtype[(G.crec.general_purpose_bit_flag>>1) & 3]; in list_files()
H A Dzipinfo.c1754 static ZCONST char dtype[5]="NXFS"; /* normal, maximum, fast, superfast */ in zi_short() local
1787 methbuf[3] = dtype[dnum]; in zi_short()
/haiku/src/bin/pcmcia-cs/
H A Ddump_cis.c208 static const char *dtype[] = { variable
218 printf("%s %s ", indent, dtype[dev->dev[i].type]); in print_device()