Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/stat/common/
H A Ddsr.c63 static di_dim_t di_dim; /* from di_dim_init: for /dev names */ variable
95 if (di_dim) { in cleanup_iodevs_snapshot()
96 di_dim_fini(di_dim); in cleanup_iodevs_snapshot()
97 di_dim = NULL; in cleanup_iodevs_snapshot()
133 if (di_dim == NULL) { in drvinstpart2dev()
134 di_dim = di_dim_init(); in drvinstpart2dev()
135 if (di_dim == NULL) in drvinstpart2dev()
140 devpath = di_dim_path_dev(di_dim, driver, instance, part); in drvinstpart2dev()
144 if ((devpath = di_dim_path_dev(di_dim, in drvinstpart2dev()
195 devicespath = di_dim_path_devices(di_dim, in drvinstpart2dev()