HomeSort by relevance Sort by last modified time
    Searched defs:print_flag (Results 1 - 5 of 5) sorted by null

  /toolchain/binutils/binutils-2.27/gprof/
symtab.h 82 bfd_boolean print_flag; /* Should this be printed? */
81 bfd_boolean print_flag; \/* Should this be printed? *\/ member in struct:sym::__anon4499
  /external/e2fsprogs/misc/
filefrag.c 129 static void print_flag(__u32 *flags, __u32 mask, char *buf, const char *name) function
169 print_flag(&fe_flags, FIEMAP_EXTENT_LAST, flags, "last,");
170 print_flag(&fe_flags, FIEMAP_EXTENT_UNKNOWN, flags, "unknown_loc,");
171 print_flag(&fe_flags, FIEMAP_EXTENT_DELALLOC, flags, "delalloc,");
172 print_flag(&fe_flags, FIEMAP_EXTENT_ENCODED, flags, "encoded,");
173 print_flag(&fe_flags, FIEMAP_EXTENT_DATA_ENCRYPTED, flags,"encrypted,");
174 print_flag(&fe_flags, FIEMAP_EXTENT_NOT_ALIGNED, flags, "not_aligned,");
175 print_flag(&fe_flags, FIEMAP_EXTENT_DATA_INLINE, flags, "inline,");
176 print_flag(&fe_flags, FIEMAP_EXTENT_DATA_TAIL, flags, "tail_packed,");
177 print_flag(&fe_flags, FIEMAP_EXTENT_UNWRITTEN, flags, "unwritten,")
    [all...]
  /external/iw/
info.c 14 static void print_flag(const char *name, int *open) function
184 print_flag("disabled", &open);
190 print_flag("no IR", &open);
192 print_flag("passive scan", &open);
194 print_flag("no ibss", &open);
198 print_flag("radar detection", &open);
232 print_flag("short preamble supported", &open);
  /external/iproute2/ip/
ipmacsec.c 561 static void print_flag(FILE *f, struct rtattr *attrs[], const char *desc, function
595 print_flag(stdout, attrs, "protect", MACSEC_SECY_ATTR_PROTECT);
603 print_flag(stdout, attrs, "sc", MACSEC_RXSC_ATTR_ACTIVE);
604 print_flag(stdout, attrs, "sa", MACSEC_SA_ATTR_ACTIVE);
605 print_flag(stdout, attrs, "encrypt", MACSEC_SECY_ATTR_ENCRYPT);
606 print_flag(stdout, attrs, "send_sci", MACSEC_SECY_ATTR_INC_SCI);
607 print_flag(stdout, attrs, "end_station", MACSEC_SECY_ATTR_ES);
608 print_flag(stdout, attrs, "scb", MACSEC_SECY_ATTR_SCB);
610 print_flag(stdout, attrs, "replay", MACSEC_SECY_ATTR_REPLAY);
1037 print_flag(f, tb, "protect", IFLA_MACSEC_PROTECT)
    [all...]
  /device/google/contexthub/firmware/os/drivers/bosch_bmi160/
bosch_bmi160.c 2100 static size_t print_flag = 0; local
    [all...]

Completed in 616 milliseconds