Home
last modified time | relevance | path

Searched refs:print_flags (Results 1 – 20 of 20) sorted by relevance

/external/e2fsprogs/debugfs/
Dxattrs.c69 int print_flags) in print_xattr() argument
73 if ((print_flags & PRINT_XATTR_STATFMT) && in print_xattr()
77 (!(print_flags & PRINT_XATTR_STATFMT) || (value_len < 40))) { in print_xattr()
79 print_xattr_string(f, value, value_len, print_flags); in print_xattr()
150 int print_flags = 0; in do_get_xattr() local
170 print_flags |= PRINT_XATTR_HEX; in do_get_xattr()
173 print_flags |= PRINT_XATTR_RAW| in do_get_xattr()
177 print_flags |= PRINT_XATTR_C; in do_get_xattr()
218 if (print_flags & PRINT_XATTR_RAW) { in do_get_xattr()
219 if (print_flags & (PRINT_XATTR_HEX|PRINT_XATTR_C)) in do_get_xattr()
[all …]
/external/strace/tests-mx32/
Dfcntl-common.c248 void (*print_flags)(long rc); member
254 if (check->print_flags) { in print_retval_flags()
255 check->print_flags(rc); in print_retval_flags()
357 { 0, ARG_STR(F_GETFD), .print_flags = print_flags_getfd }, in test_fcntl_others()
358 { 1, ARG_STR(F_GETFD), .print_flags = print_flags_getfd }, in test_fcntl_others()
363 { 1, ARG_STR(F_GETLEASE), .print_flags = print_flags_getlease }, in test_fcntl_others()
364 { 0, ARG_STR(F_GETSIG), .print_flags = print_flags_getsig }, in test_fcntl_others()
365 { 1, ARG_STR(F_GETSIG), .print_flags = print_flags_getsig } in test_fcntl_others()
/external/strace/tests/
Dfcntl-common.c248 void (*print_flags)(long rc); member
254 if (check->print_flags) { in print_retval_flags()
255 check->print_flags(rc); in print_retval_flags()
357 { 0, ARG_STR(F_GETFD), .print_flags = print_flags_getfd }, in test_fcntl_others()
358 { 1, ARG_STR(F_GETFD), .print_flags = print_flags_getfd }, in test_fcntl_others()
363 { 1, ARG_STR(F_GETLEASE), .print_flags = print_flags_getlease }, in test_fcntl_others()
364 { 0, ARG_STR(F_GETSIG), .print_flags = print_flags_getsig }, in test_fcntl_others()
365 { 1, ARG_STR(F_GETSIG), .print_flags = print_flags_getsig } in test_fcntl_others()
/external/strace/tests-m32/
Dfcntl-common.c248 void (*print_flags)(long rc); member
254 if (check->print_flags) { in print_retval_flags()
255 check->print_flags(rc); in print_retval_flags()
357 { 0, ARG_STR(F_GETFD), .print_flags = print_flags_getfd }, in test_fcntl_others()
358 { 1, ARG_STR(F_GETFD), .print_flags = print_flags_getfd }, in test_fcntl_others()
363 { 1, ARG_STR(F_GETLEASE), .print_flags = print_flags_getlease }, in test_fcntl_others()
364 { 0, ARG_STR(F_GETSIG), .print_flags = print_flags_getsig }, in test_fcntl_others()
365 { 1, ARG_STR(F_GETSIG), .print_flags = print_flags_getsig } in test_fcntl_others()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Dserialize_mlir_module_utils.cc30 mlir::OpPrintingFlags print_flags; in SerializeMlirModule() local
31 print_flags.enableDebugInfo(); in SerializeMlirModule()
32 module_op.print(os, print_flags); in SerializeMlirModule()
/external/linux-kselftest/tools/testing/selftests/x86/
Dtest_syscall_vdso.c201 static void print_flags(const char *name, unsigned long r) in print_flags() function
309 print_flags("[WARN]\tFlags before", 0x200ed7); in run_syscall()
310 print_flags("[WARN]\tFlags after", flags); in run_syscall()
311 print_flags("[WARN]\tFlags change", (0x200ed7 ^ flags)); in run_syscall()
/external/iptables/extensions/
Dlibxt_policy.c307 static void print_flags(const char *prefix, const struct xt_policy_info *info) in print_flags() function
330 print_flags("", info); in policy4_print()
345 print_flags("", info); in policy6_print()
358 print_flags("--", info); in policy4_save()
371 print_flags("--", info); in policy6_save()
Dlibxt_tcp.c278 print_flags(uint8_t mask, uint8_t cmp, int invert, int numeric) in print_flags() function
307 print_flags(tcp->flg_mask, tcp->flg_cmp, in tcp_print()
/external/e2fsprogs/misc/
Dlsattr.c110 print_flags(stdout, flags, pf_options); in list_attributes()
113 print_flags(stdout, flags, pf_options); in list_attributes()
Dchattr.c233 print_flags (stdout, sf, 0); in change_attributes()
245 print_flags(stdout, flags, 0); in change_attributes()
/external/e2fsprogs/lib/e2p/
Dpf.c54 void print_flags (FILE * f, unsigned long flags, unsigned options) in print_flags() function
De2p.h45 void print_flags (FILE * f, unsigned long flags, unsigned options);
/external/iproute2/ip/
Diptuntap.c258 static void print_flags(long flags) in print_flags() function
407 print_flags(flags); in do_show()
/external/mesa3d/src/gallium/drivers/iris/
Diris_bufmgr.c924 print_flags(unsigned flags) in print_flags() function
1034 print_flags(flags); in iris_bo_map_cpu()
1084 print_flags(flags); in iris_bo_map_wc()
1164 print_flags(flags); in iris_bo_map_gtt()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_bufmgr.c989 print_flags(unsigned flags) in print_flags() function
1093 print_flags(flags); in brw_bo_map_cpu()
1143 print_flags(flags); in brw_bo_map_wc()
1217 print_flags(flags); in brw_bo_map_gtt()
/external/rust/crates/regex-syntax/src/ast/
Dprint.rs491 fn print_flags() { in print_flags() function
/external/e2fsprogs/doc/RelNotes/
Dv1.19.txt142 The 3rd parameter in e2p's print_flags is now a flags word, instead of
/external/e2fsprogs/debian/
Dlibext2fs2.symbols40 print_flags@Base 1.37
/external/elfutils/src/
Dreadelf.c1729 print_flags (int class, GElf_Xword d_val, const struct flags *flags, in print_flags() function
1759 print_flags (class, d_val, dt_flags, ndt_flags); in print_dt_flags()
1766 print_flags (class, d_val, dt_flags_1, ndt_flags_1); in print_dt_flags_1()
1773 print_flags (class, d_val, dt_feature_1, ndt_feature_1); in print_dt_feature_1()
1780 print_flags (class, d_val, dt_posflag_1, ndt_posflag_1); in print_dt_posflag_1()
/external/ethtool/
Dethtool.c428 print_flags(const struct flag_info *info, unsigned int n_info, u32 value) in print_flags() function
2840 print_flags(flags_msglvl, ARRAY_SIZE(flags_msglvl), in do_gset()