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

  /system/core/toolbox/
getevent.c 75 static int print_possible_events(int fd, int print_flags)
164 else if((count & (print_flags & PRINT_LABELS ? 0x3 : 0x7)) == 0 || i == EV_ABS)
166 if(bit_labels && (print_flags & PRINT_LABELS)) {
193 static void print_event(int type, int code, int value, int print_flags)
197 if (print_flags & PRINT_LABELS) {
294 static int open_device(const char *device, int print_flags)
307 if(print_flags & PRINT_DEVICE_ERRORS)
313 if(print_flags & PRINT_DEVICE_ERRORS)
318 if(print_flags & PRINT_DEVICE_ERRORS)
351 if(print_flags & PRINT_DEVICE
502 int print_flags = 0; local
    [all...]
  /sdk/emulator/qtools/
profile_pid.cpp 79 const char *print_flags = ""; local
81 print_flags = "T";
86 per, sum_per, print_flags, pstate->name);
  /external/e2fsprogs/lib/e2p/
e2p.h 26 /* `options' for print_flags() */
43 void print_flags (FILE * f, unsigned long flags, unsigned options);
pf.c 54 void print_flags (FILE * f, unsigned long flags, unsigned options) function
  /external/linux-tools-perf/util/scripting-engines/
trace-event-python.c 116 if (field_type == PRINT_FLAGS)
125 if (field_type == PRINT_FLAGS)
146 define_value(PRINT_FLAGS, ev_name, cur_field_name, "0",
155 case PRINT_FLAGS:
157 define_field(PRINT_FLAGS, ev_name, cur_field_name,
159 define_values(PRINT_FLAGS, args->flags.flags, ev_name,
trace-event-perl.c 198 case PRINT_FLAGS:
  /external/e2fsprogs/misc/
lsattr.c 98 print_flags(stdout, flags, pf_options);
101 print_flags(stdout, flags, pf_options);
chattr.c 222 print_flags (stdout, sf, 0);
241 print_flags(stdout, flags, 0);
  /external/iptables/extensions/
libxt_policy.c 304 static void print_flags(const char *prefix, const struct xt_policy_info *info) function
327 print_flags("", info);
342 print_flags("", info);
355 print_flags("--", info);
368 print_flags("--", info);
libxt_tcp.c 283 print_flags(uint8_t mask, uint8_t cmp, int invert, int numeric) function
313 print_flags(tcp->flg_mask, tcp->flg_cmp,
  /external/iproute2/ip/
iptuntap.c 249 static void print_flags(long flags) function
294 print_flags(flags);
  /external/qemu/memcheck/
memcheck_util.c 203 int print_flags,
224 if (print_flags) {
memcheck_util.h 226 * print_flags - If 1, flags field of the descriptor will be dumped to stdout.
233 int print_flags,
  /external/linux-tools-perf/util/
trace-event.h 112 PRINT_FLAGS,
trace-event-parse.c 1532 arg->type = PRINT_FLAGS;
    [all...]
  /external/e2fsprogs/debian/
e2fslibs.symbols 30 print_flags@Base 1.37
  /external/elfutils/src/
readelf.c 1224 print_flags (int class, GElf_Xword d_val, const struct flags *flags, function
    [all...]
  /external/e2fsprogs/
RELEASE-NOTES     [all...]

Completed in 353 milliseconds