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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_readwrite.c639 cnid_t *parents; /* future use */ member in struct:ext_access_t
650 user_addr_t parents;/* future use */ member in struct:ext_user_access_t
852 * Compute whether we have access to the given directory (nodeID) and all its parents. Cache
861 cnid_t* parents,
900 if (parents) {
902 tmp = cache_binSearch(parents, num_parents-1, thisNodeID, NULL);
910 /* remember which parents we want to cache */
987 if (parents && myErr == 0 && scope_index == -1) {
998 if (myErr == 0 && parents && (scope_idx_start == -1 || i > scope_idx_start)) {
1038 cnid_t *parents local
856 do_access_check(struct hfsmount *hfsmp, int *err, struct access_cache *cache, HFSCatalogNodeID nodeID, struct cnode *skip_cp, struct proc *theProcPtr, kauth_cred_t myp_ucred, dev_t dev, struct vfs_context *my_context, char *bitmap, uint32_t map_size, cnid_t* parents, uint32_t num_parents) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIORegistryEntry.cpp1754 OSArray * parents; local
1763 while( (parents = next->getParentSetReference( plane ))) {
1765 count = parents->getCount();
1770 next = (IORegistryEntry *) parents->getObject( 0 );
1775 (one = (IORegistryEntry *) parents->getObject( index ));

Completed in 86 milliseconds