Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/sys/
H A Dbootconf.h159 #define BOP_GETVERSION(bop) ((bop)->bsys_version) argument
160 #define BOP_ALLOC(bop, virthint, size, align) \ argument
161 ((bop)->bsys_alloc)(bop, virthint, size, align)
162 #define BOP_FREE(bop, virt, size) ((bop)->bsys_free)(bop, virt, size) argument
163 #define BOP_GETPROPLEN(bop, name) ((bop)->bsys_getproplen)(bop, name) argument
164 #define BOP_GETPROP(bop, name, buf) ((bop)->bsys_getprop)(bop, name, buf) argument
165 #define BOP_NEXTPROP(bop, prev) ((bop)->bsys_nextprop)(bop, prev) argument
166 #define BOP_DOINT(bop, intnum, rp) ((bop)->bsys_doint)(bop, intnum, rp) argument
167 #define BOP_EALLOC(bop, virthint, size, align, flags)\ argument
168 ((bop)->bsys_ealloc)(bop, virthint, size, align, flags)
[all …]
/illumos-gate/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))
121 #define BOP_ALLOC(bop, virthint, size, align) \ argument
124 #define BOP_FREE(bop, virt, size) bop_free(virt, size) argument
125 #define BOP_GETPROPLEN(bop, name) bop_getproplen(name) argument
126 #define BOP_GETPROP(bop, name, buf) bop_getprop(name, buf) argument
129 #define BOP_FSTAT(bop, fd, st) bop_fstat(fd, st) argument
132 #define BOP_PUTSARG(bop, fmt, arg) bop_putsarg(fmt, arg) argument
/illumos-gate/usr/src/uts/sparc/ml/
H A Dsparc_ddi.S109 jmpl %g1, %g0 ! bop off to new routine
122 jmpl %g1, %g0 ! bop off to new routine
133 jmpl %g1, %g0 ! bop off to new routine
144 jmpl %g1, %g0 ! bop off to new routine
155 jmpl %g1, %g0 ! bop off to new routine
166 jmpl %g1, %g0 ! bop off to new routine
177 jmpl %g1, %g0 ! bop off to new routine
201 jmpl %g1, %g0 ! bop off to new routine
210 jmpl %g1, %g0 ! bop off to new routine
222 jmpl %g1, %g0 ! bop off to new routine
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/multiaggs/
H A Dtst.zero3.d32 @bop[345] = quantize(0, 0);
38 printa(@bop);
40 printa("%@10d %@10d\n", @bop, @baz);
H A Dtst.zero.d32 @bop[345] = quantize(0);
45 printa("%10d %@10d %@10d %@10d\n", @foo, @bar, @bop);
46 printa("%10d %@10d %@10d %@10d %@10d\n", @foo, @bar, @bop, @baz);
H A Dtst.zero2.d31 @bop[345] = quantize(0, 0);
44 printa("%10d %@10d %@10d %@10d\n", @foo, @bar, @bop);
45 printa("%10d %@10d %@10d %@10d %@10d\n", @foo, @bar, @bop, @baz);
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dbootprop.c118 bgetproplen(struct bootops *bop, char *name) in bgetproplen() argument
168 bgetprop(struct bootops *bop, char *name, void *buf) in bgetprop() argument
240 bnextprop(struct bootops *bop, char *prev) in bnextprop() argument
/illumos-gate/usr/src/uts/i86pc/os/
H A Dfakebop.c276 do_bsys_alloc(bootops_t *bop, caddr_t virthint, size_t size, int align) in do_bsys_alloc() argument
343 do_bsys_free(bootops_t *bop, caddr_t virt, size_t size) in do_bsys_free() argument
354 do_bsys_ealloc(bootops_t *bop, caddr_t virthint, size_t size, in do_bsys_ealloc() argument
458 do_bsys_getproptype(bootops_t *bop, const char *name) in do_bsys_getproptype() argument
475 do_bsys_getproplen(bootops_t *bop, const char *name) in do_bsys_getproplen() argument
492 do_bsys_getprop(bootops_t *bop, const char *name, void *value) in do_bsys_getprop() argument
510 do_bsys_nextprop(bootops_t *bop, char *name) in do_bsys_nextprop() argument
896 bop_printf(void *bop, const char *fmt, ...) in bop_printf() argument
901 vbop_printf(bop, fmt, ap); in bop_printf()
935 do_bsys_doint(bootops_t *bop, int intnum, struct bop_regs *rp) in do_bsys_doint() argument
[all …]
/illumos-gate/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/"
/illumos-gate/usr/src/uts/common/io/
H A Dbofi.c446 reset_bus_ops(char *name, struct bus_ops *bop) in reset_bus_ops() argument
486 bp->bus_intr_op = bop->bus_intr_op; in reset_bus_ops()
487 bp->bus_post_event = bop->bus_post_event; in reset_bus_ops()
488 bp->bus_map = bop->bus_map; in reset_bus_ops()
489 bp->bus_dma_map = bop->bus_dma_map; in reset_bus_ops()
490 bp->bus_dma_allochdl = bop->bus_dma_allochdl; in reset_bus_ops()
491 bp->bus_dma_freehdl = bop->bus_dma_freehdl; in reset_bus_ops()
492 bp->bus_dma_bindhdl = bop->bus_dma_bindhdl; in reset_bus_ops()
493 bp->bus_dma_unbindhdl = bop->bus_dma_unbindhdl; in reset_bus_ops()
494 bp->bus_dma_flush = bop->bus_dma_flush; in reset_bus_ops()
[all …]
/illumos-gate/usr/src/uts/common/os/
H A Dsunddi.c1159 int (*bop)(); in ddi_prop_search_common() local
1356 bop = ddi_bus_prop_op; in ddi_prop_search_common()
1359 bop = DEVI(pdip)->devi_ops->devo_bus_ops->bus_prop_op; in ddi_prop_search_common()
1363 if ((bop != ddi_bus_prop_op) || ndi_dev_is_prom_node(dip)) { in ddi_prop_search_common()
1364 i = (*bop)(dev, pdip, dip, prop_op, in ddi_prop_search_common()
6868 struct bus_ops *bop; in ddi_dma_alloc_handle() local
6875 bop = DEVI(dip)->devi_ops->devo_bus_ops; in ddi_dma_alloc_handle()
6876 if (bop && bop->bus_dma_allochdl) in ddi_dma_alloc_handle()
6877 funcp = bop->bus_dma_allochdl; in ddi_dma_alloc_handle()
7193 struct bus_ops *bop; in ddi_dma_getwin() local
[all …]
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire_copy.S2275 ! bop to the copy loop.
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dniagara_copy.S4464 ! bop to the copy loop.
/illumos-gate/usr/src/cmd/spell/
H A Dlist2868 bop
/illumos-gate/usr/src/cmd/look/
H A Dwords2869 bop