Searched defs:rtype (Results 1 - 25 of 60) sorted by relevance

123

/illumos-gate/usr/src/cmd/lp/lib/msgs/
H A D_getmessage.c40 int _getmessage ( char * buf, short rtype, va_list arg ) argument
42 int _getmessage (buf, rtype, arg)
44 short rtype;
81 if (etype != rtype)
83 if (rtype > 0 && rtype <= LAST_MESSAGE)
84 fmt = _lp_msg_fmts[rtype];
/illumos-gate/usr/src/uts/intel/ia32/krtld/
H A Ddoreloc.c187 do_reloc_krtld(uchar_t rtype, uchar_t *off, Xword *value, const char *sym, argument
197 do_reloc_rtld(uchar_t rtype, uchar_t *off, Xword *value, const char *sym,
203 uchar_t rtype = rdesc->rel_rtype; local
207 rep = &reloc_table[rtype];
262 REL_ERR_UNSUPSZ(lml, file, sym, rtype, rep->re_fsize);
H A Dkobj_reloc.c128 register unsigned int rtype; local
150 rtype = ELF32_R_TYPE(((Rel *)reladdr)->r_info);
158 if ((rtype > R_386_NUM) || IS_TLS_INS(rtype)) {
160 rtype);
171 if (rtype == R_386_NONE)
180 conv_reloc_386_type(rtype));
195 if (rtype == R_386_RELATIVE) {
249 if (IS_PC_RELATIVE(rtype))
259 if (do_reloc_krtld(rtype, (unsigne
[all...]
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A D_inline_reloc.h100 uchar_t rtype; local
113 rtype = ELF_R_TYPE(((M_RELOC *)rbgn)->r_info, M_MACH);
115 } while (rtype == M_R_RELATIVE);
/illumos-gate/usr/src/uts/intel/amd64/krtld/
H A Ddoreloc.c189 do_reloc_krtld(uchar_t rtype, uchar_t *off, Xword *value, const char *sym, argument
199 do_reloc_rtld(uchar_t rtype, uchar_t *off, Xword *value, const char *sym,
205 uchar_t rtype = rdesc->rel_rtype; local
209 rep = &reloc_table[rtype];
251 if (rtype == R_AMD64_32) {
262 REL_ERR_NOFIT(lml, file, sym, rtype, *value);
265 } else if ((rtype == R_AMD64_32S) || (rtype == R_AMD64_PC32) ||
266 (rtype == R_AMD64_GOTPCREL) || (rtype
[all...]
H A Dkobj_reloc.c130 register unsigned int rtype; local
153 rtype = ELF_R_TYPE(((Rela *)reladdr)->r_info);
161 if ((rtype > R_AMD64_NUM) || IS_TLS_INS(rtype)) {
163 rtype);
175 if (rtype == R_AMD64_NONE)
184 conv_reloc_amd64_type(rtype));
200 if (rtype == R_AMD64_RELATIVE) {
255 if (IS_PC_RELATIVE(rtype))
265 if (do_reloc_krtld(rtype, (unsigne
[all...]
/illumos-gate/usr/src/cmd/rpcbind/
H A Drpcb_stat.c52 rpcbs_procinfo(int rtype, rpcproc_t proc) argument
54 assert(rtype >= 0 && rtype < RPCBVERS_STAT);
57 if ((rtype == RPCBVERS_2_STAT) && (proc > rpcb_highproc_2))
60 assert(rtype != RPCBVERS_2_STAT);
63 if ((rtype == RPCBVERS_3_STAT) && (proc > rpcb_highproc_3))
66 if ((rtype == RPCBVERS_4_STAT) && (proc > rpcb_highproc_4))
69 atomic_add_int((uint_t *)&inf[rtype].info[proc], 1);
73 rpcbs_set(int rtype, bool_t success) argument
75 assert(rtype >
84 rpcbs_unset(int rtype, bool_t success) argument
95 rpcbs_getaddr(int rtype, rpcprog_t prog, rpcvers_t vers, char *netid, char *uaddr) argument
175 rpcbs_rmtcall(int rtype, rpcproc_t rpcbproc, rpcprog_t prog, rpcvers_t vers, rpcproc_t proc, char *netid, rpcblist_ptr rbl) argument
[all...]
/illumos-gate/usr/src/cmd/sgs/librtld/amd64/
H A D_relocate.c43 Xword rtype = ELF_R_TYPE(rel->r_info, M_MACH); local
45 switch (rtype) {
66 size_t re_fsize = reloc_table[rtype].re_fsize;
/illumos-gate/usr/src/cmd/sgs/librtld/sparc/
H A D_relocate.c44 Xword rtype = ELF_R_TYPE(rel->r_info, M_MACH); local
48 switch (rtype) {
71 rep = &reloc_table[rtype];
/illumos-gate/usr/src/cmd/sgs/librtld/sparcv9/
H A D_relocate.c44 Xword rtype = ELF_R_TYPE(rel->r_info, M_MACH); local
48 switch (rtype) {
71 rep = &reloc_table[rtype];
/illumos-gate/usr/src/uts/sparc/krtld/
H A Ddoreloc.c366 do_reloc_krtld(uchar_t rtype, uchar_t *off, Xword *value, const char *sym, argument
376 do_reloc_rtld(uchar_t rtype, uchar_t *off, Xword *value, const char *sym,
382 uchar_t rtype = rdesc->rel_rtype; local
391 rep = &reloc_table[rtype];
408 REL_ERR_UNIMPL(lml, file, sym, rtype);
471 REL_ERR_NONALIGN(lml, file, sym, rtype, (uintptr_t)off);
492 REL_ERR_UNNOBITS(lml, file, sym, rtype,
528 ((rtype == R_SPARC_HIX22) || (rtype == R_SPARC_TLS_LE_HIX22)))
537 REL_ERR_LOSEBITS(lml, file, sym, rtype, uvalu
[all...]
H A Dkobj_reloc.c161 uint_t rtype; local
207 rtype = ELF_R_TYPE(((Rela *)reladdr)->r_info);
215 if ((rtype > R_SPARC_NUM) || IS_TLS_INS(rtype)) {
217 rtype);
233 conv_reloc_SPARC_type(rtype));
241 if (rtype == R_SPARC_NONE)
251 if (rtype == R_SPARC_RELATIVE) {
302 if (IS_EXTOFFSET(rtype)) {
311 if (IS_PC_RELATIVE(rtype)) {
[all...]
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_fnutils.c117 reftype_t rtype; local
119 for (rtype = 0; rtype < NUM_REFTYPES; rtype++) {
120 if (ident_str_equal(fn_ref_type(ref), reftypes[rtype])) {
124 return (rtype);
/illumos-gate/usr/src/uts/common/io/sdcard/impl/
H A Dsda_init.c62 sda_rtype_t rtype, uint32_t *resp)
67 cmdp = sda_cmd_alloc(slot, cmd, arg, rtype, NULL, KM_SLEEP);
80 sda_rtype_t rtype, uint32_t *resp)
85 cmdp = sda_cmd_alloc_acmd(slot, cmd, arg, rtype, NULL, KM_SLEEP);
61 sda_init_cmd(sda_slot_t *slot, sda_index_t cmd, uint32_t arg, sda_rtype_t rtype, uint32_t *resp) argument
79 sda_init_acmd(sda_slot_t *slot, sda_index_t cmd, uint32_t arg, sda_rtype_t rtype, uint32_t *resp) argument
H A Dsda_cmd.c56 sda_rtype_t c_artype; /* saved rtype */
264 sda_rtype_t rtype, void *data, int kmflag)
273 c->c_rtype = rtype;
297 sda_rtype_t rtype, void *data, int kmflag)
309 c->c_artype = rtype;
263 sda_cmd_alloc(sda_slot_t *slot, sda_index_t index, uint32_t argument, sda_rtype_t rtype, void *data, int kmflag) argument
296 sda_cmd_alloc_acmd(sda_slot_t *slot, sda_index_t index, uint32_t argument, sda_rtype_t rtype, void *data, int kmflag) argument
/illumos-gate/usr/src/lib/abi/apptrace/common/
H A Dapptraceutil.c58 ctf_id_t rtype = ctf_type_resolve(ctfp, type); local
63 if (ctf_type_kind(ctfp, rtype) == CTF_K_POINTER) {
64 type = ctf_type_reference(ctfp, rtype);
65 rtype = ctf_type_resolve(ctfp, type);
67 if (ctf_type_encoding(ctfp, rtype, &e) == 0 &&
79 if (ctf_type_kind(ctfp, rtype) == CTF_K_STRUCT) {
89 (void) ctf_type_visit(ctfp, rtype, elt_print, &pa);
H A Dapptrace.c592 ctf_id_t type, rtype; local
619 rtype = ctf_type_resolve(ctfp, finfo.ctc_return);
620 type = ctf_type_reference(ctfp, rtype);
621 rtype = ctf_type_resolve(ctfp, type);
622 kind = ctf_type_kind(ctfp, rtype);
649 rtype = ctf_type_resolve(ctfp, argt[i]);
650 type = ctf_type_reference(ctfp, rtype);
651 rtype = ctf_type_resolve(ctfp, type);
652 kind = ctf_type_kind(ctfp, rtype);
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_print.c377 ctf_id_t rtype; local
385 (rtype = ctf_type_resolve(ctfp, car.ctr_contents)) == CTF_ERR ||
386 (kind = ctf_type_kind(ctfp, rtype)) == CTF_ERR) {
394 ctf_type_encoding(ctfp, rtype, &e) != CTF_ERR && CTF_IS_CHAR(e)) {
555 ctf_id_t rtype; local
566 if ((rtype = ctf_type_resolve(ctfp, id)) == CTF_ERR ||
567 (kind = ctf_type_kind(ctfp, rtype)) == CTF_ERR ||
631 dt_printfuncs[kind - 1](rtype, off, pap);
/illumos-gate/usr/src/cmd/modload/
H A Dplcysubr.c263 char rtype; local
273 if (parse_minor_range(mpart, &rlo, &rhi, &rtype) != 0)
358 (type == rtype || rtype == '\0') &&
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Drelocate.c79 Dbg_reloc_run(Rt_map *lmp, uint_t rtype, int info, int dtype) argument
106 Elf_reloc_title(lml, ELF_DBG_RTLD, rtype);
272 Dbg_reloc_transition(Lm_list *lml, Half mach, Word rtype, Rel_desc *rsp, argument
288 conv_reloc_type(mach, rtype, 0, &inv_buf2));
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_gld.c800 igb_fill_ring(void *arg, mac_ring_type_t rtype, const int rg_index, argument
806 switch (rtype) {
860 igb_fill_group(void *arg, mac_ring_type_t rtype, const int index, argument
865 switch (rtype) {
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_gld.c482 i40e_fill_tx_ring(void *arg, mac_ring_type_t rtype, const int group_index, argument
515 i40e_fill_rx_ring(void *arg, mac_ring_type_t rtype, const int group_index, argument
552 i40e_fill_rx_group(void *arg, mac_ring_type_t rtype, const int index, argument
557 if (rtype != MAC_RING_TYPE_RX)
/illumos-gate/usr/src/boot/lib/libstand/
H A Dtftp.c77 void *rbuf, size_t rsize, unsigned short *rtype);
185 unsigned short *rtype)
198 *rtype = ntohs(t->th_opcode);
282 unsigned short rtype = 0; local
329 &recvtftp, t, sizeof(*t) + h->tftp_blksize, &rtype);
331 if (rtype == OACK)
337 switch (rtype) {
366 unsigned short rtype = 0; local
377 &recvtftp, t, sizeof(*t) + h->tftp_blksize, &rtype);
592 void *rbuf, size_t rsize, unsigned short *rtype)
184 recvtftp(struct tftp_handle *h, void *pkt, ssize_t len, time_t tleft, unsigned short *rtype) argument
588 sendrecv_tftp(struct tftp_handle *h, ssize_t (*sproc)(struct iodesc *, void *, size_t), void *sbuf, size_t ssize, ssize_t (*rproc)(struct tftp_handle *, void *, ssize_t, time_t, unsigned short *), void *rbuf, size_t rsize, unsigned short *rtype) argument
[all...]
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_mkupdate.c92 u_int16_t rtype, rclass; local
130 rtype = rrecp->r_type;
139 rtype = T_ANY;
144 rtype = T_ANY;
187 PUTSHORT(rtype, cp);
/illumos-gate/usr/src/common/ctf/
H A Dctf_types.c561 ctf_type_cmp(ctf_file_t *lfp, ctf_id_t ltype, ctf_file_t *rfp, ctf_id_t rtype) argument
565 if (ltype < rtype)
567 else if (ltype > rtype)
578 if (CTF_TYPE_ISPARENT(rtype) && rfp->ctf_parent != NULL)
598 ctf_file_t *rfp, ctf_id_t rtype)
605 if (ctf_type_cmp(lfp, ltype, rfp, rtype) == 0)
611 rtype = ctf_type_resolve(rfp, rtype);
612 rkind = ctf_type_kind(rfp, rtype);
616 (rtp = ctf_lookup_by_id(&rfp, rtype))
597 ctf_type_compat(ctf_file_t *lfp, ctf_id_t ltype, ctf_file_t *rfp, ctf_id_t rtype) argument
[all...]

Completed in 99 milliseconds

123