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

12

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_aio.c411 * NOTE - we do not support op O_DSYNC at this point since we do not support the
422 (int)p, (int)uap->aiocbp, uap->op, 0, 0 );
426 if (uap->op == O_SYNC || uap->op == 0)
429 else if ( uap->op == O_DSYNC )
H A Dkern_newsysctl.c654 struct sysctl_oid *op = 0; local
673 error = name2oid(p, oid, &len, &op);
H A Duipc_usrreq.c1631 unp_scan(struct mbuf *m0, void (*op)(struct fileglob *))
1651 (*op)(*rp++);
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dmappings.h434 extern unsigned int hw_walk_phys(struct phys_entry *pp, unsigned int preop, unsigned int op, /* Perform function on all mappings on a physical page */
H A DEmulate.s94 rlwinm. r0,r10,0,0,5 ; See if we have the "special" op code here
96 bne+ eExit ; Not special op, ignore...
98 rlwinm r0,r10,31,22,31 ; Extract the sub op code
355 rlwinm r3,r26,24,26,29 ; Isolate last 4 bits of op type * 4
H A DFirmware.s2476 ; Pass back 1 to no-op twi and return to user
H A Dhw_vm.s2566 * unsigned int hw_walk_phys(pp, preop, op, postop, parm, opmod)
2573 * op is the operation to perform on each mapping during walk
2589 * Then we call the op function.
2628 lis r27,hi16(hwpOpBase) ; Get high order of op base
2630 ori r27,r27,lo16(hwpOpBase) ; Get low order of op base
2631 slwi r5,r5,7 ; Convert op to displacement
2636 add r27,r5,r27 ; Get the address of the op routine
2648 mtctr r27 ; Set up the op function address
2656 bctrl ; Call the op function
2658 bne- hwpEarly32 ; op say
[all...]
/macosx-10.5.8/xnu-1228.15.4/security/
H A Dmac_base.c348 mac_label_journal (struct label *l, int op, ...) argument
359 if (op == MLJ_PORT_OP_UPDATE) {
360 va_start(ap, op);
365 mlj->ops |= op;
H A Dmac_framework.h186 int mac_file_check_lock(kauth_cred_t cred, struct fileglob *fg, int op,
H A Dmac_policy.h804 @param op The lock operation (F_GETLK, F_SETLK, F_UNLK)
808 the lock operation indicated by op and fl on the file represented by fg.
818 int op,
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOPlatformExpert.cpp315 unsigned int op)
317 return( PE_initialize_console( consoleInfo, op ));
314 setConsoleInfo( PE_Video * consoleInfo, unsigned int op) argument
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Ddtrace.c1207 * Depending on the value of the op parameter, this function looks-up,
1219 dtrace_key_t *key, size_t dsize, dtrace_dynvar_op_t op)
1302 if (op == DTRACE_DYNVAR_DEALLOC) {
1326 op != DTRACE_DYNVAR_DEALLOC));
1387 if (op != DTRACE_DYNVAR_DEALLOC)
1453 ASSERT(op != DTRACE_DYNVAR_DEALLOC);
1457 if (op != DTRACE_DYNVAR_ALLOC) {
1464 if (op == DTRACE_DYNVAR_NOALLOC) {
1468 ASSERT(op == DTRACE_DYNVAR_DEALLOC);
1665 return (dtrace_dynvar(dstate, nkeys, key, dsize, op));
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs.h647 extern int hfs_volupdate(struct hfsmount *hfsmp, enum volop op, int inroot);
H A Dhfs_catalog.c3111 enum BTreeIterationOperations op; local
3113 op = kBTreeCurrentRecord;
3115 op = kBTreeNextRecord;
3121 result = BTIterateRecords(fcb, op, iterator,
3124 result = BTIterateRecords(fcb, op, iterator,
H A Dhfs_vfsops.c2845 hfs_volupdate(struct hfsmount *hfsmp, enum volop op, int inroot) argument
2856 switch (op) {
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dicmp6.c2738 int level, op, optname; local
2742 op = sopt->sopt_dir;
2746 level = op = optname = optlen = 0;
2752 switch (op) {
H A Dip6_output.c1367 int level, op = -1, optname = 0; local
1376 op = sopt->sopt_dir;
1385 switch (op) {
/macosx-10.5.8/xnu-1228.15.4/osfmk/console/
H A Dvideo_console.c2228 initialize_screen(PE_Video * boot_vinfo, unsigned int op) argument
2394 switch ( op )
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dkpi_vfs.c4507 VNOP_ADVLOCK(struct vnode *vp, caddr_t id, int op, struct flock *fl, int flags, vfs_context_t ctx) argument
4518 a.a_op = op;
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsysproto.h1224 char op_l_[PADL_(int)]; int op; char op_r_[PADR_(int)]; member in struct:aio_fsync_args

Completed in 251 milliseconds

12