Searched defs:cond (Results 1 - 25 of 55) sorted by relevance

123

/illumos-gate/usr/src/lib/libbsm/common/
H A Daudit_reboot.c75 int cond = AUC_NOAUDIT; local
81 (void) auditon(A_GETCOND, (caddr_t)&cond, sizeof (cond));
82 canaudit = ((cond == AUC_AUDITING) || (cond == AUC_NOSPACE));
H A Daudit_halt.c90 int cond = AUC_NOAUDIT; local
96 (void) auditon(A_GETCOND, (caddr_t)&cond, sizeof (cond));
97 canaudit = ((cond == AUC_AUDITING) || (cond == AUC_NOSPACE));
H A Dgeneric.c86 int cond = 0; local
89 if (auditon(A_GETCOND, (caddr_t)&cond, sizeof (cond))) {
92 auc = cond;
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dassertions.c84 const char *cond, int print_errno)
87 file, line, assertion_type_to_text(type), cond,
83 default_assertion_failed(const char *file, int line, assertion_type type, const char *cond, int print_errno) argument
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dpthr_cond.c31 * pthread_condattr_init: allocates the cond attribute object and
49 * pthread_condattr_destroy: frees the cond attribute object and
131 * pthread_cond_init: Initializes the cond object. It copies the
136 pthread_cond_init(pthread_cond_t *cond, const pthread_condattr_t *attr) argument
155 else if ((error = cond_init((cond_t *)cond, type, NULL)) == 0)
156 ((cond_t *)cond)->cond_clockid = (uint8_t)clock_id;
/illumos-gate/usr/src/cmd/smserverd/
H A Dmyaudit.c66 int cond = 0; local
68 if (auditon(A_GETCOND, (caddr_t)&cond, sizeof (cond))) {
71 auc = cond;
/illumos-gate/usr/src/uts/sun4u/starfire/sys/
H A Ddrmach.h71 sbd_cond_t cond; member in struct:__anon10063
/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_hashitem.h57 pthread_cond_t cond; member in struct:__anon3629
/illumos-gate/usr/src/cmd/hal/hald/solaris/
H A Dosspec.c42 static gboolean mnttab_event (GIOChannel *channel, GIOCondition cond, gpointer user_data);
204 mnttab_event (GIOChannel *channel, GIOCondition cond, gpointer user_data) argument
210 /* if (cond & ~G_IO_ERR)
/illumos-gate/usr/src/uts/sun4u/starcat/sys/
H A Ddrmach.h80 sbd_cond_t cond; member in struct:__anon10017
/illumos-gate/usr/src/uts/i86pc/sys/
H A Ddrmach.h82 sbd_cond_t cond; member in struct:__anon9420
/illumos-gate/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema_test.c93 SET_CONDITION(handle, cond);\
141 cfga_cond_t cond; local
156 cond = CFGA_COND_OK;
187 cond != CFGA_COND_FAILED)
188 cond = CFGA_COND_FAILING;
190 cond = CFGA_COND_FAILED;
200 cond = CFGA_COND_FAILED;
229 cond != CFGA_COND_FAILED)
230 cond = CFGA_COND_FAILING;
232 cond
296 cfga_cond_t cond; local
425 cfga_cond_t cond; local
[all...]
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_access.c431 nscd_acc_data_t *data, cond_t *cond)
447 if (cond == NULL)
450 (void) cond_wait(cond, access->data_mutex);
501 cond_t *cond = NULL; local
524 if ((cond = (cond_t *)calloc(1, sizeof (cond_t))) ==
531 (void) cond_init(cond, USYNC_THREAD, NULL);
541 access->data_cond = cond;
430 _nscd_cond_wait( nscd_acc_data_t *data, cond_t *cond) argument
/illumos-gate/usr/src/cmd/pcidr/plugins/default/
H A Dpcidr_cfga.c94 cfga_cond_t cond; member in struct:__anon1047
112 if (pcidr_cfga_cond_nametab[i].cond == val)
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dsparc.h88 cond:4, member in struct:f_2b
95 cond:4, member in struct:f_3a
105 cond:4, member in struct:f_3b
/illumos-gate/usr/src/cmd/cdrw/
H A Ddevice.c640 * If EXIT_IF_CHECK_FAILED set in cond then it will also exit after
644 check_device(cd_device *dev, int cond) argument
650 if ((errmsg == NULL) && (cond & CHECK_TYPE_NOT_CDROM) &&
656 if ((errmsg == NULL) && (cond & CHECK_DEVICE_NOT_READY) &&
662 if ((errmsg == NULL) && (cond & CHECK_DEVICE_NOT_WRITABLE)) {
669 if ((errmsg == NULL) && (cond & CHECK_NO_MEDIA)) {
683 if ((errmsg == NULL) && ((cond & CHECK_MEDIA_IS_NOT_BLANK) ||
684 (cond & CHECK_MEDIA_IS_NOT_WRITABLE) ||
685 (cond & CHECK_MEDIA_IS_NOT_ERASABLE))) {
696 if (!erasable && (cond
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/envmond/
H A Dpiclplatmod.c356 char cond[BUF_SIZE]; local
380 (void) strncpy(cond, PICLEVENTARGVAL_FAILED, sizeof (cond));
383 PICL_PROP_CONDITION, cond, sizeof (cond))) != PICL_SUCCESS) {
408 char cond[BUF_SIZE]; local
538 (void) strncpy(cond, PICLEVENTARGVAL_FAILED, sizeof (cond));
542 (void) strncpy(cond, PICLEVENTARGVAL_OK, sizeof (cond));
[all...]
/illumos-gate/usr/src/uts/i86pc/io/acpi/drmach_acpi/
H A Ddrmach_acpi.h133 int cond; member in struct:__anon9358
/illumos-gate/usr/src/uts/sparc/v9/fpu/
H A Dv9instr.c161 } cond; local
181 cond = (enum icc_type) (inst.rs1 & 0xf);
182 switch (cond) {
274 } cond; local
294 cond = (enum icc_type) (inst.rs1 & 0xf);
295 switch (cond) {
488 } cond; local
494 cond = (enum icc_type) (pinst.rs1 & 0xf);
512 switch (cond) {
/illumos-gate/usr/src/lib/libc/inc/
H A Dtdb_agent.h145 tdb_cond_stats_t cond; member in union:__anon2920::__anon2921
/illumos-gate/usr/src/cmd/mailx/
H A Dinit.c71 int cond; /* Current state of conditional exc. */ variable
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dheaders.c83 bool cond = false; local
165 cond = true;
412 if (!cond)
439 if (cond || mid != '\0')
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Ddisassemble.c939 itm_cond_t *cond; local
945 cond = (itm_cond_t *)(cond_hdr + 1);
979 for (i = 0; i < cond_hdr->number; i++, cond++) {
980 switch (cond->type) {
982 dump_range(itm_hdr, cond->operand.place);
985 dump_expr(itm_hdr, cond->operand.place);
989 dump_escapeseq(itm_hdr, cond->operand.place);
992 printi(0, "// unknown %d\n", cond->type);
/illumos-gate/usr/src/cmd/sh/
H A Dname.c119 int cond; local
131 if ((cond = cf(w, syswds[mid].sysnam)) < 0)
133 else if (cond > 0)
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dfhc_bd.c1133 sysc_cfga_cond_t cond; local
1141 cond = (sysc_cfga_cond_t)sysc_pkt->cmd_cfga.arg;
1143 switch (cond) {
1149 sc->condition = cond;

Completed in 170 milliseconds

123