Searched defs:k_type (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_reiserfs.c157 __u64 k_type: 4; member in struct:offset_v2
223 : (ih)->ih_key.u.v2.k_type == V2_##type)
/illumos-gate/usr/src/uts/common/io/
H A Ddevinfo.c180 enum di_ktype k_type; member in struct:di_key
1187 switch (dik->k_type) {
1209 switch (dik->k_type) {
1282 if (dik1->k_type != dik2->k_type) {
1287 switch (dik1->k_type) {
2592 key->k_type = DI_DKEY;
2627 key.k_type = DI_DKEY;
2661 key->k_type = DI_PKEY;
2703 key.k_type
[all...]

Completed in 66 milliseconds