Searched refs:entries (Results 1 - 25 of 27) sorted by relevance

12

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Ddtrace_ptss.h52 * Each page in user space is represented by a dt_ptss_page. Page entries
66 * As each page is allocated, its entries are chained and added to the
84 struct dtrace_ptss_page_entry entries[DTRACE_PTSS_ENTRIES_PER_PAGE]; member in struct:dtrace_ptss_page
H A Dsysproto.h1127 char entries_l_[PADL_(user_addr_t)]; user_addr_t entries; char entries_r_[PADR_(user_addr_t)]; member in struct:access_extended_args
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dprocessor_data.h68 ipc_kmsg_t entries[IKM_STASH]; member in struct:processor_data::ikm_cache
H A Dhost_notify.c57 queue_chain_t entries; member in struct:host_notify_entry
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Ddtrace_ptss.c70 // CAS the entries onto the free list.
72 page->entries[DTRACE_PTSS_ENTRIES_PER_PAGE-1].next = p->p_dtrace_ptss_free_list;
73 } while (!OSCompareAndSwap((UInt32)page->entries[DTRACE_PTSS_ENTRIES_PER_PAGE-1].next,
74 (UInt32)&page->entries[0],
143 * It returns a dtrace_ptss_page that has its entries chained, with the last
144 * entries next field set to NULL. It does not add the page or the entries to
186 // Chain the page entries.
189 ptss_page->entries[i].addr = addr + (i * DTRACE_PTSS_SCRATCH_SPACE_PER_THREAD);
190 ptss_page->entries[
[all...]
/macosx-10.5.8/xnu-1228.15.4/security/
H A Dmac_internal.h110 struct mac_policy_list_element *entries; member in struct:mac_policy_list
314 mpc = mac_policy_list.entries[i].mpc; \
325 mpc = mac_policy_list.entries[i].mpc; \
351 mpc = mac_policy_list.entries[i].mpc; \
362 mpc = mac_policy_list.entries[i].mpc; \
393 mpc = mac_policy_list.entries[i].mpc; \
402 mpc = mac_policy_list.entries[i].mpc; \
H A Dmac_audit.c248 mpc = mac_policy_list.entries[i].mpc;
260 mpc = mac_policy_list.entries[i].mpc;
293 mpc = mac_policy_list.entries[i].mpc;
305 mpc = mac_policy_list.entries[i].mpc;
H A Dmac_base.c495 mac_policy_list.entries = kalloc(sizeof(struct mac_policy_list_element) * MAC_POLICY_LIST_CHUNKSIZE);
496 bzero(mac_policy_list.entries, sizeof(struct mac_policy_list_element) * MAC_POLICY_LIST_CHUNKSIZE);
826 /* copy old entries into new list */
827 memcpy(tmac_policy_list_element, mac_policy_list.entries,
832 kfree(mac_policy_list.entries,
836 mac_policy_list.entries = tmac_policy_list_element;
845 if (mac_policy_list.entries[i].mpc == NULL)
848 if (strcmp(mac_policy_list.entries[i].mpc->mpc_name,
882 if (mac_policy_list.entries[i].mpc == NULL) {
903 mac_policy_list.entries[*handle
[all...]
H A Dmac_policy.h6251 #define mac_get_mpc(h) (mac_policy_list.entries[h].mpc)
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_xattr.c1075 attribute header, attribute entries, and attribute data.
1123 * size supported (including the attribute entries). All of
1124 * the attribute entries must reside within this limit. If
1154 u_int16_t numEntries; /* number of entries which follow */
1155 apple_double_entry_t entries[2]; /* 'finfo' & 'rsrc' always exist */ member in struct:apple_double_header
1172 /* Header + entries must fit into 64K. Data may extend beyond 64K. */
1177 u_int32_t total_size; /* file offset of end of attribute header + entries + data */
1295 * - number of entries
1315 if (rawsize < offsetof(apple_double_header_t, entries))
1331 /* Calculate where the entries[] arra
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/devfs/
H A Ddevfsdefs.h98 int entries; member in struct:devfs_stats
213 OSAddAtomic(1, (SInt32 *)&devfs_stats.entries);
219 OSAddAtomic(-1, (SInt32 *)&devfs_stats.entries);
H A Ddevfs_vfsops.c282 + devfs_stats.entries * sizeof(devdirent_t)
305 + devfs_stats.entries * sizeof(devdirent_t)
/macosx-10.5.8/xnu-1228.15.4/bsd/isofs/cd9660/
H A Dcd9660_vnops.c217 header.entries[0].entryID = APPLEDOUBLE_FINDERINFO;
218 header.entries[0].offset = offsetof(apple_double_header_t, finfo);
219 header.entries[0].length = 32;
220 header.entries[1].entryID = APPLEDOUBLE_RESFORK;
221 header.entries[1].offset = ADH_SIZE;
222 header.entries[1].length = ip->i_size - ADH_SIZE;
585 * counting the number of entries:
823 header.entries[0].entryID = APPLEDOUBLE_FINDERINFO;
824 header.entries[0].offset = offsetof(apple_double_header_t, finfo);
825 header.entries[
[all...]
H A Diso.h458 apple_double_entry_t entries[2]; /* FinderInfo + ResourceFork */ member in struct:apple_double_header
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_catalog.h95 u_int32_t cau_entries; /* total directory entries (valence) */
184 * (which works out to be 60 entries per call). The 8K limit
197 u_long maxentries; /* number of entries requested */
198 u_long realentries; /* number of valid entries returned */
199 u_long skipentries; /* number of entries skipped (reserved HFS+ files) */
200 struct cat_entry entry[1]; /* array of entries */
203 #define CE_LIST_SIZE(entries) \
204 sizeof (*ce_list) + (((entries) - 1) * sizeof (struct cat_entry))
H A Dhfs_attrlist.c77 * It does not do . and .. entries. The problem is if you are at the root of the
81 * simpler, this call will only return entries in its directory, hfs like.
180 * Obtain a list of catalog entries and pack their attributes until
181 * the output buffer is full or maxcount entries have been packed.
228 /* Process the catalog entries. */
286 /* Pack catalog entries into attribute buffer. */
330 /* If we skipped catalog entries for reserved files that should
338 /* If there are more entries then save the last name. */
358 /* No more entries. */
379 /* Drop directory hint on error or if there are no more entries */
750 u_int32_t entries; local
[all...]
H A Dhfs_hotfiles.c104 hotfile_entry_t entries[1]; member in struct:hotfile_data
270 hotdata->entries[i-1].right = &hotdata->entries[i];
272 hotdata->freelist = &hotdata->entries[0];
744 * there can be two entries for the same file id.
1098 * Skip invalid entries (already in hot area).
1749 hfc_btree_create(struct hfsmount *hfsmp, unsigned int nodesize, unsigned int entries) argument
1832 nodecnt = 2 + howmany(entries * 2, entirespernode);
2199 printf("HFS: hf_getsortedlist returned %d entries\n", i);
H A Dhfs_vnops.c460 nlink = cp->c_attr.ca_dircount; /* implied ".." entries */
478 int entries; local
480 entries = cp->c_entries;
484 --entries;
486 --entries;
488 entries -= 2; /* hide the journal files */
490 VATTR_RETURN(vap, va_nchildren, entries);
2650 /* Invalidate negative cache entries in the destination directory */
2922 * hfs_vnop_readdir reads directory entries into the buffer pointed
2926 * following entries
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_authorization.c640 KAUTH_DEBUG(" ACL - %d entries, initial residual %x", eval->ae_count, eval->ae_residual);
644 * Skip inherit-only entries.
779 int entries, error, index; local
789 * ACL and any inherited ACE entries from the container object.
806 * Compute the number of entries in the result ACL by scanning the
809 entries = 0;
813 entries++;
827 entries += initial->acl_entrycount;
833 * If there is no initial ACL, and no inheritable entries, the
838 if ((entries
[all...]
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOService.cpp4084 // don't call family if we've done all the entries in the table
4486 CpuDelayEntry *entries = (CpuDelayEntry *) sCpuDelayData->getBytesNoCopy(); local
4494 IOService *thisService = entries[i].fService;
4495 bool sameType = (delayType == entries[i].fDelayType);
4503 const UInt32 thisMax = entries[i].fMaxDelay;
4516 entries[replace] = ne;
4523 IOService *thisService = entries[i].fService;
4524 if (thisService && (delayType == entries[i].fDelayType)) {
4525 UInt32 thisMax = entries[i].fMaxDelay;
4537 entries[replac
4603 CpuDelayEntry *entries = (CpuDelayEntry *) sCpuDelayData->getBytesNoCopy(); local
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dipc_kmsg.c257 kmsg = cache->entries[--i];
337 cache->entries[i] = kmsg;
1355 * Note that although the entries are different,
1393 /* the entries might need to be deallocated */
1405 * Any defunct entries have been deallocated.
/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/aes/i386/
H A Daes_x86_v2.s685 # S-box data - 256 entries
1256 * Inverse S-box data - 256 entries
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dsavearea_asm.s230 * circular double linked list. Because this block has no free entries,
955 * If the savearea being released is the last on a pool page (i.e., all entries
1102 ; A pool block that had no free entries now has one. Stick it on the pool list.
1207 ; A pool block that had no free entries now has one. Stick it on the pool list.
H A Dmachine_routines_asm.s1238 li r0,128 ; Get number of TLB entries
1242 li r0,1024 ; Get the number of TLB entries
H A Dhw_vm.s504 * 16) invalidate tlb entries for the whole block map but no more than the full tlb
571 mfsprg r19,2 ; Get feature flags again (for alternate entries)
712 tlbie r30 ; Invalidate it all corresponding TLB entries
721 rlwinm r2,r21,29,29,31 ; Get slot number (8 byte entries)
1134 tlbie r23 ; Invalidate all corresponding TLB entries
1141 rlwinm r2,r21,28,29,31 ; Get slot number (16 byte entries)
2473 * Remove all mappings for all phys entries.
3540 lwz r3,mrPhysTab(r3) ; Get the start of the entries for this bank
4034 ; entries that correspond to the last 4 bits (32:35 for 64-bit and
4086 rlwinm r2,r2,0,27,31 ; Wrap shift so we do not shift cache entries
[all...]

Completed in 308 milliseconds

12