Searched refs:fnno (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/ |
H A D | pcibus.c | 501 int board, int bridge, int rc, int devno, int fnno, int depth) in declare_dev_and_fn() argument 521 fn = pciexfn_declare(mod, *dev, din, fnno); in declare_dev_and_fn() 523 fn = pcifn_declare(mod, *dev, din, fnno); in declare_dev_and_fn() 594 XAUI, XAUI, fnno, fnno, fn); in declare_dev_and_fn()
|
H A D | did_props.c | 373 dev_path_fix(topo_mod_t *mp, char *path, int devno, int fnno) in dev_path_fix() argument 394 if (fnno == 0) in dev_path_fix() 397 need = snprintf(NULL, 0, "%s@%x,%x", path, devno, fnno); in dev_path_fix() 405 if (fnno == 0) in dev_path_fix() 408 (void) snprintf(newpath, need, "%s@%x,%x", path, devno, fnno); in dev_path_fix()
|