Searched refs:u_int (Results 151 - 175 of 2945) sorted by relevance

1234567891011>>

/freebsd-10.2-release/sys/sys/
H A Dmbpool.h59 int mbp_create(struct mbpool **, const char *, bus_dma_tag_t, u_int,
78 void mbp_count(struct mbpool *, u_int *, u_int *, u_int *);
87 void mbp_sync(struct mbpool *, uint32_t, bus_addr_t, bus_size_t, u_int);
H A Drefcount.h42 refcount_init(volatile u_int *count, u_int value)
49 refcount_acquire(volatile u_int *count)
57 refcount_release(volatile u_int *count)
59 u_int old;
H A Dprocctl.h59 u_int rs_flags;
60 u_int rs_children;
61 u_int rs_descendants;
64 u_int rs_pad0[15];
74 u_int pi_flags;
75 u_int pi_pad0[15];
82 u_int rp_count;
83 u_int rp_pad0[15];
89 u_int rk_flags; /* in - REAPER_KILL flags */
91 u_int rk_kille
[all...]
/freebsd-10.2-release/sys/arm/include/
H A Din_cksum.h48 u_int do_cksum(const void *, int);
50 u_int in_cksum_hdr(const struct ip *);
54 in_pseudo(u_int sum, u_int b, u_int c)
H A Dsmp.h20 void ipi_all_but_self(u_int ipi);
21 void ipi_cpu(int cpu, u_int ipi);
22 void ipi_selected(cpuset_t cpus, u_int ipi);
25 void pic_ipi_send(cpuset_t cpus, u_int ipi);
35 void platform_ipi_send(cpuset_t cpus, u_int ipi);
H A Dcpufunc.h63 u_int (*cf_id) (void);
68 u_int (*cf_control) (u_int bic, u_int eor);
69 void (*cf_domains) (u_int domains);
70 void (*cf_setttb) (u_int ttb);
71 u_int (*cf_faultstatus) (void);
72 u_int (*cf_faultaddress) (void);
77 void (*cf_tlb_flushID_SE) (u_int va);
79 void (*cf_tlb_flushI_SE) (u_int v
[all...]
/freebsd-10.2-release/sys/compat/netbsd/
H A Ddvcfg.h46 #define DVCFG_MAJOR(dvcfg) (((u_int)(dvcfg)) >> 16)
47 #define DVCFG_MINOR(dvcfg) (((u_int)(dvcfg)) & 0xffff)
49 #define DVCFG_MKCFG(major, minor) ((((u_int)(major)) << 16) | ((minor) & 0xffff))
53 static __inline dvcfg_hw_t dvcfg_hw(struct dvcfg_hwsel *, u_int);
58 u_int num;
/freebsd-10.2-release/sys/sparc64/include/
H A Dcache.h79 u_int ic_size; /* instruction cache */
80 u_int ic_assoc;
81 u_int ic_linesize;
82 u_int dc_size; /* data cache */
83 u_int dc_assoc;
84 u_int dc_linesize;
85 u_int ec_size; /* external cache info */
86 u_int ec_assoc;
87 u_int ec_linesize;
92 extern u_int dcache_color_ignor
[all...]
/freebsd-10.2-release/sys/contrib/ngatm/netnatm/saal/
H A Dsscop.h58 struct SSCOP_MBUF_T *, u_int, u_int);
62 struct SSCOP_MBUF_T *, u_int);
74 void *(*start_timer)(struct sscop *, void *, u_int,
94 int sscop_setparam(struct sscop *, struct sscop_param *, u_int *);
97 int sscop_aasig(struct sscop *, enum sscop_aasig, struct SSCOP_MBUF_T *, u_int);
106 u_int sscop_window(struct sscop *, u_int);
109 u_int sscop_setbusy(struct sscop *, int);
120 void sscop_setdebug(struct sscop *, u_int);
[all...]
H A Dsscfu.h62 struct SSCFU_MBUF_T *, u_int);
65 void (*window)(struct sscfu *, void *, u_int);
84 void sscfu_input(struct sscfu *, enum sscop_aasig, struct SSCFU_MBUF_T *, u_int);
97 u_int sscfu_getdefparam(struct sscop_param *);
100 void sscfu_setdebug(struct sscfu *, u_int);
101 u_int sscfu_getdebug(const struct sscfu *);
/freebsd-10.2-release/sys/dev/stg/
H A Dtmc18c30var.h61 u_int sc_chip; /* chip type */
62 u_int sc_fsz; /* fifo size */
63 u_int sc_idbit; /* host id bit */
64 u_int sc_wthold; /* write thread */
65 u_int sc_rthold; /* read thread */
66 u_int sc_maxwsize; /* max write size */
91 int stgprobesubr(bus_space_tag_t, bus_space_handle_t, u_int);
/freebsd-10.2-release/sys/dev/random/
H A Drandomdev_soft.h53 u_int size, bits; /* stats about the entropy */
61 void randomdev_init_harvester(void (*)(u_int64_t, const void *, u_int,
62 u_int, enum esource), int (*)(void *, int));
77 if (*(u_int *)(oidp->oid_arg1) <= (min)) \
78 *(u_int *)(oidp->oid_arg1) = (min); \
79 else if (*(u_int *)(oidp->oid_arg1) > (max)) \
80 *(u_int *)(oidp->oid_arg1) = (max); \
/freebsd-10.2-release/crypto/openssh/
H A Dauthfd.h79 const char *, u_int, u_int);
84 const char *, u_int, u_int);
88 u_int, u_char[16]);
91 ssh_agent_sign(AuthenticationConnection *, Key *, u_char **, u_int *, u_char *,
92 u_int);
H A Dkey.h68 u_int type; /* SSH2_CERT_TYPE_USER or SSH2_CERT_TYPE_HOST */
71 u_int nprincipals;
106 u_char *key_fingerprint_raw(const Key *, enum fp_type, u_int *);
111 u_int key_size(const Key *);
113 Key *key_generate(int, u_int);
130 u_int key_curve_nid_to_bits(int);
140 Key *key_from_blob(const u_char *, u_int);
141 int key_to_blob(const Key *, u_char **, u_int *);
146 int key_sign(const Key *, u_char **, u_int *, const u_char *, u_int);
[all...]
H A Dpacket.h33 void packet_set_encryption_key(const u_char *, u_int, int);
34 u_int packet_get_encryption_key(u_char *);
35 void packet_set_protocol_flags(u_int);
36 u_int packet_get_protocol_flags(void);
48 void packet_put_int(u_int value);
55 void packet_put_string(const void *buf, u_int len);
57 void packet_put_raw(const void *buf, u_int len);
62 void packet_process_incoming(const char *buf, u_int len);
66 u_int packet_get_char(void);
67 u_int packet_get_in
[all...]
/freebsd-10.2-release/sys/mips/nlm/
H A Dboard.h98 u_int ieee1588_inc_intg;
99 u_int ieee1588_inc_den;
100 u_int ieee1588_inc_num;
111 u_int portmask;
118 u_int blockmask;
119 u_int ilmask;
120 u_int xauimask;
121 u_int sgmiimask;
123 u_int flow_crc_poly;
124 u_int hw_parser_e
[all...]
/freebsd-10.2-release/sys/dev/cxgbe/
H A Doffload.h62 u_int used; /* # of stids used by this region */
63 u_int free; /* # of contiguous stids free right after this region */
82 u_int ntids;
83 u_int tids_in_use;
87 u_int nstids;
88 u_int stid_base;
89 u_int stids_in_use;
90 u_int nstids_free_head; /* # of available stids at the begining */
95 u_int natids;
97 u_int atids_in_us
[all...]
/freebsd-10.2-release/sys/netinet/
H A Dtcp_hostcache.h44 u_int hch_length;
72 u_int hashsize;
73 u_int hashmask;
74 u_int bucket_limit;
75 u_int cache_count;
76 u_int cache_limit;
/freebsd-10.2-release/sys/dev/ct/
H A Dbshwvar.h48 u_int hw_flags;
49 u_int hw_sregaddr;
65 u_int sc_sdatalen; /* SMIT */
66 u_int sc_edatalen; /* SMIT */
71 u_int sc_bounce_size;
79 u_int sc_io_control;
/freebsd-10.2-release/sys/dev/utopia/
H A Dutopia_priv.h43 uint32_t utopia_update(struct utopia *, u_int, u_int, uint32_t);
44 void utopia_check_carrier(struct utopia *, u_int);
/freebsd-10.2-release/tools/regression/bpf/bpf_filter/tests/
H A Dtest0045.h21 u_int wirelen = sizeof(pkt);
24 u_int buflen = sizeof(pkt);
30 u_int expect = 0;
H A Dtest0051.h21 u_int wirelen = sizeof(pkt);
24 u_int buflen = sizeof(pkt);
30 u_int expect = 0;
H A Dtest0054.h21 u_int wirelen = sizeof(pkt);
24 u_int buflen = sizeof(pkt);
30 u_int expect = 0;
H A Dtest0056.h21 u_int wirelen = sizeof(pkt);
24 u_int buflen = sizeof(pkt);
30 u_int expect = 0;
H A Dtest0057.h21 u_int wirelen = sizeof(pkt);
24 u_int buflen = sizeof(pkt);
30 u_int expect = 0;

Completed in 241 milliseconds

1234567891011>>