Searched refs:int64_t (Results 1 - 25 of 695) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/common/util/i386/
H A Dmuldiv.h46 extern int64_t __mul64(int64_t a, int64_t b);
50 extern int64_t __div64(int64_t x, int64_t y);
51 extern int64_t __rem64(int64_t x, int64_t y);
55 extern int64_t __divdi
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dncp.h44 extern int64_t current_ncu_priority_group;
47 boolean_t nwamd_ncp_find_next_priority_group(int64_t, int64_t *);
48 void nwamd_ncp_activate_priority_group(int64_t);
49 void nwamd_ncp_deactivate_priority_group(int64_t);
50 void nwamd_ncp_deactivate_priority_group_all(int64_t);
51 boolean_t nwamd_ncp_check_priority_group(int64_t *);
/illumos-gate/usr/src/uts/common/sys/
H A Dclock_impl.h58 int64_t lbc_counter; /* number of calls to the DDI lbolt routines */
59 int64_t lbc_cnt_start; /* beggining of the cnt interval (in ticks) */
60 char lbc_pad[CPU_CACHE_COHERENCE_SIZE - (2 * sizeof (int64_t))];
66 int64_t lbi_id_pad; /* 64bit padding */
68 int64_t lbi_thresh_calls; /* max calls per interval */
69 int64_t lbi_thresh_interval; /* interval window for the # of calls */
70 int64_t lbi_debug_ts; /* last time we dropped into kmdb */
71 int64_t lbi_debug_time; /* time spent in the debugger */
72 int64_t lbi_internal; /* lbolt source when on cyclic mode */
75 int64_t lbi_cyc_deac_star
[all...]
H A Dbootstat.h42 int64_t tv_sec;
43 int64_t tv_nsec;
63 int64_t st_blocks;
H A Dsystrace.h43 int64_t (*stsy_underlying)();
54 extern int64_t dtrace_systrace_syscall(uintptr_t arg0, uintptr_t arg1,
58 extern int64_t dtrace_systrace_syscall32(uintptr_t arg0, uintptr_t arg1,
H A Dint_types.h83 typedef long int64_t; typedef
87 typedef long long int64_t; typedef
107 typedef int64_t intmax_t;
/illumos-gate/usr/src/lib/libsocket/common/
H A Dlibsocket_priv.h35 extern int getallifaddrs(sa_family_t, struct ifaddrs **, int64_t);
36 extern int getallifs(int, sa_family_t, struct lifreq **, int *, int64_t);
/illumos-gate/usr/src/lib/libast/common/stdio/
H A Dftell.c40 int64_t
43 STDIO_INT(f, "ftell64", int64_t, (Sfio_t*), (f))
45 return (int64_t)sfseek(f, (Sfoff_t)0, SEEK_CUR);
H A Dftello.c40 int64_t
43 STDIO_INT(f, "ftello64", int64_t, (Sfio_t*), (f))
H A Dfseek.c41 fseek64(Sfio_t* f, int64_t off, int op)
43 STDIO_INT(f, "fseek64", int, (Sfio_t*, int64_t, int), (f, off, op))
H A Dfseeko.c41 fseeko64(Sfio_t* f, int64_t off, int op)
43 STDIO_INT(f, "fseeko64", int, (Sfio_t*, int64_t, int), (f, off, op))
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dstdint.h16 typedef signed long long int64_t; typedef
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspace_reftree.h42 int64_t sr_refcnt; /* associated reference count */
48 int64_t refcnt);
49 void space_reftree_add_map(avl_tree_t *t, range_tree_t *rt, int64_t refcnt);
51 int64_t minref);
/illumos-gate/usr/src/cmd/cdrw/
H A Dtrackio.h79 int (*cb)(int64_t, int64_t), int64_t arg, struct
H A Dutil.h72 int progress(int64_t arg, int64_t completed);
/illumos-gate/usr/src/lib/libscf/common/
H A Dmidlevel_impl.h41 int64_t pv_int;
44 int64_t t_sec;
/illumos-gate/usr/src/lib/libproc/common/
H A DPisadep.h63 #define PSTACK_ALIGN32(sp) ((sp) & ~(2 * sizeof (int64_t) - 1))
72 #define PSTACK_ALIGN64(sp) ((sp) & ~(2 * sizeof (int64_t) - 1))
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/aggs/
H A Dtst.quantmany.d31 int64_t val, shift;
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/types/
H A Dtst.inttypes.d42 printf("sizeof (int64_t) = %u\n", sizeof (int64_t));
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dapic_timer.h63 #define APIC_TICKS_TO_NSECS(ticks) ((((int64_t)(ticks) * SF) + \
66 #define APIC_NSECS_TO_TICKS(nsecs) (((int64_t)(nsecs) * \
/illumos-gate/usr/src/uts/i86xpv/sys/
H A Dballoon_impl.h50 void balloon_drv_added(int64_t);
51 void balloon_drv_subtracted(int64_t);
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/
H A Dacqnx.h58 #define COMPILER_DEPENDENT_INT64 int64_t
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dinetd_impl.h145 * Structure used to construct a list of int64_t's and their associated
151 int64_t val;
164 int64_t copies;
167 int64_t conn_rate_count;
171 int64_t fail_rate_count;
174 int64_t bind_fail_count;
319 extern rep_val_t *find_rep_val(uu_list_t *, int64_t);
320 extern int set_single_rep_val(uu_list_t *, int64_t);
321 extern int64_t get_single_rep_val(uu_list_t *);
322 extern int add_rep_val(uu_list_t *, int64_t);
[all...]
/illumos-gate/usr/src/lib/libc/i386/gen/
H A D_divdi3.s50 int64_t label
51 __divdi3(int64_t a, int64_t b)
55 int64_t label
56 __moddi3(int64_t a, int64_t b)
104 / int64_t
105 / __divdi3(int64_t x, int64_t y)
124 / return (negative ? (int64_t)
[all...]
/illumos-gate/usr/src/boot/sys/ufs/ffs/
H A Dfs.h231 int64_t value; /* inode or block number to be affected */
232 int64_t size; /* amount or range to be adjusted */
233 int64_t spare; /* reserved for future use */
249 int64_t cs_ndir; /* number of directories */
250 int64_t cs_nbfree; /* number of free blocks */
251 int64_t cs_nifree; /* number of free inodes */
252 int64_t cs_nffree; /* number of free frags */
253 int64_t cs_numclusters; /* number of free clusters */
254 int64_t cs_spare[3]; /* future expansion */
334 int64_t fs_unref
[all...]

Completed in 124 milliseconds

1234567891011>>