Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dpcibus.c431 int board, int bridge, int rc, int devno, int fnno, int depth) in declare_dev_and_fn() argument
450 fn = pciexfn_declare(mod, *dev, din, fnno); in declare_dev_and_fn()
452 fn = pcifn_declare(mod, *dev, din, fnno); in declare_dev_and_fn()
523 XAUI, XAUI, fnno, fnno, fn); in declare_dev_and_fn()
H A Ddid_props.c334 dev_path_fix(topo_mod_t *mp, char *path, int devno, int fnno) in dev_path_fix() argument
355 if (fnno == 0) in dev_path_fix()
358 need = snprintf(NULL, 0, "%s@%x,%x", path, devno, fnno); in dev_path_fix()
366 if (fnno == 0) in dev_path_fix()
369 (void) snprintf(newpath, need, "%s@%x,%x", path, devno, fnno); in dev_path_fix()