Searched refs:tnp (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/sys/fs/tmpfs/ |
| D | tmpfs_vnops.c | 1488 tmpfs_vptocnp_dir(struct tmpfs_node *tn, struct tmpfs_node *tnp, in tmpfs_vptocnp_dir() argument 1494 for (de = tmpfs_dir_first(tnp, &dc); de != NULL; in tmpfs_vptocnp_dir() 1495 de = tmpfs_dir_next(tnp, &dc)) { in tmpfs_vptocnp_dir() 1506 struct tmpfs_node *tnp, char *buf, int *buflen, struct vnode **dvp) in tmpfs_vptocnp_fill() argument 1511 error = vn_vget_ino_gen(vp, tmpfs_vn_get_ino_alloc, tnp, LK_SHARED, in tmpfs_vptocnp_fill() 1515 error = tmpfs_vptocnp_dir(tn, tnp, &de); in tmpfs_vptocnp_fill() 1542 struct tmpfs_node *tn, *tnp, *tnp1; in tmpfs_vptocnp() local 1557 tnp = tn->tn_dir.tn_parent; in tmpfs_vptocnp() 1558 if (tnp == NULL) in tmpfs_vptocnp() 1560 tmpfs_ref_node(tnp); in tmpfs_vptocnp() [all …]
|
| /freebsd-12-stable/contrib/elftoolchain/libdwarf/ |
| D | libdwarf_nametbl.c | 36 Dwarf_NamePair np, tnp; in _dwarf_nametbl_cleanup() local 43 STAILQ_FOREACH_SAFE(np, &nt->nt_nplist, np_next, tnp) { in _dwarf_nametbl_cleanup() 239 Dwarf_NamePair np, tnp; in _dwarf_nametbl_pro_cleanup() local 245 STAILQ_FOREACH_SAFE(np, &nt->nt_nplist, np_next, tnp) { in _dwarf_nametbl_pro_cleanup()
|