/netbsd-src/sys/netinet6/ |
H A D | in6_var.h | 158 u_quad_t use; /* statistics */ 165 u_quad_t ifs6_in_receive; /* # of total input datagram */ 166 u_quad_t ifs6_in_hdrerr; /* # of datagrams with invalid hdr */ 167 u_quad_t ifs6_in_toobig; /* # of datagrams exceeded MTU */ 168 u_quad_t ifs6_in_noroute; /* # of datagrams with no route */ 169 u_quad_t ifs6_in_addrerr; /* # of datagrams with invalid dst */ 170 u_quad_t ifs6_in_protounknown; /* # of datagrams with unknown proto */ 172 u_quad_t ifs6_in_truncated; /* # of truncated datagrams */ 173 u_quad_t ifs6_in_discard; /* # of discarded datagrams */ 175 u_quad_t ifs6_in_deliver; /* # of datagrams delivered to ULP */ [all …]
|
H A D | ip6_mroute.h | 124 u_quad_t mrt6s_mfc_lookups; /* # forw. cache hash table hits */ 125 u_quad_t mrt6s_mfc_misses; /* # forw. cache hash table misses */ 126 u_quad_t mrt6s_upcalls; /* # calls to mrouted */ 127 u_quad_t mrt6s_no_route; /* no route for packet's origin */ 128 u_quad_t mrt6s_bad_tunnel; /* malformed tunnel options */ 129 u_quad_t mrt6s_cant_tunnel; /* no room for tunnel options */ 130 u_quad_t mrt6s_wrong_if; /* arrived on wrong interface */ 131 u_quad_t mrt6s_upq_ovflw; /* upcall Q overflow */ 132 u_quad_t mrt6s_cache_cleanups; /* # entries with no upcalls */ 133 u_quad_t mrt6s_drop_sel; /* pkts dropped selectively */ [all …]
|
H A D | ip6_var.h | 221 u_quad_t ip6f_uses; /* number of uses in this period */ 222 u_quad_t ip6f_last_uses; /* number of uses in last period */ 223 u_quad_t ip6f_dropped; /* ENOBUFS returned by if_output */ 224 u_quad_t ip6f_forwarded; /* packets forwarded */
|
/netbsd-src/common/lib/libc/quad/ |
H A D | quad.h | 73 u_quad_t uq; /* as an unsigned quad */ 115 typedef u_quad_t qshift_t; 128 u_quad_t __fixunstfdi(long double); 129 u_quad_t __fixunsdfdi(double); 130 u_quad_t __fixunssfdi(float); 134 long double __floatunditf(u_quad_t); 135 double __floatundidf(u_quad_t); 136 float __floatundisf(u_quad_t); 144 u_quad_t __qdivrem(u_quad_t, u_quad_t, u_quad_t *); 146 int __ucmpdi2(u_quad_t, u_quad_t); [all …]
|
H A D | udivdi3.c | 50 u_quad_t 51 __udivdi3(u_quad_t a, u_quad_t b) in __udivdi3() 54 return (__qdivrem(a, b, (u_quad_t *)0)); in __udivdi3()
|
H A D | umoddi3.c | 50 u_quad_t 51 __umoddi3(u_quad_t a, u_quad_t b) in __umoddi3() 53 u_quad_t r; in __umoddi3()
|
H A D | divdi3.c | 54 u_quad_t ua, ub, uq; in __divdi3() 65 uq = __qdivrem(ua, ub, (u_quad_t *)0); in __divdi3()
|
H A D | ucmpdi2.c | 52 __ucmpdi2(u_quad_t a, u_quad_t b) in __ucmpdi2()
|
H A D | qdivrem.c | 74 u_quad_t 75 __qdivrem(u_quad_t uq, u_quad_t vq, u_quad_t *arq) in __qdivrem()
|
/netbsd-src/sys/dev/pcmcia/ |
H A D | if_cnwioctl.h | 66 u_quad_t nws_rx; 67 u_quad_t nws_rxerr; 68 u_quad_t nws_rxoverflow; 69 u_quad_t nws_rxoverrun; 70 u_quad_t nws_rxcrcerror; 71 u_quad_t nws_rxframe; 72 u_quad_t nws_rxerrors; 73 u_quad_t nws_rxavail; 74 u_quad_t nws_rxone; 75 u_quad_t nws_tx; [all …]
|
/netbsd-src/sys/altq/ |
H A D | altq_blue.h | 44 u_quad_t xmit_packets; 45 u_quad_t xmit_bytes; 46 u_quad_t drop_packets; 47 u_quad_t drop_bytes; 48 u_quad_t drop_forced; 49 u_quad_t drop_unforced; 50 u_quad_t marked_packets; 93 u_quad_t xmit_packets; 94 u_quad_t xmit_bytes; 95 u_quad_t drop_packets; [all …]
|
/netbsd-src/sys/netinet/ |
H A D | pim_var.h | 51 u_quad_t pims_rcv_total_msgs; /* total PIM messages received */ 52 u_quad_t pims_rcv_total_bytes; /* total PIM bytes received */ 53 u_quad_t pims_rcv_tooshort; /* rcvd with too few bytes */ 54 u_quad_t pims_rcv_badsum; /* rcvd with bad checksum */ 55 u_quad_t pims_rcv_badversion; /* rcvd bad PIM version */ 56 u_quad_t pims_rcv_registers_msgs; /* rcvd regs. msgs (data only) */ 57 u_quad_t pims_rcv_registers_bytes; /* rcvd regs. bytes (data only) */ 58 u_quad_t pims_rcv_registers_wrongiif; /* rcvd regs. on wrong iif */ 59 u_quad_t pims_rcv_badregisters; /* rcvd invalid registers */ 60 u_quad_t pims_snd_registers_msgs; /* sent regs. msgs (data only) */ [all …]
|
/netbsd-src/usr.sbin/sa/ |
H A D | extern.h | 46 u_quad_t ci_calls; /* number of calls */ 47 u_quad_t ci_etime; /* elapsed time */ 48 u_quad_t ci_utime; /* user time */ 49 u_quad_t ci_stime; /* system time */ 50 u_quad_t ci_mem; /* memory use */ 51 u_quad_t ci_io; /* number of disk i/o ops */ 58 u_quad_t ui_calls; /* number of invocations */ 59 u_quad_t ui_utime; /* user time */ 60 u_quad_t ui_stime; /* system time */ 61 u_quad_t ui_mem; /* memory use */ [all …]
|
/netbsd-src/lib/libutil/ |
H A D | login_cap.c | 64 static u_quad_t multiply(u_quad_t, u_quad_t); 65 static u_quad_t strtolimit(const char *, char **, int); 66 static u_quad_t strtosize(const char *, char **, int); 797 static u_quad_t 800 u_quad_t num, num2; in strtosize() 816 num = multiply(num, (u_quad_t)512); in strtosize() 820 num = multiply(num, (u_quad_t)1024); in strtosize() 824 num = multiply(num, (u_quad_t)1024 * 1024); in strtosize() 828 num = multiply(num, (u_quad_t)1024 * 1024 * 1024); in strtosize() 832 num = multiply(num, (u_quad_t)1024 * 1024); in strtosize() [all …]
|
/netbsd-src/sys/arch/bebox/stand/boot/ |
H A D | clock.c | 40 static inline u_quad_t mftb(void); 42 static inline u_quad_t 46 u_quad_t tb; in mftb() 59 u_quad_t tb; in delay()
|
/netbsd-src/sys/arch/rs6000/stand/boot/ |
H A D | clock.c | 44 static inline u_quad_t mftb(void); 47 static inline u_quad_t 51 u_quad_t tb; in mftb() 75 u_quad_t tb; in delay()
|
/netbsd-src/sys/arch/prep/stand/boot/ |
H A D | clock.c | 44 static inline u_quad_t mftb(void); 47 static inline u_quad_t 51 u_quad_t tb; in mftb() 75 u_quad_t tb; in delay()
|
/netbsd-src/sys/arch/evbmips/rmixl/ |
H A D | machdep.c | 204 u_quad_t mem_cluster_maxaddr; 214 static u_int ram_seg_resv(phys_ram_seg_t *, u_int, u_quad_t, u_quad_t); 360 (u_quad_t)trunc_page(rcp->rc_cpu_wakeup_info), in mach_init() 361 (u_quad_t)round_page(rcp->rc_cpu_wakeup_end)); in mach_init() 367 (u_quad_t)MEMLIMIT, (u_quad_t)~0); in mach_init() 373 u_quad_t tmp = round_page( in mach_init() 527 u_quad_t resv_first, u_quad_t resv_last) in ram_seg_resv() 529 u_quad_t first, last; in ram_seg_resv() 545 u_quad_t new_last; in ram_seg_resv() 559 u_quad_t new_first; in ram_seg_resv()
|
/netbsd-src/sys/coda/ |
H A D | coda.h | 77 typedef unsigned __int64 u_quad_t; typedef 79 typedef unsigned long long u_quad_t; typedef 90 typedef unsigned long long u_quad_t; typedef 96 #define cdev_t u_quad_t 100 typedef unsigned long long u_quad_t; typedef 103 typedef unsigned long long u_quad_t; typedef 113 typedef unsigned long long u_quad_t; typedef 286 u_quad_t va_size; /* file size in bytes */ 294 u_quad_t va_bytes; /* bytes of disk space held by file */ 295 u_quad_t va_filerev; /* file modification number */
|
/netbsd-src/sys/fs/nfs/client/ |
H A D | nfsnode.h | 94 u_quad_t n_size; /* Current size of file */ 95 u_quad_t n_brev; /* Modify rev when cached */ 96 u_quad_t n_lrev; /* Modify rev for lease */
|
/netbsd-src/lib/libc/quad/ |
H A D | fixdfdi.c | 62 return ((quad_t)-(u_quad_t)-x); in __fixdfdi() 67 return ((quad_t)(u_quad_t)x); in __fixdfdi()
|
H A D | fixsfdi.c | 64 return ((quad_t)-(u_quad_t)-x); in __fixsfdi() 69 return ((quad_t)(u_quad_t)x); in __fixsfdi()
|
H A D | fixunssfdi_ieee754.c | 54 u_quad_t 59 u_quad_t r; in __fixunssfdi()
|
/netbsd-src/sys/sys/ |
H A D | kcore.h | 43 u_quad_t start; /* Physical start address */ 44 u_quad_t size; /* Size in bytes */
|
/netbsd-src/sys/arch/sparc64/include/ |
H A D | userret.h | 54 static __inline void userret(struct lwp *, int, u_quad_t); 60 userret(struct lwp *l, int pc, u_quad_t oticks) in userret()
|