Home
last modified time | relevance | path

Searched refs:bootops_t (Results 1 – 3 of 3) sorted by relevance

/titanic_54/usr/src/uts/intel/sys/
H A Dbootconf.h153 } bootops_t; typedef
251 extern int do_bsys_getproplen(bootops_t *, const char *);
252 extern int do_bsys_getprop(bootops_t *, const char *, void *);
/titanic_54/usr/src/uts/i86pc/os/
H A Dfakebop.c94 bootops_t bootop; /* simple bootops we'll pass on to kernel */
277 do_bsys_alloc(bootops_t *bop, caddr_t virthint, size_t size, int align) in do_bsys_alloc()
344 do_bsys_free(bootops_t *bop, caddr_t virt, size_t size) in do_bsys_free()
355 do_bsys_ealloc(bootops_t *bop, caddr_t virthint, size_t size, in do_bsys_ealloc()
445 do_bsys_getproplen(bootops_t *bop, const char *name) in do_bsys_getproplen()
462 do_bsys_getprop(bootops_t *bop, const char *name, void *value) in do_bsys_getprop()
480 do_bsys_nextprop(bootops_t *bop, char *name) in do_bsys_nextprop()
806 bop_printf(bootops_t *bop, const char *fmt, ...) in bop_printf()
849 do_bsys_doint(bootops_t *bop, int intnum, struct bop_regs *rp) in do_bsys_doint()
1969 bootops_t *bops = &bootop; in _start()
[all …]
/titanic_54/usr/src/uts/sun/sys/
H A Dbootconf.h92 } bootops_t; typedef