Home
last modified time | relevance | path

Searched refs:bop (Results 1 – 17 of 17) sorted by relevance

/titanic_50/usr/src/uts/intel/sys/
H A Dbootconf.h155 #define BOP_GETVERSION(bop) ((bop)->bsys_version) argument
156 #define BOP_ALLOC(bop, virthint, size, align) \ argument
157 ((bop)->bsys_alloc)(bop, virthint, size, align)
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
164 ((bop)->bsys_ealloc)(bop, virthint, size, align, flags)
[all …]
/titanic_50/usr/src/uts/sun/sys/
H A Dbootconf.h69 #define BOOTOPS_ARE_1275(bop) \ argument
70 ((BOP_GETVERSION(bop)) >= 9 && (bop->bsys_1275_call != 0))
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/cmd/dtrace/test/tst/common/multiaggs/
H A Dtst.zero3.d34 @bop[345] = quantize(0, 0);
40 printa(@bop);
42 printa("%@10d %@10d\n", @bop, @baz);
H A Dtst.zero.d34 @bop[345] = quantize(0);
47 printa("%10d %@10d %@10d %@10d\n", @foo, @bar, @bop);
48 printa("%10d %@10d %@10d %@10d %@10d\n", @foo, @bar, @bop, @baz);
H A Dtst.zero2.d33 @bop[345] = quantize(0, 0);
46 printa("%10d %@10d %@10d %@10d\n", @foo, @bar, @bop);
47 printa("%10d %@10d %@10d %@10d %@10d\n", @foo, @bar, @bop, @baz);
/titanic_50/usr/src/uts/sparc/ml/
H A Dsparc_ddi.s159 jmpl %g1, %g0 ! bop off to new routine
186 jmpl %g1, %g0 ! bop off to new routine
210 jmpl %g1, %g0 ! bop off to new routine
236 jmpl %g1, %g0 ! bop off to new routine
261 jmpl %g1, %g0 ! bop off to new routine
287 jmpl %g1, %g0 ! bop off to new routine
313 jmpl %g1, %g0 ! bop off to new routine
350 jmpl %g1, %g0 ! bop off to new routine
372 jmpl %g1, %g0 ! bop off to new routine
399 jmpl %g1, %g0 ! bop off to new routine
/titanic_50/usr/src/psm/stand/boot/sparc/common/
H A Dbootprop.c117 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_50/usr/src/cmd/dtrace/test/tst/common/funcs/
H A Dtst.cleanpath.d.out12 cleanpath("/foo/bar/baz/../../bop/bang/../../bar/baz/") = "/foo/bar/baz/"
/titanic_50/usr/src/uts/i86pc/os/
H A Dfakebop.c277 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
1962 no_more_alloc(bootops_t *bop, caddr_t virthint, size_t size, int align) in no_more_alloc() argument
1970 no_more_free(bootops_t *bop, caddr_t virt, size_t size) in no_more_free() argument
/titanic_50/usr/src/uts/common/io/
H A Dbofi.c443 reset_bus_ops(char *name, struct bus_ops *bop) in reset_bus_ops() argument
483 bp->bus_intr_op = bop->bus_intr_op; in reset_bus_ops()
484 bp->bus_post_event = bop->bus_post_event; in reset_bus_ops()
485 bp->bus_map = bop->bus_map; in reset_bus_ops()
486 bp->bus_dma_map = bop->bus_dma_map; in reset_bus_ops()
487 bp->bus_dma_allochdl = bop->bus_dma_allochdl; in reset_bus_ops()
488 bp->bus_dma_freehdl = bop->bus_dma_freehdl; in reset_bus_ops()
489 bp->bus_dma_bindhdl = bop->bus_dma_bindhdl; in reset_bus_ops()
490 bp->bus_dma_unbindhdl = bop->bus_dma_unbindhdl; in reset_bus_ops()
491 bp->bus_dma_flush = bop->bus_dma_flush; in reset_bus_ops()
[all …]
/titanic_50/usr/src/uts/common/os/
H A Dsunddi.c1229 int (*bop)(); in ddi_prop_search_common() local
1425 bop = ddi_bus_prop_op; in ddi_prop_search_common()
1428 bop = DEVI(pdip)->devi_ops->devo_bus_ops->bus_prop_op; in ddi_prop_search_common()
1432 if ((bop != ddi_bus_prop_op) || ndi_dev_is_prom_node(dip)) { in ddi_prop_search_common()
1433 i = (*bop)(dev, pdip, dip, prop_op, in ddi_prop_search_common()
6950 struct bus_ops *bop; in ddi_dma_alloc_handle() local
6957 bop = DEVI(dip)->devi_ops->devo_bus_ops; in ddi_dma_alloc_handle()
6958 if (bop && bop->bus_dma_allochdl) in ddi_dma_alloc_handle()
6959 funcp = bop->bus_dma_allochdl; in ddi_dma_alloc_handle()
7185 struct bus_ops *bop; in ddi_dma_getwin() local
[all …]
/titanic_50/usr/src/uts/i86pc/ml/
H A Dlocore.s146 _locore_start(struct boot_syscalls *sysp, ulong_t rsi, struct bootops *bop)
251 _locore_start(struct boot_syscalls *sysp, struct bootops *bop)
/titanic_50/usr/src/psm/stand/boot/common/
H A Dreadfile.c210 extern struct bootops *bop; in readfile()
293 (void) bsetprop(bop, "mmu-modlist", in readfile()
/titanic_50/usr/src/uts/sun4u/cpu/
H A Dspitfire_copy.s2326 ! bop to the copy loop.
/titanic_50/usr/src/uts/sun4v/cpu/
H A Dniagara_copy.s4515 ! bop to the copy loop.
/titanic_50/usr/src/cmd/look/
H A Dwords2869 bop
/titanic_50/usr/src/cmd/spell/
H A Dlist2868 bop