Searched refs:op (Results 1 - 25 of 45) sorted by relevance

12

/macosx-10.5.8/xnu-1228.15.4/EXTERNAL_HEADERS/architecture/ppc/
H A Dpseudo_inst.h205 #define MEMREF_INST(op) \
206 .macro op ## 32 @\
213 op $0,$2($1) @\
215 op $0,$2($1) @\
220 op $0,lo16($2)(at) @\
225 op $0,lo16($2)(at) @\
232 op $0,lo16($2)(at) @\
237 op $0,lo16($2)(at) @\
246 op $0,$1(0) @\
248 op
[all...]
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIODMACommand.cpp72 #define SHOULD_COPY_DIR(op, direction) \
74 || (kWalkSyncAlways & (op)) \
75 || (((kWalkSyncIn & (op)) ? kIODirectionIn : kIODirectionOut) \
308 IOOptionBits op = (IOOptionBits) reference; local
334 if (state->fMisaligned && (kWalkPreflight & op))
358 if (kWalkPreflight & op)
364 if (kWalkPrepare & op)
377 if (SHOULD_COPY_DIR(op, target->fMDSummary.fDirection))
380 (kWalkSyncIn & op) ? "->" : "<-",
381 address, length, op);
399 walkAll(UInt8 op) argument
655 IOOptionBits op = kWalkPrepare | kWalkPreflight; local
679 IOOptionBits op = kWalkComplete; local
702 IOOptionBits op; local
740 UInt32 op; member in struct:IODMACommandTransferContext
841 IOOptionBits op = (IOOptionBits) reference; local
[all...]
H A DIOMemoryDescriptor.cpp1187 IOReturn IOGeneralMemoryDescriptor::dmaCommandOperation(DMACommandOps op, void *vData, UInt dataSize) const
1189 if (kIOMDGetCharacteristics == op) {
1220 else if (!(kIOMDWalkSegments & op))
1244 if ((kIOMDFirstSegment != op)
1591 IOMemoryDescriptor::dmaCommandOperation(DMACommandOps op, void *vData, UInt dataSize) const
1593 if (kIOMDGetCharacteristics == op) {
1605 else if (kIOMDWalkSegments & op) {
3375 IOSubMemoryDescriptor::dmaCommandOperation(DMACommandOps op, void *vData, UInt dataSize) const
3379 if (kIOMDGetCharacteristics == op) {
3381 rtn = _parent->dmaCommandOperation(op, vDat
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/aes/i386/
H A Daes_modes.c149 uint_8t *ip, *op; local
156 op = (addr_mod_16(obuf) ? buf : obuf);
161 via_ecb_op5(ksp,cwd,ip,op,m);
163 if(op != obuf)
210 uint_8t *ip, *op; local
217 op = (addr_mod_16(obuf) ? buf : obuf);
222 via_ecb_op5(ksp,cwd,ip,op,m);
224 if(op != obuf)
278 uint_8t *ip, *op; local
285 op
387 uint_8t *ip, *op; local
[all...]
H A Daesopt.h665 #define one_table(x,op,tab,vf,rf,c) \
667 ^ op(tab[bval(vf(x,1,c),rf(1,c))],1) \
668 ^ op(tab[bval(vf(x,2,c),rf(2,c))],2) \
669 ^ op(tab[bval(vf(x,3,c),rf(3,c))],3))
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Ddtrace.h368 #define DIF_INSTR_FMT(op, r1, r2, d) \
369 (((op) << 24) | ((r1) << 16) | ((r2) << 8) | (d))
373 #define DIF_INSTR_CMP(op, r1, r2) (DIF_INSTR_FMT(op, r1, r2, 0))
375 #define DIF_INSTR_BRANCH(op, label) (((op) << 24) | (label))
376 #define DIF_INSTR_LOAD(op, r1, d) (DIF_INSTR_FMT(op, r1, 0, d))
377 #define DIF_INSTR_STORE(op, r1, d) (DIF_INSTR_FMT(op, r
[all...]
H A Daio.h184 * synchronization request has been initiated or queued. op O_SYNC is the only
194 int aio_fsync( int op,
H A Dnamei.h170 #define NDINIT(ndp, op, flags, segflg, namep, ctx) { \
171 (ndp)->ni_cnd.cn_nameiop = op; \
/macosx-10.5.8/xnu-1228.15.4/pexpert/i386/
H A Dpe_init.c56 int PE_initialize_console( PE_Video * info, int op )
66 switch ( op ) {
69 initialize_screen(info, op);
76 initialize_screen(info, op);
83 initialize_screen(info, op);
/macosx-10.5.8/xnu-1228.15.4/pexpert/ppc/
H A Dpe_init.c84 int PE_initialize_console( PE_Video * info, int op )
94 switch( op ) {
97 initialize_screen(info, op);
103 initialize_screen(info, op);
110 initialize_screen(info, op);
/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Ddb_expr.c388 char op[3]; local
397 op[0] = db_tok_string[0];
398 op[1] = db_tok_string[1];
399 op[2] = 0;
401 db_printf("Expression syntax error after \"%s\"\n", op);
H A Dmakedis.c382 int walkstring(struct string *sp, enum walkstringop op, int tempno);
2181 int walkstring(struct string *sp, enum walkstringop op, int tempno) { argument
2190 tempno = walkstring(lp->string, op, tempno);
2191 tempno = walkstring(ap->index, op, tempno);
2193 switch (op) {
2213 tempno = walkstring(lp->string, op, tempno);
/macosx-10.5.8/xnu-1228.15.4/security/
H A Dmac_file.c187 mac_file_check_lock(struct ucred *cred, struct fileglob *fg, int op, argument
192 MAC_CHECK(file_check_lock, cred, fg, fg->fg_label, op, fl);
/macosx-10.5.8/xnu-1228.15.4/bsd/bsm/
H A Daudit_kernel.h403 #define AUDIT_ARG(op, args...) do { \
405 audit_arg_ ## op (args); \
452 #define AUDIT_ARG(op, args...) do { \
467 #define AUDIT_SYSCLOSE(op, args...) do { \
/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dadsp_Packet.c548 ADSP_OPEN_DATAPtr op; local
555 op = (ADSP_OPEN_DATAPtr)&f->data[0]; /* Point to Open-Connection parms */
562 if (UAS_VALUE(op->version) != netw(0x0100)) { /* Check version num (on even-byte) */
589 m.dstCID = UAS_VALUE_NTOH(op->dstCID); /* On even-byte boundry */
628 n->u.openParams.attnSendSeq = UAL_VALUE_NTOH(op->pktAttnRecvSeq);
650 sp->attnSendSeq = UAL_VALUE_NTOH(op->pktAttnRecvSeq); /* on even boundry */
/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/aes/ppc/
H A Daesopt.h697 #define one_table(x,op,tab,vf,rf,c) \
699 ^ op(tab[bval(vf(x,1,c),rf(1,c))],1) \
700 ^ op(tab[bval(vf(x,2,c),rf(2,c))],2) \
701 ^ op(tab[bval(vf(x,3,c),rf(3,c))],3))
/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dc++rem3.c1880 const char *op; local
1903 op = NULL;
1906 op = opMapTable[i].op3;
1910 if (!op)
1917 *opInfoP = op;
1933 const char *func, int funcLen, const char *op)
1996 else if (op)
1997 appendStr(c, op);
1999 // No function & no op means constructor choose one of C1 & C2
2052 const char *op local
1932 parse_signature(ParseContext *c, const char *func, int funcLen, const char *op) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/pexpert/pexpert/
H A Dpexpert.h193 int op);
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/devfs/
H A Ddevfs_vnops.c167 int op = cnp->cn_nameiop; /* LOOKUP, CREATE, RENAME, or DELETE */ local
227 if (!(flags & ISLASTCN) || !(op == CREATE || op == RENAME)) {
255 if (op == DELETE && (flags & ISLASTCN)) {
279 if (op == RENAME && wantparent && (flags & ISLASTCN)) {
1129 * Vnode op for readdir
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOMemoryDescriptor.h202 virtual IOReturn dmaCommandOperation(DMACommandOps op, void *vData, UInt dataSize) const;
785 virtual IOReturn dmaCommandOperation(DMACommandOps op, void *vData, UInt dataSize) const;
927 virtual IOReturn dmaCommandOperation(DMACommandOps op, void *vData, UInt dataSize) const;
H A DIODMACommand.h391 IOReturn walkAll(UInt8 op);
H A DIOPlatformExpert.h142 virtual IOReturn setConsoleInfo( PE_Video * consoleInfo, unsigned int op );
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/i386/
H A Ddis_tables.c77 struct instable *it_indirect; /* for decode op codes */
1133 * Main decode table for the op codes. The first two nibbles
1277 * Get the next byte and separate the op code into the high and low nibbles.
1326 * Get the byte following the op code and separate it into the
2222 /* of op code */
2394 * bits of op code
2408 * bits of op code, xchg instructions
2420 * bits 3-4 of op code byte
2430 * bits 3-5 of op code
2969 /* an invalid op cod
3167 d86opnd_t *op = &dis->d86_opnd[i]; local
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_xattr.c73 static int default_getnamedstream(vnode_t vp, vnode_t *svpp, const char *name, enum nsoperation op, vfs_context_t context);
387 vnode_getnamedstream(vnode_t vp, vnode_t *svpp, const char *name, enum nsoperation op, int flags, vfs_context_t context) argument
392 error = VNOP_GETNAMEDSTREAM(vp, svpp, name, op, flags, context);
394 error = default_getnamedstream(vp, svpp, name, op, context);
717 default_getnamedstream(vnode_t vp, vnode_t *svpp, const char *name, enum nsoperation op, vfs_context_t context) argument
767 if (op == NS_OPEN && datasize != 0) {
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/vn/
H A Dvn.c249 enum uio_rw op, char * base, off_t offset, user_ssize_t count,
256 auio = uio_createwithbuffer(1, offset, UIO_SYSSPACE, op,
259 if (op == UIO_READ)
248 file_io(struct vnode * vp, vfs_context_t ctx, enum uio_rw op, char * base, off_t offset, user_ssize_t count, user_ssize_t * resid) argument

Completed in 304 milliseconds

12