Searched refs:rstatus (Results 1 - 13 of 13) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpq/
H A Dlibntpq_subs.c48 u_short *rstatus,
54 rstatus, dsize, datap);
43 ntpq_doquerylist( struct ntpq_varlist *vlist, int op, associd_t associd, int auth, u_short *rstatus, int *dsize, const char **datap ) argument
H A Dlibntpq.c187 u_short rstatus; local
190 res = doquery(VARSET,association,0,0, (char *)0, &rstatus, &dsize, &datap);
418 u_short rstatus; local
420 res = doquery(CTL_OP_READVAR, associd, 0, 0, NULL, &rstatus,
476 u_short rstatus; local
478 res = doquery(CTL_OP_READVAR, 0, 0, 0, NULL, &rstatus,
662 u_short rstatus; local
665 0, &rstatus, &dsize, &datap);
H A Dntpq-subs.c407 u_short *rstatus,
418 return doquery(op, associd, auth, datalen, data, rstatus,
519 u_short rstatus; local
531 res = doquerylist(vlist, op, associd, 0, &rstatus, &dsize, &datap);
551 printvars(dsize, datap, (int)rstatus, type, quiet, fp);
598 u_short rstatus; local
610 res = doquerylist(g_varlist, CTL_OP_WRITEVAR, associd, 1, &rstatus,
622 printvars(dsize, datap, (int)rstatus,
676 u_short rstatus; local
688 res = doquerylist(tmplist, CTL_OP_WRITEVAR, associd, 1, &rstatus,
402 doquerylist( struct varlist *vlist, int op, associd_t associd, int auth, u_short *rstatus, int *dsize, const char **datap ) argument
893 u_short rstatus; local
1191 u_short rstatus; local
1225 u_short rstatus; local
1257 u_short rstatus; local
1431 doprintpeers( struct varlist *pvl, int associd, int rstatus, int datalen, const char *data, FILE *fp, int af ) argument
1674 u_short rstatus; local
1897 u_short rstatus; local
1962 u_short rstatus; local
[all...]
H A Dntpq.c821 u_short *rstatus,
852 if (rstatus)
853 *rstatus = 0;
1168 if (rstatus != 0)
1169 *rstatus = ntohs(rpkt.status);
1393 u_short *rstatus,
1398 return doqueryex(opcode, associd, auth, qsize, qdata, rstatus,
1414 u_short *rstatus,
1445 res = getresponse(opcode, associd, rstatus, rsize, rdata, done);
818 getresponse( int opcode, int associd, u_short *rstatus, int *rsize, const char **rdata, int timeo ) argument
1387 doquery( int opcode, associd_t associd, int auth, int qsize, char *qdata, u_short *rstatus, int *rsize, const char **rdata ) argument
1408 doqueryex( int opcode, associd_t associd, int auth, int qsize, char *qdata, u_short *rstatus, int *rsize, const char **rdata, int quiet ) argument
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/mip/
H A Dmkext.c79 int rstatus[] = { RSTATUS }; variable
238 if (rstatus[i] & TEMPREG)
245 if (rstatus[i] & PERMREG)
257 if (rstatus[i+j] & INREGS)
268 if (rstatus[i+j] & INREGS)
285 if (rstatus[i] & SAREG) regclassmap[0][i] = areg++;
286 if (rstatus[i] & SBREG) regclassmap[1][i] = breg++;
287 if (rstatus[i] & SCREG) regclassmap[2][i] = creg++;
288 if (rstatus[i] & SDREG) regclassmap[3][i] = dreg++;
289 if (rstatus[
[all...]
H A Dpass2.h103 /* These are used in rstatus[] in conjunction with SxREG */
316 extern int rstatus[];
/netbsd-6-1-5-RELEASE/usr.sbin/mlxctl/
H A Dcmds.c87 static int rstatus; variable
126 if (!rstatus)
127 rstatus = 1;
132 rstatus = 2;
174 return (rstatus);
/netbsd-6-1-5-RELEASE/dist/dhcp/omapip/
H A Dprotocol.c47 isc_result_t rstatus, status; local
59 rstatus = omapi_connect ((omapi_object_t *)obj, server_name, port);
60 if (rstatus != ISC_R_SUCCESS && rstatus != ISC_R_INCOMPLETE) {
62 return rstatus;
96 rstatus = ISC_R_INCOMPLETE;
99 rstatus = ISC_R_SUCCESS;
103 return rstatus;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dremote-mips.c1830 int rstatus;
1853 rstatus = mips_request ('\000', 0, 0, &err, -1, buff);
1947 if ((rstatus & 0xff) == 0)
1950 status->value.integer = (((rstatus) >> 8) & 0xff);
1952 else if ((rstatus & 0xff) == 0x7f)
1955 status->value.sig = mips_signal_from_protocol (((rstatus) >> 8) & 0xff);
1975 status->value.sig = mips_signal_from_protocol (rstatus & 0x7f);
1827 int rstatus; local
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Delf32-hppa.c3693 bfd_reloc_status_type rstatus; local
4278 rstatus = final_link_relocate (input_section, contents, rela, relocation,
4281 if (rstatus == bfd_reloc_ok)
4299 if (rstatus == bfd_reloc_undefined || rstatus == bfd_reloc_notsupported)
4301 if (rstatus == bfd_reloc_notsupported || !warned_undef)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Delf32-hppa.c3685 bfd_reloc_status_type rstatus; local
4270 rstatus = final_link_relocate (input_section, contents, rela, relocation,
4273 if (rstatus == bfd_reloc_ok)
4291 if (rstatus == bfd_reloc_undefined || rstatus == bfd_reloc_notsupported)
4293 if (rstatus == bfd_reloc_notsupported || !warned_undef)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libdecnumber/
H A DdecNumber.c2805 uInt rstatus; /* .. */ local
2988 rstatus=0; /* clear status */
2990 decCopyFit(a, a, &approxset, &residue, &rstatus); /* reduce (if needed) */
2991 decFinish(a, &approxset, &residue, &rstatus); /* clean and finalize */
2995 if (rstatus&DEC_Overflow) {
2996 status=rstatus; /* use the status as-is */
3002 status|=(rstatus & ~(DEC_Rounded|DEC_Inexact));
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libdecnumber/
H A DdecNumber.c2805 uInt rstatus; /* .. */ local
2988 rstatus=0; /* clear status */
2990 decCopyFit(a, a, &approxset, &residue, &rstatus); /* reduce (if needed) */
2991 decFinish(a, &approxset, &residue, &rstatus); /* clean and finalize */
2995 if (rstatus&DEC_Overflow) {
2996 status=rstatus; /* use the status as-is */
3002 status|=(rstatus & ~(DEC_Rounded|DEC_Inexact));

Completed in 244 milliseconds