Home
last modified time | relevance | path

Searched refs:xerror (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/bsd/am-utils/dist/amd/
Damfs_host.c542 int xerror = 0; in amfs_host_umount() local
572 for (ml = mlist; ml && !xerror; ml = ml->mnext) { in amfs_host_umount()
593 if (!xerror && error != ENOENT) in amfs_host_umount()
594 xerror = error; in amfs_host_umount()
613 if (xerror && amd_state != Finishing) { in amfs_host_umount()
614 xerror = amfs_host_mount(am, mf); in amfs_host_umount()
615 if (!xerror) { in amfs_host_umount()
620 xerror = EBUSY; in amfs_host_umount()
623 return xerror; in amfs_host_umount()
/netbsd/src/external/gpl3/gdb/dist/sim/testsuite/lib/
Dsim-defs.exp368 set opts(xerror) "no"
436 if { "$opts(xerror)" == "no" } {
581 if { "$opts(xerror)" == "no" } {
596 if { "$opts(xerror)" == "no" } {
/netbsd/src/sys/netinet/
Din_pcb.c583 int xerror; in inpcb_connect() local
591 inp->inp_socket->so_options, inp->inp_moptions, &xerror, in inpcb_connect()
595 if (xerror == 0) in inpcb_connect()
596 xerror = EADDRNOTAVAIL; in inpcb_connect()
597 return xerror; in inpcb_connect()
/netbsd/src/sys/dev/i2c/
Dds2482ow.c628 int xerror; in ds2482_attach() local
629 xerror = ds2482_cmdr(sc, DS2482_SELECT_CHANNEL, in ds2482_attach()
631 if (!xerror) in ds2482_attach()
/netbsd/src/external/gpl3/gdb/dist/sim/testsuite/
DChangeLog-2021324 "xerror" options do not use a list of machines. Clear options from
359 * lib/sim-defs.exp (run_sim_test): New option xerror, for expected
/netbsd/src/crypto/dist/ipsec-tools/src/racoon/
Dipsec_doi.c593 int xerror = -1; in t2isakmpsa() local
618 xerror = 0; in t2isakmpsa()
675 xerror = 0; in t2isakmpsa()
680 if ((xerror != 0) && (sa->gssid != NULL)) { in t2isakmpsa()