/titanic_51/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) argument 160 BOP_GETPROP(bop,name,buf) global() argument 161 BOP_NEXTPROP(bop,prev) global() argument 162 BOP_DOINT(bop,intnum,rp) global() argument 163 BOP_EALLOC(bop,virthint,size,align,flags) global() argument 166 BOP_PUTSARG(bop,msg,arg) global() argument [all...] |
/titanic_51/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_51/usr/src/psm/stand/boot/sparc/common/ |
H A D | bootprop.c | 117 bgetproplen(struct bootops *bop, char *name) in bgetproplen() argument 167 bgetprop(struct bootops *bop, char *name, void *buf) in bgetprop() argument 239 bnextprop(struct bootops *bop, char *prev) in bnextprop() argument
|
/titanic_51/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() argument 344 do_bsys_free(bootops_t *bop, caddr_t virt, size_t size) in do_bsys_free() argument 355 do_bsys_ealloc(bootops_t *bop, caddr_t virthint, size_t size, in do_bsys_ealloc() argument 445 do_bsys_getproplen(bootops_t *bop, const char *name) in do_bsys_getproplen() argument 462 do_bsys_getprop(bootops_t *bop, const char *name, void *value) in do_bsys_getprop() argument 480 do_bsys_nextprop(bootops_t *bop, char *name) in do_bsys_nextprop() argument 806 bop_printf(bootops_t *bop, const char *fmt, ...) in bop_printf() argument 849 do_bsys_doint(bootops_t *bop, int intnum, struct bop_regs *rp) in do_bsys_doint() argument 2090 no_more_alloc(bootops_t *bop, caddr_t virthint, size_t size, int align) in no_more_alloc() argument 2098 no_more_free(bootops_t *bop, caddr_ argument [all...] |
/titanic_51/usr/src/uts/common/io/ |
H A D | bofi.c | 443 reset_bus_ops(char *name, struct bus_ops *bop) in reset_bus_ops() argument 508 modify_bus_ops(char * name,struct bus_ops * bop) modify_bus_ops() argument [all...] |
/titanic_51/usr/src/uts/common/os/ |
H A D | sunddi.c | 1230 int (*bop)(); in ddi_prop_search_common() local 6951 struct bus_ops *bop; in ddi_dma_alloc_handle() local 7186 struct bus_ops *bop; ddi_dma_getwin() local [all...] |