Searched refs:crp (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_catalog.c103 static int cat_findposition(const CatalogKey *ckp, const CatalogRecord *crp,
115 static void buildrecord(struct cat_attr *attrp, cnid_t cnid, int std_hfs, u_int32_t encoding, CatalogRecord *crp, u_int32_t *recordSize);
117 static int catrec_update(const CatalogKey *ckp, CatalogRecord *crp, struct update_state *state);
122 static void getbsdattr(struct hfsmount *hfsmp, const struct HFSPlusCatalogFile *crp, struct cat_attr * attrp);
126 static void promoteattr(struct hfsmount *hfsmp, const CatalogRecord *dataPtr, struct HFSPlusCatalogFile *crp);
128 static cnid_t getcnid(const CatalogRecord *crp);
129 static u_int32_t getencoding(const CatalogRecord *crp);
132 static int isadir(const CatalogRecord *crp);
136 static int cat_makealias(struct hfsmount *hfsmp, u_int32_t inode_num, struct HFSPlusCatalogFile *crp);
1550 catrec_update(const CatalogKey *ckp, CatalogRecord *crp, struc argument
1945 update_siblinglinks_callback(__unused const CatalogKey *ckp, CatalogRecord *crp, struct linkupdate_state *state) argument
2333 cat_makealias(struct hfsmount *hfsmp, u_int32_t inode_num, struct HFSPlusCatalogFile *crp) argument
2781 getdirentries_callback(const CatalogKey *ckp, const CatalogRecord *crp, struct packdirentry_state *state) argument
3107 getdirentries_std_callback(const CatalogKey *ckp, const CatalogRecord *crp, struct packdirentry_state *state) argument
3356 CatalogRecord crp; local
3448 cat_findposition(const CatalogKey *ckp, const CatalogRecord *crp, struct position_state *state) argument
3851 buildrecord(struct cat_attr *attrp, cnid_t cnid, int std_hfs, u_int32_t encoding, CatalogRecord *crp, u_int32_t *recordSize) argument
3987 getbsdattr(struct hfsmount *hfsmp, const struct HFSPlusCatalogFile *crp, struct cat_attr * attrp) argument
4169 promoteattr(struct hfsmount *hfsmp, const CatalogRecord *dataPtr, struct HFSPlusCatalogFile *crp) argument
4275 getencoding(const CatalogRecord *crp) argument
4293 getcnid(const CatalogRecord *crp) argument
4348 isadir(const CatalogRecord *crp) argument
[all...]
/darwin-on-arm/xnu/bsd/netat/
H A Dddp.save265 void *crp;
267 crp = (void *)crref();
270 &fileops, 0, DTYPE_OTHER, &fd, crp)) != 0)
273 &fileops, 0, DTYPE_ATALK, &fd, crp)) != 0)

Completed in 28 milliseconds