Searched refs:sdev_cache_lookup (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/dev/ |
H A D | sdev_netops.c | 150 if ((dv = sdev_cache_lookup(ddv, nm)) != NULL) { 219 if ((dv = sdev_cache_lookup(ddv, (char *)link)) != NULL)
|
H A D | sdev_profile.c | 153 if (dv = sdev_cache_lookup(dir, name)) { 202 if (newdv = sdev_cache_lookup(dir, name)) { 256 newdv = sdev_cache_lookup(dir, rename); 1026 dv = sdev_cache_lookup(ddv, nm); 1029 dv = sdev_cache_lookup(ddv, nm);
|
H A D | sdev_ipnetops.c | 146 if ((dv = sdev_cache_lookup(ddv, (char *)name)) == NULL) {
|
H A D | sdev_vnops.c | 797 dv = sdev_cache_lookup(parent, nm); 1056 fromdv = sdev_cache_lookup(fromparent, onm); 1306 self = sdev_cache_lookup(parent, nm);
|
H A D | sdev_subr.c | 1489 dv = sdev_cache_lookup(ddv, nm); 1719 sdev_cache_lookup(struct sdev_node *ddv, char *nm) function 1906 dv = sdev_cache_lookup(ddv, nm);
|
/illumos-gate/usr/src/uts/common/sys/fs/ |
H A D | sdev_impl.h | 448 extern struct sdev_node *sdev_cache_lookup(struct sdev_node *, char *);
|
Completed in 102 milliseconds