Home
last modified time | relevance | path

Searched refs:tpn (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/
H A Dfake_lookup.c130 char *tpn = NULL; in fake_lookup_dir() local
139 tpn = kmem_alloc(tpn_sz, KM_SLEEP); in fake_lookup_dir()
144 bcopy(path, tpn, tpn_sz); in fake_lookup_dir()
145 last = strrchr(tpn, '/'); in fake_lookup_dir()
157 error = fake_lookup(rootdir, tpn, &dvp); in fake_lookup_dir()
162 lc_off = last - tpn; in fake_lookup_dir()
169 if (tpn != NULL) in fake_lookup_dir()
170 kmem_free(tpn, tpn_sz); in fake_lookup_dir()
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/pri/
H A Dio_dev_label.c47 picl_nodehdl_t platnode, tpn; in io_dev_addlabel() local
88 tpn = platnode; in io_dev_addlabel()
172 if ((status = find_node_by_string_prop(tpn, in io_dev_addlabel()
173 PICL_PROP_BUS_ADDR, (const char *)p, &tpn)) != in io_dev_addlabel()
208 status = ptree_get_propval_by_name(tpn, in io_dev_addlabel()
209 PICL_PROP_PEER, &tpn, sizeof (picl_nodehdl_t))) { in io_dev_addlabel()
214 if ((substatus = ptree_get_propval_by_name(tpn, in io_dev_addlabel()
225 add_md_prop(tpn, nac_size, in io_dev_addlabel()
/illumos-gate/usr/src/uts/common/fs/
H A Dvnode.c1698 struct pathname tpn; /* to pathname */ in vn_renameat() local
1714 if (error = pn_get(tname, seg, &tpn)) { in vn_renameat()
1747 if (error = lookuppnat(&tpn, NULL, NO_FOLLOW, &tovp, &targvp, tdvp)) { in vn_renameat()
1807 (void) pn_fixslash(&tpn); in vn_renameat()
1808 error = VOP_RENAME(fromvp, fpn.pn_path, tovp, tpn.pn_path, CRED(), in vn_renameat()
1813 pn_free(&tpn); in vn_renameat()