OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lockfcmds
(Results
1 - 2
of
2
) sorted by null
/external/strace/xlat/
lockfcmds.h
1
/* Generated by ./xlat/gen.sh from ./xlat/
lockfcmds
.in; do not edit. */
5
# error static const struct xlat
lockfcmds
in mpers mode
10
const struct xlat
lockfcmds
[] = {
variable in typeref:struct:xlat
/external/strace/
fcntl.c
39
#include "xlat/
lockfcmds
.h"
46
printxval(
lockfcmds
, fl->l_type, "F_???");
127
printxval(
lockfcmds
, tcp->u_arg[2], "F_???");
171
tcp->auxstr = xlookup(
lockfcmds
, tcp->u_rval);
Completed in 145 milliseconds