Searched refs:block (Results 26 - 32 of 32) sorted by relevance

12

/macosx-10.5.8/xnu-1228.15.4/bsd/isofs/cd9660/
H A Dcd9660_vnops.c398 * that an entry can cross a logical block but not
449 * If offset is on a block boundary,
450 * read the next directory block.
468 /* skip to next block, if any */
575 * directory block into system space, so we can just look at
636 * But otherwise the block read here is in the block buffer two times.
661 * Get parents directory record block that this inode included.
678 * 1: Check not cross boundary on block
915 * device. This allows cd9660_strategy to be ignorant of the block
952 daddr_t block; /* physical disk block containing offset */ local
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dmachine_routines_asm.s719 lwz r7,ACT_PER_PROC(r9) ; Get the per_proc block
769 lwz r10,ACT_PER_PROC(r10) ; Get the per_proc block
804 lwz r10,ACT_PER_PROC(r10) ; Get the per_proc block
850 lwz r12,ACT_PER_PROC(r12) ; Get the per_proc block
1054 lwz r12,ACT_PER_PROC(r12) ; Get the per_proc block
1946 lwz r4,ACT_PER_PROC(r4) ; Get the per_proc block
1961 lwz r3,ACT_PER_PROC(r3) ; Get the per_proc block
1980 lwz r3,ACT_PER_PROC(r3) ; Get the per_proc block
2057 lwz r31,ACT_PER_PROC(r31) ; Get the per_proc block
2138 lwz r5,ACT_PER_PROC(r5) ; Get the per_proc block
[all...]
H A Dvmachmon_asm.s164 lwz r10,ACT_PER_PROC(r10) ; Get the per_proc block
195 lwz r10,ACT_PER_PROC(r3) ; Get the per_proc block
366 lwz r10,ACT_PER_PROC(r10) ; Get the per_proc block
536 lwz r29,ACT_PER_PROC(r29) ; Get the per_proc block
600 lwz r10,ACT_PER_PROC(r10) ; Get the per_proc block
671 lwz r10,ACT_PER_PROC(r10) ; Get the per_proc block
785 lwz r10,ACT_PER_PROC(r10) ; Get the per_proc block
852 lwz r10,ACT_PER_PROC(r10) ; Get the per_proc block
1665 lwz r10,ACT_PER_PROC(r10) ; Get the per_proc block
H A Dlowmem_vectors.s602 * being on, and so cannot look at the activation or task control block, etc. We handle them right
1360 la r14,saver24(r13) ; Point to the next block to save into
2960 mfsprg r29,0 ; Get the per_proc block back
2998 andc r5,r13,r0 ; Back off to the start of savearea block
3049 EatRupt: mfsprg r29,0 ; Get the per_proc block back
3583 rlwinm r4,r3,0,0,19 ; Round down to savearea block base
3585 mfsprg r2,0 ; Get the per_proc block
H A DEmulate.s956 ; Data cache block zero
/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/
H A Dkdp_udp.c1177 unsigned length, unsigned int block)
1242 coreh->th_block = htonl((unsigned int) block);
1176 create_panic_header(unsigned int request, const char *corename, unsigned length, unsigned int block) argument
/macosx-10.5.8/xnu-1228.15.4/libkern/
H A Dzlib.c140 /* The three kinds of block type */
155 void _Cdecl farfree( void *block );
400 * performed with a length multiple of the block size. Also, it limits
431 /* Window position at the beginning of the current output block. Gets
502 * - if compression is not successful for the first block, all input
503 * data is still in the window so we can still emit a stored block even
507 * even emit a stored file instead of a stored block (saving 5 bytes).
526 ulg opt_len; /* bit length of current block with optimal trees */
527 ulg static_len; /* bit length of current block with static trees */
528 uInt matches; /* number of string matches in current block */
[all...]

Completed in 117 milliseconds

12