Home
last modified time | relevance | path

Searched refs:targp (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_vnops.c81 static void cachefs_attr_setup(vattr_t *srcp, vattr_t *targp, cnode_t *cp,
9533 cachefs_attr_setup(vattr_t *srcp, vattr_t *targp, cnode_t *cp, cred_t *cr) in cachefs_attr_setup() argument
9544 targp->va_mask = 0; /* initialize all fields */ in cachefs_attr_setup()
9545 targp->va_mode = srcp->va_mode; in cachefs_attr_setup()
9546 targp->va_type = srcp->va_type; in cachefs_attr_setup()
9547 targp->va_nlink = 1; in cachefs_attr_setup()
9548 targp->va_nodeid = 0; in cachefs_attr_setup()
9551 targp->va_uid = srcp->va_uid; in cachefs_attr_setup()
9553 targp->va_uid = crgetuid(cr); in cachefs_attr_setup()
9556 targp->va_gid = srcp->va_gid; in cachefs_attr_setup()
[all …]
/titanic_41/usr/src/uts/common/io/scsi/adapters/smrt/
H A Dsmrt_hba.c38 smrt_logvol_parse(const char *ua, uint_t *targp) in smrt_logvol_parse() argument
63 *targp = (uint_t)targ; in smrt_logvol_parse()
/titanic_41/usr/src/uts/common/inet/ip/
H A Dspd.c6869 ipsec_fragcache_entry_t *targp; in fragcache_delentry() local
6883 targp = (frag->itpf_ptr)[slot]; in fragcache_delentry()
6884 ASSERT(targp != 0); in fragcache_delentry()
6886 if (targp == fep) { in fragcache_delentry()
6897 while (targp) { in fragcache_delentry()
6898 if (targp->itpfe_next == fep) { in fragcache_delentry()
6900 targp->itpfe_next = nextp; in fragcache_delentry()
6906 targp = targp->itpfe_next; in fragcache_delentry()
6907 ASSERT(targp != 0); in fragcache_delentry()
H A Dip_ndp.c1366 in6_addr_t *targp, uchar_t **haddr, uint_t *haddrlenp) in ip_ndp_find_addresses() argument
1387 *targp = ns->nd_ns_target; in ip_ndp_find_addresses()