Searched refs:empty (Results 1 - 13 of 13) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/libsyscall/
H A DMakefile18 .if !empty $(MACHINE_ARCH:M*64)
28 .if empty $(MACHINE_ARCH:Marm*)
H A DMakefile.inc5 # Define (empty) variables so that make doesn't give substitution
40 .if empty(MDSRCS)
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dubc_subr.c307 * Allocate and attach an empty ubc_info structure to a vnode
1893 * empty, the upl will be deallocated. Since the caller cannot
1902 * both empty and has been
1934 boolean_t empty; local
1947 pl, MAX_UPL_SIZE, &empty);
1949 if((flags & UPL_COMMIT_FREE_ON_EMPTY) && empty)
1975 * empty, the upl will be deallocated. Since the caller cannot
1984 * empty and has been successfully
2009 boolean_t empty = FALSE; local
2014 kr = upl_abort_range(upl, offset, size, abort_flags, &empty);
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dsavearea_asm.s245 li r0,SAVempty ; Get empty marker
249 stb r0,SAVflags+2(r4) ; Set empty
274 li r0,SAVempty ; Get empty marker
278 stb r0,SAVflags+2(r4) ; Set empty
539 ; The local list is below the repopulate threshold and the global list is empty.
558 ; empty. Add in a few so we have enough to take down the system.
679 ; The local list is below the repopulate threshold and the global list is empty.
698 ; empty. Add in a few so we have enough to take down the system.
1036 lis r30,hi16(sac_empty) ; Get what empty looks like
1074 cmplw cr7,r30,r5 ; Does this look empty
[all...]
H A Dhw_exception.s256 addi r5,r5,KERNEL_STACK_SIZE-FM_SIZE ; Reset to empty
260 stw r5,ACT_MACT_KSP(r8) ; Save the empty stack pointer
761 addi r5,r5,KERNEL_STACK_SIZE-FM_SIZE ; Reset to empty
763 stw r5,ACT_MACT_KSP(r8) ; Save the empty stack pointer
853 ; empty context, initialize it to trash and let em execute at 0...
1051 /* We're the last frame on the stack. Restore istackptr to empty state.
1057 lwz r9,PP_INTSTACK_TOP_SS(r10) ; Get the empty stack value
1659 addi r5,r5,KERNEL_STACK_SIZE-FM_SIZE ; Reset to empty
1660 stw r5,ACT_MACT_KSP(r8) ; Save the empty stack pointer
H A Dskiplists.s299 ; Here when the pmap is empty (ie, pmapCurLists==0), both in 32 and 64-bit mode,
1024 ; the list is empty (ie, if the pmapSlipLists ptr is null.) All lists above
1025 ; pmapCurLists should be empty, and no list at or below pmapCurLists should be.
1136 ; the list is empty. All lists above pmapCurLists should be empty, and no list
H A Dhw_vm.s1826 li r3,mapRtEmpty ; Physent chain is empty
4073 and r7,r7,r6 ; Clear bit number if none empty
4074 andc r8,r4,r6 ; Clear generation count if we found an empty
8454 ; PCAfree indicates that the PTE slot is empty.
/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/i386/
H A Dthread_status.h410 uint32_t empty[4]; member in struct:x86_sframe_compat32
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_apple_protect.c564 boolean_t empty; local
567 upl_pl, pl_count, &empty);
H A Dvm_pageout.c1649 /* If the object is empty, the page must be reclaimed even if dirty or used. */
3140 * the caller will deal with the empty slots
3939 boolean_t *empty)
3953 *empty = FALSE;
4387 *empty = TRUE;
4423 boolean_t *empty)
4435 *empty = FALSE;
4441 return upl_commit_range(upl, offset, size, 0, NULL, 0, empty);
4661 *empty = TRUE;
4693 boolean_t empty; local
3932 upl_commit_range( upl_t upl, upl_offset_t offset, upl_size_t size, int flags, upl_page_info_t *page_list, mach_msg_type_number_t count, boolean_t *empty) argument
4418 upl_abort_range( upl_t upl, upl_offset_t offset, upl_size_t size, int error, boolean_t *empty) argument
4706 boolean_t empty; local
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/default_pager/
H A Ddp_backing_store.c2043 * If map entry is empty, clear and deallocate cluster.
3036 boolean_t empty = FALSE; local
3043 &empty);
3044 if (empty) {
3129 boolean_t empty = FALSE; local
3134 &empty);
3135 if (empty) {
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_attrlist.c465 u_int8_t empty = 0; local
488 name = ∅
/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dipc_kmsg.c457 boolean_t empty; local
466 empty = ipc_kmsg_queue_empty(queue);
469 if (empty) {

Completed in 107 milliseconds