Home
last modified time | relevance | path

Searched refs:IS_ARRAY_ZERO (Results 1 – 4 of 4) sorted by relevance

/external/strace/
Ds390.c532 if (id_val || !IS_ARRAY_ZERO(hdr->infmtype)) in print_sthyi_machine()
534 if (id_val || !IS_ARRAY_ZERO(hdr->infmmanu)) in print_sthyi_machine()
536 if (id_val || !IS_ARRAY_ZERO(hdr->infmseq)) in print_sthyi_machine()
538 if (id_val || !IS_ARRAY_ZERO(hdr->infmpman)) in print_sthyi_machine()
606 if (!abbrev(tcp) && !IS_ARRAY_ZERO(hdr->reserved_1__)) in print_sthyi_partition()
609 if (id_val || !IS_ARRAY_ZERO(hdr->infppnam)) in print_sthyi_partition()
622 if (!IS_ARRAY_ZERO(hdr->infplgnm)) { in print_sthyi_partition()
684 if (!IS_ARRAY_ZERO(hdr->reserved_1__)) in print_sthyi_hypervisor()
783 if (!IS_ARRAY_ZERO(hdr->reserved_1__)) in print_sthyi_guest()
808 if (!IS_ARRAY_ZERO(hdr->reserved_2__)) in print_sthyi_guest()
[all …]
Dmacros.h70 #define IS_ARRAY_ZERO(arr_) \ macro
Dbtrfs.c904 if (!IS_ARRAY_ZERO(args.reserved)) { in MPERS_PRINTER_DECL()
DChangeLog6392 Move is_filled and IS_ZERO to macros.h, rename IS_ZERO to IS_ARRAY_ZERO.
6393 * s390.c: Replace all IS_ZERO invocations with IS_ARRAY_ZERO.
6397 (IS_ZERO): Rename to IS_ARRAY_ZERO, cast arr_ to "const char *".