OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:flags_arg
(Results
1 - 4
of
4
) sorted by null
/external/lldb/source/Plugins/Process/Utility/
InferiorCallPOSIX.cpp
57
addr_t prot_arg,
flags_arg
= 0;
local
71
flags_arg
|= MAP_PRIVATE;
73
flags_arg
|= MAP_ANON;
90
&
flags_arg
,
/external/strace/
desc.c
274
do_dup2(struct tcb *tcp, int
flags_arg
)
280
if (
flags_arg
>= 0) {
282
printflags(open_mode_flags, tcp->u_arg[
flags_arg
], "O_???");
611
do_eventfd(struct tcb *tcp, int
flags_arg
)
615
if (
flags_arg
>= 0) {
617
printflags(open_mode_flags, tcp->u_arg[
flags_arg
], "O_???");
net.c
799
do_sockname(struct tcb *tcp, int
flags_arg
)
819
if (
flags_arg
>= 0) {
821
printflags(sock_type_flags, tcp->u_arg[
flags_arg
],
1049
do_pipe(struct tcb *tcp, int
flags_arg
)
1056
if (
flags_arg
< 0) {
1069
if (
flags_arg
>= 0) {
1071
printflags(open_mode_flags, tcp->u_arg[
flags_arg
], "O_???");
[
all
...]
signal.c
743
do_signalfd(struct tcb *tcp, int
flags_arg
)
751
if (
flags_arg
>= 0) {
753
printflags(open_mode_flags, tcp->u_arg[
flags_arg
], "O_???");
Completed in 61 milliseconds