Searched defs:sfuncid (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/oplhpd/
H A Dscf_notify.c252 unsigned int sdevid, sfuncid; /* sibling bus addr */ local
305 if (sscanf(tmp, "%x,%x", &sdevid, &sfuncid) == 2) {
309 * Case 2. devid == sdevid && funcid > sfuncid
312 (funcid > sfuncid))) {
315 funcid = sfuncid;

Completed in 44 milliseconds