HomeSort by relevance Sort by last modified time
    Searched refs:xlat (Results 1 - 18 of 18) sorted by null

  /external/strace/
util.c 238 xlookup(xlat, val)
239 const struct xlat *xlat;
242 for (; xlat->str != NULL; xlat++)
243 if (xlat->val == val)
244 return xlat->str;
249 * Print entry in struct xlat table, if there.
252 printxval(xlat, val, dflt)
253 const struct xlat *xlat
    [all...]
proc.c 35 static const struct xlat proc_status_flags[] = {
60 static const struct xlat proc_status_why[] = {
76 static const struct xlat proc_run_flags[] = {
189 static const struct xlat proc_status_why[] = {
199 static const struct xlat proc_status_flags[] = {
system.c 90 static const struct xlat mount_flags[] = {
147 static const struct xlat personality_options[] = {
182 static const struct xlat bootflags1[] = {
187 static const struct xlat bootflags2[] = {
194 static const struct xlat bootflags3[] = {
223 static const struct xlat cacheflush_scope[] = {
236 static const struct xlat cacheflush_flags[] = {
291 static const struct xlat bootflags[] = {
349 static const struct xlat mountflags[] = {
369 static const struct xlat nfsflags[] =
    [all...]
desc.c 56 static const struct xlat fcntlcmds[] = {
154 static const struct xlat fdflags[] = {
163 static const struct xlat flockcmds[] = {
173 static const struct xlat lockfcmds[] = {
186 static const struct xlat whence[] = {
246 sprintflags(xlat, flags)
247 const struct xlat *xlat;
255 for (; xlat->str; xlat++)
    [all...]
mem.c 83 static const struct xlat mmap_prot[] = {
100 static const struct xlat mmap_flags[] = {
347 static const struct xlat mremap_flags[] = {
364 static const struct xlat madvise_flags[] = {
396 static const struct xlat mlockall_flags[] = {
421 static const struct xlat mctl_sync[] = {
449 static const struct xlat mctl_funcs[] = {
458 static const struct xlat mctl_lockas[] = {
668 static const struct xlat policies[] = {
676 static const struct xlat mbindflags[] =
    [all...]
ipc.c 70 extern const struct xlat openmodes[];
73 static const struct xlat msgctl_flags[] = {
85 static const struct xlat semctl_flags[] = {
104 static const struct xlat shmctl_flags[] = {
122 static const struct xlat resource_flags[] = {
129 static const struct xlat shm_resource_flags[] = {
138 static const struct xlat shm_flags[] = {
147 static const struct xlat msg_flags[] = {
net.c 119 static const struct xlat domains[] = {
221 const struct xlat addrfams[] = {
317 static const struct xlat socktypes[] = {
334 static const struct xlat socketlayers[] = {
396 static const struct xlat protocols[] = {
439 static const struct xlat msg_flags[] = {
495 static const struct xlat sockoptions[] = {
630 static const struct xlat sockipoptions[] = {
717 static const struct xlat sockipv6options[] = {
777 static const struct xlat sockipxoptions[] =
    [all...]
stream.c 73 static const struct xlat msgflags[] = {
180 static const struct xlat pmsgflags[] = {
273 static const struct xlat pollflags[] = {
375 static const struct xlat stream_flush_options[] = {
385 static const struct xlat stream_setsig_flags[] = {
414 static const struct xlat stream_read_options[] = {
421 static const struct xlat stream_read_flags[] = {
439 static const struct xlat stream_write_flags[] = {
447 static const struct xlat stream_atmark_options[] = {
455 static const struct xlat transport_user_options[] =
    [all...]
term.c 51 static const struct xlat tcxonc_options[] = {
60 static const struct xlat tcflsh_options[] = {
68 static const struct xlat baud_options[] = {
143 static const struct xlat modem_flags[] = {
resource.c 69 static const struct xlat resources[] = {
241 static const struct xlat usagewho[] = {
409 static const struct xlat priorities[] = {
484 static const struct xlat quotacmds[] = {
515 static const struct xlat quotatypes[] = {
577 static const struct xlat quotacmds[] = {
bjm.c 81 static const struct xlat which[] = {
91 static const struct xlat modflags[] = {
sock.c 50 extern const struct xlat addrfams[];
52 static const struct xlat iffflags[] = {
signal.c 183 static const struct xlat sigvec_flags[] = {
203 static const struct xlat sigact_flags[] = {
246 static const struct xlat sigprocmaskcmds[] = {
534 static const struct xlat siginfo_codes[] = {
565 static const struct xlat sigill_codes[] = {
577 static const struct xlat sigfpe_codes[] = {
589 static const struct xlat sigtrap_codes[] = {
595 static const struct xlat sigchld_codes[] = {
605 static const struct xlat sigpoll_codes[] = {
615 static const struct xlat sigprof_codes[] =
    [all...]
defs.h 366 struct xlat { struct
416 extern char *xlookup P((const struct xlat *, int));
429 extern void printxval P((const struct xlat *, int, const char *));
431 extern int addflags P((const struct xlat *, int));
432 extern int printflags P((const struct xlat *, int, const char *));
time.c 197 static const struct xlat which[] = {
368 static const struct xlat clockflags[] = {
373 static const struct xlat clocknames[] = {
434 static const struct xlat sigev_value[] = {
file.c 238 const struct xlat openmodes[] = {
358 static const struct xlat openmodessol[] = {
406 static const struct xlat access_flags[] = {
442 static const struct xlat whence[] = {
593 static const struct xlat modetypes[] = {
786 static const struct xlat fileflags[] = {
1329 static const struct xlat aclcmds[] = {
1394 static const struct xlat aclipc[] = {
1437 static const struct xlat fsmagic[] = {
    [all...]
process.c 155 static const struct xlat prctl_options[] = {
522 static const struct xlat clone_flags[] = {
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
assyntax.h 640 #define XLAT CHOICE(xlat, xlat, xlat)
    [all...]

Completed in 144 milliseconds