Searched refs:u_int (Results 51 - 75 of 2945) sorted by relevance

1234567891011>>

/freebsd-10.2-release/sys/i386/include/
H A Dmd_var.h40 extern u_int basemem; /* PA of original top of base memory */
42 extern u_int cpu_exthigh;
43 extern u_int cpu_feature;
44 extern u_int cpu_feature2;
45 extern u_int amd_feature;
46 extern u_int amd_feature2;
47 extern u_int amd_pminfo;
48 extern u_int via_feature_rng;
49 extern u_int via_feature_xcrypt;
50 extern u_int cpu_clflush_line_siz
[all...]
H A Dcpufunc.h48 extern u_int xen_rcr2(void);
49 extern void xen_load_cr3(u_int data);
51 extern void xen_invlpg(u_int addr);
52 extern void write_eflags(u_int eflags);
53 extern u_int read_eflags(void);
74 static __inline u_int
75 bsfl(u_int mask)
77 u_int result;
83 static __inline u_int
84 bsrl(u_int mas
[all...]
/freebsd-10.2-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_freebsd.h11 extern HAL_BOOL ar9300_stop_tx_dma_freebsd(struct ath_hal *ah, u_int q);
21 struct ieee80211_channel *chan, u_int rxchainmask,
35 struct ath_desc *ds, u_int pktLen, u_int hdrLen, HAL_PKT_TYPE type,
36 u_int txPower, u_int txRate0, u_int txTries0, u_int keyIx,
37 u_int antMode, u_int flag
[all...]
/freebsd-10.2-release/sys/amd64/include/
H A Dmd_var.h40 extern u_int basemem;
42 extern u_int cpu_exthigh;
43 extern u_int cpu_feature;
44 extern u_int cpu_feature2;
45 extern u_int amd_feature;
46 extern u_int amd_feature2;
47 extern u_int amd_pminfo;
48 extern u_int via_feature_rng;
49 extern u_int via_feature_xcrypt;
50 extern u_int cpu_clflush_line_siz
[all...]
/freebsd-10.2-release/lib/libstand/
H A Drpc.h53 int rpc_pmap_getcache(struct in_addr, u_int, u_int);
54 void rpc_pmap_putcache(struct in_addr, u_int, u_int, int);
H A Dtwiddle.c45 static u_int globaldiv;
48 twiddle(u_int callerdiv)
50 static u_int callercnt, globalcnt, pos;
65 twiddle_divisor(u_int gdiv)
H A Ddosfs.h98 u_int bufsec; /* buffered sector */
99 u_int links; /* active links to structure */
100 u_int spc; /* sectors per cluster */
101 u_int bsize; /* cluster size in bytes */
102 u_int bshift; /* cluster conversion shift */
103 u_int dirents; /* root directory entries */
104 u_int spf; /* sectors per fat */
105 u_int rdcl; /* root directory start cluster */
106 u_int lsnfat; /* start of fat */
107 u_int lsndi
[all...]
/freebsd-10.2-release/sys/dev/cfi/
H A Dcfi_var.h48 u_int r_blocks;
49 u_int r_blksz;
60 u_int sc_size; /* Flash size. */
61 u_int sc_width; /* Interface width. */
62 u_int sc_regions; /* Erase regions. */
65 u_int sc_cmdset;
68 u_int sc_tto_counts[3];
69 u_int sc_mto_counts[3];
71 u_int sc_maxbuf;
78 u_int sc_wrbufs
[all...]
/freebsd-10.2-release/crypto/openssh/
H A Duuencode.h27 int uuencode(const u_char *, u_int, char *, size_t);
29 void dump_base64(FILE *, const u_char *, u_int);
H A Dbuffer.h22 u_int alloc; /* Number of bytes allocated for data. */
23 u_int offset; /* Offset of first byte containing data. */
24 u_int end; /* Offset of last byte containing data. */
31 u_int buffer_len(const Buffer *);
34 void buffer_append(Buffer *, const void *, u_int);
35 void *buffer_append_space(Buffer *, u_int);
37 int buffer_check_alloc(Buffer *, u_int);
39 void buffer_get(Buffer *, void *, u_int);
41 void buffer_consume(Buffer *, u_int);
42 void buffer_consume_end(Buffer *, u_int);
[all...]
/freebsd-10.2-release/include/rpc/
H A Dauth_unix.h62 u_int aup_uid;
63 u_int aup_gid;
64 u_int aup_len;
65 u_int *aup_gids;
H A Dsvc_soc.h96 extern SVCXPRT *svcudp_bufcreate(int, u_int, u_int);
105 extern SVCXPRT *svctcp_create(int, u_int, u_int);
112 extern SVCXPRT *svcfd_create(int, u_int, u_int);
/freebsd-10.2-release/sys/dev/aic7xxx/
H A Daic79xx_reg_print.c19 ahd_mode_ptr_print(u_int regvalue, u_int *cur_col, u_int wrap)
38 ahd_intstat_print(u_int regvalue, u_int *cur_col, u_int wrap)
75 ahd_seqintcode_print(u_int regvalue, u_int *cur_col, u_int wrap)
93 ahd_clrint_print(u_int regvalu
[all...]
H A Daic7xxx_reg_print.c25 ahc_scsiseq_print(u_int regvalue, u_int *cur_col, u_int wrap)
42 ahc_sxfrctl0_print(u_int regvalue, u_int *cur_col, u_int wrap)
59 ahc_sxfrctl1_print(u_int regvalue, u_int *cur_col, u_int wrap)
86 ahc_scsisigi_print(u_int regvalu
[all...]
/freebsd-10.2-release/sys/powerpc/include/
H A Dopenpicvar.h45 u_int sc_ncpu;
46 u_int sc_nirq;
60 void openpic_bind(device_t dev, u_int irq, cpuset_t cpumask);
61 void openpic_config(device_t, u_int, enum intr_trigger, enum intr_polarity);
63 void openpic_enable(device_t, u_int, u_int);
64 void openpic_eoi(device_t, u_int);
65 void openpic_ipi(device_t, u_int);
66 void openpic_mask(device_t, u_int);
67 void openpic_unmask(device_t, u_int);
[all...]
/freebsd-10.2-release/contrib/tcpdump/
H A Dnetdissect.h150 register const u_char *bp, register u_int length);
250 extern int fn_printn(const u_char *, u_int, const u_char *);
277 typedef u_int (*if_ndo_printer)(struct netdissect_options *ndo,
279 typedef u_int (*if_printer)(const struct pcap_pkthdr *, const u_char *);
284 extern void eap_print(netdissect_options *,const u_char *, u_int);
288 extern void arp_print(netdissect_options *,const u_char *, u_int, u_int);
289 extern void tipc_print(netdissect_options *, const u_char *, u_int, u_int);
290 extern void msnlb_print(netdissect_options *, const u_char *, u_int);
[all...]
/freebsd-10.2-release/sys/dev/netmap/
H A Dnetmap_mem2.h121 u_int netmap_mem_get_buftotal(struct netmap_mem_d *);
132 int netmap_mem_get_info(struct netmap_mem_d *, u_int *size, u_int *memflags, uint16_t *id);
135 u_int txr, u_int txd, u_int rxr, u_int rxd, u_int extra_bufs, u_int npipes,
/freebsd-10.2-release/sys/net/
H A Dnetisr_internal.h65 u_int np_qlimit; /* Maximum per-CPU queue depth. */
66 u_int np_policy; /* Work placement policy. */
67 u_int np_dispatch; /* Work dispatch policy. */
83 u_int nw_len;
84 u_int nw_qlimit;
85 u_int nw_watermark;
111 u_int nws_cpu; /* CPU pinning. */
112 u_int nws_flags; /* Wakeup flags. */
113 u_int nws_pendingbits; /* Scheduled protocols. */
H A Dbpf_buffer.h39 void bpf_buffer_append_bytes(struct bpf_d *d, caddr_t buf, u_int offset,
40 void *src, u_int len);
41 void bpf_buffer_append_mbuf(struct bpf_d *d, caddr_t buf, u_int offset,
42 void *src, u_int len);
45 int bpf_buffer_ioctl_sblen(struct bpf_d *d, u_int *i);
46 int bpf_buffer_uiomove(struct bpf_d *d, caddr_t buf, u_int len,
/freebsd-10.2-release/contrib/tcpdump/lbl/
H A Dos-ultrix4.h25 int bcmp(const char *, const char *, u_int);
26 void bcopy(const void *, void *, u_int);
27 void bzero(void *, u_int);
/freebsd-10.2-release/contrib/libpcap/lbl/
H A Dos-ultrix4.h25 int bcmp(const char *, const char *, u_int);
26 void bcopy(const void *, void *, u_int);
27 void bzero(void *, u_int);
/freebsd-10.2-release/sys/arm/arm/
H A Ddb_disasm.c49 static u_int db_disasm_read_word(u_int);
50 static void db_disasm_printaddr(u_int);
58 static u_int
59 db_disasm_read_word(u_int address)
66 db_disasm_printaddr(u_int address)
/freebsd-10.2-release/sys/amd64/amd64/
H A Dinitcpu.c59 u_int cpu_feature; /* Feature flags */
60 u_int cpu_feature2; /* Feature flags */
61 u_int amd_feature; /* AMD feature flags */
62 u_int amd_feature2; /* AMD feature flags */
63 u_int amd_pminfo; /* AMD advanced power management info */
64 u_int via_feature_rng; /* VIA RNG features */
65 u_int via_feature_xcrypt; /* VIA ACE features */
66 u_int cpu_high; /* Highest arg to CPUID */
67 u_int cpu_exthigh; /* Highest arg to extended CPUID */
68 u_int cpu_i
[all...]
/freebsd-10.2-release/usr.bin/xlint/lint2/
H A Dlint2.h42 u_int t_const : 1; /* constant */
43 u_int t_volatile : 1; /* volatile */
44 u_int t_vararg : 1; /* function has variable number of arguments */
45 u_int t_isenum : 1; /* enum type */
46 u_int t_proto : 1; /* this is a prototype */
47 u_int t_istag : 1; /* tag with _t_tag valid */
48 u_int t_istynam : 1; /* tag with _t_tynam valid */
49 u_int t_isuniqpos : 1; /* tag with _t_uniqpos valid */
85 u_int a_zero : 1; /* argument is 0 */
86 u_int a_pco
[all...]
/freebsd-10.2-release/sys/powerpc/fpu/
H A Dfpu_instr.h54 u_int i_opcd:6; /* first-level decode */
55 u_int :25; member in struct:instr::__anon11556
56 u_int i_rc:1;
63 u_int i_opcd:6;
64 u_int i_frt:5;
65 u_int i_fra:5;
66 u_int i_frb:5;
67 u_int i_frc:5;
68 u_int i_xo:5;
69 u_int i_r
[all...]

Completed in 291 milliseconds

1234567891011>>