HomeSort by relevance Sort by last modified time
    Searched refs:print_flags (Results 1 - 12 of 12) 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/
pf.c 54 void print_flags (FILE * f, unsigned long flags, unsigned options) function
e2p.h 26 /* `options' for print_flags() */
43 void print_flags (FILE * f, unsigned long flags, unsigned options);
  /external/qemu/memcheck/
memcheck_util.h 226 * print_flags - If 1, flags field of the descriptor will be dumped to stdout.
233 int print_flags,
memcheck_util.c 203 int print_flags,
224 if (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/elfutils/src/
readelf.c 1224 print_flags (int class, GElf_Xword d_val, const struct flags *flags, function
    [all...]

Completed in 362 milliseconds