Home
last modified time | relevance | path

Searched refs:uintmax_t (Results 1 – 25 of 87) sorted by path

1234

/illumos-gate/usr/src/boot/common/
H A Dload_elf.c274 (uintmax_t)ehdr->e_entry); in __elfN()
639 (uintmax_t)shdr[i].sh_size, (uintmax_t)shdr[i].sh_offset, in __elfN()
640 (uintmax_t)lastaddr, in __elfN()
641 (uintmax_t)(lastaddr + shdr[i].sh_size)); in __elfN()
659 (uintmax_t)result, (uintmax_t)shdr[i].sh_size); in __elfN()
/illumos-gate/usr/src/boot/efi/loader/
H A Dframebuffer.c603 (uintmax_t)efifb->fb_addr, (uintmax_t)efifb->fb_size); in print_efifb()
/illumos-gate/usr/src/boot/i386/libi386/
H A Dbiosdisk.c740 (uintmax_t)bd->bd_sectors, in bd_print_common()
H A Dvbe.c818 (uintmax_t)gfx_fb.framebuffer_common.framebuffer_addr, in vbe_print_mode()
819 (uintmax_t)gfx_fb.framebuffer_common.framebuffer_height * in vbe_print_mode()
/illumos-gate/usr/src/boot/include/
H A Dinttypes.h55 uintmax_t strtoumax(const char * __restrict, char ** __restrict, int);
58 uintmax_t wcstoumax(const wchar_t * __restrict,
/illumos-gate/usr/src/boot/include/net/
H A Dif.h189 #define IF_Kbps(x) ((uintmax_t)(x) * 1000) /* kilobits/sec. */
/illumos-gate/usr/src/boot/libsa/
H A Dprintf.c60 static char *ksprintn(char *, uintmax_t, int, int *, int);
199 ksprintn(char *nbuf, uintmax_t num, int base, int *lenp, int upper) in ksprintn()
260 uintmax_t num; in kvprintf()
498 num = va_arg(ap, uintmax_t); in kvprintf()
H A Dzalloc.c194 panic("zfree(%p,%ju): wild pointer", ptr, (uintmax_t)bytes); in zfree()
214 (uintmax_t)bytes); in zfree()
249 (uintmax_t)bytes); in zfree()
/illumos-gate/usr/src/boot/libsa/zfs/
H A Dnvlist.c1613 printf(" = 0x%jx\n", (uintmax_t)u); in nvpair_print()
1625 printf(" [%u] = 0x%jx", i, (uintmax_t)u[i]); in nvpair_print()
H A Dzfs.c1305 (uintmax_t)*(uint64_t *)&nvp_data->nv_data[0]); in zfs_nvstore_setenv()
1517 (uintmax_t)mount->objset.os_type); in zfs_dev_open()
H A Dzfsimpl.c3082 printf("ZFS: can't find dataset %ju\n", (uintmax_t)objnum); in zfs_rlookup()
3189 printf("ZFS: can't find dataset %ju\n", (uintmax_t)objnum); in zfs_list_dataset()
3196 printf("ZFS: can't find dirobj %ju\n", (uintmax_t)dir_obj); in zfs_list_dataset()
3204 printf("ZFS: can't find child zap %ju\n", (uintmax_t)dir_obj); in zfs_list_dataset()
3225 printf("ZFS: can't find dataset %ju\n", (uintmax_t)objnum); in zfs_callback_dataset()
3233 printf("ZFS: can't find dirobj %ju\n", (uintmax_t)dir_obj); in zfs_callback_dataset()
3242 printf("ZFS: can't find child zap %ju\n", (uintmax_t)dir_obj); in zfs_callback_dataset()
3277 printf("ZFS: can't find dataset %ju\n", (uintmax_t)objnum); in zfs_mount_dataset()
3284 (uintmax_t)objnum); in zfs_mount_dataset()
3659 (uintmax_t)mnt->objset.os_type); in zfs_lookup()
/illumos-gate/usr/src/boot/sys/sys/
H A D_stdint.h86 typedef __uintmax_t uintmax_t; typedef
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dcommon167 #define _typ_uintmax_t 1 /* uintmax_t is a type */
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dcommon166 #define _typ_uintmax_t 1 /* uintmax_t is a type */
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dcommon166 #define _typ_uintmax_t 1 /* uintmax_t is a type */
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dcommon167 #define _typ_uintmax_t 1 /* uintmax_t is a type */
/illumos-gate/usr/src/cmd/bhyve/
H A Dbhyverun.c380 (uintmax_t)ncpus); in calc_topology()
H A Dgdb.c439 static uintmax_t
442 uintmax_t v; in parse_integer()
589 append_unsigned_native(uintmax_t value, size_t len) in append_unsigned_native()
600 append_unsigned_be(uintmax_t value, size_t len) in append_unsigned_be()
H A Dvirtio.c623 name, (uintmax_t)offset, size); in vi_pci_read()
747 name, (uintmax_t)offset, size); in vi_pci_write()
/illumos-gate/usr/src/cmd/fm/fminject/common/
H A Dinj_hash.c37 uintmax_t v_uvalue;
54 inj_var_alloc(void *key, uintmax_t value, inj_var_t *next) in inj_var_alloc()
91 inj_hash_insert(inj_hash_t *h, void *key, uintmax_t value) in inj_hash_insert()
129 uintmax_t
H A Dinj_hash.h45 void (*h_freefn)(void *, uintmax_t);
53 extern int inj_hash_insert(inj_hash_t *, void *, uintmax_t);
57 extern uintmax_t inj_hash_get_value(inj_var_t *);
H A Dinj_string.c235 inj_strhash_insert(inj_hash_t *h, const char *str, uintmax_t value) in inj_strhash_insert()
H A Dinj_string.h48 extern int inj_strhash_insert(inj_hash_t *, const char *, uintmax_t);
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_kvm.c644 static uintmax_t
655 kmt_reg_disc_set(mdb_var_t *v, uintmax_t r) in kmt_reg_disc_set()
2347 static uintmax_t
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb.c94 static uintmax_t
120 static uintmax_t
136 static uintmax_t
881 mdb_call(uintmax_t addr, uintmax_t count, uint_t flags) in mdb_call()
992 uintmax_t
995 uintmax_t odot, ndot; in mdb_dot_incr()
1006 uintmax_t
1009 uintmax_t odot, ndot; in mdb_dot_decr()
1164 uintmax_t argc, mdb_arg_t *argv) in mdb_call_tab()
1177 mdb_call_idcmd(mdb_idcmd_t *idcp, uintmax_t addr, uintmax_t count, in mdb_call_idcmd()
[all …]

1234