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

/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dproc64_id.c61 int line_size, partitions, ways, sets; local
91 sets = cpuid_info.ecx + 1;
92 cache_size = ways * partitions * line_size * sets;
/illumos-gate/usr/src/cmd/cpc/common/
H A Dsetgrp.c43 * These routines are solely used to manage a list of request sets.
57 } *sets; /* array of events and names */ member in struct:__cpc_setgrp
130 if ((new = realloc(sgrp->sets, (1 + sgrp->nelem) * sizeof (*new)))
137 sgrp->sets = new;
138 sgrp->sets[sgrp->nelem].set = set;
144 sgrp->sets[sgrp->nelem].nreqs = 0;
145 sgrp->sets[sgrp->nelem].sysonly = 1;
146 cpc_walk_requests(sgrp->cpc, set, &(sgrp->sets[sgrp->nelem]),
149 if (sgrp->sets[sgrp->nelem].sysonly == 1)
152 sgrp->sets[sgr
[all...]
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dregex2.h169 cset *sets; /* -> cset [ncsets] */ member in struct:re_guts
/illumos-gate/usr/src/cmd/ptools/ppriv/
H A Dppriv.c368 static char *sets; variable
383 sets = malloc(pri->priv_nsets + 1);
384 if (sets == NULL)
388 sets[i] = *priv_getsetbynum(i);
389 if (islower(sets[i]))
390 sets[i] = toupper(sets[i]);
393 sets[pri->priv_nsets] = '\0';
438 /* Update all sets? */
441 q = sets;
[all...]
/illumos-gate/usr/src/cmd/avs/rdc/
H A Dsndrsyncd.c250 * Check all enabled sets to see if a new remote host has
342 * For all Remote Mirror sets using the link that have autosync on,
350 int sets = 0; local
436 (void) strncpy(rdc_set[sets].secondary.intf, buf,
445 (void) strncpy(rdc_set[sets].primary.intf, buf,
452 (void) strncpy(rdc_set[sets].primary.file, buf, NSC_MAXPATH);
458 (void) strncpy(rdc_set[sets].secondary.file, buf, NSC_MAXPATH);
461 bcopy((void *)(&rdc_set[sets]), (void *)(&parms.rdc_set[0]),
488 sets++;
497 if (sets
[all...]
H A Dsndradm.c777 break; /* no problem with pair_list sets */
781 /* now check with already configured sets */
1539 spcslog_sync(rdcconfig_t *sets, int start, int type) argument
1541 rdcconfig_t *setp = sets;
1769 rdcconfig_t *sets = NULL; local
1813 gettext("unable to allocate pair_list array for %d sets"),
2276 gettext("no matching Remote Mirror sets found "
2487 * all sets in the config, pulling out the ctag for the
2699 "matching Remote Mirror sets"), config_file);
3194 if (sets
[all...]
/illumos-gate/usr/src/tools/ctf/cvt/
H A Dctfmerge.c83 * succeeds, updating wq_lastdonebatch to 0. It clears wip[0], and sets
87 * wip[1], and sets its batch ID to 3. It signals wip[0]'s cv, and
684 sigset_t sets; local
687 sigemptyset(&sets);
688 sigaddset(&sets, SIGINT);
689 sigaddset(&sets, SIGQUIT);
690 sigaddset(&sets, SIGTERM);
691 pthread_sigmask(SIG_BLOCK, &sets, NULL);
701 pthread_sigmask(SIG_UNBLOCK, &sets, NULL);
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_output.c1301 * associated with the sets used for PR-SCTP.
1318 /* Free PR-SCTP sets */
1401 sctp_make_ftsn_chunk(sctp_t *sctp, sctp_faddr_t *fp, sctp_ftsn_set_t *sets, argument
1438 ftsn_entry->ftsn_sid = sets->ftsn_entries.ftsn_sid;
1439 ftsn_entry->ftsn_ssn = sets->ftsn_entries.ftsn_ssn;
1441 sets = sets->next;
1450 * ftsn sets. The ftsn sets is then used to create an Forward TSN
1452 * ftsn sets, ar
1464 sctp_ftsn_set_t *sets = NULL; local
[all...]
H A Dsctp_input.c140 * two sets.
141 * 5. tsn is entirely greater then all sets; add a new set at
222 /* Find out where to start removing sets */
249 /* recount the number of sets */
1973 sctp_ftsn_set_t *sets = NULL; local
1983 !sctp_add_ftsn_set(&sets, fp, meta, &nsets, &seglen)) {
1987 nmp = sctp_make_ftsn_chunk(sctp, fp, sets, nsets, seglen);
1988 sctp_free_ftsn_set(sets);
/illumos-gate/usr/src/uts/sun4u/io/
H A Dsbd_mem.c1615 sbd_mem_unit_t **sets; local
1652 sets = GETSTRUCT(sbd_mem_unit_t *, n_units_per_set * n_sets);
1722 sets[idx] = t_mp;
1746 t_mp = sets[idx];
2001 FREESTRUCT(sets, sbd_mem_unit_t *, n_units_per_set * n_sets);
2004 * c_mp will be NULL when the entire sets[] array
/illumos-gate/usr/src/uts/sun4u/ngdr/io/
H A Ddr_mem.c2077 dr_mem_unit_t **sets; local
2096 sets = GETSTRUCT(dr_mem_unit_t *, n_units_per_set * n_sets);
2336 sets[idx] = t_mp;
2360 t_mp = sets[idx];
2616 FREESTRUCT(sets, dr_mem_unit_t *, n_units_per_set * n_sets);
2619 * c_mp will be NULL when the entire sets[] array
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Ddr_mem.c2142 dr_mem_unit_t **sets; local
2157 sets = GETSTRUCT(dr_mem_unit_t *, DR_SMT_NUNITS_PER_SET *
2257 sets[idx] = t_mp;
2288 t_mp = sets[idx];
2427 FREESTRUCT(sets, dr_mem_unit_t *, DR_SMT_NUNITS_PER_SET *
2431 * c_mp will be NULL when the entire sets[] array
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_io.c159 static int rdc_sets_active; /* number of sets currently enabled */
213 * 'sets' is the increment to the number of active rdc_sets.
218 rdc_thread_tune(int sets) argument
220 int incr = (sets > 0) ? 1 : -1;
226 if (sets < 0)
227 sets = -sets;
229 while (sets--) {
1328 * Lookup enabled sets for a bitmap match
1666 * 1-many sets ar
[all...]

Completed in 223 milliseconds