Home
last modified time | relevance | path

Searched refs:k_type (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Ddevinfo.c182 enum di_ktype k_type; member
1189 switch (dik->k_type) { in di_hash_byptr()
1211 switch (dik->k_type) { in di_key_dtor()
1284 if (dik1->k_type != dik2->k_type) { in di_key_cmp()
1289 switch (dik1->k_type) { in di_key_cmp()
2594 key->k_type = DI_DKEY; in di_register_dip()
2629 key.k_type = DI_DKEY; in di_dip_find()
2663 key->k_type = DI_PKEY; in di_register_pip()
2705 key.k_type = DI_PKEY; in di_pip_find()
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_reiserfs.c157 __u64 k_type: 4; member
223 : (ih)->ih_key.u.v2.k_type == V2_##type)