Searched refs:operation (Results 1 - 15 of 15) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/console/i386/
H A Dtext_console.h37 unsigned int bottom, int operation);
H A Dtext_console.c347 __unused unsigned int bottom, int operation)
352 switch ( operation )
346 tc_clear_screen(unsigned int x, unsigned int y, __unused unsigned int top, __unused unsigned int bottom, int operation) argument
/macosx-10.5.8/xnu-1228.15.4/security/
H A Dmac_internal.h340 * the module list, invoking each instance of the operation, and
346 #define MAC_BOOLEAN(operation, composition, args...) do { \
355 if (mpc->mpc_ops->mpo_ ## operation != NULL) \
357 mpc->mpc_ops->mpo_ ## operation \
366 if (mpc->mpc_ops->mpo_ ## operation != NULL) \
368 mpc->mpc_ops->mpo_ ## operation \
385 * MAC_PERFORM performs the designated operation by walking the policy
386 * module list and invoking that operation for each policy.
388 #define MAC_PERFORM(operation, args...) do { \
397 if (mpc->mpc_ops->mpo_ ## operation !
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/BTree/
H A DBTree.c137 operation.
637 operation - iteration operation (first,next,prev,last)
650 BTreeIterationOperation operation,
691 if ((operation != kBTreeFirstRecord) &&
692 (operation != kBTreeNextRecord) &&
693 (operation != kBTreeCurrentRecord) &&
694 (operation != kBTreePrevRecord) &&
695 (operation != kBTreeLastRecord))
703 if ((operation
649 BTIterateRecord(FCB *filePtr, BTreeIterationOperation operation, BTreeIterator *iterator, FSBufferDescriptor *record, u_int16_t *recordLen ) argument
970 BTIterateRecords(FCB *filePtr, BTreeIterationOperation operation, BTreeIterator *iterator, IterateCallBackProcPtr callBackProc, void * callBackState) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/ppc/
H A DIODBDMA.h102 unsigned long operation; /* cmd || key || i || b || w || reqCount*/ member in struct:IODBDMADescriptor
285 IOSetDBDMADescriptor(descPtr, operation, \
306 IOSetDBDMADescriptor(descPtr, operation, \
316 IOGetDBDMADescriptor(descPtr,operation)
321 IOSetDBDMADescriptor(descPtr,operation,operationValue)
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOPolledInterface.h75 virtual IOReturn startIO(uint32_t operation,
/macosx-10.5.8/xnu-1228.15.4/iokit/Drivers/platform/drvAppleMacIO/
H A DAppleMacIO.cpp233 dmaDescriptors[16].operation = 0;
244 && (OSReadSwapInt32( &dmaDescriptors[16].operation, 0 ) == 0x12345678 ))
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/headers/
H A DBTreesInternal.h306 BTreeIterationOperation operation,
312 extern OSStatus BTIterateRecords(FCB *filePtr, BTreeIterationOperation operation, BTreeIterator *iterator,
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_bio.c1743 * If not synchronous, pay for the I/O operation and make
1769 * Pay for the I/O operation, if it's not been paid for, and
2216 buf_getblk(vnode_t vp, daddr64_t blkno, int size, int slpflag, int slptimeo, int operation) argument
2229 (int)(blkno * PAGE_SIZE), size, operation, 0, 0);
2231 ret_only_valid = operation & BLK_ONLYVALID;
2232 operation &= ~BLK_ONLYVALID;
2245 switch (operation) {
2274 * unknown operation requested
2276 panic("getblk: paging or unknown operation for incore busy buffer - %x\n", operation);
[all...]
H A Dkpi_vfs.c933 * vnode operation vectors stored contiguously.
959 * Sanity check: is this operation listed
964 * offset. Any other operation with a zero
970 * of adding a new operation to the layer's
972 * not adding the operation to the system-wide
977 printf("vfs_fsadd: operation %s not listed in %s.\n",
980 panic("vfs_fsadd: bad operation");
1002 panic("vfs_fsadd: operation vector without default routine.");
1481 /* if vnode_t mount operation in progress */
1854 * operation i
5165 VNOP_GETNAMEDSTREAM(vnode_t vp, vnode_t *svpp, const char *name, enum nsoperation operation, int flags, vfs_context_t ctx) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_bio.c640 int operation = (flags & NBLK_OPMASK); local
657 operation = NBLK_META;
664 if ((operation == NBLK_WRITE) && (nfs_nbdwrite > NFS_A_LOT_OF_DELAYED_WRITES)) {
731 if ((operation == NBLK_META) && (nfsbufmetacnt >= nfsbufmetamax)) {
792 if (operation == NBLK_META) {
812 ((operation != NBLK_META) || (nfsbufmetacnt < nfsbufmetamax))) {
832 if (operation == NBLK_META)
873 switch (operation) {
913 if (operation == NBLK_READ) {
948 panic("nfs_buf_get: %d unknown operation", operatio
[all...]
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOHibernateIO.cpp448 uint32_t operation, uint32_t bufferOffset,
463 err = poller->startIO(operation, bufferOffset, deviceOffset + vars->block0, length, completion);
447 IOHibernatePollerIO(IOPolledFileIOVars * vars, uint32_t operation, uint32_t bufferOffset, uint64_t deviceOffset, uint64_t length) argument
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A DEmulate.s342 ; This is not a floating point operation
H A Dmachine_routines_asm.s1283 mtspr msscr0,r8 ; Start the flush operation
H A Dhw_vm.s1448 ; Method of operation:
2571 * preop is operation to perform on physent before walk. This would be
2573 * op is the operation to perform on each mapping during walk
2574 * postop is operation to perform in the phsyent after walk. this would be
2647 cmplwi r24,hwpMergePTE ; Classify operation modifier
2733 cmplwi r24,hwpMergePTE ; Classify operation modifier
2841 ; Function 0 - No operation
8522 ; an atomic operation. If anyone else has a share, the operation fails.

Completed in 205 milliseconds