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

12

/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dremote-rdi.c190 int rslt, i;
218 rslt = Adp_OpenDevice (devName, openArgs, rdi_heartbeat);
220 if (rslt != adp_ok)
239 rslt = angel_RDI_open (10, &gdb_config, &gdb_hostif, NULL);
240 if (rslt == RDIError_BigEndian || rslt == RDIError_LittleEndian)
242 else if (rslt != RDIError_NoError)
244 printf_filtered ("RDI_open: %s\n", rdi_error_message (rslt));
249 rslt = angel_RDI_info (RDIInfo_Target, &arg1, &arg2);
250 if (rslt !
189 int rslt, i; local
333 int len, rslt; local
408 int rslt; local
429 int rslt; local
480 int rslt, rdi_regmask; local
538 int rslt, rdi_regmask; local
581 int rslt, i; local
609 int rslt; local
643 int rslt; local
673 int rslt; local
697 int rslt; local
[all...]
/openbsd-current/usr.sbin/installboot/
H A Dloongson_installboot.c109 int rslt; local
119 rslt = asprintf(&args.fspec,
124 if (rslt == -1) {
134 rslt = snprintf(cmd, sizeof(cmd), fsckfmt, args.fspec);
135 if (rslt >= sizeof(cmd)) {
137 rslt = -1;
140 rslt = system(cmd);
141 if (rslt == -1) {
147 rslt = snprintf(cmd, sizeof(cmd), newfsfmt,
149 if (rslt >
[all...]
H A Dpowerpc64_installboot.c131 int rslt; local
135 rslt = asprintf(&args.fspec,
140 if (rslt == -1) {
142 return rslt;
145 rslt = snprintf(cmd, sizeof(cmd), newfsfmt, args.fspec);
146 if (rslt >= sizeof(cmd)) {
149 rslt = -1;
150 return rslt;
157 rslt = system(cmd);
158 if (rslt
178 int rslt; local
[all...]
H A Defi_installboot.c153 int rslt; local
157 rslt = asprintf(&args.fspec,
162 if (rslt == -1) {
164 return rslt;
167 rslt = snprintf(cmd, sizeof(cmd), newfsfmt, args.fspec);
168 if (rslt >= sizeof(cmd)) {
171 rslt = -1;
172 return rslt;
179 rslt = system(cmd);
180 if (rslt
200 int rslt; local
341 int rslt; local
[all...]
H A Dmacppc_installboot.c124 int rslt; local
128 rslt = asprintf(&args.fspec,
133 if (rslt == -1) {
135 return rslt;
138 rslt = snprintf(cmd, sizeof(cmd), newfsfmt, args.fspec);
139 if (rslt >= sizeof(cmd)) {
142 rslt = -1;
143 return rslt;
150 rslt = system(cmd);
151 if (rslt
170 int rslt; local
[all...]
H A Docteon_installboot.c124 int rslt; local
128 rslt = asprintf(&args.fspec,
133 if (rslt == -1) {
135 return rslt;
138 rslt = snprintf(cmd, sizeof(cmd), newfsfmt, args.fspec);
139 if (rslt >= sizeof(cmd)) {
142 rslt = -1;
143 return rslt;
150 rslt = system(cmd);
151 if (rslt
170 int rslt; local
[all...]
H A Di386_installboot.c250 int rslt; local
254 rslt = asprintf(&args.fspec,
259 if (rslt == -1) {
261 return rslt;
264 rslt = snprintf(cmd, sizeof(cmd), newfsfmt, args.fspec);
265 if (rslt >= sizeof(cmd)) {
268 rslt = -1;
269 return rslt;
276 rslt = system(cmd);
277 if (rslt
297 int rslt; local
[all...]
H A Dutil.c146 int rslt = -1; local
174 rslt = 0;
178 return (rslt);
/openbsd-current/lib/libc/rpc/
H A Dpmap_clnt.c59 bool_t rslt; local
74 if (CLNT_CALL(client, PMAPPROC_SET, xdr_pmap, &parms, xdr_bool, &rslt,
77 rslt = FALSE;
82 return (rslt);
97 bool_t rslt; local
109 CLNT_CALL(client, PMAPPROC_UNSET, xdr_pmap, &parms, xdr_bool, &rslt,
112 return (rslt);
/openbsd-current/gnu/usr.bin/perl/ext/Sys-Hostname/
H A DHostname.pm55 my($rslt) = `hostname`;
56 if ($rslt !~ /IVVERB/) { ($host) = $rslt =~ /^(\S+)/; }
/openbsd-current/gnu/usr.bin/perl/dist/PathTools/lib/File/Spec/
H A DVMS.pm138 my $rslt;
150 $rslt = vmspath( unixify($spath) . '/' . unixify($sdir));
156 if ($spath =~ /^[\[<][^.\-]/s) { $rslt =~ s/^[^\[<]+//s; }
163 $rslt = '';
165 $rslt = $unix_rpt ? $dir : vmspath($dir);
168 return $self->canonpath($rslt);
186 my $rslt;
198 $rslt = "$spath$file";
200 $rslt = unixify($spath);
201 $rslt
[all...]
/openbsd-current/sbin/fdisk/
H A Dgpt.c268 int rslt = -1; local
302 rslt = 0;
306 return rslt;
507 int rslt; local
520 rslt = lba_free(&start, &end);
521 if (rslt == -1)
608 int pn, rslt; local
622 rslt = 0;
626 rslt = add_partition(gpt_uuid_efi_system,
633 rslt
649 int rslt = 0; local
693 int rslt = -1; local
850 int rslt; local
[all...]
H A Dmisc.c132 int rslt, secpercyl, saveerr; local
148 rslt = snprintf(buf, sizeof(buf), "%llu", oval);
149 if (rslt < 0 || rslt >= sizeof(buf))
H A Ddisk.c219 int rslt; local
228 rslt = writesectors(secbuf, sector, count);
231 return rslt;
/openbsd-current/sys/arch/mips64/mips64/
H A Dfp_emulate.c757 uint64_t rslt)
760 ((uint64_t *)p->p_md.md_regs)[FPBASE + regno] = rslt;
764 rslt & 0xffffffff;
766 (rslt >> 32) & 0xffffffff;
877 uint64_t raw1, raw2, rslt; local
886 rslt = (uint64_t)f32;
889 rslt = (uint64_t)f64;
891 fpu_store(p, tf, fmt, fd, rslt);
1109 uint64_t raw1, raw2, rslt; local
1118 rslt
756 fpu_store(struct proc *p, struct trapframe *tf, uint fmt, uint regno, uint64_t rslt) argument
1148 uint64_t raw1, raw2, raw3, rslt; local
1253 uint64_t raw1, raw2, raw3, rslt; local
1281 uint64_t raw1, raw2, rslt; local
1339 uint64_t raw1, raw2, raw3, rslt; local
1375 uint64_t raw1, raw2, raw3, rslt; local
1505 uint64_t raw1, raw2, rslt; local
[all...]
/openbsd-current/sbin/pdisk/
H A Dfile_media.c178 int i, rslt; local
222 rslt = write_block(fd, 0, block0_ondisk);
224 return rslt;
301 int rslt; local
362 rslt = write_block(fd, sector, dpme_ondisk);
364 return rslt;
/openbsd-current/gnu/usr.bin/perl/ext/VMS-Filespec/t/
H A Dfilespec.t51 $rslt = eval "$func('$arg')";
54 is(lc($rslt), lc($expect), "${func}('$arg'): '$rslt'");
57 is(lc($rslt), lc($expect), "${func}('$arg'): '$rslt' # TODO fix ODS-5 test");
/openbsd-current/gnu/gcc/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;
/openbsd-current/sys/scsi/
H A Dscsiconf.c483 int inqbytes, priority, rslt = 0; local
520 rslt = EINVAL;
523 return rslt;
534 rslt = ENOMEM;
574 rslt = ENOMEM;
578 rslt = scsi_inquire(link, inqbuf, scsi_autoconf | SCSI_SILENT);
579 if (rslt != 0) {
581 rslt = EINVAL;
626 rslt = EINVAL;
724 return rslt;
[all...]
/openbsd-current/gnu/usr.bin/perl/vms/
H A Dvms.c1782 char *rslt; local
1810 rslt = int_rmsexpand_tovms(name, vmsname, PERL_RMSEXPAND_M_SYMLINK);
1811 if (rslt == NULL) {
5028 char *rslt; local
5061 rslt = int_rmsexpand_tovms(vms_src_dsc->dsc$a_pointer,
5064 if (rslt == NULL) {
7021 int_tounixspec(const char *spec, char *rslt, int * utf8_fl) argument
7073 my_strlcpy(rslt, uspec, VMS_MAXRSS);
7075 strcat(rslt,"\n");
7079 my_strlcpy(rslt, spe
8407 int_tovmsspec(const char *path, char *rslt, int dir_flag, int * utf8_flag) argument
12628 char *fspec, *defspec = NULL, *rslt; local
12972 struct vs_str_st *rslt; local
13258 char *fspec, *rslt_spec, *rslt; local
13286 char *fspec, *rslt_spec, *rslt; local
13568 char * rslt = NULL; local
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dcfganal.c1144 dfs_enumerate_from (bb, reverse, predicate, rslt, rslt_max, data)
1148 basic_block *rslt;
1156 rslt[tv++] = st[sp++] = bb;
1169 rslt[tv++] = st[sp++] = e->src;
1180 rslt[tv++] = st[sp++] = e->dest;
1187 rslt[sp]->flags &= ~BB_VISITED;
/openbsd-current/sys/dev/ic/
H A Dgdt_common.c1079 int s, rslt, rv = 0; local
1087 rslt = gdt_intr(sc);
1089 if (rslt && sc == gdt_wait_gdt &&
1108 int retries, rslt; local
1174 rslt = gdt_wait(sc, ccb, GDT_POLL_TIMEOUT);
1177 if (!rslt)
/openbsd-current/sbin/disklabel/
H A Deditor.c1065 int rslt; local
1069 rslt = snprintf(buf, sizeof(buf), "%u", oval);
1070 if (rslt < 0 || (unsigned int)rslt >= sizeof(buf))
1102 int rslt; local
1104 rslt = snprintf(buf, sizeof(buf), "%llu", oval);
1105 if (rslt < 0 || (unsigned int)rslt >= sizeof(buf))

Completed in 284 milliseconds

12