Home
last modified time | relevance | path

Searched refs:xlat (Results 1 – 25 of 30) sorted by relevance

12

/external/strace/
Dsystem.c97 static const struct xlat mount_flags[] = {
170 static const struct xlat umount_flags[] = {
190 static const struct xlat personality_options[] = {
225 static const struct xlat bootflags1[] = {
230 static const struct xlat bootflags2[] = {
237 static const struct xlat bootflags3[] = {
266 static const struct xlat cacheflush_scope[] = {
279 static const struct xlat cacheflush_flags[] = {
315 static const struct xlat sram_alloc_flags[] = {
338 static const struct xlat cacheflush_flags[] = {
[all …]
Dutil.c170 xlookup(const struct xlat *xlat, int val) in xlookup() argument
172 for (; xlat->str != NULL; xlat++) in xlookup()
173 if (xlat->val == val) in xlookup()
174 return xlat->str; in xlookup()
237 printxval(const struct xlat *xlat, int val, const char *dflt) in printxval() argument
239 const char *str = xlookup(xlat, val); in printxval()
293 addflags(xlat, flags) in addflags() argument
294 const struct xlat *xlat; in addflags()
299 for (n = 0; xlat->str; xlat++) {
300 if (xlat->val && (flags & xlat->val) == xlat->val) {
[all …]
Dproc.c35 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[] = {
Ddefs.h452 struct xlat { struct
457 extern const struct xlat open_mode_flags[]; argument
458 extern const struct xlat addrfams[];
459 extern const struct xlat struct_user_offsets[];
460 extern const struct xlat open_access_modes[];
512 extern const char *xlookup(const struct xlat *, int);
530 extern void printxval(const struct xlat *, int, const char *);
532 extern int addflags(const struct xlat *, int);
533 extern int printflags(const struct xlat *, int, const char *);
534 extern const char *sprintflags(const char *, const struct xlat *, int);
Dmem.c85 static const struct xlat mmap_prot[] = {
105 static const struct xlat mmap_flags[] = {
412 static const struct xlat mremap_flags[] = {
436 static const struct xlat madvise_cmds[] = {
468 static const struct xlat mlockall_flags[] = {
493 static const struct xlat mctl_sync[] = {
521 static const struct xlat mctl_funcs[] = {
530 static const struct xlat mctl_lockas[] = {
763 static const struct xlat policies[] = {
771 static const struct xlat mbindflags[] = {
[all …]
Dipc.c78 static const struct xlat msgctl_flags[] = {
90 static const struct xlat semctl_flags[] = {
109 static const struct xlat shmctl_flags[] = {
127 static const struct xlat resource_flags[] = {
134 static const struct xlat shm_resource_flags[] = {
143 static const struct xlat shm_flags[] = {
152 static const struct xlat msg_flags[] = {
161 static const struct xlat semop_flags[] = {
Dstream.c73 static const struct xlat msgflags[] = {
182 static const struct xlat pmsgflags[] = {
275 static const struct xlat pollflags[] = {
479 static const struct xlat stream_flush_options[] = {
489 static const struct xlat stream_setsig_flags[] = {
518 static const struct xlat stream_read_options[] = {
525 static const struct xlat stream_read_flags[] = {
543 static const struct xlat stream_write_flags[] = {
551 static const struct xlat stream_atmark_options[] = {
559 static const struct xlat transport_user_options[] = {
[all …]
Dnet.c122 static const struct xlat domains[] = {
224 const struct xlat addrfams[] = {
320 static const struct xlat socktypes[] = {
340 static const struct xlat sock_type_flags[] = {
352 static const struct xlat socketlayers[] = {
454 static const struct xlat protocols[] = {
545 static const struct xlat msg_flags[] = {
604 static const struct xlat sockoptions[] = {
739 static const struct xlat sockipoptions[] = {
826 static const struct xlat sockipv6options[] = {
[all …]
Dquota.c85 static const struct xlat quotacmds[] = {
128 static const struct xlat quotatypes[] = {
138 static const struct xlat quota_formats[] = {
153 static const struct xlat xfs_quota_flags[] = {
161 static const struct xlat xfs_dqblk_flags[] = {
178 static const struct xlat if_dqblk_valid[] = {
258 static const struct xlat if_dqinfo_valid[] = {
700 static const struct xlat quotacmds[] = {
Dterm.c51 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[] = {
Ddesc.c56 static const struct xlat fcntlcmds[] = {
166 static const struct xlat fdflags[] = {
175 static const struct xlat flockcmds[] = {
185 static const struct xlat lockfcmds[] = {
199 static const struct xlat notifyflags[] = {
225 static const struct xlat whence[] = {
625 static const struct xlat epollctls[] = {
638 static const struct xlat epollevents[] = {
Dsignal.c175 static const struct xlat sigvec_flags[] = {
195 static const struct xlat sigact_flags[] = {
247 static const struct xlat sigprocmaskcmds[] = {
552 static const struct xlat siginfo_codes[] = {
589 static const struct xlat sigill_codes[] = {
601 static const struct xlat sigfpe_codes[] = {
613 static const struct xlat sigtrap_codes[] = {
619 static const struct xlat sigchld_codes[] = {
629 static const struct xlat sigpoll_codes[] = {
639 static const struct xlat sigprof_codes[] = {
[all …]
Dtime.c336 static const struct xlat which[] = {
464 static const struct xlat adjtimex_modes[] = {
493 static const struct xlat adjtimex_status[] = {
536 static const struct xlat adjtimex_state[] = {
670 static const struct xlat clockflags[] = {
675 static const struct xlat clocknames[] = {
751 static const struct xlat sigev_value[] = {
984 static const struct xlat timerfdflags[] = {
Dfile.c266 const struct xlat open_access_modes[] = {
276 const struct xlat open_mode_flags[] = {
422 const struct xlat *x; in sprint_open_modes()
491 static const struct xlat openmodessol[] = {
537 static const struct xlat access_flags[] = {
587 static const struct xlat whence[] = {
752 static const struct xlat modetypes[] = {
991 static const struct xlat fileflags[] = {
1381 static const struct xlat fstatatflags[] = {
1604 static const struct xlat aclcmds[] = {
[all …]
Dbjm.c81 static const struct xlat which[] = {
91 static const struct xlat modflags[] = {
Dresource.c58 static const struct xlat resources[] = {
258 static const struct xlat usagewho[] = {
417 static const struct xlat priorities[] = {
Dprocess.c133 static const struct xlat prctl_options[] = {
569 static const struct xlat clone_flags[] = {
1557 static const struct xlat procpriv_cmds [] = {
1567 static const struct xlat procpriv_priv [] = {
1600 static const struct xlat procpriv_type [] = {
1610 printpriv(struct tcb *tcp, long addr, int len, const struct xlat *opt) in printpriv()
1814 static const struct xlat wait4_options[] = {
2122 static const struct xlat waitid_types[] = {
2228 static const struct xlat ptrace_cmds[] = {
2344 static const struct xlat ptrace_setoptions_flags[] = {
[all …]
Dscsi.c7 static const struct xlat sg_io_dxfer_direction[] = {
Dblock.c85 static const struct xlat blkpg_ops[] = {
Dsock.c50 static const struct xlat iffflags[] = {
DChangeLog141 * net.c (shutdown_modes): New xlat structure.
145 * file.c (inotify_init_flags): New xlat structure.
150 Fix struct xlat initialization bugs
429 [SOL_SCTP] (socksctpoptions): New xlat structure.
517 * system.c [SH] (cacheflush_flags): New xlat structure.
578 * time.c (struct xlat clocknames[]): Add more RT clock IDs.
675 * defs.h (struct xlat): Add const qualifier to the field of
1237 * ipc.c (semop_flags): New xlat structure.
DChangeLog-CVS113 (struct xlat struct_user_offsets[]): Ditto.
261 * defs.h: Declare several "extern const struct xlat" arrays here.
298 * desc.c: const'ify two static struct xlat vector[]'s,
450 (sock_type_flags): New xlat structure.
1371 [LINUX] (umount_flags): New xlat structure with MNT_* entries.
1378 * file.c (openmodes): Split xlat into open_access_modes and
1470 adjtimex_state): New xlat structures.
2612 struct xlat * argument.
2614 * bjm.c: Add const to all struct xlat defns.
4182 * mem.c: MS_SYNC is zero, so must be first in xlat list.
/external/elfutils/libcpu/
DChangeLog172 Fix int3. Fix typo in shl. Correct xlat.
/external/valgrind/main/docs/internals/
D3_2_BUGSTATUS.txt353 vx1672 vx1692 Vfd 135012 x86->IR: 0xD7 0x8A 0xE0 0xD0 (xlat)
/external/qemu/
DChangelog559 - xlat instruction

12