Searched refs:arg0 (Results 201 - 225 of 255) sorted by relevance

1234567891011

/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/tablelist/scripts/
H A DtablelistEdit.tcl363 set arg0 [lindex $args 0]
364 if {[string compare $arg0 "-seconds"] != 0} {
365 return -code error "bad option \"$arg0\": must be -seconds"
605 set arg0 [lindex $args 0]
606 if {[string compare $arg0 "-gmt"] != 0} {
607 return -code error "bad option \"$arg0\": must be -gmt"
681 set arg0 [lindex $args 0]
682 if {[string compare $arg0 "-gmt"] != 0} {
683 return -code error "bad option \"$arg0\": must be -gmt"
773 set arg0 [linde
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/bn/asm/
H A Dpa-risc2.s83 ; arg0 = r_ptr
295 ; arg0 = rp
454 ; arg0 = rp
579 ; arg0 = rp
653 ; arg0 = rp
739 ; arg0 = h
1090 ; arg0 = r_ptr
1222 ; arg0 = r_ptr
1344 ; arg0 = r_ptr
1517 ; arg0
[all...]
H A Dpa-risc2W.s75 ; arg0 = r_ptr
285 ; arg0 = rp
443 ; arg0 = rp
568 ; arg0 = rp
642 ; arg0 = rp
728 ; arg0 = h
1077 ; arg0 = r_ptr
1209 ; arg0 = r_ptr
1331 ; arg0 = r_ptr
1504 ; arg0
[all...]
/macosx-10.10.1/IOKitUser-1050.1.21/
H A DIOKitLib.h1302 @param arg0 Extra argument
1304 typedef void (*IOAsyncCallback1)(void *refcon, IOReturn result, void *arg0);
1311 @param arg0 Extra argument
1314 typedef void (*IOAsyncCallback2)(void *refcon, IOReturn result, void *arg0, void *arg1);
/macosx-10.10.1/bootp-298/IPConfiguration.bproj/
H A Dbootp.c171 bootp_resolve_router_retry(void * arg0, void * arg1, void * arg2) argument
174 ServiceRef service_p = (ServiceRef)arg0;
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/sh/
H A Darray.c1816 int arg0=0; local
1830 arg0 = ap->maxi;
1831 while(--arg0>0 && ap->val[arg0].cp==0 && aq->val[arg0].cp==0);
1832 arg0++;
1838 arg0=1;
1843 nv_putsub(np,NIL(char*),(long)argc+arg0|ARRAY_FILL|ARRAY_ADD);
H A Darray.c.orig1812 int arg0=0;
1826 arg0 = ap->maxi;
1827 while(--arg0>0 && ap->val[arg0].cp==0 && aq->val[arg0].cp==0);
1828 arg0++;
1834 arg0=1;
1839 nv_putsub(np,NIL(char*),(long)argc+arg0|ARRAY_FILL|ARRAY_ADD);
/macosx-10.10.1/AppleUSBIrDA-145.2.4/AppleUSBIrDA/
H A DAppleUSBIrDA.h229 static IOReturn setPowerStateGated(OSObject *owner, void *arg0, void *arg1, void *arg2, void *arg3);
/macosx-10.10.1/IOAudioFamily-200.6/
H A DIOAudioStream.h263 static IOReturn _setFormatAction(OSObject *target, void *arg0, void *arg1, void *arg2, void *arg3) AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_10; // <rdar://8568040,8691669>
H A DIOAudioEngine.cpp958 IOReturn IOAudioEngine::_addUserClientAction(OSObject *target, void *arg0, void *arg1, void *arg2, void *arg3) argument
971 result = cg->runAction(addUserClientAction, arg0, arg1, arg2, arg3);
1000 IOReturn IOAudioEngine::_removeUserClientAction(OSObject *target, void *arg0, void *arg1, void *arg2, void *arg3) argument
1013 result = cg->runAction(removeUserClientAction, arg0, arg1, arg2, arg3);
H A DIOAudioDevice.cpp603 IOReturn IOAudioDevice::_setPowerStateAction(OSObject *target, void *arg0, void *arg1, void *arg2, void *arg3) argument
615 result = cg->runAction(setPowerStateAction, arg0, arg1, arg2, arg3);
/macosx-10.10.1/xnu-2782.1.97/osfmk/chud/
H A Dchud_xnu.h236 typedef kern_return_t (*chudxnu_kdebug_callback_func_t)(uint32_t debugid, uintptr_t arg0, uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, uintptr_t arg4);
/macosx-10.10.1/IOFireWireIP-226.2/KernelSource/IONetworkingFamily/
H A DIOFWInterface.cpp395 // arg0 - (ifnet_t )
408 void * arg0,
430 arg0, /* param2 */
436 ret = super::performCommand(ctr, cmd, arg0, arg1);
406 performCommand( IONetworkController * ctr, unsigned long cmd, void * arg0, void * arg1 ) argument
/macosx-10.10.1/IONetworkingFamily-101/
H A DIOEthernetInterface.cpp442 // arg0 - (struct ifnet *)
456 void * arg0,
480 arg0, /* param2 */
486 ret = super::performCommand(ctr, cmd, arg0, arg1);
454 performCommand( IONetworkController * ctr, unsigned long cmd, void * arg0, void * arg1 ) argument
H A DIONetworkController.h353 void * arg0,
H A DIONetworkInterface.h860 @param arg0 Command argument 0. Generally a pointer to an ifnet structure
868 void * arg0,
/macosx-10.10.1/SmartcardCCID-55008/libusb/libusb/libusb/os/
H A Ddarwin_usb.c68 static void darwin_async_io_callback (void *refcon, IOReturn result, void *arg0);
310 static void *event_thread_main (void *arg0) { argument
312 struct libusb_context *ctx = (struct libusb_context *)arg0;
1542 static void darwin_async_io_callback (void *refcon, IOReturn result, void *arg0) { argument
1550 size = (UInt32) (uintptr_t) arg0;
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOPMrootDomain.cpp473 IOReturn handleSetUserAssertionLevels(void * arg0);
5759 uint32_t event, void * arg0, uint64_t arg1 )
5761 DLOG("power event %u args %p 0x%llx\n", event, OBFUSCATE(arg0), arg1);
5771 handlePowerNotification( (UInt32)(uintptr_t) arg0 );
5814 if (kOSBooleanTrue == (OSBoolean *) arg0)
5836 userDisabledAllSleep = (kOSBooleanTrue == (OSBoolean *) arg0);
5845 if (arg0)
5847 systemCapabilityNotifier = (IONotifier *) arg0;
5855 if (arg0)
5857 IONotifier * notify = (IONotifier *) arg0;
5758 dispatchPowerEvent( uint32_t event, void * arg0, uint64_t arg1 ) argument
8363 handleSetUserAssertionLevels(void * arg0) argument
[all...]
H A DIOServicePM.cpp3074 thread_call_param_t arg0, thread_call_param_t arg1 )
3076 IOService * me = (IOService *) arg0;
3783 void * arg0, void * arg1,
3786 IOServicePM * pwrMgt = (IOServicePM *) arg0;
3822 /* arg0 */ (void *) from->pwrMgt );
5030 settle_timer_expired( thread_call_param_t arg0, thread_call_param_t arg1 ) argument
5032 IOService * me = (IOService *) arg0;
5290 IOService::watchdog_timer_expired( thread_call_param_t arg0, thread_call_param_t arg1 ) argument
5292 IOService * me = (IOService *) arg0;
5354 void * arg0, voi
3073 idle_timer_expired( thread_call_param_t arg0, thread_call_param_t arg1 ) argument
3781 actionDriverCalloutDone( OSObject * target, void * arg0, void * arg1, void * arg2, void * arg3 ) argument
5352 actionAckTimerExpired( OSObject * target, void * arg0, void * arg1, void * arg2, void * arg3 ) argument
5380 ack_timer_expired( thread_call_param_t arg0, thread_call_param_t arg1 ) argument
[all...]
/macosx-10.10.1/swig-12/Source/Modules/
H A Dphp.cxx788 Wrapper_add_local(f, "arg0", "zval *arg0");
827 Printf(f->code, "arg0 = *args[0];\n \n");
1583 const char * arg0; local
1585 arg0 = Char(arg_names[0]);
1587 arg0 = "res";
1594 Printf(output, "\t\tif (is_resource($%s) && get_resource_type($%s) === '_p%s') {\n", arg0, arg0, mangled_type);
1595 Printf(output, "\t\t\t$this->%s=$%s;\n", SWIG_PTR, arg0);
2214 Printf(director_ctor_code, "if ( arg0
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-meta/
H A Dconfig.c628 char *arg0; local
639 arg0 = "subtree-exclude";
642 arg0 = "subtree-include";
645 snprintf( log_prefix, sizeof(log_prefix), "%s: line %d: %s", fname, lineno, arg0 );
/macosx-10.10.1/ruby-106/ruby/
H A Dvm_insnhelper.c2192 VALUE ary, arg0; local
2203 arg0 = argv[0];
2209 argc == 1 && !NIL_P(ary = rb_check_array_type(arg0))) { /* rhs is only an array */
2219 * Therefore when rb_check_array_type(arg0) called to_ary and called to_ary
2223 argv[0] = arg0;
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DMathObject.cpp156 double arg0 = exec->argument(0).toNumber(exec); local
158 return JSValue::encode(jsDoubleNumber(atan2(arg0, arg1)));
/macosx-10.10.1/vim-55/runtime/syntax/
H A Ddtrace.vim93 syn keyword dtraceIdentifier arg0 arg1 arg2 arg3 arg4 arg5 arg6 arg7 arg8 arg9
/macosx-10.10.1/xnu-2782.1.97/bsd/dev/dtrace/
H A Dsystrace.c94 systrace_stub(dtrace_id_t id, uint64_t arg0, uint64_t arg1, argument
97 #pragma unused(id,arg0,arg1,arg2,arg3,arg4)
123 * passed as 'arg0'
232 * had its return value in arg0, and the fbt and pid providers had their return
233 * values in arg1 (so that we could use arg0 for the offset of the return site).
238 * pid. We debated briefly about removing the return value from arg0, but
240 * than to have some non-helpful, non-intuitive value in arg0.
979 /* dtrace_probe arguments arg0 .. arg4 are 64bits wide */
1002 /* dtrace_probe arguments arg0 .. arg4 are 64bits wide */

Completed in 469 milliseconds

1234567891011