/illumos-gate/usr/src/cmd/cpc/common/ |
H A D | setgrp.c | 55 } *sets; /* array of events and names */ member 128 if ((new = realloc(sgrp->sets, (1 + sgrp->nelem) * sizeof (*new))) in cpc_setgrp_newset() 135 sgrp->sets = new; in cpc_setgrp_newset() 136 sgrp->sets[sgrp->nelem].set = set; in cpc_setgrp_newset() 142 sgrp->sets[sgrp->nelem].nreqs = 0; in cpc_setgrp_newset() 143 sgrp->sets[sgrp->nelem].sysonly = 1; in cpc_setgrp_newset() 144 cpc_walk_requests(sgrp->cpc, set, &(sgrp->sets[sgrp->nelem]), in cpc_setgrp_newset() 147 if (sgrp->sets[sgrp->nelem].sysonly == 1) in cpc_setgrp_newset() 150 sgrp->sets[sgrp->nelem].picnums = emalloc(sgrp->sets[sgrp->nelem].nreqs in cpc_setgrp_newset() 153 sgrp->sets[sgrp->nelem].hdr = emalloc((sgrp->sets[sgrp->nelem].nreqs * in cpc_setgrp_newset() [all …]
|
/illumos-gate/usr/src/uts/i86pc/io/dr/ |
H A D | sbdgenerr.pl | 45 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 D | sbdgenerr.pl | 48 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/lib/cfgadm_plugins/sbd/ |
H A D | sbdgenerr.pl | 46 my @sets; 59 push(@sets, { base => $base, bnd => $bnd }); 66 push(@sets, { base => $base, bnd => $bnd }); 73 my $set = $sets[$s]; 81 } while (++$s <= $#sets); 86 my $set = $sets[$s]; 89 } while (++$s <= $#sets);
|
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | sset.h | 20 unsigned int sets[0]; member 36 s->sets[__idx] = n; in sset_add() 37 s->sets[s->size + n] = __idx; in sset_add() 43 unsigned int n = s->sets[__idx]; in sset_test() 45 return (n < s->nbr) && (s->sets[s->size + n] == __idx); in sset_test()
|
H A D | sset.c | 17 struct sset *s = malloc(sizeof(*s) + size * 2 * sizeof(s->sets[0])); in sset_init()
|
/illumos-gate/usr/src/lib/libc/port/regex/ |
H A D | regfree.c | 68 if (g->sets != NULL) { in regfree() 70 free(g->sets[i].ranges); in regfree() 71 free(g->sets[i].wides); in regfree() 72 free(g->sets[i].types); in regfree() 74 free((char *)g->sets); in regfree()
|
/illumos-gate/usr/src/cmd/ptools/ppriv/ |
H A D | ppriv.c | 368 static char *sets; variable 383 sets = malloc(pri->priv_nsets + 1); in loadprivinfo() 384 if (sets == NULL) in loadprivinfo() 388 sets[i] = *priv_getsetbynum(i); in loadprivinfo() 389 if (islower(sets[i])) in loadprivinfo() 390 sets[i] = toupper(sets[i]); in loadprivinfo() 393 sets[pri->priv_nsets] = '\0'; in loadprivinfo() 441 q = sets; in parsespec() 446 int ind = strindex(q[i], sets); in parsespec() 479 if (sets != NULL) { in privupdate() [all …]
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | privs.awk | 135 sets[nset] = toupper(substr($2, 6, 1)) tolower(substr($2, 7)); 264 if (len + length(sets[i]) > 80) { 268 printf sep sets[i] > cfile 269 len += length(sets[i]) + length(sep); 389 print sdef[i] cast "\"" sets[i] "\")\n" > pubhfile
|
/illumos-gate/usr/src/test/libc-tests/tests/regex/data/ |
H A D | bug16127.dat | 4 # single-element sets to an exact match with a single codepoint. 5 # Match sets record small-codepoint characters in a bitmap and large-codepoint 10 # To exercise this, we construct sets which have one member of one side and
|
/illumos-gate/usr/src/cmd/login/ |
H A D | login.dfl | 29 # ULIMIT sets the file size limit for the login. Units are disk blocks. 49 # PATH sets the initial shell PATH variable 56 # SUPATH sets the initial shell PATH variable for root 60 # TIMEOUT sets the number of seconds (between 0 and 900) to wait before 65 # UMASK sets the initial shell file creation mode mask. See umask(1).
|
/illumos-gate/usr/src/lib/libc/amd64/gen/ |
H A D | proc64_id.c | 61 int line_size, partitions, ways, sets; in get_intel_cache_info() local 91 sets = cpuid_info.ecx + 1; in get_intel_cache_info() 92 cache_size = ways * partitions * line_size * sets; in get_intel_cache_info()
|
/illumos-gate/usr/src/lib/libslp/etc/ |
H A D | slp.conf.example | 44 # This example simply sets the property to the default: 47 # This example sets the property to a site-specific list: 86 # This example sets it to 7200 seconds (two hours): 95 # registration refreshes. This example sets the minimum interval 103 # sets the attribute "special-features" to "none": 145 # This example sets it to an aggressively short value; this may be useful 205 # This sets the type hint to service:foo and service:bar:
|
/illumos-gate/usr/src/cmd/su/ |
H A D | su.dfl | 36 # PATH sets the initial shell PATH variable 40 # SUPATH sets the initial shell PATH variable for root
|
/illumos-gate/usr/src/cmd/cmd-inet/etc/default/ |
H A D | ipsec.dfl | 34 # IKE_DEBUG sets the initial debug level within the IKE daemon; by default, 43 # IKE_ADM_PRIV sets the ikeadm "privilege level", which determines how
|
H A D | inetinit.dfl | 26 # TCP_STRONG_ISS sets the TCP initial sequence number generation parameters. 34 # ACCEPT6TO4RELAY sets the policy for 6to4 tunnels communicating with 6to4
|
/illumos-gate/usr/src/test/elf-tests/tests/ |
H A D | Makefile | 21 linker-sets \
|
/illumos-gate/usr/src/lib/libc/amd64/crt/ |
H A D | cerror.S | 29 / C return sequence which sets errno, returns -1.
|
/illumos-gate/usr/src/lib/libc/i386/crt/ |
H A D | cerror.S | 29 / C return sequence which sets errno, returns -1.
|
H A D | cerror64.S | 29 / C return sequence which sets errno, returns -1.
|
/illumos-gate/usr/src/lib/pyzfs/common/ |
H A D | allow.py | 57 self.sets = dict() 71 self.sets.setdefault(nwho, set()).update(perms) 124 s = self.__ldstr(self.sets, _("Permission sets:\n"))
|
/illumos-gate/usr/src/test/elf-tests/tests/linker-sets/ |
H A D | Makefile | 23 TESTDIR = $(ROOTOPTPKG)/tests/linker-sets
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-test-elftest.p5m | 49 dir path=opt/elf-tests/tests/linker-sets 50 file path=opt/elf-tests/tests/linker-sets/in-use-check mode=0555 51 file path=opt/elf-tests/tests/linker-sets/simple mode=0555 52 file path=opt/elf-tests/tests/linker-sets/simple-src.c mode=0444 53 file path=opt/elf-tests/tests/linker-sets/simple.out mode=0444
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/zen/ |
H A D | topo_zen_tn.c | 139 uint64_t sets, size, id; in topo_zen_build_cache() local 154 FM_CACHE_INFO_NSETS, DATA_TYPE_UINT64, &sets, in topo_zen_build_cache() 187 TOPO_PGROUP_CACHE_SETS, TOPO_TYPE_UINT64, sets, in topo_zen_build_cache()
|
/illumos-gate/usr/src/uts/sun4u/ml/ |
H A D | mach_copy.S | 320 ! sets a lofault handler. It ors LOFAULT_SET into %o5 322 ! is otherwise zero. bzero() sets a lofault handler *only*
|