Searched refs:condition (Results 1 - 25 of 61) sorted by last modified time

123

/illumos-gate/usr/src/man/man5/
H A DMakefile36 condition.5 \
/illumos-gate/usr/src/lib/libnsl/common/
H A Dllib-lnsl839 bool_t __svc_vc_dupcache_init(SVCXPRT *xprt, void *condition, int basis);
/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_values.c830 nwam_condition_t condition, const char *object_name, char **stringp)
874 switch (condition) {
1091 nwam_condition_t condition, uint64_t *ratep)
1123 switch (condition) {
829 nwam_condition_to_condition_string(nwam_condition_object_type_t object_type, nwam_condition_t condition, const char *object_name, char **stringp) argument
1090 nwam_condition_rate(nwam_condition_object_type_t object_type, nwam_condition_t condition, uint64_t *ratep) argument
/illumos-gate/usr/src/uts/common/io/drm/
H A DdrmP.h235 #define DRM_WAIT_ON(ret, q, timeout, condition) \
237 while (!(condition)) { \
252 #define DRM_WAIT(ret, q, condition) \
254 if (!(condition)) { \
258 if (!(condition)) \
739 kmutex_t irq_lock; /* protects irq condition checks */
/illumos-gate/usr/src/uts/sun4u/io/
H A Drmclomv.c1891 env_ind->condition =
2405 env_ind.condition =
2416 env_ind.condition = ENVMON_INACCESSIBLE;
/illumos-gate/usr/src/lib/libc_db/common/
H A Dthread_db.c47 cond_t condition; member in union:__anon129
2514 if (ps_pdread(ph_p, sh_p->sh_unique, &generic_so.condition,
2515 sizeof (generic_so.condition)) != PS_OK)
2519 switch (generic_so.condition.cond_magic) {
2546 (generic_so.condition.cond_type & USYNC_PROCESS);
2547 (void) memcpy(si_p->si_flags, generic_so.condition.flags.flag,
2548 sizeof (generic_so.condition.flags.flag));
2549 si_p->si_size = sizeof (generic_so.condition);
2551 (generic_so.condition.cond_waiters_user |
2552 generic_so.condition
[all...]
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Ditm_util.c128 direc->condition.itm_ptr = (uintptr_t)NULL;
129 cond->referencer = &(direc->condition);
132 direc->condition.itm_ptr = (itm_place2_t)(cond_name);
134 &(direc->condition), OBJ_REG_TAIL);
136 direc->condition.itm_ptr = 0;
/illumos-gate/usr/src/cmd/hal/hald/
H A Dhald.c258 GIOCondition condition,
257 sigterm_iochn_data(GIOChannel *source, GIOCondition condition, gpointer user_data) argument
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dhw_debug.h73 #define CONDITION_CHK(condition, severity, fail_msg) \
76 if (condition) { \
115 /* read one reg and check the condition */
116 #define IDLE_CHK_1(chip_mask, offset, condition, severity, fail_msg) \
123 CONDITION_CHK(condition, severity, prnt_str); \
126 /* loop to read one reg and check the condition */
127 #define IDLE_CHK_2(chip_mask, offset, loop, inc, condition, severity, fail_msg) \
135 CONDITION_CHK(condition, severity, prnt_str); \
139 /* read two regs and check the condition */
140 #define IDLE_CHK_3(chip_mask, offset1, offset2, condition, severit
[all...]
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c3320 CK_BBOOL condition; local
3322 condition = (kuext.KeyUsageBits & KMF_keyEncipherment) ?
3324 SETATTR(templ, i, CKA_UNWRAP, &condition, sizeof (CK_BBOOL));
3326 condition = (kuext.KeyUsageBits & KMF_dataEncipherment) ?
3328 SETATTR(templ, i, CKA_DECRYPT, &condition, sizeof (CK_BBOOL));
3330 condition = (kuext.KeyUsageBits & KMF_digitalSignature) ?
3332 SETATTR(templ, i, CKA_SIGN, &condition, sizeof (CK_BBOOL));
3334 condition = (kuext.KeyUsageBits & KMF_digitalSignature) ?
3336 SETATTR(templ, i, CKA_SIGN_RECOVER, &condition,
/illumos-gate/usr/src/lib/libm/amd64/src/
H A Dpowl.s88 movb %ah,%dh / %dh <- condition code of x
93 movb %ah,%dl / %dl <- condition code of y
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dpow.s91 movb %ah,%dh / %dh <- condition code of x
96 movb %ah,%dl / %dl <- condition code of y
H A Dpowf.s92 movb %ah,%dh / %dh <- condition code of x
97 movb %ah,%dl / %dl <- condition code of y
H A Dpowl.s88 movb %ah,%dh / %dh <- condition code of x
93 movb %ah,%dl / %dl <- condition code of y
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/mpi/
H A Dmpi2_history.txt226 * Added PhyInfo defines for power condition.
/illumos-gate/usr/src/uts/common/sys/ib/clients/rdsv3/
H A Drdsv3_impl.h194 #define rdsv3_wait_event(waitq, condition) \
198 while (!(condition)) { \
206 #define rdsv3_wait_sig(waitqp, condition) \
212 while (!(condition)) { \
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dac_test.c195 test->info.prev_condition = mem_info->condition;
266 " condition %d",
268 test->bank, stop.condition);
284 /* update the bank condition accordingly */
285 test->mem_info->condition = stop.condition;
302 sysc_cfga_cond_t condition = SYSC_CFGA_COND_UNKNOWN; local
324 "board %d, bank %d, condition %d", test->info.handle,
325 test->board, test->bank, condition);
339 /* update the bank condition accordingl
[all...]
H A Dac.c394 * In the case of a DR operation this condition
1087 ac_kstat_cond(softsp->bank[0].condition);
1092 ac_kstat_cond(softsp->bank[1].condition);
1181 * decode the memory bank property. set condition based
1190 softsp->bank[id].condition = SYSC_CFGA_COND_UNKNOWN;
1194 softsp->bank[id].condition = SYSC_CFGA_COND_OK;
1198 softsp->bank[id].condition = SYSC_CFGA_COND_UNKNOWN;
1202 softsp->bank[id].condition = SYSC_CFGA_COND_UNUSABLE;
1214 softsp->bank[id].condition =
1221 softsp->bank[id].condition
[all...]
H A Dac_add.c133 if (ac_add_clean || mem_info->condition != SYSC_CFGA_COND_OK) {
222 /* verify the memory condition is acceptable */
228 (!force && mem_info->condition != SYSC_CFGA_COND_OK)) {
H A Dac_stat.c104 statp->condition = mem_info->condition;
184 stat32p->condition = statp->condition;
H A Dfhc_bd.c581 switch (sc->condition) {
788 * Set the condition to FAILED if POST has
1125 * force a board condition for test purpose
1149 sc->condition = cond;
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc_vc.c1822 __svc_vc_dupcache_init(SVCXPRT *xprt, void *condition, int basis) argument
1824 return (__svc_dupcache_init(condition, basis,
H A Dsvc.c1693 * __svc_dupcache_init(void *condition, int basis, char *xprt_cache)
1695 * Use default values depending on the cache condition and basis.
1699 __svc_dupcache_init(void *condition, int basis, char **xprt_cache) argument
1723 if (condition != NULL)
1724 dc->dc_time = *((time_t *)condition);
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dsaslint.h234 int condition; /* set to SASL_NOUSER if no available users; member in struct:mechanism
H A Dserver.c218 m->condition = SASL_OK; /* if we previously thought the
512 mech->condition = SASL_OK;
515 mech->condition = result; /* SASL_OK or SASL_NOUSER */
884 n->condition = SASL_CONTINUE;
1571 if (mech->condition == SASL_NOUSER) {
1753 if (m->condition == SASL_CONTINUE) {
1799 m->condition = SASL_OK;

Completed in 644 milliseconds

123