Home
last modified time | relevance | path

Searched refs:di_all (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/lib/libdevinfo/
H A Ddevinfo.c154 struct di_all *dap; in di_init_impl()
2366 struct di_all *dap; in di_vhci_first_node()
3333 struct di_all *di_all; in di_link_to_lnode() local
3341 di_all = DI_ALL((caddr_t)link - DI_LINK(link)->self); in di_link_to_lnode()
3344 return (DI_LNODE((caddr_t)di_all + DI_LINK(link)->src_lnode)); in di_link_to_lnode()
3346 return (DI_LNODE((caddr_t)di_all + DI_LINK(link)->tgt_lnode)); in di_link_to_lnode()
3360 struct di_all *di_all; in di_lnode_devinfo() local
3362 di_all = DI_ALL((caddr_t)lnode - DI_LNODE(lnode)->self); in di_lnode_devinfo()
3363 return (DI_NODE((caddr_t)di_all + DI_LNODE(lnode)->node)); in di_lnode_devinfo()
3450 struct di_all *di_all; in di_lnode_next() local
[all …]
/titanic_50/usr/src/uts/common/sys/
H A Ddevinfo_impl.h119 #define DI_ALL(addr) ((struct di_all *)((void *)(addr)))
141 struct di_all { struct
/titanic_50/usr/src/uts/common/io/
H A Ddevinfo.c592 struct di_all *all; in di_ioctl()
745 size = sizeof (struct di_all) + in di_ioctl()
751 off += sizeof (struct di_all); /* real length of di_all */ in di_ioctl()
1034 if (map_size == 0 || map_size < sizeof (struct di_all) || in di_mem2cache()
1088 struct di_all *all = DI_ALL_PTR(st); in di_copyformat()
1302 struct di_all *all = DI_ALL_PTR(st); in di_copy_aliases()
1343 struct di_all *all; in di_snapshot()
1518 struct di_all *all; in build_vhci_list()
3311 struct di_all *all; in di_match_drv_name()
3674 header_plus_one_ok(struct di_all *all) in header_plus_one_ok()
[all …]