/titanic_50/usr/src/uts/intel/sys/ |
H A D | bootconf.h | 155 #define BOP_GETVERSION(bop) ((bop)->bsys_version) argument 156 #define BOP_ALLOC(bop, virthint, size, align) \ argument 158 #define BOP_FREE(bop, virt, size) ((bop)->bsys_free)(bop, virt, size) argument 159 #define BOP_GETPROPLEN(bop, name) ((bop)->bsys_getproplen)(bop, name) argument 160 #define BOP_GETPROP(bop, name, buf) ((bop)->bsys_getprop)(bop, name, buf) argument 161 #define BOP_NEXTPROP(bop, prev) ((bop)->bsys_nextprop)(bop, prev) argument 162 #define BOP_DOINT(bop, intnum, rp) ((bop)->bsys_doint)(bop, intnum, rp) argument 163 #define BOP_EALLOC(bop, virthint, size, align, flags)\ argument 166 #define BOP_PUTSARG(bop, msg, arg) ((bop)->bsys_printf)(bop, msg, arg) argument
|
/titanic_50/usr/src/uts/sun/sys/ |
H A D | bootconf.h | 69 #define BOOTOPS_ARE_1275(bop) \ argument 120 #define BOP_ALLOC(bop, virthint, size, align) \ argument 123 #define BOP_FREE(bop, virt, size) bop_free(virt, size) argument 124 #define BOP_GETPROPLEN(bop, name) bop_getproplen(name) argument 125 #define BOP_GETPROP(bop, name, buf) bop_getprop(name, buf) argument 128 #define BOP_FSTAT(bop, fd, st) bop_fstat(fd, st) argument 131 #define BOP_PUTSARG(bop, fmt, arg) bop_putsarg(fmt, arg) argument
|
/titanic_50/usr/src/psm/stand/boot/sparc/common/ |
H A D | bootprop.c | 117 bgetproplen(struct bootops *bop, char *name) in bgetproplen() 167 bgetprop(struct bootops *bop, char *name, void *buf) in bgetprop() 239 bnextprop(struct bootops *bop, char *prev) in bnextprop()
|
/titanic_50/usr/src/uts/i86pc/os/ |
H A D | fakebop.c | 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() 1962 no_more_alloc(bootops_t *bop, caddr_t virthint, size_t size, int align) in no_more_alloc() 1970 no_more_free(bootops_t *bop, caddr_t virt, size_t size) in no_more_free()
|
/titanic_50/usr/src/uts/common/io/ |
H A D | bofi.c | 443 reset_bus_ops(char *name, struct bus_ops *bop) in reset_bus_ops() 508 modify_bus_ops(char *name, struct bus_ops *bop) in modify_bus_ops()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | sunddi.c | 1229 int (*bop)(); in ddi_prop_search_common() local 6950 struct bus_ops *bop; in ddi_dma_alloc_handle() local 7185 struct bus_ops *bop; in ddi_dma_getwin() local
|