Searched refs:uchar_t (Results 1 - 25 of 38) sorted by relevance

12

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dsco_kbd.h14 uchar_t *sc_mapbuf;
15 uchar_t *sc_mapbuf2;
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/printf/
H A Dtst.uints.d42 printf("%u\n", (uchar_t)123);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dsco_kbd.h14 uchar_t *sc_mapbuf;
15 uchar_t *sc_mapbuf2;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dsco_kbd.h14 uchar_t *sc_mapbuf;
15 uchar_t *sc_mapbuf2;
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_buf.h42 uchar_t *dbu_buf; /* buffer base address */
43 uchar_t *dbu_ptr; /* current buffer location */
H A Ddt_parser.h56 uchar_t dn_kind; /* node kind (DT_NODE_*, defined below) */
57 uchar_t dn_flags; /* node flags (DT_NF_*, defined below) */
H A Ddt_buf.c102 uchar_t *new_buf;
H A Ddt_module.c101 uchar_t type = ELF32_ST_TYPE(sym->st_info);
134 uchar_t type = ELF64_ST_TYPE(sym->st_info);
H A Ddt_consume.c810 if (dt_printf(dtp, fp, " %02x", (uchar_t)c[j]) < 0)
1877 (uchar_t *)buf->dtbd_data + offs,
/vbox/src/VBox/HostDrivers/VBoxUSB/solaris/include/
H A Dusbai_private.h126 uchar_t bmRequestType,
127 uchar_t bRequest,
525 uchar_t usb_get_ep_index(uint8_t ep_addr);
/vbox/src/VBox/Additions/solaris/Mouse/testcase/
H A Dsolaris.h184 typedef unsigned char uchar_t; typedef
307 uchar_t devacc_attr_endian_flags;
308 uchar_t devacc_attr_dataorder;
309 uchar_t devacc_attr_access;
315 uchar_t pair_type;
316 uchar_t pair;
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_create.c90 static uchar_t *
91 ctf_copy_smembers(ctf_dtdef_t *dtd, uint_t soff, uchar_t *t)
113 static uchar_t *
114 ctf_copy_lmembers(ctf_dtdef_t *dtd, uint_t soff, uchar_t *t)
138 static uchar_t *
139 ctf_copy_emembers(ctf_dtdef_t *dtd, uint_t soff, uchar_t *t)
155 static uchar_t *
156 ctf_copy_membnames(ctf_dtdef_t *dtd, uchar_t *s)
195 uchar_t *s, *s0, *t;
271 t = (uchar_t *)bu
[all...]
H A Dctf_impl.h200 const uchar_t *ctf_base; /* base of CTF header + uncompressed buffer */
201 const uchar_t *ctf_buf; /* uncompressed CTF data buffer */
H A Dctf_open.c124 const uchar_t *symp = sp->cts_data;
664 buf = (uchar_t *)base + hdrsz;
666 src = (uchar_t *)ctfsect->cts_data + hdrsz;
687 buf = (uchar_t *)base + hdrsz;
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/sys/
H A Dctf.h119 uchar_t ctp_version; /* data format version number (CTF_VERSION) */
120 uchar_t ctp_flags; /* flags (see below) */
H A Ddtrace.h2224 extern int dtrace_instr_size(uchar_t *instr);
2225 extern int dtrace_instr_size_isa(uchar_t *, model_t, int *);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libctf/common/
H A Dctf_lib.c65 int (*z_uncompress)(uchar_t *, ulong_t *, const uchar_t *, ulong_t);
372 uchar_t order = ELFDATA2MSB;
374 uchar_t order = ELFDATA2LSB;
559 const uchar_t *buf = fp->ctf_base;
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/i386/
H A Ddt_isadep.c53 static int dt_instr_size(uchar_t *, dtrace_hdl_t *, pid_t, uintptr_t, char);
421 uchar_t *instr;
458 dt_instr_size(uchar_t *instr, dtrace_hdl_t *dtp, pid_t pid, uintptr_t addr,
/vbox/src/VBox/HostDrivers/VBoxUSB/solaris/
H A DVBoxUSB-solaris.c208 uchar_t uCfgValue; /* Configuration value */
209 uchar_t uInterface; /* Interface number */
210 uchar_t uAlt; /* Alternate number */
304 LOCAL int vboxUSBSolarisInitEndPoint(vboxusb_state_t *pState, usb_ep_data_t *pEpData, uchar_t uCfgValue,
305 uchar_t uInterface, uchar_t uAlt);
1656 uchar_t EndPtIndex = usb_get_ep_index(pUrbReq->bEndpoint);
2005 uchar_t EndPtIndex = usb_get_ep_index(bEndpoint);
2289 uchar_t EndPtIndex = usb_get_ep_index(bEndpoint);
2360 LOCAL int vboxUSBSolarisInitEndPoint(vboxusb_state_t *pState, usb_ep_data_t *pEpData, uchar_t uCfgValu
[all...]
/vbox/src/VBox/Main/src-server/solaris/
H A DUSBProxyServiceSolaris.cpp224 uchar_t *pDevData = NULL;
/vbox/src/VBox/HostDrivers/VBoxNetAdp/solaris/
H A DVBoxNetAdp-solaris.c197 static uchar_t achBroadcastAddr[] = { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF };
/vbox/src/VBox/ExtPacks/VBoxDTrace/include/
H A DVBoxDTraceTypes.h47 typedef unsigned char uchar_t; typedef
/vbox/src/VBox/Additions/solaris/SharedFolders/
H A Dvboxfs_vnode.c1746 uchar_t prot,
1747 uchar_t maxprot,
1830 uchar_t prot,
1831 uchar_t maxprot,
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/
H A Ddtrace.c687 const uchar_t *p, *q;
692 p = (uchar_t *)dof;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dcompiler.h1186 # define uchar_t unsigned char macro

Completed in 169 milliseconds

12