Home
last modified time | relevance | path

Searched refs:DI_ALL (Results 1 – 3 of 3) sorted by last modified time

/illumos-gate/usr/src/uts/common/io/
H A Ddevinfo.c147 #define DI_ALL_PTR(s) DI_ALL(di_mem_addr((s), 0))
/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/lib/libdevinfo/
H A Ddevinfo.c271 dap = DI_ALL(pa); in di_init_impl()
339 if (strcmp(DI_ALL(pa)->root_path, "/") != 0) in di_parent_node()
371 if (!(DI_ALL(pa)->command & DINFOSUBTREE)) in di_sibling_node()
402 if (!(DI_ALL(pa)->command & DINFOSUBTREE)) in di_child_node()
428 devcnt = DI_ALL(pa)->devcnt; in di_drv_first_node()
429 devnm = DI_DEVNM(pa + DI_ALL(pa)->devnames); in di_drv_first_node()
1042 devnm = DI_DEVNM(pa + DI_ALL(pa)->devnames); in di_driver_name()
1062 devnm = DI_DEVNM(pa + DI_ALL(pa)->devnames); in di_driver_ops()
1101 name[depth] = DI_ALL(pa)->root_path; in di_devfs_path()
1384 if (DINFOMINOR & DI_ALL(pa)->command) in di_minor_next()
[all …]