/src/lib/libc/gen/ |
pthread_atfork.c | 172 struct atfork_callback *newprepare, *newparent, *newchild; local in function:pthread_atfork 197 newparent = newprepare; 202 newparent++; 205 newchild = newparent; 207 if (__predict_false(newparent == NULL)) 209 newparent->fn = parent; 228 SIMPLEQ_INSERT_TAIL(&parentq, newparent, next);
|
pthread_atfork.c | 172 struct atfork_callback *newprepare, *newparent, *newchild; local in function:pthread_atfork 197 newparent = newprepare; 202 newparent++; 205 newchild = newparent; 207 if (__predict_false(newparent == NULL)) 209 newparent->fn = parent; 228 SIMPLEQ_INSERT_TAIL(&parentq, newparent, next);
|
/src/sys/ufs/chfs/ |
chfs_vnops.c | 1139 struct chfs_inode *newparent; local in function:chfs_rename 1150 newparent = VTOI(tdvp); 1163 newparent, tcnp->cn_nameptr, tcnp->cn_namelen); 1171 newparent, tcnp->cn_nameptr, tcnp->cn_namelen, ip->ch_type);
|
chfs_vnops.c | 1139 struct chfs_inode *newparent; local in function:chfs_rename 1150 newparent = VTOI(tdvp); 1163 newparent, tcnp->cn_nameptr, tcnp->cn_namelen); 1171 newparent, tcnp->cn_nameptr, tcnp->cn_namelen, ip->ch_type);
|