Searched refs:ulong_t (Results 1 - 25 of 71) sorted by relevance

123

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_regset.h43 ulong_t dr_size; /* number of registers in set */
44 ulong_t *dr_bitmap; /* bitmap of active registers */
47 extern dt_regset_t *dt_regset_create(ulong_t);
H A Ddt_regset.c43 dt_regset_create(ulong_t size)
45 ulong_t n = BT_BITOUL(size + 1); /* + 1 for %r0 */
51 drp->dr_bitmap = malloc(sizeof (ulong_t) * n);
59 bzero(drp->dr_bitmap, sizeof (ulong_t) * n);
73 bzero(drp->dr_bitmap, sizeof (ulong_t) * BT_BITOUL(drp->dr_size));
79 ulong_t nbits = drp->dr_size - 1;
80 ulong_t maxw = nbits >> BT_ULSHIFT;
81 ulong_t wx;
89 ulong_t maxb = (wx == maxw) ? nbits & BT_ULMASK : BT_NBIPUL - 1;
90 ulong_t wor
[all...]
H A Ddt_strtab.h44 ulong_t str_buf; /* index of string data buffer */
52 ulong_t str_hashsz; /* size of hash bucket array */
55 ulong_t str_nbufs; /* size of buffer pointer array */
57 ulong_t str_nstrs; /* total number of strings in strtab */
70 extern ulong_t dt_strtab_hash(const char *, size_t *);
H A Ddt_program.h49 ulong_t **dp_xrefs; /* array of translator reference bitmaps */
H A Ddt_ident.h85 ulong_t di_gen; /* generation number (pass that created me) */
126 ulong_t dh_nelems; /* number of identifiers in hash table */
127 ulong_t dh_hashsz; /* number of entries in dh_buckets array */
150 extern ulong_t dt_idhash_size(const dt_idhash_t *);
155 const dt_idops_t *, void *, ulong_t);
168 dtrace_attribute_t, uint_t, const dt_idops_t *, void *, ulong_t);
H A Ddt_provider.h48 ulong_t *pv_xrefs; /* translator reference bitmap */
49 ulong_t pv_xrmax; /* number of valid bits in pv_xrefs */
50 ulong_t pv_gen; /* generation # that created me */
H A Ddt_pid.h56 fasttrap_probe_spec_t *, const GElf_Sym *, ulong_t);
H A Ddt_strtab.c104 ulong_t i;
124 ulong_t
127 ulong_t g, h = 0;
150 ulong_t b = hp->str_buf;
177 ulong_t old_n = sp->str_nbufs;
179 ulong_t b = sp->str_nbufs - 1;
213 ulong_t h;
234 ulong_t h;
278 ulong_t i;
H A Ddt_proc.h99 ulong_t dbp_instr; /* saved instruction from breakpoint */
100 ulong_t dbp_hits; /* count of breakpoint hits for debug */
H A Ddt_pcb.h73 ulong_t **pcb_asxrefs; /* assembler imported xlators (see dt_as.c) */
H A Ddt_xlator.h62 ulong_t dx_gen; /* generation number that created me */
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/printf/
H A Dtst.uints.d44 printf("%u\n", (ulong_t)123);
H A Dtst.basics.d60 printf("%%lo = %lo\n", (ulong_t)i);
61 printf("%%lu = %lu\n", (ulong_t)i);
62 printf("%%lx = %lx\n", (ulong_t)i);
63 printf("%%lX = %lX\n", (ulong_t)i);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/safety/
H A Dtst.copyin2.d48 printf("size = 0x%lx\n", (ulong_t)size);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/sys/
H A Dctf_api.h75 ulong_t cts_type; /* section type (ELF SHT_... value) */
76 ulong_t cts_flags; /* section flags (ELF SHF_... value) */
100 ulong_t ctm_offset; /* offset of member in bits */
152 typedef int ctf_visit_f(const char *, ctf_id_t, ulong_t, int, void *);
153 typedef int ctf_member_f(const char *, ctf_id_t, ulong_t, void *);
179 extern int ctf_func_info(ctf_file_t *, ulong_t, ctf_funcinfo_t *);
180 extern int ctf_func_args(ctf_file_t *, ulong_t, uint_t, ctf_id_t *);
183 extern ctf_id_t ctf_lookup_by_symbol(ctf_file_t *, ulong_t);
/vbox/src/VBox/Additions/solaris/DRM/include/
H A Ddrm_atomic.h84 atomic_set_long_excl(((ulong_t *)(void *)p) + (b >> 6), (b & 0x3f))
87 atomic_set_long_excl(((ulong_t *)(void *)p) + (b >> 5), (b & 0x1f))
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_hash.c37 ctf_hash_create(ctf_hash_t *hp, ulong_t nelems)
77 static ulong_t
80 ulong_t g, h = 0;
102 ulong_t h;
154 ulong_t h = ctf_hash_compute(key, len) % hp->h_nbuckets;
H A Dctf_impl.h153 ulong_t dmd_offset; /* offset of this member in bits (for sou) */
204 ulong_t ctf_nsyms; /* number of entries in symtab xlate table */
207 ulong_t ctf_typemax; /* maximum valid type ID number */
217 ulong_t ctf_dthashlen; /* size of dynamic type hash bucket array */
220 ulong_t ctf_dtnextid; /* next dynamic type id to assign */
221 ulong_t ctf_dtoldid; /* oldest id that has been committed */
291 extern int ctf_hash_create(ctf_hash_t *, ulong_t);
/vbox/src/VBox/Runtime/r0drv/solaris/
H A Dthe-solaris-kernel.h107 * interfaces just takes a pointer to a ulong_t array. The array must be long
115 * "ulong_t" as cpuset_t.
117 * Later versions of 64 bit Solaris used: struct {ulong_t words[x];}
131 #define IPRT_SOL_SET_WORDS (IPRT_SOL_NCPUS / (sizeof(ulong_t) * 8))
135 ulong_t auCpus[IPRT_SOL_SET_WORDS];
144 void *(*pfnSol_xc_call) (xc_arg_t, xc_arg_t, xc_arg_t, ulong_t *, xc_func_t);
146 void *(*pfnSol_xc_call_old_ulong)(xc_arg_t, xc_arg_t, xc_arg_t, int, ulong_t, xc_func_t);
/vbox/src/VBox/Additions/solaris/Virtio/
H A DVirtioRing-solaris.c52 size_t VirtioRingSize(uint64_t cElements, ulong_t Align)
76 void VirtioRingInit(PVIRTIOQUEUE pQueue, uint_t cDescs, caddr_t virtBuf, ulong_t Align)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dagpgart.h68 ulong_t agpi_aperbase; /* base of aperture */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dagpgart.h68 ulong_t agpi_aperbase; /* base of aperture */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dagpgart.h68 ulong_t agpi_aperbase; /* base of aperture */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dagpgart.h68 ulong_t agpi_aperbase; /* base of aperture */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dagpgart.h69 ulong_t agpi_aperbase; /* base of aperture */

Completed in 79 milliseconds

123