Searched refs:idcount (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dipc.c1273 int idcount; local
1291 idcount = service->ipcs_count;
1293 if ((global && idcount > nids) || idcount == 0) {
1294 numids = idcount;
1299 idsize = idcount * sizeof (int);
1303 if (idcount >= service->ipcs_count)
1305 idcount = service->ipcs_count;
H A Dzone.c7211 uint_t idcount = 0; local
7224 idcount++;
7227 if (idcount == 0) {
7233 idarray = kmem_alloc(sizeof (datalink_id_t) * idcount, KM_NOSLEEP);
7247 for (i = 0; i < idcount && ret == 0; i++) {
7253 kmem_free(idarray, sizeof (datalink_id_t) * idcount);

Completed in 59 milliseconds