Home
last modified time | relevance | path

Searched refs:ulong_t (Results 1 – 25 of 1215) sorted by path

12345678910>>...49

/illumos-gate/usr/src/boot/common/
H A Dconsole.c457 ulong_t tdiv; in twiddle_set()
H A Dvdisk.c42 static int vdisk_ioctl(struct open_file *, ulong_t, void *);
337 vdisk_ioctl(struct open_file *f, ulong_t cmd, void *data) in vdisk_ioctl()
/illumos-gate/usr/src/boot/efi/loader/
H A Dbootinfo.c177 a += roundup(strlen(s) + 1, sizeof (ulong_t)); \
189 a += roundup(sizeof (s), sizeof (ulong_t)); \
200 a += roundup(mm->md_size, sizeof (ulong_t)); \
/illumos-gate/usr/src/boot/i386/libi386/
H A Dbiosdisk.c151 static int bd_ioctl(struct open_file *f, ulong_t cmd, void *data);
896 bd_ioctl(struct open_file *f, ulong_t cmd, void *data) in bd_ioctl()
/illumos-gate/usr/src/boot/libsa/
H A Ddev.c53 noioctl(struct open_file *f __unused, ulong_t cmd __unused, void *data __unused) in noioctl()
H A Ddosfs.c732 ulong_t size; in fsize()
H A Dioctl.c68 ioctl(int fd, ulong_t cmd, char *arg) in ioctl()
H A Dprintf.c504 num = va_arg(ap, ulong_t); in kvprintf()
H A Drandom.c36 static ulong_t randseed = 1;
39 srandom(ulong_t seed) in srandom()
49 ulong_t
H A Dstand.h154 int (*dv_ioctl)(struct open_file *f, ulong_t cmd, void *data);
304 extern void srandom(ulong_t seed);
305 extern ulong_t random(void);
385 static __inline ulong_t ulmax(ulong_t a, ulong_t b) { return (a > b ? a : b); } in ulmax()
386 static __inline ulong_t ulmin(ulong_t a, ulong_t b) { return (a < b ? a : b); } in ulmin()
390 extern int noioctl(struct open_file *, ulong_t, void *);
/illumos-gate/usr/src/boot/sys/sys/
H A Dtypes.h66 typedef unsigned long ulong_t; typedef
/illumos-gate/usr/src/cmd/acct/
H A Dacctcms.c68 ulong_t tcm_io; /* chars transferred */
69 ulong_t tcm_rw; /* blocks read */
100 ulong_t expand();
227 ulong_t mem; in tdofile()
228 ulong_t cpu; in tdofile()
229 ulong_t real; in tdofile()
302 ulong_t etime; in dofile()
305 ulong_t mem; in dofile()
306 ulong_t cpu; in dofile()
307 ulong_t real; in dofile()
H A Dacctcom.c65 ulong_t elapsed,
111 ulong_t expand();
371 etime = (ulong_t)a->ac_btime + (ulong_t)SECS(elapsed); in dofile()
H A Dacctcon.c354 if (pnpsplit(cb.ct_start, (ulong_t)(tnew-told), in update()
374 if (pnpsplit(cb.ct_start, (ulong_t)(tnew-told), in update()
H A Dacctcon1.c380 if (pnpsplit(cb.ct_start, (ulong_t)(tnew-told), in update()
403 if (pnpsplit(cb.ct_start, (ulong_t)(tnew-told), in update()
H A Dacctdef.h157 ulong_t pt_cpu[2]; /* CPU (sys+usr) P/NP time tics */
H A Dacctprc.c69 ulong_t etime, stime; in main()
74 ulong_t expand(); in main()
H A Dacctprc1.c83 ulong_t etime, stime; in main()
85 ulong_t expand(); in main()
/illumos-gate/usr/src/cmd/acct/lib/
H A Dexpand.c43 ulong_t
51 ulong_t f; in expand()
H A Dpnpsplit.c83 pnpsplit(long start, ulong_t etime, long result[2]) in pnpsplit()
/illumos-gate/usr/src/cmd/acpi/acpidump/
H A Dosillumostbl.c1011 ulong_t offset; in AcpiOsMapMemory()
1035 ulong_t offset; in AcpiOsUnmapMemory()
1038 offset = (ulong_t)LogicalAddress % pagesize; in AcpiOsUnmapMemory()
/illumos-gate/usr/src/cmd/audio/audioplay/
H A Daudioplay.c384 if ((ulong_t)1 != htonl((ulong_t)1)) { in main()
/illumos-gate/usr/src/cmd/audio/audiorecord/
H A Daudiorecord.c209 if ((ulong_t)1 != htonl((ulong_t)1)) { in main()
/illumos-gate/usr/src/cmd/auditconfig/
H A Dauditconfig.c1669 (ulong_t)as.as_generated, &(offset[0]), in do_getstat()
1670 (ulong_t)as.as_nonattrib, &(offset[1]), in do_getstat()
1671 (ulong_t)as.as_kernel, &(offset[2]), in do_getstat()
1672 (ulong_t)as.as_audit, &(offset[3]), in do_getstat()
1673 (ulong_t)as.as_auditctl, &(offset[4]), in do_getstat()
1674 (ulong_t)as.as_enqueue, &(offset[5]), in do_getstat()
1675 (ulong_t)as.as_written, &(offset[6]), in do_getstat()
1676 (ulong_t)as.as_wblocked, &(offset[7]), in do_getstat()
1677 (ulong_t)as.as_rblocked, &(offset[8]), in do_getstat()
1678 (ulong_t)as.as_dropped, &(offset[9]), in do_getstat()
[all …]
/illumos-gate/usr/src/cmd/awk/
H A Drun.c800 dprintf(("gtemp %.8s %06lo\n", NN(x->nval), (ulong_t)x)); in gettemp()

12345678910>>...49