Searched refs:nactive (Results 1 – 9 of 9) sorted by relevance
| /titanic_41/usr/src/cmd/fs.d/ufs/quotacheck/ |
| H A D | quotacheck.c | 279 int nactive, serially; in preen() local 316 nactive = 0; in preen() 369 nactive++; in preen() 375 nactive--; in preen() 381 while (nactive > 0) { in preen() 383 nactive--; in preen()
|
| /titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ipmpstat/ |
| H A D | ipmpstat.c | 475 uint_t i, nactive = 0; in sfunc_addr_outbound() local 512 if (nactive++ != 0) in sfunc_addr_outbound() 572 uint_t nactive = 0, ninactive = 0, nunusable = 0; in sfunc_group_interfaces() local 593 if (nactive++ != 0) in sfunc_group_interfaces() 612 if (nactive != 0) in sfunc_group_interfaces() 621 if (nactive + ninactive != 0) in sfunc_group_interfaces()
|
| /titanic_41/usr/src/cmd/sendmail/db/txn/ |
| H A D | txn.c | 928 u_int32_t nactive, ndx; local 934 nactive = mgr->region->nbegins - 942 nbytes = sizeof(DB_TXN_STAT) + sizeof(DB_TXN_ACTIVE) * (nactive + 200); 957 if (stats->st_nactive > nactive + 200) 958 stats->st_nactive = nactive + 200;
|
| /titanic_41/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/ |
| H A D | mpd_probe.c | 1384 uint_t nactive = 0, nnonstandby = 0; in phyint_transition_to_running() local 1417 nactive++; in phyint_transition_to_running() 1428 if (nactive >= nnonstandby) in phyint_transition_to_running() 1433 if (nactive >= nnonstandby && actstandbypi != NULL) in phyint_transition_to_running() 1457 uint_t nactive = 0, nnonstandby = 0; in phyint_standby_refresh_inactive() local 1480 nactive++; in phyint_standby_refresh_inactive() 1483 if (nactive == 0 || nactive < nnonstandby) in phyint_standby_refresh_inactive() 1485 else if (nactive > nnonstandby) in phyint_standby_refresh_inactive()
|
| /titanic_41/usr/src/uts/common/io/audio/drv/audiols/ |
| H A D | audiols.h | 228 int nactive; /* Num active ports */ member
|
| /titanic_41/usr/src/uts/common/fs/sockfs/ |
| H A D | socksubr.c | 1749 uint_t nactive = 0; /* # of active AF_UNIX sockets */ in sockfs_update() local 1761 nactive++; in sockfs_update() 1764 ksp->ks_ndata = nactive; in sockfs_update() 1765 ksp->ks_data_size = nactive * sizeof (struct k_sockinfo); in sockfs_update()
|
| /titanic_41/usr/src/lib/libsldap/common/ |
| H A D | ns_internal.h | 607 uint32_t nactive; member
|
| H A D | ns_reads.c | 3233 batch->nactive++; in ldap_list() 3455 if (batch->nactive == 0) in __ns_ldap_list_batch_process() 3545 batch->nactive--; in __ns_ldap_list_batch_process() 3573 return ((batch->nactive > 0) ? 1 : 0); in __ns_ldap_list_batch_process()
|
| /titanic_41/usr/src/uts/sun4u/starfire/io/ |
| H A D | idn.c | 4321 int i, nactive, masterid, nretry; in idn_global_report() local 4392 nactive = 0; in idn_global_report() 4396 nactive++; in idn_global_report() 4401 idn.nchannels, nactive, IDN_MAX_NETS); in idn_global_report()
|