Lines Matching refs:struct
48 typedef struct bufinfo {
62 translator bufinfo_t < struct buf *B > {
75 typedef struct devinfo {
85 translator devinfo_t < struct buf *B > {
92 ((struct dev_info *)B->b_dip)->devi_instance;
98 ((struct dev_info *)B->b_dip)->devi_instance == 0 &&
99 ((struct dev_info *)B->b_dip)->devi_parent != NULL &&
100 ((struct dev_info *)B->b_dip)->devi_parent->devi_node_name ==
102 ((struct dev_info *)B->b_dip)->devi_instance));
107 typedef struct fileinfo {
118 translator fileinfo_t < struct buf *B > {
181 translator fileinfo_t < struct file *F > {
208 translator fileinfo_t < struct vnode *V > {