HomeSort by relevance Sort by last modified time
    Searched refs:print_flags (Results 1 - 9 of 9) 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)
308 if(print_flags & PRINT_DEVICE_ERRORS)
314 if(print_flags & PRINT_DEVICE_ERRORS)
319 if(print_flags & PRINT_DEVICE_ERRORS)
357 if(print_flags & PRINT_DEVICE
506 int print_flags = 0; local
    [all...]
  /external/e2fsprogs/lib/e2p/
pf.c 55 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/e2fsprogs/misc/
lsattr.c 98 print_flags(stdout, flags, pf_options);
101 print_flags(stdout, flags, pf_options);
chattr.c 213 print_flags (stdout, sf, 0);
225 print_flags(stdout, flags, 0);
  /external/iptables/extensions/
libxt_policy.c 307 static void print_flags(const char *prefix, const struct xt_policy_info *info) function
330 print_flags("", info);
345 print_flags("", info);
358 print_flags("--", info);
371 print_flags("--", info);
libxt_tcp.c 278 print_flags(uint8_t mask, uint8_t cmp, int invert, int numeric) function
307 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/0.153/src/
readelf.c 1299 print_flags (int class, GElf_Xword d_val, const struct flags *flags, function
    [all...]

Completed in 1859 milliseconds