Home
last modified time | relevance | path

Searched refs:DEV_SPEC_FLAG (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/pcitool/
H A Dpcitool_ui.c1126 DEV_SPEC_FLAG, flags_arg, device_arg)) != SUCCESS) { in parse_device_opts()
1141 rval = extract_bdf_arg(value, "dev", DEV_SPEC_FLAG, in parse_device_opts()
1268 if ((*flags_arg & (BUS_SPEC_FLAG | DEV_SPEC_FLAG | FUNC_SPEC_FLAG)) != in parse_device_opts()
1269 (BUS_SPEC_FLAG | DEV_SPEC_FLAG | FUNC_SPEC_FLAG)) { in parse_device_opts()
1478 DEV_SPEC_FLAG, flags_arg, device_arg)) != in parse_probeone_opts()
1495 rval = extract_bdf_arg(value, "dev", DEV_SPEC_FLAG, in parse_probeone_opts()
H A Dpcitool_ui.h72 #define DEV_SPEC_FLAG (0x80000ULL << 32) macro
H A Dpcitool.c603 if (!(input_args_p->flags & DEV_SPEC_FLAG)) in probe_dev()
795 if (input_args_p->flags & DEV_SPEC_FLAG) { in do_probe()
811 if (input_args_p->flags & DEV_SPEC_FLAG) { in do_probe()
830 if (input_args_p->flags & DEV_SPEC_FLAG) { in do_probe()