Searched refs:rslt (Results 1 - 21 of 21) sorted by relevance

/freebsd-11-stable/contrib/gdb/gdb/
H A Dremote-rdi.c196 int rslt, i;
224 rslt = Adp_OpenDevice (devName, openArgs, rdi_heartbeat);
226 if (rslt != adp_ok)
245 rslt = angel_RDI_open (10, &gdb_config, &gdb_hostif, NULL);
246 if (rslt == RDIError_BigEndian || rslt == RDIError_LittleEndian)
248 else if (rslt != RDIError_NoError)
250 printf_filtered ("RDI_open: %s\n", rdi_error_message (rslt));
255 rslt = angel_RDI_info (RDIInfo_Target, &arg1, &arg2);
256 if (rslt !
195 int rslt, i; local
339 int len, rslt; local
414 int rslt; local
435 int rslt; local
486 int rslt, rdi_regmask; local
544 int rslt, rdi_regmask; local
587 int rslt, i; local
615 int rslt; local
649 int rslt; local
679 int rslt; local
703 int rslt; local
[all...]
/freebsd-11-stable/lib/libc/rpc/
H A Dpmap_clnt.c65 bool_t rslt; local
84 rslt = rpcb_set((rpcprog_t)program, (rpcvers_t)version, nconf, na);
87 return (rslt);
H A Dkey_call.c417 void *rslt)
425 *(cryptkeyres*)rslt = *res;
430 *(cryptkeyres*)rslt = *res;
435 *(des_block*)rslt = *res;
453 if (clnt_call(clnt, proc, xdr_arg, arg, xdr_rslt, rslt,
416 key_call(u_long proc, xdrproc_t xdr_arg, void *arg, xdrproc_t xdr_rslt, void *rslt) argument
H A Drpcb_clnt.c529 bool_t rslt = FALSE; local
569 (char *)(void *)&rslt, tottimeout);
573 return (rslt);
586 bool_t rslt = FALSE; local
610 (char *)(void *)&rslt, tottimeout);
613 return (rslt);
/freebsd-11-stable/sys/xen/interface/io/
H A Dvscsiif.h241 int32_t rslt; member in struct:vscsiif_response
/freebsd-11-stable/lib/libc/stdlib/
H A Dstrfmon.c526 char *rslt; local
576 rslt = calloc(1, bufsize);
577 if (rslt == NULL) {
581 bufend = rslt + bufsize - 1; /* reserve space for trailing '\0' */
637 bufsize = rslt + bufsize - bufend;
638 memmove(rslt, bufend, bufsize);
640 return (rslt);
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/QM/
H A Dqm.h327 #define MCR_rslt_idle(r) (!rslt || (rslt >= 0xf0))
328 #define MCR_rslt_ok(r) (rslt == 0xf0)
329 #define MCR_rslt_eaccess(r) (rslt == 0xf8)
330 #define MCR_rslt_inval(r) (rslt == 0xff)
H A Dqm.c192 uint8_t rslt; local
200 rslt = MCR_get_rslt(GET_UINT32(p_Qm->p_QmRegs->mcr));
201 if (!MCR_rslt_idle(rslt))
218 rslt = MCR_get_rslt(GET_UINT32(p_Qm->p_QmRegs->mcr));
219 } while(!MCR_rslt_idle(rslt) && --timeout);
221 if (MCR_rslt_ok(rslt))
226 if (MCR_rslt_eaccess(rslt))
228 if (MCR_rslt_inval(rslt))
230 RETURN_ERROR(MAJOR, E_INVALID_STATE, ("Unexpected result from MCR_INIT_PFDR: %02x\n", rslt));
/freebsd-11-stable/contrib/gcc/
H A Dcfganal.c940 basic_block *rslt, int rslt_max, void *data)
981 rslt[tv++] = st[sp++] = bb;
994 rslt[tv++] = st[sp++] = e->src;
1004 rslt[tv++] = st[sp++] = e->dest;
1011 UNMARK_VISITED (rslt[sp]);
933 dfs_enumerate_from(basic_block bb, int reverse, bool (*predicate) (basic_block, void *), basic_block *rslt, int rslt_max, void *data) argument
H A Dtree-tailcall.c718 tree param, stmt, args, rslt, call; local
793 rslt = TREE_OPERAND (call, 0);
797 SSA_NAME_DEF_STMT (rslt) = build_empty_stmt ();
H A Dtree-ssa-loop-niter.c91 tree rslt; local
113 rslt = build_int_cst_type (type, irslt);
117 rslt = build_int_cst (type, 1);
120 rslt = int_const_binop (MULT_EXPR, rslt, x, 0);
123 rslt = int_const_binop (BIT_AND_EXPR, rslt, mask, 0);
126 return rslt;
H A Dtree-scalar-evolution.c2961 tree def, rslt, ass, niter;
2992 rslt = PHI_RESULT (phi);
3017 ass = build2 (MODIFY_EXPR, void_type_node, rslt, NULL_TREE);
3018 SSA_NAME_DEF_STMT (rslt) = ass;
2954 tree def, rslt, ass, niter; local
H A Dloop-iv.c1252 unsigned HOST_WIDEST_INT rslt = 1; local
1257 rslt = (rslt * x) & mask;
1261 return rslt;
H A Dtree-ssa-loop-ivopts.c2510 rtx seq, rslt; local
2518 rslt = expand_expr (expr, NULL_RTX, TYPE_MODE (type), EXPAND_NORMAL);
2523 if (MEM_P (rslt))
2524 cost += address_cost (XEXP (rslt, 0), TYPE_MODE (type));
H A Dfold-const.c10815 tree rslt = code == EQ_EXPR ? integer_zero_node : integer_one_node;
10817 return omit_one_operand (type, rslt, arg0);
10829 tree rslt = code == EQ_EXPR ? integer_zero_node : integer_one_node;
10831 return omit_one_operand (type, rslt, arg0);
10780 tree rslt = code == EQ_EXPR ? integer_zero_node : integer_one_node; local
10794 tree rslt = code == EQ_EXPR ? integer_zero_node : integer_one_node; local
/freebsd-11-stable/sys/rpc/
H A Drpcb_clnt.c544 bool_t rslt = FALSE; local
593 (char *)(void *)&rslt, tottimeout);
597 return (rslt);
610 bool_t rslt = FALSE; local
640 (char *)(void *)&rslt, tottimeout);
643 return (rslt);
/freebsd-11-stable/sys/dev/mpt/
H A Dmpt.c1626 CONFIG_EXTENDED_PAGE_HEADER *rslt,
1664 rslt->PageVersion = cfgp->Header.PageVersion;
1665 rslt->PageNumber = cfgp->Header.PageNumber;
1666 rslt->PageType = cfgp->Header.PageType;
1667 rslt->ExtPageLength = le16toh(cfgp->ExtPageLength);
1668 rslt->ExtPageType = cfgp->ExtPageType;
1731 uint32_t PageAddress, CONFIG_PAGE_HEADER *rslt,
1767 bcopy(&cfgp->Header, rslt, sizeof(*rslt));
1624 mpt_read_extcfg_header(struct mpt_softc *mpt, int PageVersion, int PageNumber, uint32_t PageAddress, int ExtPageType, CONFIG_EXTENDED_PAGE_HEADER *rslt, int sleep_ok, int timeout_ms) argument
1730 mpt_read_cfg_header(struct mpt_softc *mpt, int PageType, int PageNumber, uint32_t PageAddress, CONFIG_PAGE_HEADER *rslt, int sleep_ok, int timeout_ms) argument
H A Dmpt.h1095 CONFIG_EXTENDED_PAGE_HEADER *rslt,
/freebsd-11-stable/sys/dev/isp/
H A Disp_freebsd.h327 #define ISP_GET_PC(isp, chan, tag, rslt) \
329 rslt = ISP_SPI_PC(isp, chan)-> tag; \
331 rslt = ISP_FC_PC(isp, chan)-> tag; \
H A Disp_freebsd.c955 create_lun_state(ispsoftc_t *isp, int bus, struct cam_path *path, tstate_t **rslt) argument
977 *rslt = tptr;
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c5251 rtx rslt = rs6000_darwin64_record_arg (cum, type, named, false);
5252 if (rslt != NULL_RTX)
5253 return rslt;
5238 rtx rslt = rs6000_darwin64_record_arg (cum, type, named, false); local

Completed in 306 milliseconds