/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/ |
D | ioctl_init.h | 50 # 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/ |
D | test_pthread_cond.c | 13 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()
|
D | test_pthread_create.c | 6 thread1_func(void* arg) in thread1_func() 13 thread2_func(void* arg) in thread2_func()
|
/system/core/toolbox/ |
D | dd.c | 1065 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 …]
|
D | setconsole.c | 11 static void *activate_thread(void *arg) in activate_thread()
|
D | newfs_msdos.c | 101 #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()
|
D | mount.c | 90 parse_mount_options(char *arg, unsigned long rwflag, struct extra_opts *extra, int* loop) in parse_mount_options()
|
/system/extras/tests/bionic/libc/common/ |
D | test_pthread_cleanup_push.c | 42 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()
|
D | test_pthread_join.c | 33 thread1_func(void* arg) in thread1_func() 41 thread2_func(void* arg) in thread2_func() 53 thread3_func(void* arg) in thread3_func()
|
D | test_pthread_once.c | 52 thread_function(void* arg) in thread_function()
|
D | test_pthread_getcpuclockid.c | 39 thread_func( void* arg ) in thread_func()
|
/system/wlan/ti/sta_dk_4_0_4_32/pform/common/inc/ |
D | cli_cu_common.h | 71 # 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/ |
D | volmgr.c | 317 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/ |
D | test_thread_max.c | 34 thread_func( void* arg ) in thread_func()
|
D | test_zlib.c | 187 const char* arg = &argv[1][1]; in main() local
|
D | test_jpeg.c | 251 const char* arg = &argv[1][1]; in main() local
|
/system/extras/tests/memtest/ |
D | thumb.cpp | 8 extern "C" _Unwind_Reason_Code trace_function(_Unwind_Context *context, void *arg) in trace_function()
|
/system/core/adb/ |
D | fdevent.h | 77 void *arg; member
|
D | services.c | 137 void reboot_service(int fd, char *arg) in reboot_service() 418 char* arg = name + 7; in service_to_fd() local
|
D | fdevent.c | 397 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()
|
D | sysdeps.h | 68 …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/ |
D | mkbootimg.c | 126 char *arg = argv[0]; in main() local
|
/system/core/fastboot/ |
D | usbtest.c | 154 char *arg = *argv++; in process_args() local
|
/system/core/sh/ |
D | show.c | 166 sharg(union node *arg, FILE *fp) in sharg()
|
D | output.c | 510 xioctl(int fd, unsigned long request, char *arg) in xioctl()
|