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.c273 dap = DI_ALL(pa); in di_init_impl()
341 if (strcmp(DI_ALL(pa)->root_path, "/") != 0) in di_parent_node()
373 if (!(DI_ALL(pa)->command & DINFOSUBTREE)) in di_sibling_node()
404 if (!(DI_ALL(pa)->command & DINFOSUBTREE)) in di_child_node()
430 devcnt = DI_ALL(pa)->devcnt; in di_drv_first_node()
431 devnm = DI_DEVNM(pa + DI_ALL(pa)->devnames); in di_drv_first_node()
1044 devnm = DI_DEVNM(pa + DI_ALL(pa)->devnames); in di_driver_name()
1064 devnm = DI_DEVNM(pa + DI_ALL(pa)->devnames); in di_driver_ops()
1103 name[depth] = DI_ALL(pa)->root_path; in di_devfs_path()
1386 if (DINFOMINOR & DI_ALL(pa)->command) in di_minor_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))