Searched refs:u_quad_t (Results 1 - 25 of 178) sorted by relevance

12345678

/netbsd-6-1-5-RELEASE/sys/netinet/
H A Dpim_var.h51 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_msg
[all...]
/netbsd-6-1-5-RELEASE/common/lib/libc/quad/
H A Dudivdi3.c50 u_quad_t
51 __udivdi3(u_quad_t a, u_quad_t b)
54 return (__qdivrem(a, b, (u_quad_t *)0));
H A Dumoddi3.c50 u_quad_t
51 __umoddi3(u_quad_t a, u_quad_t b)
53 u_quad_t r;
H A Dquad.h67 u_quad_t uq; /* as an unsigned quad */
103 * as u_quad_t, while gcc 2 correctly uses int. Unfortunately, we still use
109 typedef u_quad_t qshift_t;
122 u_quad_t __fixunstfdi __P((long double));
123 u_quad_t __fixunsdfdi __P((double));
124 u_quad_t __fixunssfdi __P((float));
128 long double __floatunditf __P((u_quad_t));
129 double __floatundidf __P((u_quad_t));
130 float __floatundisf __P((u_quad_t));
138 u_quad_t __qdivre
[all...]
H A Ddivdi3.c54 u_quad_t ua, ub, uq;
65 uq = __qdivrem(ua, ub, (u_quad_t *)0);
H A Ducmpdi2.c52 __ucmpdi2(u_quad_t a, u_quad_t b)
/netbsd-6-1-5-RELEASE/sys/dev/pcmcia/
H A Dif_cnwioctl.h64 u_quad_t nws_rx;
65 u_quad_t nws_rxerr;
66 u_quad_t nws_rxoverflow;
67 u_quad_t nws_rxoverrun;
68 u_quad_t nws_rxcrcerror;
69 u_quad_t nws_rxframe;
70 u_quad_t nws_rxerrors;
71 u_quad_t nws_rxavail;
72 u_quad_t nws_rxone;
73 u_quad_t nws_t
[all...]
/netbsd-6-1-5-RELEASE/sys/altq/
H A Daltq_blue.h44 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_packet
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/sa/
H A Dextern.h46 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_me
[all...]
/netbsd-6-1-5-RELEASE/sys/compat/net/
H A Dif.h124 u_quad_t ifi_mtu; /* maximum transmission unit */
125 u_quad_t ifi_metric; /* routing metric (external only) */
126 u_quad_t ifi_baudrate; /* linespeed */
128 u_quad_t ifi_ipackets; /* packets received on interface */
129 u_quad_t ifi_ierrors; /* input errors on interface */
130 u_quad_t ifi_opackets; /* packets sent on interface */
131 u_quad_t ifi_oerrors; /* output errors on interface */
132 u_quad_t ifi_collisions; /* collisions on csma interfaces */
133 u_quad_t ifi_ibytes; /* total number of octets received */
134 u_quad_t ifi_obyte
[all...]
/netbsd-6-1-5-RELEASE/sys/netinet6/
H A Dip6_mroute.h127 u_quad_t mrt6s_mfc_lookups; /* # forw. cache hash table hits */
128 u_quad_t mrt6s_mfc_misses; /* # forw. cache hash table misses */
129 u_quad_t mrt6s_upcalls; /* # calls to mrouted */
130 u_quad_t mrt6s_no_route; /* no route for packet's origin */
131 u_quad_t mrt6s_bad_tunnel; /* malformed tunnel options */
132 u_quad_t mrt6s_cant_tunnel; /* no room for tunnel options */
133 u_quad_t mrt6s_wrong_if; /* arrived on wrong interface */
134 u_quad_t mrt6s_upq_ovflw; /* upcall Q overflow */
135 u_quad_t mrt6s_cache_cleanups; /* # entries with no upcalls */
136 u_quad_t mrt6s_drop_se
[all...]
H A Din6_var.h134 u_quad_t use; /* statistics */
141 u_quad_t ifs6_in_receive; /* # of total input datagram */
142 u_quad_t ifs6_in_hdrerr; /* # of datagrams with invalid hdr */
143 u_quad_t ifs6_in_toobig; /* # of datagrams exceeded MTU */
144 u_quad_t ifs6_in_noroute; /* # of datagrams with no route */
145 u_quad_t ifs6_in_addrerr; /* # of datagrams with invalid dst */
146 u_quad_t ifs6_in_protounknown; /* # of datagrams with unknown proto */
148 u_quad_t ifs6_in_truncated; /* # of truncated datagrams */
149 u_quad_t ifs6_in_discard; /* # of discarded datagrams */
151 u_quad_t ifs6_in_delive
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/bebox/stand/boot/
H A Dclock.c40 static inline u_quad_t mftb(void);
42 static inline u_quad_t
46 u_quad_t tb;
59 u_quad_t tb;
/netbsd-6-1-5-RELEASE/lib/libc/quad/
H A Dfixdfdi.c58 return ((quad_t)-(u_quad_t)-x);
63 return ((quad_t)(u_quad_t)x);
H A Dfixsfdi.c60 return ((quad_t)-(u_quad_t)-x);
65 return ((quad_t)(u_quad_t)x);
H A Dfloatundidf.c52 __floatundidf(u_quad_t x)
H A Dfloatundisf.c51 __floatundisf(u_quad_t x)
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dkcore.h40 * between all architectures, u_quad_t seems to be the necessary type...
43 u_quad_t start; /* Physical start address */
44 u_quad_t size; /* Size in bytes */
/netbsd-6-1-5-RELEASE/sys/compat/sys/
H A Dsockio.h98 u_quad_t ifi_mtu; /* maximum transmission unit */
99 u_quad_t ifi_metric; /* routing metric (external only) */
100 u_quad_t ifi_baudrate; /* linespeed */
102 u_quad_t ifi_ipackets; /* packets received on interface */
103 u_quad_t ifi_ierrors; /* input errors on interface */
104 u_quad_t ifi_opackets; /* packets sent on interface */
105 u_quad_t ifi_oerrors; /* output errors on interface */
106 u_quad_t ifi_collisions; /* collisions on csma interfaces */
107 u_quad_t ifi_ibytes; /* total number of octets received */
108 u_quad_t ifi_obyte
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/include/
H A Duserret.h54 static __inline void userret(struct lwp *, int, u_quad_t);
60 userret(struct lwp *l, int pc, u_quad_t oticks)
/netbsd-6-1-5-RELEASE/sys/arch/vax/include/
H A Duserret.h40 userret(struct lwp *l, struct trapframe *tf, u_quad_t oticks)
/netbsd-6-1-5-RELEASE/sys/arch/prep/stand/boot/
H A Dclock.c44 static inline u_quad_t mftb(void);
47 static inline u_quad_t
51 u_quad_t tb;
75 u_quad_t tb;
/netbsd-6-1-5-RELEASE/sys/arch/rs6000/stand/boot/
H A Dclock.c44 static inline u_quad_t mftb(void);
47 static inline u_quad_t
51 u_quad_t tb;
75 u_quad_t tb;
/netbsd-6-1-5-RELEASE/lib/libc/stdlib/
H A Dstrtouq.c40 #define __UINT u_quad_t
/netbsd-6-1-5-RELEASE/sys/arch/ofppc/stand/ofwboot/
H A Dopenfirm.h54 int OF_seek(int, u_quad_t);

Completed in 249 milliseconds

12345678