Searched refs:aflags (Results 1 – 6 of 6) sorted by relevance
/external/toybox/toys/lsb/ |
D | mount.c | 315 int aflags, noauto, len; in mount_main() local 346 aflags = flag_opts(mm->opts, flags, &aopts); in mount_main() 347 aflags = flag_opts(opts, aflags, &aopts); in mount_main() 349 mount_filesystem(mm->device, mm->dir, mm->type, aflags, aopts); in mount_main()
|
/external/tcpdump/ |
D | print-bgp.c | 2164 u_int aflags, atype, alenlen, alen; in bgp_attr_print() local 2169 aflags = *tptr; in bgp_attr_print() 2173 alenlen = bgp_attr_lenlen(aflags, tptr); in bgp_attr_print() 2177 alen = bgp_attr_len(aflags, tptr); in bgp_attr_print() 2188 if (aflags) { in bgp_attr_print() 2190 aflags & 0x80 ? "O" : "", in bgp_attr_print() 2191 aflags & 0x40 ? "T" : "", in bgp_attr_print() 2192 aflags & 0x20 ? "P" : "", in bgp_attr_print() 2193 aflags & 0x10 ? "E" : "")); in bgp_attr_print() 2194 if (aflags & 0xf) in bgp_attr_print() [all …]
|
/external/syslinux/gpxe/src/include/gpxe/ |
D | aoe.h | 37 uint8_t aflags; member
|
/external/syslinux/gpxe/src/net/ |
D | aoe.c | 158 aoeata->aflags = ( ( command->cb.lba48 ? AOE_FL_EXTENDED : 0 )| in aoe_send_command()
|
/external/llvm/unittests/Support/ |
D | YAMLIOTest.cpp | 1344 AFlags aflags = static_cast<AFlags>(kf.flags); in mapping() local 1345 io.mapRequired("flags", aflags); in mapping() 1346 kf.flags = aflags; in mapping()
|
/external/toybox/toys/pending/ |
D | ip.c | 487 static char *get_flag_string(struct arglist *aflags, int flags, int ismulti) in get_flag_string() argument 489 struct arglist *p = aflags; in get_flag_string()
|