Searched defs:di_state (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libdlpi/common/ |
H A D | libdlpi.h | 106 uint_t di_state; member in struct:__anon3165
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | devinfo.c | 55 static const char *const di_state[] = { variable 67 #define DI_STATE_MAX ((sizeof (di_state) / sizeof (char *)) - 1) 1207 di_state[MIN(devi.devi_node_state + 1, DI_STATE_MAX)]); 1916 di_state[MIN(da.da_node_state + 1, DI_STATE_MAX)]);
|
/illumos-gate/usr/src/lib/libdevinfo/ |
H A D | devinfo.c | 969 di_state(di_node_t node) function
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | devinfo.c | 246 static struct di_state { struct 292 struct di_state *st; 302 static di_off_t di_copyformat(di_off_t, struct di_state *, intptr_t, int); 303 static di_off_t di_snapshot_and_clean(struct di_state *); 304 static di_off_t di_copydevnm(di_off_t *, struct di_state *); 305 static di_off_t di_copytree(struct dev_info *, di_off_t *, struct di_state *); 307 struct di_state *); 309 struct di_state *); 310 static di_off_t di_getppdata(struct dev_info *, di_off_t *, struct di_state *); 311 static di_off_t di_getdpdata(struct dev_info *, di_off_t *, struct di_state *); [all...] |
Completed in 73 milliseconds