Searched refs:lastcomp (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/ |
H A D | fake_unlink.c | 62 char *lastcomp = NULL; in fake_unlink() local 68 error = fake_lookup_dir(path, &dvp, &lastcomp); in fake_unlink() 81 error = VOP_RMDIR(dvp, lastcomp, NULL, CRED(), NULL, 0); in fake_unlink() 83 error = VOP_REMOVE(dvp, lastcomp, CRED(), NULL, 0); in fake_unlink()
|
H A D | fake_lookup.c | 126 fake_lookup_dir(char *path, vnode_t **vpp, char **lastcomp) in fake_lookup_dir() argument 136 *lastcomp = NULL; in fake_lookup_dir() 166 *lastcomp = path + lc_off; in fake_lookup_dir()
|
H A D | fake_open.c | 283 char *lastcomp = NULL; in vn_create() local 295 error = fake_lookup_dir(pnamep, &dvp, &lastcomp); in vn_create() 328 error = VOP_MKDIR(dvp, lastcomp, vap, vpp, CRED(), in vn_create() 331 error = VOP_CREATE(dvp, lastcomp, vap, in vn_create()
|
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | platform.c | 70 static const char *lastcomp; variable 424 lastcomp = stable(name); in hc_path() 606 lut_lookup(Usednames, (void *)lastcomp, NULL) == NULL) in cfgcollect()
|