Searched refs:cp1 (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_cnode.c1821 hfs_lockpair(struct cnode *cp1, struct cnode *cp2, enum hfslocktype locktype) argument
1829 if (cp1 == cp2) {
1830 return hfs_lock(cp1, locktype);
1836 if (cp1 < cp2) {
1837 first = cp1;
1841 last = cp1;
1858 hfs_isordered(struct cnode *cp1, struct cnode *cp2) argument
1860 if (cp1 == cp2)
1862 if (cp1 == NULL || cp2 == (struct cnode *)0xffffffff)
1864 if (cp2 == NULL || cp1
1880 hfs_lockfour(struct cnode *cp1, struct cnode *cp2, struct cnode *cp3, struct cnode *cp4, enum hfslocktype locktype, struct cnode **error_cnode) argument
1995 hfs_unlockpair(struct cnode *cp1, struct cnode *cp2) argument
2006 hfs_unlockfour(struct cnode *cp1, struct cnode *cp2, struct cnode *cp3, struct cnode *cp4) argument
[all...]
H A Dhfs_chash.c458 hfs_chash_rehash(struct hfsmount *hfsmp, struct cnode *cp1, struct cnode *cp2) argument
462 LIST_REMOVE(cp1, c_hash);
464 LIST_INSERT_HEAD(CNODEHASH(hfsmp, cp1->c_fileid), cp1, c_hash);
H A Dhfs_cnode.h349 extern void hfs_chash_rehash(struct hfsmount *hfsmp, struct cnode *cp1, struct cnode *cp2);
/darwin-on-arm/xnu/bsd/net/
H A Droute.c2539 u_char *cp1 = (u_char *)src; local
2543 u_char *cplim2 = cp2 + *cp1;
2545 *cp2++ = *cp1++; *cp2++ = *cp1++; /* copies sa_len & sa_family */
2550 *cp2++ = *cp1++ & *cp3++;
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_socket.c5708 char *cp1, *cp2, *mdata; local
5731 cp1 = (caddr_t)&recmark;
5733 while (cp1 < ((caddr_t)&recmark) + NFSX_UNSIGNED) {
5739 *cp1++ = *cp2++;

Completed in 73 milliseconds