Searched refs:sets (Results 1 - 25 of 33) sorted by relevance

12

/illumos-gate/usr/src/lib/cfgadm_plugins/sbd/
H A Dsbdgenerr.pl48 my @sets;
61 push(@sets, { base => $base, bnd => $bnd });
68 push(@sets, { base => $base, bnd => $bnd });
75 my $set = $sets[$s];
83 } while (++$s <= $#sets);
88 my $set = $sets[$s];
91 } while (++$s <= $#sets);
/illumos-gate/usr/src/uts/i86pc/io/dr/
H A Dsbdgenerr.pl45 my @sets;
58 push(@sets, { base => $base, bnd => $bnd });
65 push(@sets, { base => $base, bnd => $bnd });
72 my $set = $sets[$s];
80 } while (++$s <= $#sets);
85 my $set = $sets[$s];
88 } while (++$s <= $#sets);
/illumos-gate/usr/src/uts/sun4u/ngdr/io/
H A Dsbdgenerr.pl48 my @sets;
61 push(@sets, { base => $base, bnd => $bnd });
68 push(@sets, { base => $base, bnd => $bnd });
75 my $set = $sets[$s];
83 } while (++$s <= $#sets);
88 my $set = $sets[$s];
91 } while (++$s <= $#sets);
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/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 Dregfree.c73 if (g->sets != NULL) {
75 free(g->sets[i].ranges);
76 free(g->sets[i].wides);
77 free(g->sets[i].types);
79 free((char *)g->sets);
H A Dregex2.h169 cset *sets; /* -> cset [ncsets] */ member in struct:re_guts
H A Dregcomp.c216 g->sets = NULL;
713 if ((ch = singleton(cs)) != OUT) { /* optimize singleton sets */
717 EMIT(OANYOF, (int)(cs - p->g->sets));
953 EMIT(OANYOF, (int)(cs - p->g->sets));
1096 ncs = realloc(p->g->sets, (p->g->ncsets + 1) * sizeof (*ncs));
1101 p->g->sets = ncs;
1102 cs = &p->g->sets[p->g->ncsets++];
1114 cset *top = &p->g->sets[p->g->ncsets];
/illumos-gate/usr/src/lib/libc/amd64/crt/
H A Dcerror.s29 / C return sequence which sets errno, returns -1.
/illumos-gate/usr/src/lib/libc/i386/crt/
H A Dcerror.s29 / C return sequence which sets errno, returns -1.
H A Dcerror64.s29 / C return sequence which sets errno, returns -1.
/illumos-gate/usr/src/uts/common/os/
H A Dprivs.awk31 # for privileges and privilege sets and manifest constants for
32 # set size, number of sets, number of privileges
57 # Which are converted to privileges and privilege sets
65 # Number of privilege sets
79 " * Privileges and privilege sets must not be stored in binary\n" \
80 " * form; privileges and privileges sets must be converted to\n" \
87 " * Privilege constant definitions. Privileges and privilege sets\n" \
135 sets[nset] = toupper(substr($2, 6, 1)) tolower(substr($2, 7));
181 # Comments describing privileges and sets follow the definitions.
246 " const char sets[" setbyte
[all...]
H A Dpriv_defs305 effective, permitted and inheritable sets; the limit set must
450 Allows a process to bind processes to processor sets.
455 Allows a process to create and delete processor sets, assign
456 CPUs to processor sets and override the PSET_NOESCAPE property.
/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/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/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/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/cmd/tnf/prex/
H A Dprexlex.l96 sets { yylval.intval = SETS; return (SETS); }
/illumos-gate/usr/src/lib/pyzfs/common/
H A Dallow.py43 __slots__ = "create", "sets", "local", "descend", "ld"
54 # type is "user", "group", "everyone", or "" (for sets)
56 self.sets = dict()
70 self.sets.setdefault(nwho, set()).update(perms)
123 s = self.__ldstr(self.sets, _("Permission sets:\n"))
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dmach_copy.s349 ! sets a lofault handler. It ors LOFAULT_SET into %o5
351 ! is otherwise zero. bzero() sets a lofault handler *only*
459 ! or bzero(). kzero() *always* sets a lofault handler.
462 ! bzero() sets a lofault handler *only* if one was
/illumos-gate/usr/src/common/crypto/arcfour/amd64/
H A Darcfour-x86_64.pl275 / This sets %eax to 1 for Intel, otherwise 0.
/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...]
/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/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

Completed in 124 milliseconds

12