Searched refs:arg (Results 101 - 121 of 121) sorted by relevance

12345

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_btreeio.c189 btree_swap_node(struct buf *bp, __unused void *arg) argument
191 // struct hfsmount *hfsmp = (struct hfsmount *)arg;
H A Dhfs_readwrite.c794 snoop_callback(const struct cat_desc *descp, const struct cat_attr *attrp, void * arg) argument
796 struct cinfo *cip = (struct cinfo *)arg;
H A Dhfs_vfsops.c1881 hfs_sync_metadata(void *arg) argument
1883 struct mount *mp = (struct mount *)arg;
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOCatalogue.cpp927 void IOCatalogue::ping( thread_call_param_t arg, thread_call_param_t) argument
929 IOCatalogue * self = (IOCatalogue *) arg;
1652 * unload KLD directly, unless the keepsyms boot-arg was enabled.
H A DIOService.cpp1791 void IOService::terminateThread( void * arg )
1796 terminateWorker( (IOOptionBits) arg );
2157 void * arg )
2175 ok = handleOpen( forClient, options, arg );
2231 void * arg )
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_fw2_compat.c885 fill_cmd(ipfw_insn *cmd, enum ipfw_opcodes opcode, uint16_t arg) argument
889 cmd->arg1 = arg;
H A Dip_output.c119 #define KEYDEBUG(lev,arg)
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dnd6_rtr.c1342 * addresses. Thus, we specifiy 1 as the 2nd arg of
2121 void *arg)
2125 struct in6_addr *gate = (struct in6_addr *)arg;
2119 rt6_deleteroute( struct radix_node *rn, void *arg) argument
H A Dah_input.c86 #define KEYDEBUG(lev,arg)
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Di386_lock.s291 movl lck,4(%esp) /* copy lock pointer to arg 1 */ ; \
298 #define LOCKSTAT_RECORD2(id, lck, arg) \
313 movl lck,4(%esp) /* copy lock pointer to arg 1 */ ; \
314 movl arg,8(%esp) ; \
/macosx-10.5.8/xnu-1228.15.4/security/
H A Dmac_base.c2043 uap->call, uap->arg);
2056 uap->call, uap->arg);
H A Dmac_policy.h707 @param arg fcnt arguments; see fcntl(2)
720 user_long_t arg
2230 @param arg Pointer to syscall arguments
2256 user_addr_t arg
H A Dmac_framework.h179 user_long_t arg);
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/AT386/
H A Dmodel_dep.c678 machine_halt_cpu(__unused void *arg) { argument
834 * boot-arg is supplied.
1023 * boot-arg is suppplied, since we unload LINKEDIT otherwise.
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dhw_lock.s489 lwarx r5,0,r3 ; Ld from addr of arg and reserve
1874 lwarx r11,SLOCK_ILK,r3 ; Ld from addr of arg and reserve
H A Dvmachmon_asm.s2250 cmplwi cr5,r4,7 ; Is first arg in range 0-7?
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dsysv_sem.c647 user_semun_t user_arg = (user_semun_t)uap->arg;
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_subr.c553 void *arg)
600 retval = callout(vp, arg);
4105 vfs_iterate(__unused int flags, int (*callout)(mount_t, void *), void *arg) argument
4138 ret = callout(mp, arg);
552 vnode_iterate(mount_t mp, int flags, int (*callout)(struct vnode *, void *), void *arg) argument
/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/
H A Dkdp_udp.c589 /* ARP responses are enabled when the DB_ARP bit of the debug boot arg
1619 static void kdp_serial_callout(__unused void *arg, kdp_event_t event) argument
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_vfsops.c2337 nfs_sync_callout(vnode_t vp, void *arg) argument
2339 struct nfs_sync_cargs *cargs = (struct nfs_sync_cargs*)arg;
H A Dnfs_bio.c569 nfs_buf_delwri_thread(__unused void *arg, __unused wait_result_t wr) argument

Completed in 222 milliseconds

12345