Home
last modified time | relevance | path

Searched refs:ALL_PORTS (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ofed/infiniband-diags/src/
H A Dperfquery.c115 #define ALL_PORTS 0xFF macro
219 uint32_t val = ALL_PORTS; in output_aggregate_perfcounters()
254 portid2str(portid), ALL_PORTS, ntohs(cap_mask), buf); in output_aggregate_perfcounters()
324 uint32_t val = ALL_PORTS; in output_aggregate_perfcounters_ext()
387 portid2str(portid), ALL_PORTS, ntohs(cap_mask), cap_mask2, buf); in output_aggregate_perfcounters_ext()
777 port = ALL_PORTS; in process_opt()
937 if (!all_ports && port == ALL_PORTS) in main()
939 if (all_ports && port == ALL_PORTS) in main()
1034 if (all_ports_loop || (loop_ports && (all_ports || port == ALL_PORTS))) { in main()
1060 if (all_ports_loop || (loop_ports && (all_ports || port == ALL_PORTS))) { in main()
[all …]
/freebsd/usr.sbin/acpi/acpidump/
H A Dacpi.c1544 PRINTFLAG(atsr->Flags, ALL_PORTS); in acpi_handle_dmar_atsr()