Searched defs:sdevid (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) {
308 * Case 1. devid > sdevid
309 * Case 2. devid == sdevid && funcid > sfuncid
311 if ((devid > sdevid) || ((devid == sdevid) &&
314 devid = sdevid;
318 } else if (sscanf(tmp, "%x", &sdevid) == 1) {
321 * Case 1. devid >= sdevid
323 if (devid >= sdevid) {
[all...]

Completed in 44 milliseconds