Searched refs:SUCCESS (Results 101 - 125 of 138) sorted by relevance

123456

/freebsd-11-stable/contrib/bmake/
H A Darch.c275 * SUCCESS if it was a valid specification. The linePtr is updated
434 } else if (Arch_ParseArchive(&sacrifice, nodeLst, ctxt)!=SUCCESS) {
523 return (SUCCESS);
1180 if (Lst_Open(gn->parents) != SUCCESS) {
H A Ddir.c476 if (Lst_Open(dirSearchPath) == SUCCESS) {
782 if (Lst_Open(path) == SUCCESS) {
1736 if (Lst_Open(path) == SUCCESS) {
1860 if (Lst_Open(openDirectories) == SUCCESS) {
H A Dmake.c476 if (Lst_Open(cgn->children) == SUCCESS) {
731 if (Lst_Open(parents) == SUCCESS) {
832 if (Lst_Open(cgn->iParents) == SUCCESS) {
H A Dparse.c475 return SUCCESS;
515 if (load_getsize(fd, &lf->len) == SUCCESS) {
1271 * and places them on the given list, returning SUCCESS if all
1275 if (Arch_ParseArchive(&line, targets, VAR_CMD) != SUCCESS) {
1616 if (Job_ParseShell(line) != SUCCESS) {
1725 if (Arch_ParseArchive(&line, sources, VAR_CMD) != SUCCESS) {
/freebsd-11-stable/usr.sbin/bsdinstall/scripts/
H A Dzfsboot1052 return $SUCCESS
1460 [ "$ZFSBOOT_GELI_ENCRYPTION" ] || return $SUCCESS
1472 [ "$ZFSBOOT_BOOT_POOL" ] || return $SUCCESS
1508 return $SUCCESS
1535 return $SUCCESS
1761 exit $SUCCESS
/freebsd-11-stable/lib/libc/rpc/
H A Dsvc_raw.c179 msg->rm_reply.rp_acpt.ar_stat == SUCCESS) {
H A Dclnt_bcast.c591 (msg.acpted_rply.ar_stat == SUCCESS)) {
H A Dsvc.c370 rply.acpted_rply.ar_stat = SUCCESS;
/freebsd-11-stable/sys/rpc/
H A Dsvc_dg.c244 msg->rm_reply.rp_acpt.ar_stat == SUCCESS) {
H A Dsvc_vc.c848 msg->rm_reply.rp_acpt.ar_stat == SUCCESS) {
905 msg->rm_reply.rp_acpt.ar_stat == SUCCESS) {
H A Dclnt_bck.c411 (reply_msg.acpted_rply.ar_stat == SUCCESS))
/freebsd-11-stable/share/examples/jails/
H A Djng140 SUCCESS=0
/freebsd-11-stable/usr.sbin/bsdconfig/
H A Dbsdconfig424 exit $SUCCESS
/freebsd-11-stable/usr.sbin/bsdconfig/startup/
H A Dmisc293 # the return value is zero ($SUCCESS) and $value holds the user's input.
402 exit $SUCCESS
/freebsd-11-stable/libexec/bootpd/
H A Dreadfile.c72 #define SUCCESS 0 macro
668 if (retval == SUCCESS) {
816 return SUCCESS;
835 return SUCCESS;
1140 return SUCCESS;
/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap.c1034 SM_STATE(EAP, SUCCESS)
1038 SM_ENTRY(EAP, SUCCESS);
1052 * to get EAPOL Supplicant backend state machine into SUCCESS state. In
1141 SM_ENTER(EAP, SUCCESS);
1152 SM_ENTER(EAP, SUCCESS);
1156 SM_ENTER(EAP, SUCCESS);
1207 SM_ENTER(EAP, SUCCESS);
1210 SM_ENTER(EAP, SUCCESS); /* EAP-Success prior any EAP method */
1218 SM_ENTER(EAP, SUCCESS); /* EAP-Success after Identity */
2272 return "SUCCESS";
[all...]
/freebsd-11-stable/sys/dev/mrsas/
H A Dmrsas_cam.c869 if (mrsas_setup_io(sc, cmd, ccb, device_id, io_request) != SUCCESS)
874 if (mrsas_map_request(sc, cmd, ccb) == SUCCESS) {
1242 if (mrsas_map_request(sc, cmd, ccb) == SUCCESS) {
1372 if (mrsas_map_request(sc, cmd, ccb) == SUCCESS) {
1901 * Returns FAIL if IOs pending to the target device, else return SUCCESS
1930 return SUCCESS;
1992 * Returns FAIL if TM command TIMEDOUT from FW else SUCCESS.
2008 return SUCCESS;
2018 * Returns SUCCESS or FAIL
2039 retCode = SUCCESS;
[all...]
/freebsd-11-stable/contrib/wpa/src/eapol_auth/
H A Deapol_auth_sm.c98 success ? "SUCCESS" : "FAILURE", eap.identifier);
502 SM_STATE(BE_AUTH, SUCCESS)
504 SM_ENTRY_MA(BE_AUTH, SUCCESS, be_auth);
577 SM_ENTER(BE_AUTH, SUCCESS);
595 SM_ENTER(BE_AUTH, SUCCESS);
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-arm.c368 #define SUCCESS (0) macro
753 return SUCCESS;
995 return SUCCESS;
1113 to point after the parsed type specifier. Returns SUCCESS if this was a legal
1188 return SUCCESS;
1212 if (parse_neon_type (&optype, &str) == SUCCESS)
1233 return SUCCESS;
1292 if (parse_neon_operand_type (&parsetype, &str) == SUCCESS)
1303 if (skip_past_char (&str, '[') == SUCCESS)
1319 if (skip_past_char (&str, ']') == SUCCESS)
[all...]
/freebsd-11-stable/contrib/wpa/src/eapol_supp/
H A Deapol_supp_sm.c488 SM_STATE(SUPP_BE, SUCCESS)
490 SM_ENTRY(SUPP_BE, SUCCESS);
588 * and SUCCESS based on eapFail and eapSuccess, respectively.
611 SM_ENTER(SUPP_BE, SUCCESS);
631 SM_ENTER(SUPP_BE, SUCCESS);
644 SM_ENTER(SUPP_BE, SUCCESS);
1042 return "SUCCESS";
/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Deap_sim_db.c39 enum { PENDING, SUCCESS, FAILURE } state; enumerator in enum:eap_sim_db_pending::__anon4337
522 entry->state = SUCCESS;
613 entry->state = SUCCESS;
H A Deap_server.c658 SM_STATE(EAP, SUCCESS)
660 SM_ENTRY(EAP, SUCCESS);
1330 SM_ENTER(EAP, SUCCESS);
1714 "SUCCESS");
/freebsd-11-stable/crypto/heimdal/appl/telnet/libtelnet/
H A Denc_des.c64 #define SUCCESS 0 macro
414 * 0, then mark the state as SUCCESS.
/freebsd-11-stable/contrib/telnet/libtelnet/
H A Denc_des.c59 #define SUCCESS 0 macro
406 * 0, then mark the state as SUCCESS.
/freebsd-11-stable/sys/dev/tws/
H A Dtws_user.c370 return(SUCCESS);

Completed in 209 milliseconds

123456