Searched defs:arg (Results 226 - 250 of 888) sorted by relevance

1234567891011>>

/external/compiler-rt/lib/asan/
H A Dasan_thread.cc30 void *arg, StackTrace *stack) {
34 thread->arg_ = arg;
29 Create(u32 parent_tid, thread_callback_t start_routine, void *arg, StackTrace *stack) argument
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_symbolize_addr2line_linux.cc86 static int dl_iterate_phdr_cb(dl_phdr_info *info, size_t size, void *arg) { argument
87 DlIteratePhdrCtx *ctx = (DlIteratePhdrCtx*)arg;
/external/dbus/bus/
H A Dconfig-loader-libxml.c118 xml_text_reader_error (void *arg, xmlErrorPtr xml_error) argument
120 DBusError *error = arg;
/external/dhcpcd/
H A Darp.c105 handle_arp_packet(void *arg) argument
107 struct interface *iface = arg;
201 send_arp_announce(void *arg) argument
203 struct interface *iface = arg;
248 send_arp_probe(void *arg) argument
250 struct interface *iface = arg;
H A Deloop.c45 void *arg; member in struct:event
53 void *arg; member in struct:timeout
63 add_event(int fd, void (*callback)(void *), void *arg) argument
71 e->arg = arg;
85 e->arg = arg;
114 const struct timeval *when, void (*callback)(void *), void *arg)
129 if (t->callback == callback && t->arg == arg) {
113 add_q_timeout_tv(int queue, const struct timeval *when, void (*callback)(void *), void *arg) argument
174 add_q_timeout_sec(int queue, time_t when, void (*callback)(void *), void *arg) argument
187 v_delete_q_timeouts(int queue, void *arg, void (*callback)(void *), va_list v) argument
217 delete_q_timeouts(int queue, void *arg, void (*callback)(void *), ...) argument
227 delete_q_timeout(int queue, void (*callback)(void *), void *arg) argument
[all...]
/external/e2fsprogs/lib/et/
H A Derror_message.c176 static char *safe_getenv(const char *arg) argument
191 return __secure_getenv(arg);
193 return getenv(arg);
/external/e2fsprogs/misc/
H A Dutil.c179 char *buf, *token, *next, *p, *arg; local
198 arg = strchr(token, '=');
199 if (arg) {
200 *arg = 0;
201 arg++;
205 arg ? arg : "NONE");
208 journal_device = blkid_get_devname(NULL, arg, NULL);
210 if (arg)
213 arg);
[all...]
/external/elfutils/libasm/
H A Ddisasm_cb.c45 char **buf, size_t *buflen, void *arg)
47 struct symtoken *symtoken = (struct symtoken *) arg;
145 void *arg __attribute__ ((unused)))
44 default_elf_getsym(GElf_Addr addr, Elf32_Word scnndx, GElf_Addr value, char **buf, size_t *buflen, void *arg) argument
/external/elfutils/libdwfl/
H A Dcu.c151 nofree (void *arg) argument
153 struct dwfl_cu *cu = arg;
H A Delf-from-memory.c77 ssize_t (*read_memory) (void *arg, void *data,
81 void *arg)
94 ssize_t nread = (*read_memory) (arg, buffer, ehdr_vma,
195 nread = (*read_memory) (arg, buffer, ehdr_vma + phoff,
290 nread = (*read_memory) (arg, buffer + start,
75 elf_from_remote_memory(GElf_Addr ehdr_vma, GElf_Addr *loadbasep, ssize_t (*read_memory) (void *arg, void *data, GElf_Addr address, size_t minread, size_t maxread), void *arg) argument
/external/elfutils/tests/
H A Dallregs.c81 void *arg)
87 *(Dwfl_Module **) arg = mod;
125 one_register (void *arg, argument
132 struct state *state = arg;
156 match_register (void *arg, argument
163 if (regno == *(int *) arg)
217 const char *arg = argv[remaining++]; local
218 int regno = atoi (arg);
77 first_module(Dwfl_Module *mod, void **userdatap __attribute__ ((unused)), const char *name __attribute__ ((unused)), Dwarf_Addr low_addr __attribute__ ((unused)), void *arg) argument
H A Dfuncscopes.c113 handle_function (Dwarf_Die *funcdie, void *arg) argument
115 struct args *a = arg;
/external/grub/docs/
H A Dkernel.c243 char **arg = (char **) &format; local
247 arg++;
263 itoa (buf, c, *((int *) arg++));
269 p = *arg++;
279 putchar (*((int *) arg++));
/external/hyphenation/
H A Dexample.c70 int arg = 1; local
80 if (argv[arg]) {
81 if (strcmp(argv[arg], "-o") == 0) {
83 arg++;
85 if (argv[arg] && strcmp(argv[arg], "-d") == 0) {
88 arg++;
92 if (argv[arg]) {
93 df = arg++;
99 if (argv[arg]) {
[all...]
/external/iproute2/ip/
H A Dipaddrlabel.c57 int print_addrlabel(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg) argument
59 FILE *fp = (FILE*)arg;
199 static int flush_addrlabel(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg) argument
H A Diplink_can.c50 static int get_float(float *val, const char *arg) argument
55 if (!arg || !*arg)
57 res = strtof(arg, &ptr);
58 if (!ptr || ptr == arg || *ptr)
64 static void set_ctrlmode(char* name, char *arg, argument
67 if (strcmp(arg, "on") == 0) {
69 } else if (strcmp(arg, "off") != 0) {
H A Diprule.c46 int print_rule(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg) argument
48 FILE *fp = (FILE*)arg;
365 static int flush_rule(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg) argument
H A Dxfrm_monitor.c46 struct nlmsghdr *n, void *arg)
48 FILE *fp = (FILE*)arg;
107 struct nlmsghdr *n, void *arg)
109 FILE *fp = (FILE*)arg;
137 struct nlmsghdr *n, void *arg)
140 FILE *fp = (FILE*)arg;
175 struct nlmsghdr *n, void *arg)
177 FILE *fp = (FILE*)arg;
210 void xfrm_ae_flags_print(__u32 flags, void *arg) argument
212 FILE *fp = (FILE*)arg;
45 xfrm_acquire_print(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg) argument
106 xfrm_state_flush_print(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg) argument
136 xfrm_policy_flush_print(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg) argument
174 xfrm_report_print(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg) argument
225 xfrm_ae_print(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg) argument
253 xfrm_accept_msg(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg) argument
[all...]
/external/iproute2/lib/
H A Dll_map.c41 struct nlmsghdr *n, void *arg)
40 ll_remember_index(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg) argument
/external/iproute2/tc/
H A Dm_mirred.c249 print_mirred(struct action_util *au,FILE * f, struct rtattr *arg) argument
256 if (arg == NULL)
259 parse_rtattr_nested(tb, TCA_MIRRED_MAX, arg);
H A Dm_police.c48 static void explain1(char *arg) argument
50 fprintf(stderr, "Illegal \"%s\"\n", arg);
75 int police_action_a2n(char *arg, int *result) argument
79 if (matches(arg, "continue") == 0)
81 else if (matches(arg, "drop") == 0)
83 else if (matches(arg, "shot") == 0)
85 else if (matches(arg, "pass") == 0)
87 else if (strcmp(arg, "ok") == 0)
89 else if (matches(arg, "reclassify") == 0)
91 else if (matches(arg, "pip
103 get_police_result(int *action, int *result, char *arg) argument
322 print_police(struct action_util *a, FILE *f, struct rtattr *arg) argument
369 tc_print_police(FILE *f, struct rtattr *arg) argument
[all...]
H A Dq_htb.c54 static void explain1(char *arg) argument
56 fprintf(stderr, "Illegal \"%s\"\n", arg);
H A Dq_netem.c40 static void explain1(const char *arg) argument
42 fprintf(stderr, "Illegal \"%s\"\n", arg);
98 static int isnumber(const char *arg) argument
102 return strtod(arg, &p) != 0 || p != arg;
H A Dq_tbf.c33 static void explain1(char *arg) argument
35 fprintf(stderr, "Illegal \"%s\"\n", arg);
H A Dtc_filter.c186 void *arg)
188 FILE *fp = (FILE*)arg;
184 print_filter(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg) argument

Completed in 449 milliseconds

1234567891011>>