Searched defs: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
99 if (di_dim) {
100 di_dim_fini(di_dim);
101 di_dim = NULL;
143 if (di_dim == NULL) {
144 di_dim = di_dim_init();
145 if (di_dim == NULL)
185 devpath = di_dim_path_dev(di_dim, driver, instance, part);
189 if ((devpath = di_dim_path_dev(di_dim,
268 devicespath = di_dim_path_devices(di_dim,
[all...]

Completed in 44 milliseconds