Searched refs:entry (Results 76 - 100 of 122) sorted by relevance

12345

/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/synthfs/
H A Dsynthfs_vnops.c298 * vnode vp must be locked on entry.
319 * vnode vp must be locked on entry.
335 * vnode vp must be locked on entry.
476 * On entry:
527 * "ls" or "pwd" with the "." directory entry missing, and "cd .."
528 * doesn't work if the ".." entry is missing.
572 /* remove the existing entry from the namei cache: */
702 /* remove the entry from the namei cache: */
705 /* remove entry from tree and reclaim any resources consumed: */
888 struct synthfsnode *entry; local
1024 struct synthfsnode *entry; local
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkpi_mbuf.c787 struct mbuf_tag_id_entry *entry = NULL; local
824 /* Look for an existing entry */
826 SLIST_FOREACH(entry, &mtag_id_list, next) {
827 if (strncmp(string, entry->string, strlen(string) + 1) == 0) {
832 if (entry == NULL) {
838 entry = kalloc(MBUF_TAG_ID_ENTRY_SIZE(string));
839 if (entry == NULL) {
844 strlcpy(entry->string, string, strlen(string)+1);
845 entry->id = mtag_id_next;
847 SLIST_INSERT_HEAD(&mtag_id_list, entry, nex
[all...]
H A Dkern_bsm_klib.c505 * Verify that sys_au_event has an entry for every syscall.
519 LIST_ENTRY(evclass_elem) entry;
535 /* If an entry at our hash location matches the event, just return */
536 LIST_FOREACH(evc, &evcl->head, entry) {
556 LIST_FOREACH(evc, &evcl->head, entry) {
568 LIST_INSERT_HEAD(&evcl->head, evc, entry);
/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dipc_mqueue.c1020 ipc_entry_t entry; local
1030 entry = ipc_entry_lookup(space, name);
1031 if (entry == IE_NULL) {
1036 object = entry->ie_object;
1038 if (entry->ie_bits & MACH_PORT_TYPE_RECEIVE) {
1051 } else if (entry->ie_bits & MACH_PORT_TYPE_PORT_SET) {
H A Dipc_port.c492 * KERN_NO_SPACE No room for an entry in the space.
856 ipc_entry_t entry; local
860 entry = ipc_entry_lookup(space, name);
861 if (entry == IE_NULL)
863 if ((entry->ie_bits & MACH_PORT_TYPE_RECEIVE) == 0)
866 port = (ipc_port_t) entry->ie_object;
1155 * we will use a new entry point for this purpose, as current_task()
1432 ipc_entry_t entry; local
1446 if ((entry = ipc_entry_lookup(space, name)) == 0) {
1450 return ((ipc_port_t)entry
[all...]
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOKitKernelInternal.h49 IOMemoryDescriptorMapMemEntry(vm_map_t map, ipc_port_t entry, IOOptionBits options, bool pageable,
H A DIOUserClient.cpp1765 IORegistryEntry * entry; local
1770 entry = IORegistryEntry::getRegistryRoot();
1771 if( entry)
1772 entry->retain();
1773 *root = entry;
1801 CHECK( IORegistryEntry, registry_entry, entry );
1803 *iterator = IORegistryIterator::iterateOver( entry,
1839 IORegistryEntry * entry; local
1844 entry = IORegistryEntry::fromPath( path );
1846 *registry_entry = entry;
[all...]
H A DIOService.cpp179 #define queue_element(entry, element, type, field) do { \
180 vm_address_t __ele = (vm_address_t) (entry); \
1375 // iterate over queue, entry is set to each element in the list
1376 iterqueue(&notifyList->fCommandChain, entry) {
1379 queue_element(entry, notify, _IOServiceInterestNotifier *, chain);
1509 while ( queue_entry_t entry = dequeue(&notifyHead->fCommandChain) ) {
1510 queue_next(entry) = queue_prev(entry) = 0;
1514 queue_element(entry, notify, _IOServiceInterestNotifier *, chain);
2287 static SInt32 IOServiceObjectOrder( const OSObject * entry, voi argument
3961 IORegistryEntry * entry; local
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/commpage/
H A Dcommpage.c191 * 3. make a memory entry out of them
192 * 4. map that entry into the shared comm region map (R-only)
201 vm_map_entry_t entry; local
221 if (!vm_map_lookup_entry( kernel_map, vm_map_trunc_page(kernel_addr), &entry) || entry->is_sub_map)
222 panic("cannot find commpage entry");
223 entry->object.vm_object->copy_strategy = MEMORY_OBJECT_COPY_NONE;
231 panic("cannot make entry for commpage");
238 handle, // port is the memory entry we just made
239 0, // offset (map 1st page in memory entry)
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_vnops.c464 /* Account for ourself and our "." entry */
593 * c_cnid belongs to the active directory entry (ie the link)
1689 /* Remove the entry from the namei cache: */
1710 /* Remove entry from catalog */
1754 * remove catalog entry
1940 /* Remove our entry from the namei cache. */
2179 truncated = 0; // because the catalog entry is gone
2898 /* structures to hold a "." or ".." directory entry */
2928 * u_int32_t d_fileno; // file number of entry
3018 struct hfs_extdotentry *entry local
3040 struct hfs_stddotentry *entry = &dotentry[0].std; local
[all...]
H A Dhfs_attrlist.c196 /* Initialize a catalog entry list. */
239 cdescp = &ce_list->entry[i].ce_desc;
240 cattrp = &ce_list->entry[i].ce_attr;
241 c_datafork.cf_size = ce_list->entry[i].ce_datasize;
242 c_datafork.cf_blocks = ce_list->entry[i].ce_datablks;
243 c_rsrcfork.cf_size = ce_list->entry[i].ce_rsrcsize;
244 c_rsrcfork.cf_blocks = ce_list->entry[i].ce_rsrcblks;
309 /* Save the last valid catalog entry */
310 lastdescp = &ce_list->entry[i].ce_desc;
323 } /* for each catalog entry */
[all...]
H A Dhfs_catalog.h148 struct cat_desc dh_desc; /* entry's descriptor */
200 struct cat_entry entry[1]; /* array of entries */ member in struct:cat_entrylist
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOPlatformExpert.h229 IORegistryEntry * entry,
233 IORegistryEntry * entry,
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dmp.h189 cpu_signal_event_t entry[LOG_NENTRIES]; member in struct:__anon733
199 cpu_signal_event_t *eventp = &logp->entry[next]; \
H A Dlapic.c157 vm_map_entry_t entry; local
180 VM_MAKE_TAG(VM_MEMORY_IOKIT), &entry);
/macosx-10.5.8/xnu-1228.15.4/iokit/bsddev/
H A DIOKitBSDInit.cpp574 regEntry->release(); /* Toss the entry */
820 IOBSDRegistryEntryRelease(void * entry) argument
822 IORegistryEntry * regEntry = (IORegistryEntry *)entry;
830 IOBSDRegistryEntryGetData(void * entry, char * property_name, argument
834 IORegistryEntry * regEntry = (IORegistryEntry *)entry;
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_user.c828 * a named entry - a range within another address space
1731 /* needed for direct map entry manipulation */
1949 " entry from the kernel_object\n");
2018 * We found the VM map entry, lock the VM object again.
2043 /* lets see if the next map entry is still */
2205 * The memory entry now points to this VM object and we
2238 /* the size of mapped entry that overlaps with our region */
2241 /* offset of our beg addr within entry */
2274 * No match: we need to create a new entry.
2496 * Create a named entry backe
2970 vm_map_entry_t entry; local
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A DAltiAssist.s53 ; a fault does occur, the exception that caused entry to the emulation
H A Dlowmem_vectors.s883 ; Quickly cut a trace table entry for the CutTrace firmware call.
887 ; Note that this code cuts a trace table entry for the CutTrace call only.
888 ; An identical entry is made during normal interrupt processing. Any entry
889 ; format entry changes made must be done in both places.
921 ; We select a trace entry using a compare and swap on the next entry field.
923 ; another processor could wrap an trash our entry. Who cares?
933 addi r24,r20,LTR_size ; Point to the next trace entry
935 bne+ ctgte32s ; No wrap, we got us a trace entry
[all...]
H A Dhw_vm.s437 * Upon entry, R3 contains a pointer to a pmap. Since vaddr is
680 rlwinm r9,r21,28,4,29 ; Convert PTEG to PCA entry
682 subfic r9,r9,-4 ; Get the PCA entry offset
951 subfic r3,r3,-4 ; Get the PCA entry offset
1100 hrmSplit64: rlwinm r9,r21,27,5,29 ; Convert PTEG to PCA entry
1102 subfic r9,r9,-4 ; Get the PCA entry offset
1289 subfic r3,r3,-4 ; Get the PCA entry offset
1459 ; Non-volatile registers on entry:
1497 add r31,r31,r12 ; r31 <- hash page index entry
1585 rlwinm. r0,r6,0,mpgDormant ; Is this entry dorman
[all...]
H A Dsavearea_asm.s50 * r11 = MSR at entry
410 * This is the entry normally called from lowmem_vectors.s with
429 * This is the entry normally called from lowmem_vectors.s with
730 .globl EXT(save_ret_wMSR) ; alternate entry pt w MSR to restore in r4
1016 * r11 = MSR at entry
1051 ; r11 = MSR at entry
1071 or r5,r5,r4 ; Free this entry
1072 cmplw r5,r4 ; Is this the only free entry?
1076 beq- stputpool ; First free entry, go put it into the pool...
1088 bne- sttoss ; This is permanent entry, d
[all...]
/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dkld_patch.c1176 findSymbolByAddress(const struct fileRecord *file, void *entry) argument
1186 if (sym->n_value == (unsigned long) entry && !(sym->n_type & N_STAB) )
1196 if ( sym->n_value == (unsigned long) entry && !(sym->n_type & N_STAB) )
1205 void *entry, const struct fileRecord **resultFile)
1216 if ((((vm_offset_t)entry) >= files[i]->fVMAddr)
1217 && (((vm_offset_t)entry) < files[i]->fVMEnd))
1222 result = findSymbolByAddress(files[i], entry);
1282 void **entry; local
1301 entry = (void **) (sectionBase + r_address);
1310 ("Invalid relocation entry i
1204 findSymbolByAddressInAllFiles(__unused const struct fileRecord * fromFile, void *entry, const struct fileRecord **resultFile) argument
2335 void **entry; local
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Dppc_init.c267 boot_task_thread_state.srr0 = args->task_info.entry;
/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Daurp.h154 unsigned short snd_next_entry; /* next entry in RT */
255 void AURPrtupdate(RT_entry *entry, unsigned char ev);
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dsched_prim.c2019 register thread_t entry = (thread_t)queue_first(queue); local
2022 if ( queue_end(queue, (queue_entry_t)entry) ||
2023 deadline < entry->realtime.deadline ) {
2024 entry = (thread_t)queue_prev((queue_entry_t)entry);
2028 entry = (thread_t)queue_next((queue_entry_t)entry);
2031 if ((queue_entry_t)entry == queue)
2034 insque((queue_entry_t)thread, (queue_entry_t)entry);

Completed in 145 milliseconds

12345