Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_pathname.c159 char *usepath; in smb_pathname_reduce() local
197 kmem_free(usepath, SMB_MAXPATHLEN); in smb_pathname_reduce()
201 (void) strsubst(usepath, '\\', '/'); in smb_pathname_reduce()
225 kmem_free(usepath, SMB_MAXPATHLEN); in smb_pathname_reduce()
228 len = strlen(usepath); in smb_pathname_reduce()
245 kmem_free(usepath, SMB_MAXPATHLEN); in smb_pathname_reduce()
249 len = strlen(usepath); in smb_pathname_reduce()
256 if (usepath[len - 1] == '/') in smb_pathname_reduce()
259 (void) strcanon(usepath, "/"); in smb_pathname_reduce()
265 kmem_free(usepath, SMB_MAXPATHLEN); in smb_pathname_reduce()
[all …]
/illumos-gate/usr/src/uts/common/os/
H A Dmodctl.c115 int usepath; member
2643 ltp->retval = kobj_load_module(ltp->mp, ltp->usepath); in modload_thread()
3116 mod_hold_installed_mod(char *name, int usepath, int forcecheck, int *r) in mod_hold_installed_mod() argument
3126 if (!kobj_path_exists(name, usepath)) { in mod_hold_installed_mod()
3137 retval = mod_load(modp, usepath); in mod_hold_installed_mod()
3397 mod_load(struct modctl *mp, int usepath) in mod_load() argument
3422 lt.usepath = usepath; in mod_load()
3436 retval = kobj_load_module(mp, usepath); in mod_load()