| /onnv-gate/usr/src/uts/intel/sys/ |
| H A D | bootconf.h | 154 #define BOP_GETVERSION(bop) ((bop)->bsys_version) argument 155 #define BOP_ALLOC(bop, virthint, size, align) \ argument 156 ((bop)->bsys_alloc)(bop, virthint, size, align) 157 #define BOP_FREE(bop, virt, size) ((bop)->bsys_free)(bop, virt, size) argument 158 #define BOP_GETPROPLEN(bop, name) ((bop)->bsys_getproplen)(bop, name) argument 159 #define BOP_GETPROP(bop, name, buf) ((bop)->bsys_getprop)(bop, name, buf) argument 160 #define BOP_NEXTPROP(bop, prev) ((bop)->bsys_nextprop)(bop, prev) argument 161 #define BOP_DOINT(bop, intnum, rp) ((bop)->bsys_doint)(bop, intnum, rp) argument 162 #define BOP_EALLOC(bop, virthint, size, align, flags)\ argument 163 ((bop)->bsys_ealloc)(bop, virthint, size, align, flags) [all …]
|
| /onnv-gate/usr/src/uts/sun/sys/ |
| H A D | bootconf.h | 67 #define BOOTOPS_ARE_1275(bop) \ argument 68 ((BOP_GETVERSION(bop)) >= 9 && (bop->bsys_1275_call != 0)) 118 #define BOP_ALLOC(bop, virthint, size, align) \ argument 121 #define BOP_FREE(bop, virt, size) bop_free(virt, size) argument 122 #define BOP_GETPROPLEN(bop, name) bop_getproplen(name) argument 123 #define BOP_GETPROP(bop, name, buf) bop_getprop(name, buf) argument 126 #define BOP_FSTAT(bop, fd, st) bop_fstat(fd, st) argument 129 #define BOP_PUTSARG(bop, fmt, arg) bop_putsarg(fmt, arg) argument
|
| /onnv-gate/usr/src/cmd/dtrace/test/tst/common/multiaggs/ |
| H A D | tst.zero3.d | 34 @bop[345] = quantize(0, 0); 40 printa(@bop); 42 printa("%@10d %@10d\n", @bop, @baz);
|
| H A D | tst.zero2.d | 33 @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);
|
| H A D | tst.zero.d | 34 @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);
|
| /onnv-gate/usr/src/uts/sparc/ml/ |
| H A D | sparc_ddi.s | 158 jmpl %g1, %g0 ! bop off to new routine 184 jmpl %g1, %g0 ! bop off to new routine 209 jmpl %g1, %g0 ! bop off to new routine 233 jmpl %g1, %g0 ! bop off to new routine 259 jmpl %g1, %g0 ! bop off to new routine 284 jmpl %g1, %g0 ! bop off to new routine 310 jmpl %g1, %g0 ! bop off to new routine 336 jmpl %g1, %g0 ! bop off to new routine 373 jmpl %g1, %g0 ! bop off to new routine 395 jmpl %g1, %g0 ! bop off to new routine [all …]
|
| /onnv-gate/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
|
| /onnv-gate/usr/src/cmd/dtrace/test/tst/common/funcs/ |
| H A D | tst.cleanpath.d.out | 12 cleanpath("/foo/bar/baz/../../bop/bang/../../bar/baz/") = "/foo/bar/baz/"
|
| /onnv-gate/usr/src/uts/i86pc/os/ |
| H A D | fakebop.c | 257 do_bsys_alloc(bootops_t *bop, caddr_t virthint, size_t size, int align) in do_bsys_alloc() argument 324 do_bsys_free(bootops_t *bop, caddr_t virt, size_t size) in do_bsys_free() argument 336 bootops_t *bop, in do_bsys_ealloc() argument 429 do_bsys_getproplen(bootops_t *bop, const char *name) in do_bsys_getproplen() argument 446 do_bsys_getprop(bootops_t *bop, const char *name, void *value) in do_bsys_getprop() argument 464 do_bsys_nextprop(bootops_t *bop, char *name) in do_bsys_nextprop() argument 751 bop_printf(bootops_t *bop, const char *fmt, ...) in bop_printf() argument 794 do_bsys_doint(bootops_t *bop, int intnum, struct bop_regs *rp) in do_bsys_doint() argument 1847 no_more_alloc(bootops_t *bop, caddr_t virthint, size_t size, int align) in no_more_alloc() argument 1855 no_more_free(bootops_t *bop, caddr_t virt, size_t size) in no_more_free() argument
|
| /onnv-gate/usr/src/uts/common/io/ |
| H A D | bofi.c | 442 reset_bus_ops(char *name, struct bus_ops *bop) in reset_bus_ops() argument 482 bp->bus_intr_op = bop->bus_intr_op; in reset_bus_ops() 483 bp->bus_post_event = bop->bus_post_event; in reset_bus_ops() 484 bp->bus_map = bop->bus_map; in reset_bus_ops() 485 bp->bus_dma_map = bop->bus_dma_map; in reset_bus_ops() 486 bp->bus_dma_allochdl = bop->bus_dma_allochdl; in reset_bus_ops() 487 bp->bus_dma_freehdl = bop->bus_dma_freehdl; in reset_bus_ops() 488 bp->bus_dma_bindhdl = bop->bus_dma_bindhdl; in reset_bus_ops() 489 bp->bus_dma_unbindhdl = bop->bus_dma_unbindhdl; in reset_bus_ops() 490 bp->bus_dma_flush = bop->bus_dma_flush; in reset_bus_ops() [all …]
|
| /onnv-gate/usr/src/uts/common/os/ |
| H A D | sunddi.c | 744 struct bus_ops *bop; in ddi_dma_setup() local 766 bop = DEVI(dip)->devi_ops->devo_bus_ops; in ddi_dma_setup() 767 if (bop && bop->bus_dma_map) in ddi_dma_setup() 768 funcp = bop->bus_dma_map; in ddi_dma_setup() 780 struct bus_ops *bop; in ddi_dma_addr_setup() local 806 bop = DEVI(dip)->devi_ops->devo_bus_ops; in ddi_dma_addr_setup() 807 if (bop && bop->bus_dma_map) in ddi_dma_addr_setup() 808 funcp = bop->bus_dma_map; in ddi_dma_addr_setup() 821 struct bus_ops *bop; in ddi_dma_buf_setup() local 871 bop = DEVI(dip)->devi_ops->devo_bus_ops; in ddi_dma_buf_setup() [all …]
|
| /onnv-gate/usr/src/psm/stand/boot/common/ |
| H A D | readfile.c | 210 extern struct bootops *bop; in readfile() 293 (void) bsetprop(bop, "mmu-modlist", in readfile()
|
| /onnv-gate/usr/src/uts/i86pc/ml/ |
| H A D | locore.s | 142 _locore_start(struct boot_syscalls *sysp, ulong_t rsi, struct bootops *bop) 247 _locore_start(struct boot_syscalls *sysp, struct bootops *bop)
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/ |
| H A D | mbimbf.inc | 336 # test that bop(0) does the same than bop(undef)
|
| /onnv-gate/usr/src/uts/sun4u/cpu/ |
| H A D | spitfire_copy.s | 2326 ! bop to the copy loop.
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ |
| H A D | MANIFEST | 2047 t/op/bop.t
|
| /onnv-gate/usr/src/uts/sun4v/cpu/ |
| H A D | niagara_copy.s | 4515 ! bop to the copy loop.
|
| /onnv-gate/usr/src/cmd/look/ |
| H A D | words | 2869 bop
|
| /onnv-gate/usr/src/cmd/spell/ |
| H A D | list | 2868 bop
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/utils/port/ |
| H A D | flist_5.8.4_s10.csv | 3599 "t/op","bop.t","X","X",,"distrib"
|