Searched refs:FUNC_SPEC_FLAG (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/pcitool/ |
H A D | pcitool_ui.c | 1130 FUNC_SPEC_FLAG, flags_arg, func_arg); in parse_device_opts() 1147 rval = extract_bdf_arg(value, "func", FUNC_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() 1484 FUNC_SPEC_FLAG, flags_arg, func_arg); in parse_probeone_opts() 1501 rval = extract_bdf_arg(value, "func", FUNC_SPEC_FLAG, in parse_probeone_opts()
|
H A D | pcitool_ui.h | 73 #define FUNC_SPEC_FLAG (0x100000ULL << 32) macro
|
H A D | pcitool.c | 599 if (input_args_p->flags & FUNC_SPEC_FLAG) { in probe_dev()
|