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

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dxacestr.h42 RESTYPE rtype; member in struct:__anon6878
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dxacestr.h42 RESTYPE rtype; member in struct:__anon7193
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxacestr.h43 RESTYPE rtype; member in struct:__anon7505
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxacestr.h43 RESTYPE rtype; member in struct:__anon7874
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dxacestr.h42 RESTYPE rtype; member in struct:__anon8230
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dxacestr.h42 RESTYPE rtype; member in struct:__anon8547
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dxacestr.h42 RESTYPE rtype; member in struct:__anon8870
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dxacestr.h42 RESTYPE rtype; member in struct:__anon9184
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dxacestr.h42 RESTYPE rtype; member in struct:__anon9504
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dxacestr.h42 RESTYPE rtype; member in struct:__anon5030
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dxacestr.h42 RESTYPE rtype; member in struct:__anon5342
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dxacestr.h42 RESTYPE rtype; member in struct:__anon5654
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dxacestr.h42 RESTYPE rtype; member in struct:__anon5962
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dxacestr.h42 RESTYPE rtype; member in struct:__anon6265
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dxacestr.h42 RESTYPE rtype; member in struct:__anon6563
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dres_mkupdate.c113 u_int16_t rtype, rclass; local
155 rtype = rrecp->r_type;
164 rtype = T_ANY;
169 rtype = T_ANY;
212 PUTSHORT(rtype, cp);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_types.c538 ctf_type_cmp(ctf_file_t *lfp, ctf_id_t ltype, ctf_file_t *rfp, ctf_id_t rtype) argument
542 if (ltype < rtype)
544 else if (ltype > rtype)
555 if (CTF_TYPE_ISPARENT(rtype) && rfp->ctf_parent != NULL)
575 ctf_file_t *rfp, ctf_id_t rtype)
582 if (ctf_type_cmp(lfp, ltype, rfp, rtype) == 0)
588 rtype = ctf_type_resolve(rfp, rtype);
589 rkind = ctf_type_kind(rfp, rtype);
593 (rtp = ctf_lookup_by_id(&rfp, rtype))
574 ctf_type_compat(ctf_file_t *lfp, ctf_id_t ltype, ctf_file_t *rfp, ctf_id_t rtype) argument
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_parser.c325 ctf_id_t rtype = rp->dn_type; local
330 ctf_id_t rbase = ctf_type_resolve(rfp, rtype);
347 rtype = rbase = DT_INT_TYPE(dtp);
386 *otype = rtype;
3832 ctf_id_t ltype, rtype; local
3841 rtype = ctf_type_resolve(rp->dn_ctfp, rp->dn_type);
3842 rkind = ctf_type_kind(rp->dn_ctfp, rtype);
4152 ctf_id_t rtype = dxp->dx_dst_base; local
4159 if (ctf_type_compat(lctfp, ltype, rctfp, rtype) == 0) {
4164 dt_type_name(rctfp, rtype, n
[all...]

Completed in 575 milliseconds