Searched refs:u_int (Results 126 - 150 of 4095) sorted by relevance

1234567891011>>

/netbsd-current/sys/arch/evbppc/include/
H A Dcentury_bios.h43 void bios_board_init(void *info_block, u_int startkernel);
/netbsd-current/sys/arch/sun68k/sun68k/
H A Dcontrol.h37 u_int get_control_word(vaddr_t);
38 void set_control_word(vaddr_t, u_int);
/netbsd-current/sys/arch/sparc/include/
H A Dbsd_openprom.h105 void *(*v2_malloc)(void *, u_int);
106 void (*v2_free)(void *, u_int);
109 void * (*v2_mmap)(void *, int, u_int, u_int);
110 void (*v2_munmap)(void *, u_int);
131 u_int nbytes;
182 u_int oa_base; /* address within space */
183 u_int oa_size; /* extent (number of bytes) */
192 u_int or_child_base; /* offset in child's view of bus */
194 u_int or_parent_bas
[all...]
H A Dcgtworeg.h90 u_int reserved : 2; /* not used */
91 u_int fastread : 1; /* r/o: has some feature I don't understand */
92 u_int id : 1; /* r/o: ext status and ID registers exist */
93 u_int resolution : 4; /* screen resolution, 0 means 1152x900 */
94 u_int retrace : 1; /* r/o: retrace in progress */
95 u_int inpend : 1; /* r/o: interrupt request */
96 u_int ropmode : 3; /* ?? */
97 u_int inten : 1; /* interrupt enable (for end of retrace) */
98 u_int update_cmap : 1; /* copy/use shadow colour map */
99 u_int video_ena
[all...]
/netbsd-current/sys/dev/sbus/
H A Dlebuffervar.h34 u_int sc_rev; /* revision */
H A Dtcxreg.h156 u_int tec_config; /* what's in it? */
157 u_int tec_xxx0[35];
158 u_int tec_delay; /* */
164 u_int tec_strapping; /* */
171 u_int tec_hcmisc; /* */
172 u_int tec_linecount; /* */
173 u_int tec_hss; /* */
174 u_int tec_hse; /* */
175 u_int tec_hds; /* */
176 u_int tec_hsedv
[all...]
/netbsd-current/sys/lib/libsa/
H A Drpc.h55 int rpc_pmap_getcache(struct in_addr, u_int, u_int);
56 void rpc_pmap_putcache(struct in_addr, u_int, u_int, int);
/netbsd-current/sys/dev/wscons/
H A Dlinux_keymap.h34 uint8_t linux_key_to_usb(u_int);
/netbsd-current/sbin/newfs_lfs/
H A Dextern.h39 u_int lfs_log2(u_int);
/netbsd-current/sys/arch/vax/mba/
H A Dmbareg.h29 u_int pad1;
30 u_int md_ds; /* unit status */
31 u_int pad4[2];
32 u_int md_as; /* Attention summary */
33 u_int pad2;
34 u_int md_dt; /* unit type */
35 u_int pad3[25];
39 u_int mba_csr;
40 u_int mba_cr;
41 u_int mba_s
[all...]
/netbsd-current/sys/arch/mips/sibyte/dev/
H A Dsbjcnvar.h116 u_int ch_overflows;
117 u_int ch_floods;
118 u_int ch_errors;
120 u_int ch_hwflags;
121 u_int ch_swflags;
123 u_int ch_r_hiwat;
124 u_int ch_r_lowat;
129 volatile u_int ch_rbavail;
135 u_int ch_tbc;
136 u_int ch_heldtb
[all...]
/netbsd-current/sys/arch/x68k/include/
H A Dcpu.h84 #define IIOV(pa) ((u_int)(pa) - INTIOBASE + (u_int)intiobase)
85 #define IIOP(va) ((u_int)(va) - (u_int)intiobase + INTIOBASE)
/netbsd-current/sys/arch/m68k/include/
H A Dcpuframe.h50 u_int tf_pc __packed;
56 u_int f_iaddr;
60 u_int f_ea;
64 u_int f_fa;
65 u_int f_fslw;
72 u_int f_ea;
75 u_int f_fa;
76 u_int f_wb3a, f_wb3d;
77 u_int f_wb2a, f_wb2d;
78 u_int f_wb1
[all...]
/netbsd-current/lib/libc/db/recno/
H A Dextern.h37 int __rec_delete(const DB *, const DBT *, u_int);
43 int __rec_get(const DB *, const DBT *, DBT *, u_int);
44 int __rec_iput(BTREE *, recno_t, const DBT *, u_int);
45 int __rec_put(const DB *dbp, DBT *, const DBT *, u_int);
48 int __rec_seq(const DB *, DBT *, DBT *, u_int);
49 int __rec_sync(const DB *, u_int);
/netbsd-current/sys/arch/atari/stand/tostools/libtos/
H A Ddiskio.h51 u_int major; /* XHDI major number */
52 u_int minor; /* XHDI minor number */
66 EXTERN void * disk_read PROTO((disk_t *, u_int, u_int));
67 EXTERN int disk_write PROTO((disk_t *, u_int, u_int, void *));
72 EXTERN int bios_read PROTO((void *, u_int, u_int, u_int));
73 EXTERN int bios_write PROTO((void *, u_int, u_in
[all...]
/netbsd-current/sys/arch/cats/include/
H A Dbootconfig.h46 u_int address;
47 u_int pages;
58 u_int dramblocks;
/netbsd-current/sys/arch/epoc32/include/
H A Dbootconfig.h42 u_int address;
43 u_int pages;
51 u_int dramblocks;
/netbsd-current/sys/arch/ia64/stand/common/
H A Dcalloc.c9 calloc(u_int size1, u_int size2)
11 u_int total_size = size1 * size2;
/netbsd-current/sys/arch/atari/dev/
H A Dkbdreg.h51 u_int volume; /* volume of bell (0-64) */
52 u_int pitch; /* pitch of bell (10-20000) */
53 u_int duration; /* duration of bell */
/netbsd-current/sys/arch/zaurus/include/
H A Dbootconfig.h50 u_int address;
51 u_int pages;
60 u_int dramblocks;
/netbsd-current/sys/arch/shark/include/
H A Dbootconfig.h46 u_int address;
47 u_int pages;
73 u_int dramblocks;
/netbsd-current/sys/arch/mips/rmi/
H A Drmixl_cpucorevar.h40 u_int sc_core;
41 u_int sc_threads_enb;
42 u_int sc_threads_dis;
/netbsd-current/sys/dev/pci/
H A Dusb_pci.h40 u_int bus;
41 u_int device;
42 u_int function;
/netbsd-current/sys/arch/evbarm/include/
H A Dbootconfig.h51 u_int pages;
52 u_int flags;
61 u_int dramblocks;
/netbsd-current/sys/arch/mips/include/
H A Dcache.h168 u_int mci_picache_size;
169 u_int mci_picache_line_size;
170 u_int mci_picache_ways;
171 u_int mci_picache_way_size;
172 u_int mci_picache_way_mask;
175 u_int mci_pdcache_size; /* and unified */
176 u_int mci_pdcache_line_size;
177 u_int mci_pdcache_ways;
178 u_int mci_pdcache_way_size;
179 u_int mci_pdcache_way_mas
[all...]

Completed in 212 milliseconds

1234567891011>>