/minix3/minix/drivers/net/dpeth/ |
H A D | 3c501.c | 27 static void el1_getstats(dpeth_t * dep) in el1_getstats() 37 static void el1_reset(dpeth_t * dep) in el1_reset() 66 static void el1_dumpstats(dpeth_t * UNUSED(dep)) in el1_dumpstats() 75 static void el1_mode_init(dpeth_t * dep) in el1_mode_init() 99 static ssize_t el1_recv(dpeth_t *dep, struct netdriver_data *data, size_t max) in el1_recv() 128 static int el1_send(dpeth_t *dep, struct netdriver_data *data, size_t size) in el1_send() 181 static void el1_stop(dpeth_t * dep) in el1_stop() 197 static void el1_interrupt(dpeth_t * dep) in el1_interrupt() 302 static void el1_init(dpeth_t * dep) in el1_init() 340 int el1_probe(dpeth_t * dep) in el1_probe()
|
H A D | 8390.c | 26 static void ns_rw_setup(const dpeth_t *dep, int mode, int size, u16_t offset) in ns_rw_setup() 42 static void ns_start_xmit(const dpeth_t * dep, int size, int pageno) in ns_start_xmit() 55 static void mem_getblock(dpeth_t *dep, u16_t offset, int size, void *dst) in mem_getblock() 68 static void mem_nic2user(dpeth_t *dep, int pageno, struct netdriver_data *data, in mem_nic2user() 89 static void mem_user2nic(dpeth_t *dep, int pageno, struct netdriver_data *data, in mem_user2nic() 104 static void pio_getblock(dpeth_t *dep, u16_t offset, int size, void *dst) in pio_getblock() 120 static void pio_nic2user(dpeth_t *dep, int pageno, struct netdriver_data *data, in pio_nic2user() 154 static void pio_user2nic(dpeth_t *dep, int pageno, struct netdriver_data *data, in pio_user2nic() 178 static void ns_stats(dpeth_t * dep) in ns_stats() 190 static void ns_dodump(dpeth_t * dep) in ns_dodump() [all …]
|
H A D | 3c509.c | 30 static void el3_update_stats(dpeth_t * dep) in el3_update_stats() 54 static void el3_getstats(dpeth_t * dep) in el3_getstats() 64 static void el3_dodump(dpeth_t * dep) in el3_dodump() 74 static void el3_rx_mode(dpeth_t * dep) in el3_rx_mode() 91 static void el3_reset(dpeth_t * UNUSED(dep)) in el3_reset() 101 static ssize_t el3_recv(dpeth_t *dep, struct netdriver_data *data, size_t max) in el3_recv() 131 static void el3_rx_complete(dpeth_t * dep) in el3_rx_complete() 184 static int el3_send(dpeth_t *dep, struct netdriver_data *data, size_t size) in el3_send() 242 static void el3_close(dpeth_t * dep) in el3_close() 271 static void el3_interrupt(dpeth_t * dep) in el3_interrupt() [all …]
|
H A D | wd.c | 45 int wdeth_probe(dpeth_t *dep) in wdeth_probe() 68 static void we_init(dpeth_t *dep) in we_init() 212 static void we_stop(dpeth_t *dep) in we_stop() 225 static int we_aliasing(dpeth_t *dep) in we_aliasing() 241 static int we_interface_chip(dpeth_t *dep) in we_interface_chip() 255 static int we_16bitboard(dpeth_t *dep) in we_16bitboard() 282 static int we_16bitslot(dpeth_t *dep) in we_16bitslot() 292 static int we_ultra(dpeth_t *dep) in we_ultra()
|
H A D | dp.c | 70 static void update_conf(dpeth_t * dep, const dp_conf_t * dcp, in update_conf() 99 dpeth_t *dep; in do_dump() local 121 static void do_first_init(dpeth_t *dep, const dp_conf_t *dcp) in do_first_init() 156 dpeth_t *dep; in do_init() local 201 dpeth_t *dep; in do_set_mode() local 221 dpeth_t *dep; in do_send() local 234 dpeth_t *dep; in do_recv() local 247 dpeth_t *dep; in do_stop() local 261 dpeth_t *dep; in do_intr() local 276 dpeth_t *dep; in do_tick() local
|
H A D | ne.c | 28 static int ne_reset(dpeth_t * dep) in ne_reset() 45 static void ne_close(dpeth_t * dep) in ne_close() 57 static void ne_init(dpeth_t * dep) in ne_init() 102 int ne_probe(dpeth_t * dep) in ne_probe()
|
H A D | ne.h | 28 #define inb_ne(dep, reg) (inb(dep->de_base_port+reg)) argument 29 #define outb_ne(dep, reg, data) (outb(dep->de_base_port+reg, data)) argument 30 #define inw_ne(dep, reg) (inw(dep->de_base_port+reg)) argument 31 #define outw_ne(dep, reg, data) (outw(dep->de_base_port+reg, data)) argument
|
H A D | 3c503.c | 25 static void el2_init(dpeth_t * dep) in el2_init() 105 static void el2_stop(dpeth_t * dep) in el2_stop() 117 int el2_probe(dpeth_t * dep) in el2_probe()
|
H A D | netbuff.c | 23 void *alloc_buff(dpeth_t *dep, int size) in alloc_buff() 51 void free_buff(dpeth_t *dep, void *blk) in free_buff() 77 void init_buff(dpeth_t *dep, buff_t **tx_buff) in init_buff()
|
H A D | 3c501.h | 64 #define inb_el1(dep,reg) (inb(dep->de_base_port+(reg))) argument 65 #define inw_el1(dep,reg) (inw(dep->de_base_port+(reg))) argument 66 #define outb_el1(dep,reg,data) (outb(dep->de_base_port+(reg),data)) argument 67 #define outw_el1(dep,reg,data) (outw(dep->de_base_port+(reg),data)) argument
|
/minix3/minix/drivers/net/dp8390/ |
H A D | wdeth.c | 39 int wdeth_probe(dep) in wdeth_probe() argument 63 static void we_init(dep) in we_init() argument 253 static void we_stop(dep) in we_stop() argument 265 static int we_aliasing(dep) in we_aliasing() argument 287 static int we_interface_chip(dep) in we_interface_chip() argument 304 static int we_16bitboard(dep) in we_16bitboard() argument 334 static int we_16bitslot(dep) in we_16bitslot() argument 344 static int we_ultra(dep) in we_ultra() argument
|
H A D | dp8390.c | 49 #define wdeth_probe(dep) (0) argument 52 #define ne_probe(dep) (0) argument 55 #define el2_probe(dep) (0) argument 133 dpeth_t *dep; in do_init() local 198 struct dpeth *dep; in pci_conf() local 225 dpeth_t *dep; in do_send() local 262 dpeth_t *dep; in do_set_mode() local 282 static void dp_update_stats(dpeth_t * dep) in dp_update_stats() 304 dpeth_t *dep; in do_stop() local 315 static void dp_init(dpeth_t *dep, unsigned int instance) in dp_init() [all …]
|
H A D | ne2000.h | 19 #define inb_ne(dep, reg) (inb(dep->de_base_port+reg)) argument 20 #define outb_ne(dep, reg, data) (outb(dep->de_base_port+reg, data)) argument 21 #define inw_ne(dep, reg) (inw(dep->de_base_port+reg)) argument 22 #define outw_ne(dep, reg, data) (outw(dep->de_base_port+reg, data)) argument
|
H A D | 3c503.c | 33 static void el2_init(dep) in el2_init() argument 122 static void el2_stop(dep) in el2_stop() argument 137 int el2_probe(dep) in el2_probe() argument
|
H A D | ne2000.c | 39 int ne_probe(dpeth_t *dep) in ne_probe() 120 void ne_init(dep) in ne_init() argument 197 static int test_8(dep, pos, pat) in test_8() argument 249 static int test_16(dep, pos, pat) in test_16() argument 305 static void ne_stop(dep) in ne_stop() argument
|
H A D | rtl8029.h | 10 #define inb_reg3(dep, reg) (inb (dep->de_dp8390_port+reg)) argument 11 #define outb_reg3(dep, reg, data) (outb(dep->de_dp8390_port+reg, data)) argument
|
H A D | rtl8029.c | 30 int rtl_probe(dep, skip) in rtl_probe() argument 80 static void rtl_init(dep) in rtl_init() argument
|
/minix3/minix/drivers/net/dec21140A/ |
H A D | dec21140A.c | 59 static void de_init_hw(dpeth_t *dep, netdriver_addr_t *addr) in de_init_hw() 82 dpeth_t *dep; in do_init() local 96 static int de_probe(dpeth_t *dep, unsigned int skip) in de_probe() 140 static u16_t de_read_rom(const dpeth_t *dep, u8_t addr, u8_t nbAddrBits) in de_read_rom() 205 dpeth_t *dep; in do_recv() local 257 static void de_conf_addr(dpeth_t *dep, netdriver_addr_t *addr) in de_conf_addr() 280 static void de_init_buf(dpeth_t *dep) in de_init_buf() 363 dpeth_t *dep; in do_intr() local 386 static void de_reset(const dpeth_t *dep) in de_reset() 396 static void de_hw_conf(const dpeth_t *dep) in de_hw_conf() [all …]
|
/minix3/sys/fs/msdosfs/ |
H A D | msdosfs_vnops.c | 115 struct denode *dep; in msdosfs_create() local 175 struct denode *dep = VTODE(vp); in msdosfs_close() local 187 msdosfs_check_possible(struct vnode *vp, struct denode *dep, mode_t mode) in msdosfs_check_possible() 211 msdosfs_check_permitted(struct vnode *vp, struct denode *dep, mode_t mode, in msdosfs_check_permitted() 238 struct denode *dep = VTODE(vp); in msdosfs_access() local 258 struct denode *dep = VTODE(ap->a_vp); in msdosfs_getattr() local 329 struct denode *dep = VTODE(ap->a_vp); in msdosfs_setattr() local 466 struct denode *dep = VTODE(vp); in msdosfs_read() local 569 struct denode *dep = VTODE(vp); in msdosfs_write() local 699 struct denode *dep; in msdosfs_update() local [all …]
|
H A D | denode.h | 141 #define fc_setcache(dep, slot, frcn, fsrcn) \ argument 145 #define fc_last_to_nexttolast(dep) \ argument 212 #define DE_INTERNALIZE32(dep, dp) \ argument 214 #define DE_INTERNALIZE(dep, dp) \ argument 227 #define DE_EXTERNALIZE32(dp, dep) \ argument 229 #define DE_EXTERNALIZE16(dp, dep) \ argument 231 #define DE_EXTERNALIZE(dp, dep) \ argument 253 #define DETIMES(dep, acc, mod, cre, gmtoff) \ argument
|
H A D | msdosfs_lookup.c | 120 struct direntry *dep; in msdosfs_lookup() local 550 createde(struct denode *dep, struct denode *ddep, struct denode **depp, struct componentname *cnp) in createde() 761 dosdirempty(struct denode *dep) in dosdirempty() 843 struct denode *dep; in doscheckpath() local 967 readde(struct denode *dep, struct buf **bpp, struct direntry **epp) in readde() 982 removede(struct denode *pdep, struct denode *dep) in removede() 1069 uniqdosname(struct denode *dep, struct componentname *cnp, u_char *cp) in uniqdosname() 1131 findwin95(struct denode *dep) in findwin95()
|
H A D | msdosfs_denode.c | 335 deupdat(struct denode *dep, int waitfor) in deupdat() 346 detrunc(struct denode *dep, u_long length, int flags, kauth_cred_t cred) in detrunc() 481 deextend(struct denode *dep, u_long length, kauth_cred_t cred) in deextend() 541 struct denode *dep = VTODE(vp); in msdosfs_reclaim() local 586 struct denode *dep = VTODE(vp); in msdosfs_inactive() local 653 struct denode *dep = VTODE(vp); in msdosfs_gop_markupdate() local
|
/minix3/usr.sbin/makefs/msdos/ |
H A D | msdosfs_vnops.c | 98 msdosfs_times(struct msdosfsmount *pmp, struct denode *dep, in msdosfs_times() 141 struct direntry *dep; in msdosfs_findslot() local 343 struct denode *dep; in msdosfs_mkfile() local 397 msdosfs_updatede(struct denode *dep) in msdosfs_updatede() 416 msdosfs_wfile(const char *path, struct denode *dep, fsnode *node) in msdosfs_wfile() 533 struct denode *dep; in msdosfs_mkdire() local
|
H A D | msdosfs_denode.c | 196 detrunc(struct denode *dep, u_long length, int flags, struct kauth_cred *cred) in detrunc() 319 deextend(struct denode *dep, u_long length, struct kauth_cred *cred) in deextend()
|
/minix3/minix/lib/liblwip/dist/test/fuzz/ |
H A D | Makefile | 45 depend dep: .depend target
|