/illumos-gate/usr/src/uts/intel/pcbe/ |
H A D | opteron_pcbe.c | 943 int64_t diff; in opt_pcbe_sample()
|
/illumos-gate/usr/src/uts/intel/os/ |
H A D | syscall.c | 70 typedef int64_t (*llfcn_t)(); /* function returning long long */ 865 int64_t 889 int64_t ret; in dosyscall() 1091 int64_t 1108 return ((int64_t)set_errno(EFAULT)); in syscall_ap() 1185 int64_t 1191 int64_t rval; in loadable_syscall() 1212 rval = (int64_t)(*callp->sy_call)(a0, a1, a2, a3, in loadable_syscall() 1227 rval = (int64_t)(*callp->sy_call)(lwp->lwp_ap[0], in loadable_syscall() 1242 int64_t
|
/illumos-gate/usr/src/uts/i86pc/sys/ |
H A D | apic_timer.h | 65 #define APIC_TICKS_TO_NSECS(ticks) ((((int64_t)(ticks) * SF) + \ 68 #define APIC_NSECS_TO_TICKS(nsecs) (((int64_t)(nsecs) * \
|
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | fakebop.c | 609 int64_t *buf64; in boot_prop_display() 634 len = len / sizeof (int64_t); in boot_prop_display() 635 buf64 = (int64_t *)buffer; in boot_prop_display() 2485 int64_t ecfginfo[4]; in process_mcfg()
|
H A D | ddi_impl.c | 1941 if (length == sizeof (int64_t)) { in get_boot_properties() 1944 *((int64_t *)bop_staging_area)); in get_boot_properties() 1949 length / sizeof (int64_t)); in get_boot_properties()
|
/illumos-gate/usr/src/uts/i86pc/io/vmm/ |
H A D | vmm_instruction_emul.c | 143 int64_t displacement; /* optional addr displacement */ 144 int64_t immediate; /* optional immediate operand */
|
H A D | vmm.c | 474 vm->boot_tsc_offset = (uint64_t)(-(int64_t)rdtsc_offset()); in vm_init()
|
/illumos-gate/usr/src/uts/i86pc/io/pciex/ |
H A D | npe.c | 517 int64_t *ecfginfo; in npe_bus_map()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | types.h | 240 typedef int64_t pad64_t;
|
/illumos-gate/usr/src/uts/common/smbsrv/ |
H A D | smb_ktypes.h | 977 int64_t activity_timestamp;
|
H A D | smb_kproto.h | 484 void smb_server_add_rxb(smb_server_t *, int64_t); 485 void smb_server_add_txb(smb_server_t *, int64_t); 582 int smb_try_grow(smb_request_t *sr, int64_t new_size);
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | zone.c | 3224 static int64_t f[3] = { 135, 27, 9 }; in zone_loadavg_update() 3225 int64_t q, r; in zone_loadavg_update()
|
H A D | sysent.c | 79 int64_t vfork(); 80 int64_t forksys(int, int); 83 int64_t getgid(); 85 int64_t getpid(); 86 int64_t getuid(); 306 int64_t loadable_syscall(); 307 int64_t indir(); 1104 int64_t 1110 int64_t rval; in dtrace_systrace_syscall() 1145 int64_t [all …]
|
H A D | timers.c | 941 int64_t 944 int64_t ticks; in timespectohz64() 945 int64_t sec; in timespectohz64() 946 int64_t nsec; in timespectohz64()
|
H A D | sunddi.c | 430 ddi_peek64(dev_info_t *dip, int64_t *addr, int64_t *val_p) in ddi_peek64() 455 ddi_poke64(dev_info_t *dip, int64_t *addr, int64_t val) in ddi_poke64() 470 int64_t ibuffer; in ddi_peekpokeio() 1888 int64_t tmp; in ddi_prop_fm_decode_int64() 1999 int64_t *tmp; in ddi_prop_fm_decode_int64_array() 2000 int64_t *intp; in ddi_prop_fm_decode_int64_array() 2133 int64_t *tmp; in ddi_prop_fm_encode_int64() 3683 int64_t 3687 int64_t data; in ddi_prop_get_int64() 4462 int64_t [all …]
|
H A D | fm.c | 738 va_arg(ap, int64_t)); in i_fm_payload_set() 743 va_arg(ap, int64_t *), nelem); in i_fm_payload_set()
|
H A D | driver_lyr.c | 1837 int64_t drv_prop64; in ldi_get_size() 2351 uint_t flags, char *name, int64_t **data, uint_t *nelements) in ldi_prop_lookup_int64_array() 2380 int64_t *prop_val; in ldi_prop_lookup_int64_array() 2384 (caddr_t *)&prop_val, &prop_len, sizeof (int64_t)); in ldi_prop_lookup_int64_array() 2388 *nelements = prop_len / sizeof (int64_t); in ldi_prop_lookup_int64_array() 2677 int64_t 2679 uint_t flags, char *name, int64_t defvalue) in ldi_prop_get_int64() 2684 int64_t res; in ldi_prop_get_int64() 2708 int64_t prop_val; in ldi_prop_get_int64() 2715 prop_len = sizeof (int64_t); in ldi_prop_get_int64() [all …]
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/ |
H A D | mptsas.c | 15451 int64_t lun64 = 0; in mptsas_create_virt_lun() 15591 lun64 = (int64_t)lun; in mptsas_create_virt_lun() 15822 int64_t lun64 = 0; in mptsas_create_phys_lun() 15864 lun64 = (int64_t)lun; in mptsas_create_phys_lun()
|
/illumos-gate/usr/src/uts/common/io/pciex/ |
H A D | pcie.c | 1084 static int64_t 1143 int64_t speeds[4]; in pcie_speeds_to_devinfo()
|
/illumos-gate/usr/src/uts/common/io/nxge/ |
H A D | nxge_rxdma.c | 1125 *(int64_t *)entry_p, in nxge_dump_rcr_entry() 1145 pp, (*(int64_t *)entry_p >> 40) & 0x3fff)); in nxge_dump_rcr_entry()
|
/illumos-gate/usr/src/uts/common/io/mlxcx/ |
H A D | mlxcx_intr.c | 876 int64_t wqebbs, bufcnt; in mlxcx_process_cq()
|
/illumos-gate/usr/src/uts/common/io/hxge/ |
H A D | hxge_rxdma.c | 710 *(int64_t *)entry_p, in hxge_dump_rcr_entry() 726 pp, (*(int64_t *)entry_p >> 40) & 0x3fff)); in hxge_dump_rcr_entry()
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | ip.c | 14473 int64_t now = LBOLT_FASTPATH64; in ip_xmit()
|
/illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
H A D | dbuf.h | 313 uint64_t dbuf_whichblock(struct dnode *di, int64_t level, uint64_t offset); 329 int dbuf_prefetch_impl(struct dnode *dn, int64_t level, uint64_t blkid, 332 int dbuf_prefetch(struct dnode *dn, int64_t level, uint64_t blkid,
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | spa.c | 2216 int64_t loss = 0; in spa_load_verify()
|