Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo.c271 dap = DI_ALL(pa); in di_init_impl()
428 devcnt = DI_ALL(pa)->devcnt; in di_drv_first_node()
1101 name[depth] = DI_ALL(pa)->root_path; in di_devfs_path()
1384 if (DINFOMINOR & DI_ALL(pa)->command) in di_minor_next()
1824 if (DINFOPROP & DI_ALL(pa)->command) in di_prop_next_common()
1924 if (DINFOPATH & (DI_ALL(pa)->command)) in di_path_phci_next_path()
1966 if (DINFOPATH & (DI_ALL(pa)->command)) in di_path_client_next_path()
2162 if (DINFOPROP & (DI_ALL(pa)->command)) in di_path_prop_next()
2377 dap = DI_ALL(pa); in di_vhci_first_node()
2642 if (DINFOHP & DI_ALL(pa)->command) in di_hp_next()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Ddevinfo_impl.h119 #define DI_ALL(addr) ((struct di_all *)((void *)(addr))) macro
/illumos-gate/usr/src/uts/common/io/
H A Ddevinfo.c147 #define DI_ALL_PTR(s) DI_ALL(di_mem_addr((s), 0))