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

/darwin-on-arm/xnu/security/
H A Dmac_internal.h368 * the module list, invoking each instance of the operation, and
374 #define MAC_BOOLEAN(operation, composition, args...) do { \
383 if (mpc->mpc_ops->mpo_ ## operation != NULL) \
385 mpc->mpc_ops->mpo_ ## operation \
394 if (mpc->mpc_ops->mpo_ ## operation != NULL) \
396 mpc->mpc_ops->mpo_ ## operation \
413 * MAC_PERFORM performs the designated operation by walking the policy
414 * module list and invoking that operation for each policy.
416 #define MAC_PERFORM(operation, args...) do { \
425 if (mpc->mpc_ops->mpo_ ## operation !
[all...]
/darwin-on-arm/xnu/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...]
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOPolledInterface.h75 virtual IOReturn startIO(uint32_t operation,
/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dcascade_flock.c54 extern int flock(int fd, int operation);
/darwin-on-arm/xnu/bsd/hfs/hfscommon/headers/
H A DBTreesInternal.h306 BTreeIterationOperation operation,
312 extern OSStatus BTIterateRecords(FCB *filePtr, BTreeIterationOperation operation, BTreeIterator *iterator,
/darwin-on-arm/xnu/iokit/Drivers/platform/drvAppleMacIO/
H A DAppleMacIO.cpp240 dmaDescriptors[16].operation = 0;
251 && (OSReadSwapInt32( &dmaDescriptors[16].operation, 0 ) == 0x12345678 ))
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_bio.c2215 * If not synchronous, pay for the I/O operation and make
2241 * Pay for the I/O operation, if it's not been paid for, and
2859 buf_getblk(vnode_t vp, daddr64_t blkno, int size, int slpflag, int slptimeo, int operation) argument
2872 (uintptr_t)(blkno * PAGE_SIZE), size, operation, 0, 0);
2874 ret_only_valid = operation & BLK_ONLYVALID;
2875 operation &= ~BLK_ONLYVALID;
2888 switch (operation) {
2903 (uintptr_t)blkno, size, operation, 0, 0);
2919 * unknown operation requested
2921 panic("getblk: paging or unknown operation fo
[all...]
H A Dkpi_vfs.c1108 * vnode operation vectors stored contiguously.
1134 * Sanity check: is this operation listed
1139 * offset. Any other operation with a zero
1145 * of adding a new operation to the layer's
1147 * not adding the operation to the system-wide
1152 printf("vfs_fsadd: operation %s not listed in %s.\n",
1155 panic("vfs_fsadd: bad operation");
1177 panic("vfs_fsadd: operation vector without default routine.");
1687 /* if vnode_t mount operation in progress */
2210 * operation i
6555 VNOP_GETNAMEDSTREAM(vnode_t vp, vnode_t *svpp, const char *name, enum nsoperation operation, int flags, vfs_context_t ctx) argument
[all...]
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_bio.c650 int operation = (flags & NBLK_OPMASK); local
667 operation = NBLK_META;
674 if ((operation == NBLK_WRITE) && (nfs_nbdwrite > NFS_A_LOT_OF_DELAYED_WRITES)) {
756 if ((operation == NBLK_META) && (nfsbufmetacnt >= nfsbufmetamax)) {
817 if (operation == NBLK_META) {
837 ((operation != NBLK_META) || (nfsbufmetacnt < nfsbufmetamax))) {
857 if (operation == NBLK_META)
898 switch (operation) {
938 if (operation == NBLK_READ) {
973 panic("nfs_buf_get: %d unknown operation", operatio
[all...]
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOHibernateIO.cpp458 uint32_t operation, uint32_t bufferOffset,
473 err = poller->startIO(operation, bufferOffset, deviceOffset + vars->block0, length, completion);
457 IOHibernatePollerIO(IOPolledFileIOVars * vars, uint32_t operation, uint32_t bufferOffset, uint64_t deviceOffset, uint64_t length) argument

Completed in 53 milliseconds