Home
last modified time | relevance | path

Searched defs:arg (Results 1 – 25 of 29) sorted by relevance

12

/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/
Dioctl_init.h50 # define print_deb(fmt, arg...) printk(KERN_INFO DRIVER_NAME ": " fmt,##arg) argument
52 # define print_deb(fmt, arg...) argument
56 # define print_info(fmt, arg...) printk(KERN_INFO DRIVER_NAME ": " fmt,##arg) argument
58 # define print_info(fmt, arg...) argument
62 # define print_err(fmt, arg...) printk(KERN_ERR DRIVER_NAME ": " fmt,##arg) argument
/system/extras/tests/bionic/libc/bionic/
Dtest_pthread_cond.c13 thread1_func(void* arg) in thread1_func()
25 thread2_func(void* arg) in thread2_func()
38 thread3_func(void* arg) in thread3_func()
55 thread4_func(void* arg) in thread4_func()
Dtest_pthread_create.c6 thread1_func(void* arg) in thread1_func()
13 thread2_func(void* arg) in thread2_func()
/system/core/toolbox/
Ddd.c1065 static const struct arg { struct
1069 } args[] = { argument
1093 char *oper, *arg; in jcl() local
1194 static long long strsuftoll(const char* name, const char* arg, int def, unsigned int max) in strsuftoll()
1204 f_bs(char *arg) in f_bs()
1211 f_cbs(char *arg) in f_cbs()
1218 f_count(char *arg) in f_count()
1227 f_files(char *arg) in f_files()
1236 f_ibs(char *arg) in f_ibs()
1244 f_if(char *arg) in f_if()
[all …]
Dsetconsole.c11 static void *activate_thread(void *arg) in activate_thread()
Dnewfs_msdos.c101 #define argto1(arg, lo, msg) argtou(arg, lo, 0xff, msg) argument
102 #define argto2(arg, lo, msg) argtou(arg, lo, 0xffff, msg) argument
103 #define argto4(arg, lo, msg) argtou(arg, lo, 0xffffffff, msg) argument
104 #define argtox(arg, lo, msg) argtou(arg, lo, UINT_MAX, msg) argument
963 argtou(const char *arg, u_int lo, u_int hi, const char *msg) in argtou()
979 argtooff(const char *arg, const char *msg) in argtooff()
Dmount.c90 parse_mount_options(char *arg, unsigned long rwflag, struct extra_opts *extra, int* loop) in parse_mount_options()
/system/extras/tests/bionic/libc/common/
Dtest_pthread_cleanup_push.c42 cleanup1( void* arg ) in cleanup1()
51 cleanup2( void* arg ) in cleanup2()
60 cleanup3( void* arg ) in cleanup3()
70 thread1_func( void* arg ) in thread1_func()
Dtest_pthread_join.c33 thread1_func(void* arg) in thread1_func()
41 thread2_func(void* arg) in thread2_func()
53 thread3_func(void* arg) in thread3_func()
Dtest_pthread_once.c52 thread_function(void* arg) in thread_function()
Dtest_pthread_getcpuclockid.c39 thread_func( void* arg ) in thread_func()
/system/wlan/ti/sta_dk_4_0_4_32/pform/common/inc/
Dcli_cu_common.h71 # define print(fmt, arg...) fprintf(stdout, fmt, ##arg) argument
75 # define print_err(fmt, arg...) fprintf(stderr, fmt, ##arg) argument
80 # define print_deb(fmt, arg...) fprintf(stdout, fmt, ##arg) argument
82 # define print_deb(fmt, arg...) argument
/system/core/vold/
Dvolmgr.c317 static void _cb_volstopped_for_devmapper_teardown(volume_t *v, void *arg) in _cb_volstopped_for_devmapper_teardown()
434 static void _cb_volume_stopped_for_eject(volume_t *v, void *arg) in _cb_volume_stopped_for_eject()
611 static void __reaper_cleanup(void *arg) in __reaper_cleanup()
627 static void *volmgr_reaper_thread(void *arg) in volmgr_reaper_thread()
683 static void volmgr_uncage_reaper(volume_t *vol, void (* cb) (volume_t *, void *arg), void *arg) in volmgr_uncage_reaper()
702 static int volmgr_stop_volume(volume_t *v, void (*cb) (volume_t *, void *), void *arg, boolean emit… in volmgr_stop_volume() argument
771 static void _cb_volume_stopped_for_shutdown(volume_t *v, void *arg) in _cb_volume_stopped_for_shutdown()
785 static void _cb_volstopped_for_ums_enable(volume_t *v, void *arg) in _cb_volstopped_for_ums_enable()
1087 static void __start_fs_thread_lock_cleanup(void *arg) in __start_fs_thread_lock_cleanup()
1104 static void *volmgr_start_fs_thread(void *arg) in volmgr_start_fs_thread()
/system/extras/tests/bionic/libc/other/
Dtest_thread_max.c34 thread_func( void* arg ) in thread_func()
Dtest_zlib.c187 const char* arg = &argv[1][1]; in main() local
Dtest_jpeg.c251 const char* arg = &argv[1][1]; in main() local
/system/extras/tests/memtest/
Dthumb.cpp8 extern "C" _Unwind_Reason_Code trace_function(_Unwind_Context *context, void *arg) in trace_function()
/system/core/adb/
Dfdevent.h77 void *arg; member
Dservices.c137 void reboot_service(int fd, char *arg) in reboot_service()
418 char* arg = name + 7; in service_to_fd() local
Dfdevent.c397 fdevent *fdevent_create(int fd, fd_func func, void *arg) in fdevent_create()
415 void fdevent_install(fdevent *fde, int fd, fd_func func, void *arg) in fdevent_install()
Dsysdeps.h68 …atic __inline__ int adb_thread_create( adb_thread_t *thread, adb_thread_func_t func, void* arg) in adb_thread_create()
201 void *arg; member
396 …c __inline__ int adb_thread_create( adb_thread_t *pthread, adb_thread_func_t start, void* arg ) in adb_thread_create()
/system/core/mkbootimg/
Dmkbootimg.c126 char *arg = argv[0]; in main() local
/system/core/fastboot/
Dusbtest.c154 char *arg = *argv++; in process_args() local
/system/core/sh/
Dshow.c166 sharg(union node *arg, FILE *fp) in sharg()
Doutput.c510 xioctl(int fd, unsigned long request, char *arg) in xioctl()

12