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

/illumos-gate/usr/src/uts/common/os/
H A Ddevcfg.c2190 * (3) FIND_ADDR_BY_CALLBACK: use a caller-supplied callback function
2196 #define FIND_ADDR_BY_CALLBACK 0x20 macro
2214 ((flag & FIND_ADDR_BY_CALLBACK) == 0));
2223 if (flag & FIND_ADDR_BY_CALLBACK)
2250 } else if (flag & FIND_ADDR_BY_CALLBACK) {
2266 if (flag & FIND_ADDR_BY_CALLBACK)
2303 int by = FIND_ADDR_BY_CALLBACK;

Completed in 83 milliseconds