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

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_snmp.c549 int scanned = 0; local
691 scanned = 0;
704 scanned++;
717 if (scanned >= sctp->sctp_nsaddrs)
H A Dsctp_addr.c1417 int scanned = 0; local
1444 scanned++;
1468 if (scanned < nsaddr) {
1478 if (scanned >= nsaddr) {
1497 int scanned = 0; local
1518 scanned++;
1519 if (scanned >= sctp->sctp_nsaddrs) {
1556 int scanned = 0; local
1583 scanned++;
1587 if (scanned >
1655 int scanned = 0; local
1931 int scanned = 0; local
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dvfs.c572 int scanned = 0; local
612 scanned++;
617 if (scanned >= sctp->sctp_nsaddrs)
680 if (scanned >= sctp->sctp_nsaddrs)
/illumos-gate/usr/src/cmd/rcap/rcapd/
H A Drcapd_main.c100 /* scanned */
152 /* flag indicating whether the process should be scanned. */
688 * gone under while we scanned the capped projects. If there were no
710 * be scanned-for, and each collection will be scanned proportionally by their
756 * gone under while we scanned the capped projects. If there were no
1089 * Determine the count of pages scanned by the global page scanner, obtained
1096 uint64_t scanned = 0; local
1106 scanned += ((cpu_stat_t *)
1114 *scannedp = scanned;
[all...]

Completed in 70 milliseconds