Searched refs:bop (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/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);
/illumos-gate/usr/src/uts/intel/sys/
H A Dbootconf.h154 #define BOP_GETVERSION(bop) ((bop)->bsys_version)
155 #define BOP_ALLOC(bop, virthint, size, align) \
156 ((bop)->bsys_alloc)(bop, virthint, size, align)
157 #define BOP_FREE(bop, virt, size) ((bop)->bsys_free)(bop, virt, size)
158 #define BOP_GETPROPLEN(bop, name) ((bop)
[all...]
/illumos-gate/usr/src/uts/sun/sys/
H A Dbootconf.h67 #define BOOTOPS_ARE_1275(bop) \
68 ((BOP_GETVERSION(bop)) >= 9 && (bop->bsys_1275_call != 0))
118 #define BOP_ALLOC(bop, virthint, size, align) \
121 #define BOP_FREE(bop, virt, size) bop_free(virt, size)
122 #define BOP_GETPROPLEN(bop, name) bop_getproplen(name)
123 #define BOP_GETPROP(bop, name, buf) bop_getprop(name, buf)
126 #define BOP_FSTAT(bop, fd, st) bop_fstat(fd, st)
129 #define BOP_PUTSARG(bop, fmt, arg) bop_putsarg(fmt, arg)
/illumos-gate/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 of
[all...]
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dbootprop.c117 bgetproplen(struct bootops *bop, char *name) argument
167 bgetprop(struct bootops *bop, char *name, void *buf) argument
239 bnextprop(struct bootops *bop, char *prev) argument
/illumos-gate/usr/src/uts/i86pc/os/
H A Dfakebop.c274 do_bsys_alloc(bootops_t *bop, caddr_t virthint, size_t size, int align) argument
341 do_bsys_free(bootops_t *bop, caddr_t virt, size_t size) argument
352 do_bsys_ealloc(bootops_t *bop, caddr_t virthint, size_t size, argument
442 do_bsys_getproplen(bootops_t *bop, const char *name) argument
459 do_bsys_getprop(bootops_t *bop, const char *name, void *value) argument
477 do_bsys_nextprop(bootops_t *bop, char *name) argument
764 bop_printf(bootops_t *bop, const char *fmt, ...) argument
807 do_bsys_doint(bootops_t *bop, int intnum, struct bop_regs *rp) argument
1894 no_more_alloc(bootops_t *bop, caddr_t virthint, size_t size, int align) argument
1902 no_more_free(bootops_t *bop, caddr_ argument
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dbofi.c443 reset_bus_ops(char *name, struct bus_ops *bop) argument
483 bp->bus_intr_op = bop->bus_intr_op;
484 bp->bus_post_event = bop->bus_post_event;
485 bp->bus_map = bop->bus_map;
486 bp->bus_dma_map = bop->bus_dma_map;
487 bp->bus_dma_allochdl = bop->bus_dma_allochdl;
488 bp->bus_dma_freehdl = bop->bus_dma_freehdl;
489 bp->bus_dma_bindhdl = bop->bus_dma_bindhdl;
490 bp->bus_dma_unbindhdl = bop->bus_dma_unbindhdl;
491 bp->bus_dma_flush = bop
508 modify_bus_ops(char *name, struct bus_ops *bop) argument
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dsunddi.c1229 int (*bop)();
1425 bop = ddi_bus_prop_op;
1428 bop = DEVI(pdip)->devi_ops->devo_bus_ops->bus_prop_op;
1432 if ((bop != ddi_bus_prop_op) || ndi_dev_is_prom_node(dip)) {
1433 i = (*bop)(dev, pdip, dip, prop_op,
6950 struct bus_ops *bop; local
6957 bop = DEVI(dip)->devi_ops->devo_bus_ops;
6958 if (bop && bop->bus_dma_allochdl)
6959 funcp = bop
7185 struct bus_ops *bop; local
[all...]
/illumos-gate/usr/src/psm/stand/boot/common/
H A Dreadfile.c210 extern struct bootops *bop;
293 (void) bsetprop(bop, "mmu-modlist",
/illumos-gate/usr/src/uts/i86pc/ml/
H A Dlocore.s145 _locore_start(struct boot_syscalls *sysp, ulong_t rsi, struct bootops *bop)
250 _locore_start(struct boot_syscalls *sysp, struct bootops *bop)
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire_copy.s2326 ! bop to the copy loop.
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dniagara_copy.s4515 ! bop to the copy loop.

Completed in 101 milliseconds