Searched refs:set (Results 126 - 150 of 821) sorted by relevance

1234567891011>>

/opensolaris-onvv-gate/usr/src/cmd/cpc/common/
H A Dsetgrp.c48 cpc_set_t *set; member in struct:__cpc_setgrp::setgrp_elem
61 int has_sysonly_set; /* Does this group have a system-only set? */
81 * Walker to count the number of requests in a set, and check if any requests
97 * Walker to discover the picnums used by the requests in a set.
120 cpc_set_t *set; local
125 if ((set = cpc_strtoset(sgrp->cpc, spec, sgrp->smt)) == NULL) {
138 sgrp->sets[sgrp->nelem].set = set;
140 * Count the number of requests in the set we just made. If any requests
141 * in the set hav
[all...]
/opensolaris-onvv-gate/usr/src/cmd/vscan/vscand/
H A Dvs_main.c152 sigset_t set; local
195 * Once we're done setting our global state up, set up signal handlers
198 (void) sigfillset(&set);
199 (void) sigdelset(&set, SIGABRT); /* always unblocked for ASSERT() */
209 (void) sigdelset(&set, SIGTERM);
210 (void) sigdelset(&set, SIGHUP);
211 (void) sigdelset(&set, SIGINT);
212 (void) sigdelset(&set, SIGPIPE);
215 (void) sigdelset(&set, SIGTSTP);
216 (void) sigdelset(&set, SIGTTI
342 sigset_t set, oset; local
[all...]
/opensolaris-onvv-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_mn_changelog.c38 * Number of log entries per set.
147 * This routine is called during MN set creation.
168 /* Get a pointer to the incore md_set_desc for this MN set */
237 /* Get a pointer to the incore md_set_desc this MN set */
360 * Only the set master can do this.
437 * Commit the set record and all of the changelog entry records to disk.
438 * Don't bother with other stuff hanging off the set record
498 /* set last rec to be 0 to indicate completion */
530 mdmn_log_it(set_t set, md_error_t *ep, mdmn_changelog_record_t *lr) argument
542 METAD_SETUP_LR(MD_DB_SETDATA, set, l
591 mdmn_snarf_changelog(set_t set, md_error_t *ep) argument
[all...]
/opensolaris-onvv-gate/usr/src/lib/hal/libhal/common/
H A Dlibhal.h411 /* Free a property set earlier obtained with libhal_device_get_all_properties(). */
412 void libhal_free_property_set (LibHalPropertySet *set);
414 /* Get the number of properties in a property set. */
415 unsigned int libhal_property_set_get_num_elems (LibHalPropertySet *set);
418 LibHalPropertyType libhal_ps_get_type (const LibHalPropertySet *set, const char *key);
421 const char *libhal_ps_get_string (const LibHalPropertySet *set, const char *key);
424 dbus_int32_t libhal_ps_get_int32 (const LibHalPropertySet *set, const char *key);
427 dbus_uint64_t libhal_ps_get_uint64 (const LibHalPropertySet *set, const char *key);
430 double libhal_ps_get_double (const LibHalPropertySet *set, const char *key);
433 dbus_bool_t libhal_ps_get_bool (const LibHalPropertySet *set, cons
446 LibHalPropertySet *set; /**< Property set we are iterating over */ member in struct:LibHalPropertySetIterator_s
[all...]
/opensolaris-onvv-gate/usr/src/lib/libeti/form/common/
H A Dregex.c343 char *set, c; local
346 set = (char *)aset;
349 n = *set++;
351 if (*set == MINUS) {
352 if ((set[2] - set[1]) < 0)
354 if (*++set <= c) {
355 if (c <= *++set)
358 ++set;
359 ++set;
[all...]
/opensolaris-onvv-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dutil.c129 * set of strings.
132 in_string_set(char *p, char *set) argument
137 errlog(BEGIN, "in_string_set( p = \"%s\", set = \"%s\") {", p, set);
140 set = skipb(set);
141 q = nextsep(set);
142 if (q == set) {
148 if (strcmp(p, set) == 0) {
155 set
[all...]
/opensolaris-onvv-gate/usr/src/cmd/dtrace/test/tst/common/misc/
H A Dtst.boolopt.d35 #pragma D option quiet=set
/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/shadow/
H A DScrollableAreaShadow.java98 s.set(/* NOI18N */"columnWidths", w);
100 s.set(/* NOI18N */"rowHeights", h);
/opensolaris-onvv-gate/usr/src/cmd/mdb/sparc/v9/kmdb/
H A Dkaif_asmutil.h41 * Each cpusave buffer has an area set aside for a ring buffer of breadcrumbs.
61 set KRM_SIZE, tmp2; \
79 set flag, tmp3; \
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/encoding/
H A Dencoding.pm37 character set and encoding to Perl string data (Unicode and
39 Perl string data into the specified character set and encoding.
/opensolaris-onvv-gate/usr/src/cmd/sh/
H A Dfault.c159 * If the signal has been set to SIGIGN and we are now
203 sigset_t set; local
212 sigemptyset(&set);
213 sigaddset(&set, sig);
214 sigprocmask(SIG_UNBLOCK, &set, 0);
385 * set the action for the list of signals
407 * set the action associated with the signal
419 * set the action associated with the signal
433 sigset_t set, oset; local
441 sigemptyset(&set);
[all...]
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/pkcs12/
H A Dp12_attr.c129 if (sk_ASN1_TYPE_num (attrib->value.set))
130 return sk_ASN1_TYPE_value(attrib->value.set, 0);
/opensolaris-onvv-gate/usr/src/lib/libast/common/string/
H A Dstrerror.c115 ast.locale.set |= AST_LC_internal;
120 ast.locale.set &= ~AST_LC_internal;
/opensolaris-onvv-gate/usr/src/lib/libc/amd64/fp/
H A D_xtoull.s30 .set cw,0
31 .set cw_old,2
/opensolaris-onvv-gate/usr/src/uts/sun4u/ml/
H A Dcpr_resume_setup.s52 * 4. set up the thread and lwp registers for the cpr process
115 ! set text to begin at a page boundary so we can
133 set MMU_PCONTEXT, %g2
138 ! Restore SCONTEXT. We do not need to set up the TSB
143 set MMU_SCONTEXT, %g2
168 set i_cpr_tmp_cif, %g1
174 set prom_tba, %g1
187 ! we can set cpr_suspend_succeeded here
189 set cpr_suspend_succeeded, %l0
209 ! always set
[all...]
/opensolaris-onvv-gate/usr/src/uts/sun4v/sys/
H A Dmachthread.h77 set cpu, reg; \
91 set cpu_pa, reg; \
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/
H A Ddomain.c258 int found, lookup, set, which; local
270 set = TRUE;
272 set = FALSE;
277 lookup = set;
281 lookup = set;
293 * set resolver options by setting the RES_OPTIONS environment variable.
/opensolaris-onvv-gate/usr/src/lib/libc/port/gen/
H A Dklpdlib.c132 klpd_register_id(const priv_set_t *set, void *handle, idtype_t type, id_t id) argument
139 /* We really need to have the privilege set as argument here */
141 set, d->pd_setsize, type) == -1)
146 (void) setppriv(PRIV_OFF, PRIV_INHERITABLE, set);
153 klpd_register(const priv_set_t *set, void *handle) argument
155 return (klpd_register_id(set, handle, P_PID, -1));
/opensolaris-onvv-gate/usr/src/uts/i86pc/os/cpupm/
H A Dpwrnow.c136 pwrnow_power(cpuset_t set, uint32_t req_state) argument
144 if (CPU_IN_SET(set, CPU->cpu_id)) {
146 CPUSET_DEL(set, CPU->cpu_id);
148 if (!CPUSET_ISNULL(set)) {
150 CPUSET2BV(set), (xc_func_t)pwrnow_pstate_transition);
/opensolaris-onvv-gate/usr/src/uts/sparc/v7/sys/
H A Dtraptrace.h105 set trap_trace_ctl, ptr; \
107 set panicstr, scr1; \
122 set trap_trace_ctl, scr1; \
130 set panicstr, scr2; \
165 set code, scr2; \
/opensolaris-onvv-gate/usr/src/cmd/krb5/krb5kdc/
H A Dnetwork.c199 #define FOREACH_ELT(set,idx,vvar) \
200 for (idx = set.n-1; idx >= 0 && (vvar = set.data[idx], 1); idx--)
202 #define GROW_SET(set, incr, tmpptr) \
203 (((int)(set.max + incr) < set.max \
204 || (((size_t)((int)(set.max + incr) * sizeof(set.data[0])) \
205 / sizeof(set.data[0])) \
206 != (set
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/nxge/
H A Dnxge_hio.c212 nxge_grp_set_t *set; local
217 set = &nxge->tx_set;
220 set = &nxge->rx_set;
225 if ((1 << dc) & set->owned.map) {
258 nxge_grp_set_t *set; local
266 set = &nxge->rx_set;
268 if (set->group[i] != NULL) {
269 KMEM_FREE(set->group[i], sizeof (nxge_grp_t));
270 set->group[i] = NULL;
277 set
307 nxge_grp_set_t *set; local
354 nxge_grp_set_t *set; local
430 nxge_grp_set_t *set; local
551 nxge_grp_set_t *set; local
2100 nxge_grp_set_t *set = &nxge->tx_set; local
2211 nxge_grp_set_t *set = &nxge->rx_set; local
2391 nxge_grp_set_t *set = &nxge->tx_set; local
2438 nxge_grp_set_t *set = &nxge->rx_set; local
[all...]
/opensolaris-onvv-gate/usr/src/lib/libc/port/threads/
H A Dsigaction.c95 * Get a self-consistent set of flags, handler, and mask
107 * setitimer(ITIMER_REALPROF) set up by the dbx collector.
394 * This allows a child of vfork(2) to set signal handlers
401 * signal, even though it has set the action to SIG_DFL
446 * We detect setting the disposition of SIGIO just to set the
546 * The signal mask will be set when the
594 thr_sigsetmask(int how, const sigset_t *set, sigset_t *oset) argument
599 if (set == NULL) {
623 self->ul_sigmask.__sigbits[0] |= set->__sigbits[0];
624 self->ul_sigmask.__sigbits[1] |= set
652 pthread_sigmask(int how, const sigset_t *set, sigset_t *oset) argument
659 sigprocmask(int how, const sigset_t *set, sigset_t *oset) argument
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/IPC/SysV/
H A DMsg.pm62 sub set { subroutine
154 On creation of a new message queue C<FLAGS> is used to set the
170 =item set ( STAT )
172 =item set ( NAME => VALUE [, NAME => VALUE ...] )
174 C<set> will set the following values of the C<stat> structure associated
182 C<set> accepts either a stat object, as returned by the C<stat> method,
/opensolaris-onvv-gate/usr/src/uts/sfmmu/ml/
H A Dsfmmu_kdi.s72 set KHATID, %g5; \
79 set UHMEHASH_SZ, %g5; \
83 set uhme_hash_pa, %g5; \
89 set KHMEHASH_SZ, %g5; \
93 set khme_hash_pa, %g5; \
281 set kdi_trap_vatotte, %g3
334 set mmu_hashcnt, %g4

Completed in 357 milliseconds

1234567891011>>