Searched refs:booted_dev_fd (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/sys/arch/alpha/stand/common/
H A Dcommon.h57 #define booted_dev_close() ((void)prom_close(booted_dev_fd))
59 #define booted_dev_setfd(fd) ((void)(booted_dev_fd = fd))
62 extern long booted_dev_fd;
H A Dbooted_dev.c39 long booted_dev_fd; variable
63 booted_dev_fd = ret.u.retval;
H A Dbootxx.c118 (*((void(*)(int))SECONDARY_LOAD_ADDRESS))(booted_dev_fd);
H A Dblkdev.c185 ret.bits = prom_read(booted_dev_fd, reqcnt, addr,
/netbsd-current/sys/arch/sbmips/stand/common/
H A Dbooted_dev.c41 int booted_dev_fd; variable
53 booted_dev_fd = cfe_open(booted_dev_name);
61 cfe_close(booted_dev_fd);
H A Dcommon.h56 #define booted_dev_setfd(fd) ((void)(booted_dev_fd = fd))
59 extern int booted_dev_fd;
H A Dbootxx.c117 (*((void(*)(long,long,long))SECONDARY_LOAD_ADDRESS))(fwhandle,booted_dev_fd,fwentry);
H A Dblkdev.c168 res = cfe_readblk(booted_dev_fd,(bn+blkdev_part_offset)*DEV_BSIZE,addr,reqcnt);
/netbsd-current/sys/arch/evbmips/stand/sbmips/common/
H A Dbooted_dev.c41 int booted_dev_fd; variable
53 booted_dev_fd = cfe_open(booted_dev_name);
61 cfe_close(booted_dev_fd);
H A Dcommon.h56 #define booted_dev_setfd(fd) ((void)(booted_dev_fd = fd))
59 extern int booted_dev_fd;
H A Dbootxx.c117 (*((void(*)(long,long,long))SECONDARY_LOAD_ADDRESS))(fwhandle,booted_dev_fd,fwentry);
H A Dblkdev.c168 res = cfe_readblk(booted_dev_fd,(bn+blkdev_part_offset)*DEV_BSIZE,addr,reqcnt);
/netbsd-current/sys/arch/sbmips/stand/netboot/
H A Dif_cfe.c98 cfe_write(booted_dev_fd,pkt,len);
113 cc = cfe_read(booted_dev_fd,pkt,len);
127 res = cfe_ioctl(booted_dev_fd,IOCTL_ETHER_GETHWADDR,eaddr,sizeof(eaddr),NULL,0);
/netbsd-current/sys/arch/evbmips/stand/sbmips/netboot/
H A Dif_cfe.c98 cfe_write(booted_dev_fd,pkt,len);
113 cc = cfe_read(booted_dev_fd,pkt,len);
127 res = cfe_ioctl(booted_dev_fd,IOCTL_ETHER_GETHWADDR,eaddr,sizeof(eaddr),NULL,0);
/netbsd-current/sys/arch/alpha/stand/netboot/
H A Dif_prom.c90 prom_write(booted_dev_fd, len, pkt, 0);
107 ret.bits = prom_read(booted_dev_fd, 0, hate, 0);
109 ret.bits = prom_read(booted_dev_fd, sizeof hate, hate, 0);

Completed in 107 milliseconds