Searched refs:u_int (Results 276 - 300 of 3254) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/tools/regression/ccd/layout/
H A Db.c9 u_int u = 0;
/freebsd-11-stable/usr.bin/random/
H A Drandomize_fd.h45 u_int len;
/freebsd-11-stable/sys/dev/fdt/
H A Dfdt_pinctrl.h38 int fdt_pinctrl_configure(device_t client, u_int index);
/freebsd-11-stable/sys/dev/hatm/
H A Dif_hatmvar.h96 u_int size; /* in bytes */
97 u_int align; /* alignement */
108 u_int size; /* RBP number of entries (power of two) */
109 u_int thresh; /* interrupt treshold */
111 u_int offset; /* free space at start for small bufs */
122 u_int size; /* number of entries */
123 u_int thresh; /* interrupt threshold */
124 u_int tout; /* timeout value */
125 u_int pcnt; /* packet count threshold */
135 u_int siz
[all...]
/freebsd-11-stable/sys/dev/tdfx/
H A Dtdfx_pci.h54 static int tdfx_do_query(u_int cmd, struct tdfx_pio_data *piod);
56 static int tdfx_query_fetch(u_int cmd, struct tdfx_pio_data *piod);
57 static int tdfx_query_update(u_int cmd, struct tdfx_pio_data *piod);
60 static int tdfx_do_pio(u_int cmd, struct tdfx_pio_data *piod);
/freebsd-11-stable/sys/geom/eli/
H A Dpkcs5v2.h32 size_t saltsize, const char *passphrase, u_int iterations);
/freebsd-11-stable/sys/arm64/include/
H A Dintr.h48 void intr_ipi_dispatch(u_int, struct trapframe *);
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-sunatm.c65 u_int
69 u_int caplen = h->caplen;
70 u_int length = h->len;
73 u_int traftype;
H A Dprint-sip.c51 sip_print(netdissect_options *ndo, const u_char *pptr, u_int len)
H A Dprint-smtp.c29 smtp_print(netdissect_options *ndo, const u_char *pptr, u_int len)
H A Dprint-ftp.c29 ftp_print(netdissect_options *ndo, const u_char *pptr, u_int len)
/freebsd-11-stable/sys/riscv/include/
H A Dproc.h50 u_int code;
/freebsd-11-stable/sys/sys/
H A Dwatchdog.h38 #define WDIOCPATPAT _IOW('W', 42, u_int) /* pat the watchdog */
107 typedef void (*watchdog_fn)(void *, u_int, int *);
111 u_int wdog_kern_last_timeout(void);
112 int wdog_kern_pat(u_int utim);
H A Ddisk.h30 #define DIOCGSECTORSIZE _IOR('d', 128, u_int)
43 #define DIOCGFWSECTORS _IOR('d', 130, u_int) /* Get firmware's sectorcount */
50 #define DIOCGFWHEADS _IOR('d', 131, u_int) /* Get firmware's headcount */
57 #define DIOCSKERNELDUMP _IOW('d', 133, u_int) /* Set/Clear kernel dumps */
/freebsd-11-stable/sys/arm/include/
H A Dmachdep.h49 int arm_predict_branch(void *, u_int, register_t, register_t *,
50 u_int (*)(void*, int), u_int (*)(void*, vm_offset_t, u_int*));
/freebsd-11-stable/sys/net/
H A Dmp_ring.h39 typedef u_int (*mp_ring_drain_t)(struct ifmp_ring *, u_int, u_int);
40 typedef u_int (*mp_ring_can_drain_t)(struct ifmp_ring *);
/freebsd-11-stable/sys/contrib/ngatm/netnatm/msg/
H A Dunimsglib.h49 u_int ie:8; /* the ie type */
50 u_int man:1; /* mandatory flag */
51 u_int epref:1;/* Q.2971 9.5.3.2.1 low-pri epref */
61 u_int errcnt; /* number of bad IEs */
72 u_int tabsiz; /* tabulation size */
81 u_int nprefix;
85 u_int indent; /* indentation */
95 void uni_print_msg(char *, size_t, u_int _mtype, const union uni_msgall *,
116 struct unicx *, u_int *);
118 u_int, struc
[all...]
/freebsd-11-stable/lib/libc/xdr/
H A Dxdr_stdio.c60 static bool_t xdrstdio_getbytes(XDR *, char *, u_int);
61 static bool_t xdrstdio_putbytes(XDR *, const char *, u_int);
62 static u_int xdrstdio_getpos(XDR *);
63 static bool_t xdrstdio_setpos(XDR *, u_int);
64 static int32_t *xdrstdio_inline(XDR *, u_int);
129 xdrstdio_getbytes(XDR *xdrs, char *addr, u_int len)
138 xdrstdio_putbytes(XDR *xdrs, const char *addr, u_int len)
147 static u_int
151 return ((u_int) ftell((FILE *)xdrs->x_private));
155 xdrstdio_setpos(XDR *xdrs, u_int po
[all...]
/freebsd-11-stable/sys/net/altq/
H A Daltq_cbq.h75 u_int depth;
79 u_int over; /* # times went over limit */
80 u_int borrows; /* # times tried to borrow */
81 u_int overactions; /* # times invoked overlimit action */
82 u_int delays; /* # times invoked delay actions */
117 u_int priority;
118 u_int nano_sec_per_byte;
119 u_int maxq;
120 u_int maxidle;
122 u_int offtim
[all...]
/freebsd-11-stable/sys/dev/ex/
H A Dif_exvar.h49 u_int mem_size; /* Total memory size, in bytes. */
50 u_int rx_mem_size; /* Rx memory size (by default, */
53 u_int rx_lower_limit; /* Lower and upper limits of */
54 u_int rx_upper_limit; /* receive buffer. */
56 u_int rx_head; /* Head of receive ring buffer. */
57 u_int tx_mem_size; /* Tx memory size (by default, */
60 u_int tx_lower_limit; /* Lower and upper limits of */
61 u_int tx_upper_limit; /* transmit buffer. */
63 u_int tx_head; /* Head and tail of */
64 u_int tx_tai
[all...]
/freebsd-11-stable/sys/geom/gate/
H A Dg_gate.h91 u_int sc_timeout; /* P: (read-only) */
128 u_int gctl_version;
130 u_int gctl_sectorsize;
131 u_int gctl_flags;
132 u_int gctl_maxcount;
133 u_int gctl_timeout;
146 u_int gctl_version;
156 u_int gctl_version;
163 u_int gctl_version;
170 u_int gctl_versio
[all...]
/freebsd-11-stable/contrib/ntp/include/
H A Dntp_filegen.h50 u_int, u_int);
/freebsd-11-stable/contrib/ipfilter/lib/
H A Dcount4bits.c20 u_int ip;
23 u_int ipn;
H A Dprinttunable.c21 else if (tup->ipft_sz == sizeof(u_int))
26 PRINTF("%u\n", (u_int)tup->ipft_vchar);
/freebsd-11-stable/sys/netipsec/
H A Dkey_var.h52 #define _KEYLEN(key) ((u_int)((key)->bits >> 3))
53 #define _KEYBITS(key) ((u_int)((key)->bits))

Completed in 245 milliseconds

<<11121314151617181920>>