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

/xnu-2422.115.4/bsd/hfs/
H A Dhfs_cnode.c1982 hfs_lockpair(struct cnode *cp1, struct cnode *cp2, enum hfs_locktype locktype) argument
1990 if (cp1 == cp2) {
1991 return hfs_lock(cp1, locktype, HFS_LOCK_DEFAULT);
1997 if (cp1 < cp2) {
1998 first = cp1;
2002 last = cp1;
2019 hfs_isordered(struct cnode *cp1, struct cnode *cp2) argument
2021 if (cp1 == cp2)
2023 if (cp1 == NULL || cp2 == (struct cnode *)0xffffffff)
2025 if (cp2 == NULL || cp1
2041 hfs_lockfour(struct cnode *cp1, struct cnode *cp2, struct cnode *cp3, struct cnode *cp4, enum hfs_locktype locktype, struct cnode **error_cnode) argument
2156 hfs_unlockpair(struct cnode *cp1, struct cnode *cp2) argument
2167 hfs_unlockfour(struct cnode *cp1, struct cnode *cp2, struct cnode *cp3, struct cnode *cp4) argument
[all...]
H A Dhfs_chash.c454 hfs_chash_rehash(struct hfsmount *hfsmp, struct cnode *cp1, struct cnode *cp2) argument
458 LIST_REMOVE(cp1, c_hash);
460 LIST_INSERT_HEAD(CNODEHASH(hfsmp, cp1->c_fileid), cp1, c_hash);
H A Dhfs_cnode.h365 extern void hfs_chash_rehash(struct hfsmount *hfsmp, struct cnode *cp1, struct cnode *cp2);
/xnu-2422.115.4/bsd/net/
H A Droute.c2653 u_char *cp1 = (u_char *)src; local
2657 u_char *cplim2 = cp2 + *cp1;
2659 *cp2++ = *cp1++; *cp2++ = *cp1++; /* copies sa_len & sa_family */
2664 *cp2++ = *cp1++ & *cp3++;
/xnu-2422.115.4/bsd/nfs/
H A Dnfs_socket.c5842 char *cp1, *cp2, *mdata; local
5865 cp1 = (caddr_t)&recmark;
5867 while (cp1 < ((caddr_t)&recmark) + NFSX_UNSIGNED) {
5873 *cp1++ = *cp2++;

Completed in 49 milliseconds