Searched refs:reason (Results 26 - 50 of 88) sorted by relevance

1234

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DBuilder.pm134 $Test->plan( skip_all => $reason );
237 $Test->skip_all($reason);
239 Skips all the tests, using the given $reason. Exits immediately with 0.
245 my($self, $reason) = @_;
248 $out .= " # Skip $reason" if $reason;
328 $result->{reason} = $what_todo;
332 $result->{reason} = '';
627 $Test->BAILOUT($reason);
638 my($self, $reason)
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dmagic.t31 my($reason) = @_;
33 printf "ok $test # skipped%s\n", defined $reason ? ": $reason" : '';
/osnet-11/usr/src/lib/libiov/common/
H A Dlibiov.c366 * This string if non NULL describes the reason for failure
385 char *reason; local
467 reason = malloc(rlen);
468 if (reason != NULL) {
469 (void) strlcpy(reason, pvalidate->pv_reason, rlen);
470 *reason_p = reason;
/osnet-11/usr/src/lib/fm/libasr/common/
H A Dasr_fault.c42 #define ASR_FLT_REASON "reason"
421 char *reason = asr_nvl_str(event, ASR_FLT_REASON); local
432 (void) asr_nvl_add_str(items, ASR_FLT_REASON, reason);
488 char *description = NULL, *severity = NULL, *reason = NULL; local
521 items, ASR_FLT_REASON, &reason);
526 if (reason == NULL)
527 reason = description;
598 err |= asr_buf_append_xml_nnv(buf, pad, "summary", reason, 80);
/osnet-11/usr/src/cmd/sendmail/libmilter/
H A Dsmfi.c479 ** reason -- why?
486 smfi_quarantine(ctx, reason)
488 char *reason;
495 if (reason == NULL || *reason == '\0')
501 len = strlen(reason) + 1;
505 (void) memcpy(buf, reason, len);
/osnet-11/usr/src/lib/librstp/common/
H A Drolesel.c65 setRoleSelected (char* reason, STPM_T* stpm, PORT_T* port, argument
112 reason, stpm->name, port->port_name, (int) newRole);
122 reason, stpm->name, port->port_name, new_role_name);
/osnet-11/usr/src/tools/onbld/Checks/
H A DDbLookups.py99 ' got error: "' + e.reason[1] + '"'
187 ' got error: "' + e.reason[1] + '"'
262 ' got error: "' + e.reason[1] + '"'
279 # if using a direct socket connection fails for some reason, so we
416 # reason, so return a failure
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A D3c595.c389 char *reason, *warning; local
397 reason = "default";
402 reason = "forced";
409 printf("selected %s. (%s)\n", conn_tab[i].name, reason);
/osnet-11/usr/src/cmd/sendmail/aux/
H A Detrn.pl253 my $reason = @_;
257 print "Timed out during $reason\n" if $verbose;
/osnet-11/usr/src/lib/libinetutil/common/
H A Deh.c111 * unsigned int: the (user-defined) reason why
122 iu_stop_handling_events(iu_eh_t *eh, unsigned int reason, argument
126 eh->iueh_reason = reason;
268 * output: int: the reason why we stopped, -1 if due to internal failure
/osnet-11/usr/src/lib/libnsl/nsl/
H A Dt_rcvdis.c223 discon->reason = pptr->discon_ind.DISCON_reason;
/osnet-11/usr/src/lib/libpkg/common/
H A Dp12lib.h233 extern void ERR_SUNW_error(int function, int reason, char *file, int line);
/osnet-11/usr/src/cmd/sendmail/include/libmilter/
H A Dmfapi.h556 * char *reason: explanation
559 LIBMILTER_API int smfi_quarantine __P((SMFICTX *ctx, char *reason));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/XS/Typemap/
H A DTypemap.pm28 All the functions are exported. There is no reason not to do this since
H A DTypemap.xs158 System calls return -1 on error (setting ERRNO with the reason)
227 from C. There is no reason to pass an enum value to C since
/osnet-11/usr/src/lib/libndr/common/
H A Dndr_server.c657 result->reason = 0;
681 result->reason = NDR_PPR_LOCAL_LIMIT_EXCEEDED;
695 result->reason = NDR_PPR_ABSTRACT_SYNTAX_NOT_SUPPORTED;
766 result->reason = 0;
777 result->reason = NDR_PPR_LOCAL_LIMIT_EXCEEDED;
790 result->reason = NDR_PPR_ABSTRACT_SYNTAX_NOT_SUPPORTED;
/osnet-11/usr/src/lib/auditd_plugins/binfile/
H A Dbinfile.c968 * time open is called; the reason is -s if kvlist != NULL and -n otherwise.
976 int reason; local
996 reason = 1; /* audit -n */
998 reason = 2; /* audit -s */
1000 reason = 0; /* initial open */
1006 "binfile: am_open=%d, reason=%d\n", ctrl->am_open, reason));
1019 switch (reason) {
/osnet-11/usr/src/cmd/sendmail/src/
H A Dqueue.c315 ** q quarantine reason
649 /* quarantine reason */
1156 ** reason -- why (signal?), -1 to turn off restart
1170 mark_work_group_restart(wgrp, reason)
1172 int reason;
1177 WorkGrp[wgrp].wg_restart = reason;
1178 if (reason >= 0)
2468 #define NEED_QUARANTINE 0100 /* 'q': reason */
4281 case 'q': /* quarantine reason */
4590 ** There was some error reading the qf file (reason i
[all...]
/osnet-11/usr/src/lib/fm/libfmnotify/common/
H A Dlibfmnotify.c516 char *code, *uuid, *fmri, *from_state, *to_state, *reason; local
586 nvlist_lookup_string(attr_nvl, "reason-long", &reason)) {
596 evi->ei_reason = strdup(reason);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
H A DGuess.pm293 The reason is that Encode::Guess guesses encoding by trial and error.
308 The reason is that vendor encoding is usually a superset of national
/osnet-11/usr/src/lib/scsi/libscsi/common/
H A Dscsi_engine.c416 * Set the reason of the action.
421 libscsi_action_set_reason(libscsi_action_t *ap, libscsi_reason_t reason) argument
427 aip->lsai_reason = reason;
/osnet-11/usr/src/cmd/hal/hald/
H A Dhald_dbus.c206 const char *reason; local
208 reason = hal_device_property_get_string (device, "info.locked.reason");
210 hal_device_get_udi (device), reason));
215 reason);
280 const char *reason)
286 reason
1488 /** This function is used to modify the Capabilities property. The reason
1877 * bool Device.Lock(string reason)
1896 char *reason; local
278 raise_permission_denied(DBusConnection *connection, DBusMessage *in_reply_to, const char *reason) argument
2016 char *reason; local
2185 char *reason; local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/t/
H A Ddumper.t70 my $reason = shift;
71 ++$TNUM; print "ok $TNUM # skip $reason\n";
72 ++$TNUM; print "ok $TNUM # skip $reason\n";
73 ++$TNUM; print "ok $TNUM # skip $reason\n";
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/NDBM_File/
H A DNDBM_File.pm96 sets C<$!> to contain the reason the file could not be tied.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/ODBM_File/
H A DODBM_File.pm96 sets C<$!> to contain the reason the file could not be tied.

Completed in 108 milliseconds

1234