Searched refs:type (Results 276 - 288 of 288) sorted by relevance

<<1112

/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_pageout.c731 * manipulated to use the "internal memory" data type.
2435 upl_create(int type, int flags, upl_size_t size) argument
2442 if (type & UPL_CREATE_LITE) {
2448 if (type & UPL_CREATE_INTERNAL) {
H A Dvm_resident.c450 purgeable_queues[i].type = i;
/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dasp_proto.c391 ("asp_wput: UNKNOWN message, type=%d\n",
2107 ddp->type = DDP_ATP;
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_cluster.c234 cluster_max_io_size(mount_t mp, int type) argument
240 switch(type) {
2823 * no clusters of either type present at this point
3722 * process that's of type IO_DIRECT
H A Dvfs_subr.c846 * Lookup a filesystem type, and if found allocate and initialize
1365 * usable (possibly having been changed to a new file system type).
2179 check_mountedon(dev_t dev, enum vtype type, int *errorp) argument
2188 if (dev != vp->v_rdev || type != vp->v_type)
2291 printf("type %s, usecount %d, writecount %ld",
4447 * Create a filesystem object of arbitrary type with arbitrary attributes in
4459 * including the type of object.
/macosx-10.5.8/xnu-1228.15.4/libkern/
H A Dzlib.c140 /* The three kinds of block type */
211 # define fdopen(fd,type) _fdopen(fd,type)
2978 send_bits(s, (STORED_BLOCK<<1)+eof, 3); /* send block type */
3003 s->compressed_len += 10L; /* 3 for block type, 7 for EOB */
3227 * Set the data type to ASCII or BINARY, using a crude approximation:
3859 TYPE, /* get type bits (3, including end bit) */
3956 /* simplify the use of the inflate_huft type with some defines */
3990 8. The five bits following the block type is really the number of
4122 z->msg = (char*)"invalid block type";
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dif_bond.c1180 bond_init.type = IFT_IEEE8023ADLAG;
1331 /* get 32-bits from destination ether and ether type */
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dpmap.c1420 if (pmptr->type == kEfiConventionalMemory) {
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A DEmulate.s355 rlwinm r3,r26,24,26,29 ; Isolate last 4 bits of op type * 4
H A DFirmware.s1656 stw r3,saveexception(r13) /* Modify the exception type to preemption */
1673 stw r3,saveexception(r13) /* Modify the exception type to switch context */
1688 stw r3,saveexception(r13) /* Modify the exception type to external */
1702 stw r3,saveexception(r13) /* Modify the exception type to external */
1716 stw r3,saveexception(r13) /* Modify the exception type to external */
1729 stw r3,saveexception(r13) ; Modify the exception type to external
H A Dmachine_routines_asm.s722 li r6,AST_URGENT ; Get the type we will preempt for
H A Dhw_vm.s663 rlwinm r0,r20,0,mpType ; Isolate mapping type
665 cmplwi r0,mpMinSpecial ; cr0_lt <- not a special mapping type
748 rlwinm r0,r20,0,mpType ; Isolate mapping type
749 cmplwi cr1,r0,mpMinSpecial ; cr1_lt <- not a special mapping type
1162 rlwinm r0,r20,0,mpType ; Isolate mapping type
1163 cmplwi cr1,r0,mpMinSpecial ; cr1_lt <- not a special mapping type
2169 rlwinm r8,r8,0,mpType ; Extract mapping's type code
2205 rlwinm r8,r8,0,mpType ; Extract mapping's type code
2333 rlwinm r0,r11,0,mpType ; Isolate the mapping type
3306 rlwinm r0,r7,0,mpType ; Isolate mapping type
[all...]
H A Dvmachmon_asm.s646 li r7,SAVvector ; Get the vector type flag

Completed in 308 milliseconds

<<1112