Home
last modified time | relevance | path

Searched refs:condition (Results 1 – 25 of 153) sorted by relevance

1234567

/onnv-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dconditions.c63 static boolean_t test_condition_ncp(nwam_condition_t condition,
65 static boolean_t test_condition_ncu(nwam_condition_t condition,
67 static boolean_t test_condition_enm(nwam_condition_t condition,
69 static boolean_t test_condition_loc(nwam_condition_t condition,
73 static boolean_t test_condition_ip_address(nwam_condition_t condition,
77 static boolean_t test_condition_sys_domain(nwam_condition_t condition,
79 static boolean_t test_condition_adv_domain(nwam_condition_t condition,
83 static boolean_t test_condition_wireless_essid(nwam_condition_t condition,
85 static boolean_t test_condition_wireless_bssid(nwam_condition_t condition,
109 test_condition_object_state(nwam_condition_t condition, in test_condition_object_state() argument
[all …]
/onnv-gate/usr/src/common/openssl/doc/crypto/
H A DBIO_should_retry.pod34 BIO_should_retry() is true if the call that produced this condition
37 If BIO_should_retry() is false then the cause is an error condition.
39 BIO_should_read() is true if the cause of the condition is that a BIO
42 BIO_should_write() is true if the cause of the condition is that a BIO
45 BIO_should_io_special() is true if some "special" condition, that is a
46 reason other than reading or writing is the cause of the condition.
48 BIO_get_retry_reason() returns a mask of the cause of a retry condition
54 condition, it returns the BIO that caused this condition and if
57 the type of BIO that resulted in this condition.
59 BIO_get_retry_reason() returns the reason for a special condition if
[all …]
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/t/
H A Dlibnet_t.pl4 my ($condition, $name) = @_;
6 my $message = $condition ? "ok " : "not ok ";
10 return $condition;
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/
H A DUCD.pm660 my ($hexcode, $lower, $title, $upper, $condition) =
682 condition => $oldcondition };
686 ($condition =~ /^([a-z][a-z](?:_\S+)?)/);
692 condition => $condition };
699 condition => $condition };
/onnv-gate/usr/src/cmd/geniconvtbl/samples/
H A DeucJP_to_ISO-2022-JP.src44 condition {
52 condition {
65 condition {
75 condition {
96 condition {
H A DISO-2022-JP_to_eucJP.src47 condition { // JIS X 0201 Latin (ASCII)
69 condition { // JIS X 0208
91 condition { // JIS X 0201 Kana
113 condition { // JIS X 0212
H A DUTF-8_to_ISO8859-1.src32 condition {
38 condition {
H A DISO8859-1_to_UTF-8.src32 condition {
37 condition {
/onnv-gate/usr/src/cmd/agents/snmp/snmprelayd/
H A Dsnmprelay.appl.c66 int condition=FALSE; in agent_loop() local
68 if(condition==TRUE){ in agent_loop()
H A Dsnmpdx_appl.c67 int condition=FALSE; in agent_loop() local
69 if(condition==TRUE){ in agent_loop()
/onnv-gate/usr/src/lib/libnisdb/
H A Dnis_hashitem.h111 #define MT_LOG(condition, syslogarg) if (condition) syslog ## syslogarg argument
113 #define MT_LOG(condition, syslogarg) argument
/onnv-gate/usr/src/uts/sun4u/sunfire/io/
H A Dsysctrl_dr.c393 if (sysc_stat->condition != SYSC_CFGA_COND_UNKNOWN) { in sysc_policy_connect()
469 DPRINTF(SYSC_DEBUG, ("Current Condition: %d\n", sysc_stat->condition)); in sysc_policy_connect()
571 DPRINTF(SYSC_DEBUG, ("Current Condition: %d\n", sysc_stat->condition)); in sysc_policy_disconnect()
633 DPRINTF(SYSC_DEBUG, ("Current Condition: %d\n", sysc_stat->condition)); in sysc_policy_unconfigure()
661 if (sysc_stat->condition != SYSC_CFGA_COND_OK) { in sysc_policy_configure()
703 DPRINTF(SYSC_DEBUG, ("Current Condition: %d\n", sysc_stat->condition)); in sysc_policy_configure()
716 switch (sysc_stat->condition) { in sysc_policy_empty_condition()
727 sysc_stat->condition = SYSC_CFGA_COND_UNKNOWN; in sysc_policy_empty_condition()
729 sysc_stat->condition = SYSC_CFGA_COND_UNUSABLE; in sysc_policy_empty_condition()
747 sysc_stat->condition = SYSC_CFGA_COND_FAILED; in sysc_policy_disconnected_condition()
[all …]
H A Dac_test.c197 test->info.prev_condition = mem_info->condition; in ac_mem_test_start()
270 test->bank, stop.condition); in ac_mem_test_stop()
287 test->mem_info->condition = stop.condition; in ac_mem_test_stop()
304 sysc_cfga_cond_t condition = SYSC_CFGA_COND_UNKNOWN; in ac_mem_test_stop_on_close() local
327 test->board, test->bank, condition); in ac_mem_test_stop_on_close()
342 test->mem_info->condition = condition; in ac_mem_test_stop_on_close()
H A Dac_stat.c104 statp->condition = mem_info->condition; in ac_mem_stat()
184 stat32p->condition = statp->condition; in ac_mem_stat()
H A Dac.c1090 ac_kstat_cond(softsp->bank[0].condition); in ac_misc_kstat_update()
1095 ac_kstat_cond(softsp->bank[1].condition); in ac_misc_kstat_update()
1193 softsp->bank[id].condition = SYSC_CFGA_COND_UNKNOWN; in ac_get_memory_status()
1197 softsp->bank[id].condition = SYSC_CFGA_COND_OK; in ac_get_memory_status()
1201 softsp->bank[id].condition = SYSC_CFGA_COND_UNKNOWN; in ac_get_memory_status()
1205 softsp->bank[id].condition = SYSC_CFGA_COND_UNUSABLE; in ac_get_memory_status()
1217 softsp->bank[id].condition = in ac_get_memory_status()
1224 softsp->bank[id].condition = in ac_get_memory_status()
1235 softsp->bank[id].condition = SYSC_CFGA_COND_OK; in ac_get_memory_status()
1240 softsp->bank[id].condition = SYSC_CFGA_COND_UNKNOWN; in ac_get_memory_status()
[all …]
H A Dac_add.c133 if (ac_add_clean || mem_info->condition != SYSC_CFGA_COND_OK) { in ac_add_bank()
228 (!force && mem_info->condition != SYSC_CFGA_COND_OK)) { in ac_add_memory()
/onnv-gate/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema_test.h46 cfga_cond_t condition; member
70 #define SET_CONDITION(H, C) ((H)->condition = (C))
H A Dmema.c860 test_stop.condition = SYSC_CFGA_COND_UNKNOWN; in mtest_run()
896 handle.condition = CFGA_COND_UNKNOWN; in mtest_run()
930 switch (handle.condition) { in mtest_run()
932 test_stop.condition = SYSC_CFGA_COND_OK; in mtest_run()
935 test_stop.condition = SYSC_CFGA_COND_FAILING; in mtest_run()
938 test_stop.condition = SYSC_CFGA_COND_FAILED; in mtest_run()
941 test_stop.condition = SYSC_CFGA_COND_UNKNOWN; in mtest_run()
944 test_stop.condition = SYSC_CFGA_COND_UNKNOWN; in mtest_run()
1369 cs->ap_cond = cond_cvt(ac->condition); in mema_cvt()
1651 "condition=%d\n", tstop->handle, tstop->condition); in dump_ioctl()
[all …]
/onnv-gate/usr/src/uts/common/io/usb/usba/
H A DREADME36 Calls Current state additional condition Action Next state
88 Calls Current state additional condition Action Next state
134 Calls Current state additional condition Action Next state
174 Calls Current state additional condition Action Next state
211 Calls Current state additional condition Action Next state
251 Calls Current state additional condition Action Next state
288 Calls Current state additional condition Action Next state
/onnv-gate/usr/src/uts/sun4u/sunfire/sys/
H A Dac.h279 sysc_cfga_cond_t condition; member
332 sysc_cfga_cond_t condition; member
355 sysc_cfga_cond_t condition; member
458 sysc_cfga_cond_t condition; member
/onnv-gate/usr/src/lib/libprtdiag/inc/
H A Dpdevinfo_sun4u.h59 enum ac_bank_condition condition; /* bank conditions */ member
148 enum ac_bank_condition condition; /* bank conditions */ member
/onnv-gate/usr/src/lib/libadt_jni/common/
H A Dadt_jni.c327 int condition; in Java_com_sun_audit_AuditSession_bsmAuditOn() local
329 if (auditon(A_GETCOND, (caddr_t)&condition, sizeof (condition))) in Java_com_sun_audit_AuditSession_bsmAuditOn()
/onnv-gate/usr/src/uts/common/io/hotplug/pcihp/
H A Dpcihp.c119 ap_condition_t condition; /* condition of the occupant */ member
1045 ap_state.ap_condition = slotinfop->condition; in pcihp_ioctl()
1256 slotinfop->condition = AP_COND_UNKNOWN; in pcihp_ioctl()
1282 slotinfop->condition = AP_COND_UNUSABLE; in pcihp_ioctl()
1392 if (slotinfop->condition == AP_COND_FAILED) { in pcihp_ioctl()
1576 slotinfop->condition = AP_COND_OK; in pcihp_configure_ap()
1737 slotinfop->condition = AP_COND_UNKNOWN; in pcihp_unconfigure_ap()
2084 slotinfop->condition = AP_COND_OK; in pcihp_new_slot_state()
2121 slotinfop->condition = AP_COND_UNKNOWN; in pcihp_new_slot_state()
2181 slotinfop->condition = AP_COND_OK; in pcihp_new_slot_state()
[all …]
/onnv-gate/usr/src/uts/common/sys/ib/clients/rdsv3/
H A Drdsv3_impl.h198 #define rdsv3_wait_event(waitq, condition) \ argument
202 while (!(condition)) { \
210 #define rdsv3_wait_sig(waitqp, condition) \ argument
216 while (!(condition)) { \
/onnv-gate/usr/src/lib/cfgadm_plugins/shp/common/
H A Dshp.c1345 char *condition; in cfga_get_condition() local
1349 &condition) != 0) { in cfga_get_condition()
1354 condition = get_val_from_result(condition); in cfga_get_condition()
1356 if (strcmp(condition, PCIEHPC_PROP_COND_OK) == 0) in cfga_get_condition()
1358 else if (strcmp(condition, PCIEHPC_PROP_COND_FAILING) == 0) in cfga_get_condition()
1360 else if (strcmp(condition, PCIEHPC_PROP_COND_FAILED) == 0) in cfga_get_condition()
1362 else if (strcmp(condition, PCIEHPC_PROP_COND_UNUSABLE) == 0) in cfga_get_condition()
1364 else if (strcmp(condition, PCIEHPC_PROP_COND_UNKNOWN) == 0) in cfga_get_condition()

1234567