HomeSort by relevance Sort by last modified time
    Searched defs:failed (Results 1 - 25 of 32) sorted by null

1 2

  /onnv/onnv-gate/usr/src/lib/libslp/javalib/com/sun/slp/
Assert.java 57 String failed = msgs.getString("assert_failed"); local
59 System.err.println(failed+msg);
SLPConfig.java 215 String failed = null; local
230 failed = formatMessage(
239 failed = formatMessage(
249 // If the alternate log failed, log it through the default log
250 if (failed != null) {
253 log.write(failed);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fmli/sys/
test.c 42 #define failed(a, b) mess_temp(b) macro
75 failed("test", "] missing");
108 failed("test", "argument expected");
127 failed("test", "test syntax error");
171 failed("test",") expected");
247 failed("test", "test - unknown operator");
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
Balanced.pm 316 goto failed;
324 goto failed;
336 goto failed;
376 goto failed;
387 goto failed;
396 goto failed unless $omode eq 'PARA';
419 failed: label
    [all...]
  /onnv/onnv-gate/usr/src/lib/fm/topo/libtopo/common/
topo_method.c 124 "method registration failed for %s: %s\n",
297 boolean_t failed; local
299 failed = B_FALSE;
312 failed = B_TRUE;
315 failed = B_TRUE;
322 failed = B_TRUE;
326 failed = B_TRUE;
333 failed = B_TRUE;
339 failed = B_TRUE;
341 failed = B_TRUE
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4/os/
mp_states.c 91 int failed = 0; local
125 cmn_err(CE_WARN, "cpuid 0x%x failed to idle", i);
126 failed++;
130 if (failed) {
141 boolean_t failed = B_FALSE; local
172 cmn_err(CE_WARN, "cpuid 0x%x failed to resume", i);
178 failed = !CPUSET_ISNULL(cpu_idle_set);
183 * Non-zero if a cpu failed to resume
185 if (failed)
  /onnv/onnv-gate/usr/src/lib/libadm/common/
getdev.c 390 * -1 If failed. "errno" will be set to a value that indicates the
862 int failed; /* TRUE if record failed to match */ local
868 failed = FALSE;
869 for (p = criteria; !failed && (p->fcn != ENDLIST); p++) {
880 failed = !matches(ent->alias, p->cmp, p->fcn);
884 failed = !matches(ent->cdevice, p->cmp, p->fcn);
888 failed = !matches(ent->bdevice, p->cmp, p->fcn);
892 failed = !matches(ent->pathname, p->cmp, p->fcn);
902 failed = TRUE
    [all...]
  /onnv/onnv-gate/usr/src/lib/libslp/clib/
slp_targets.c 58 * A given DA is called no more than once, and failed DAs are skipped
59 * after they have been marked 'failed'.
82 * slp_mark_target_failed: callers should mark a slp_target_t failed after
116 SLPBoolean used, failed; member in struct:da_node
268 if (!(*tl->state)->da->used && !(*tl->state)->da->failed)
270 if ((*tl->state)->da->failed) {
287 if (!p->da->used && !p->da->failed)
305 p->da->failed = SLP_TRUE;
323 dn->used = dn->failed = SLP_FALSE;
429 te->failed = SLP_FALSE
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/avs/ns/nsctl/
nsc_mem.c 140 "hdr force clear failed 0x%p",
165 "hdr clear failed 0x%p",
399 "!nsctl: _nsc_global_setup: global map init failed");
698 int failed = 0; local
708 ++failed;
715 if ((rc < 0) || failed)
716 cmn_err(CE_WARN, "!_nsc_global_zero: clear mem failed");
  /onnv/onnv-gate/usr/src/cmd/fgrep/
fgrep.c 296 int failed; local
320 failed = 0;
370 failed = 1;
415 if ((vflag && (failed == 0 || xflag == 0)) ||
416 (vflag == 0 && xflag && failed))
447 failed = 0;
457 failed = 0;
  /onnv/onnv-gate/usr/src/cmd/fs.d/ufs/fsck/
setup.c 607 pwarn("SEARCH FOR ALTERNATE SUPERBLOCKS FAILED.\n");
628 pwarn("SEARCH FOR ALTERNATE SUPERBLOCKS FAILED. "
770 if (reply("error-lock reset failed; CONTINUE") == 0) {
789 int failed; local
807 failed = fsck_bread(fsreadfd, sip,
810 if (failed && !asked) {
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fm/modules/common/disk-monitor/
topo_gather.c 402 boolean_t failed = B_FALSE; local
416 failed = B_TRUE;
421 failed = B_TRUE;
425 if (!failed && (p = strtok_r(actions, "&", &lasts)) != NULL) {
429 failed = B_TRUE;
436 } else if (!failed) {
446 if (!failed && (err = check_indactions(indactp)) != E_NO_ERROR) {
449 failed = B_TRUE;
452 if (failed) {
  /onnv/onnv-gate/usr/src/lib/libc/port/gen/
crypt.c 506 syslog(LOG_ALERT, "crypt: open(%s) failed: %s",
515 syslog(LOG_ALERT, "crypt: stat(%s) failed: %s",
544 syslog(LOG_ALERT, "crypt: fdopen(%d) failed: %s",
905 int failed; local
914 failed = 0;
921 if ((KS = ks) == NULL) /* calloc() failed */
922 failed = 1;
927 return (failed);
  /onnv/onnv-gate/usr/src/uts/common/avs/ns/sdbc/
sd_ft.c 98 * _sdbc_ft_unload - cache is being unloaded (or failed to load).
350 * i/o after a failed disk has been repaired.
448 "write failed: cd %x; cblk %" NSC_SZFMT "; dirty %x",
463 "pinned data block failed. cannot recover "
478 * _sd_process_failure() adds to failed list & does pinned callback
481 if (cdi->cd_info->sh_failed) { /* raw device open/reserve failed */
517 * node had failed writes (pinnable or not) we need to take
770 * EINVAL invalid device or not failed
777 int failed, num; local
781 * in the case where a failed device has been closed an
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4u/serengeti/io/
sbdp.c 921 * There are certain cases where obp marks components as failed
930 static const char *failed = "fail"; local
951 if (strncmp(status_buf, failed, strlen(failed)) == 0) {
952 SBDP_DBG_STATE("status of failed\n");
  /onnv/onnv-gate/usr/src/cmd/sh/
defs.h 223 #define failed(s1, s2) failed_real(s1, s2, NULL) macro
  /onnv/onnv-gate/usr/src/uts/common/fs/zfs/
dmu_objset.c 747 char failed[MAXPATHLEN]; member in struct:snaparg
788 (void) strcpy(sn->failed, name);
834 (void) strcpy(sn.failed, fsname);
861 dsl_dataset_name(ds, sn.failed);
867 (void) strcpy(fsname, sn.failed);
    [all...]
dsl_dataset.c 853 char *failed; member in struct:destroyarg
884 (void) strcpy(da->failed, name);
906 da.failed = fsname;
2188 char failed[MAXPATHLEN]; member in struct:renamesnaparg
3270 char failed[MAXPATHLEN]; member in struct:dsl_ds_holdarg
    [all...]
  /onnv/onnv-gate/usr/src/cmd/svc/configd/
backend.c 421 int failed = 0; local
461 failed++;
464 if (failed) {
801 "Backend copy failed: fails to read from %s "
816 "Backend copy failed: fails to write to %s "
840 * _UNKNOWN failed for unknown reason (details written to
903 "\"%s\" backup failed: localtime(3C) failed: %s\n", name,
917 configd_critical("\"%s\" backup failed: opening %s: %s\n", name,
925 configd_critical("\"%s\" backup failed: mkstemp(%s): %s\n"
    [all...]
  /onnv/onnv-gate/usr/src/lib/cfgadm_plugins/pci/common/
cfga.c 148 #define FAILED 10
180 "failed ",
285 DBG_F(2, (stderr, "open on %s failed\n", ap_id));
290 DBG(1, ("stat failed: %i\n", errno));
316 DBG(1, ("get_occupants: prop_lookup failed: %i\n", errno));
519 DBG(1, ("check_rcm: failed to get occupants\n"));
612 DBG(2, ("cfga_change_state: devctl ap getstate failed\n"));
835 DBG(1, ("malloc failed\n"));
888 DBG_F(2, (stderr, "open on %s failed\n", ap_id));
895 DBG_F(2, (stderr, "fstat on %s failed\n", ap_id))
1770 char *failed; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/cfgadm_plugins/sysctrl/common/
cfga.c 185 /* y */ " failed: ",
205 /* n */ "failed",
354 char *failed; local
367 failed = dgettext(TEXT_DOMAIN, cfga_str(DIAG_FAILED));
368 flen = strlen(failed);
389 s[++n] = failed;
392 DBG("<%s>", failed);
402 s[++n] = failed;
406 DBG("<%s>", failed);
    [all...]
  /onnv/onnv-gate/usr/src/lib/libdevinfo/
devfsmap.c 450 int failed = 1; local
612 failed = 0;
619 if (failed == 1) {
743 logdmsg(("get_driver_class: failed to open %s: %s\n",
1065 logdmsg(("is_root_controller: failed to open %s: %s\n",
1071 logdmsg(("is_root_controller: getvfsfile: failed to read "
1089 logdmsg(("is_root_controller: tempnam: failed: %s\n",
1285 logdmsg(("phci_to_vhci: vhci_ctl failed: %s\n",
1365 logdmsg(("vhci_to_phci: vhci_ctl failed to get npaths: %s\n",
1380 logdmsg(("vhci_to_phci: vhci_ctl failed: %s\n"
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4u/io/
sbd.c 624 "sbd:%s:%d: failed to alloc soft-state",
635 "sbd:%s:%d: failed to get soft-state instance",
643 "sbd:%s: failed to alloc board list %d",
1135 "sbd:%s: cpu_configure for cpuid %d failed",
1212 "sbd:%s: cpu_unconfigure for cpu %d failed",
5118 static const char *failed = "fail"; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/cfgadm_plugins/shp/common/
shp.c 153 #define FAILED 10
180 "failed ",
1141 DBG(1, ("di_init() failed\n"));
1148 DBG(1, ("di_prom_init() failed\n"));
1254 DBG(1, ("malloc failed\n"));
1268 DBG(1, ("fix_ap_name: failed to snapshot node\n"));
1401 DBG(1, ("malloc failed\n"));
1409 DBG(1, ("physpath2node failed\n"));
1414 DBG(1, ("cfga_get_state failed\n"));
1605 char *failed; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/lvm/libmeta/common/
meta_sp.c 732 * failed to produce a valid submirror, but that would be
3756 int failed; local
    [all...]

Completed in 840 milliseconds

1 2