Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_netops.c150 if ((dv = sdev_cache_lookup(ddv, nm)) != NULL) { in devnet_lookup()
219 if ((dv = sdev_cache_lookup(ddv, (char *)link)) != NULL) in devnet_filldir_datalink()
H A Dsdev_profile.c153 if (dv = sdev_cache_lookup(dir, name)) { in prof_mknode()
202 if (newdv = sdev_cache_lookup(dir, name)) { in prof_make_dir()
256 newdv = sdev_cache_lookup(dir, rename); in prof_lookup_globaldev()
1026 dv = sdev_cache_lookup(ddv, nm); in prof_lookup()
1029 dv = sdev_cache_lookup(ddv, nm); in prof_lookup()
H A Dsdev_plugin.c204 svp = sdev_cache_lookup(sdvp, name); in sdev_plugin_mknode()
634 slp = sdev_cache_lookup(sdp, spp->sp_name); in sdev_plugin_register()
686 sdp = sdev_cache_lookup(rdp, spp->sp_name); in sdev_plugin_unregister_cb()
H A Dsdev_ipnetops.c146 if ((dv = sdev_cache_lookup(ddv, (char *)name)) == NULL) { in devipnet_filldir_entry()
H A Dsdev_vnops.c827 dv = sdev_cache_lookup(parent, nm); in sdev_remove()
1086 fromdv = sdev_cache_lookup(fromparent, onm); in sdev_rename()
1336 self = sdev_cache_lookup(parent, nm); in sdev_rmdir()
H A Dsdev_subr.c1357 dv = sdev_cache_lookup(ddv, nm); in sdev_filldir_from_store()
1587 sdev_cache_lookup(struct sdev_node *ddv, char *nm) in sdev_cache_lookup() function
1774 dv = sdev_cache_lookup(ddv, nm); in devname_lookup_func()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dsdev_impl.h452 extern struct sdev_node *sdev_cache_lookup(struct sdev_node *, char *);