Symbol: CALLBACK
usr/src/boot/userboot/userboot/biossmap.c
47
CALLBACK(getmem, &lowmem, &highmem);
usr/src/boot/userboot/userboot/bootinfo.c
103
CALLBACK(copyin, ep->ev_name, addr, strlen(ep->ev_name));
usr/src/boot/userboot/userboot/bootinfo.c
105
CALLBACK(copyin, "=", addr, 1);
usr/src/boot/userboot/userboot/bootinfo.c
108
CALLBACK(copyin, ep->ev_value, addr,
usr/src/boot/userboot/userboot/bootinfo.c
112
CALLBACK(copyin, "", addr, 1);
usr/src/boot/userboot/userboot/bootinfo.c
115
CALLBACK(copyin, "", addr, 1);
usr/src/boot/userboot/userboot/bootinfo32.c
247
CALLBACK(getmem, &lowmem, &highmem);
usr/src/boot/userboot/userboot/bootinfo32.c
261
CALLBACK(copyin, &bi, 0x2000, sizeof (bi));
usr/src/boot/userboot/userboot/bootinfo32.c
262
CALLBACK(copyin, kernelname, 0x2000 + sizeof (bi),
usr/src/boot/userboot/userboot/bootinfo32.c
63
CALLBACK(copyin, &x, a, sizeof (x)); \
usr/src/boot/userboot/userboot/bootinfo32.c
71
CALLBACK(copyin, s, a, strlen(s) + 1); \
usr/src/boot/userboot/userboot/bootinfo32.c
83
CALLBACK(copyin, &s, a, sizeof (s)); \
usr/src/boot/userboot/userboot/bootinfo32.c
94
CALLBACK(copyin, mm->md_data, a, mm->md_size); \
usr/src/boot/userboot/userboot/bootinfo64.c
60
CALLBACK(copyin, &x, a, sizeof (x)); \
usr/src/boot/userboot/userboot/bootinfo64.c
68
CALLBACK(copyin, s, a, strlen(s) + 1); \
usr/src/boot/userboot/userboot/bootinfo64.c
80
CALLBACK(copyin, &s, a, sizeof (s)); \
usr/src/boot/userboot/userboot/bootinfo64.c
91
CALLBACK(copyin, mm->md_data, a, mm->md_size); \
usr/src/boot/userboot/userboot/copy.c
35
CALLBACK(copyin, src, va, len);
usr/src/boot/userboot/userboot/copy.c
43
CALLBACK(copyout, va, dst, len);
usr/src/boot/userboot/userboot/copy.c
64
CALLBACK(copyin, buf, va, s);
usr/src/boot/userboot/userboot/elf32_freebsd.c
101
CALLBACK(copyin, stack, GUEST_STACK, sizeof (stack));
usr/src/boot/userboot/userboot/elf32_freebsd.c
102
CALLBACK(setreg, 4, (char *)sp - (char *)stack + GUEST_STACK);
usr/src/boot/userboot/userboot/elf32_freebsd.c
104
CALLBACK(setgdt, GUEST_GDT, 8 * 4 - 1);
usr/src/boot/userboot/userboot/elf32_freebsd.c
106
CALLBACK(exec, entry);
usr/src/boot/userboot/userboot/elf64_freebsd.c
155
CALLBACK(copyin, stack, 0x1000, sizeof (stack));
usr/src/boot/userboot/userboot/elf64_freebsd.c
156
CALLBACK(copyin, PT4, 0x2000, sizeof (PT4));
usr/src/boot/userboot/userboot/elf64_freebsd.c
157
CALLBACK(copyin, PT3, 0x3000, sizeof (PT3));
usr/src/boot/userboot/userboot/elf64_freebsd.c
158
CALLBACK(copyin, PT2, 0x4000, sizeof (PT2));
usr/src/boot/userboot/userboot/elf64_freebsd.c
159
CALLBACK(setreg, 4, 0x1000);
usr/src/boot/userboot/userboot/elf64_freebsd.c
161
CALLBACK(setmsr, MSR_EFER, EFER_LMA | EFER_LME);
usr/src/boot/userboot/userboot/elf64_freebsd.c
162
CALLBACK(setcr, 4, CR4_PAE | CR4_VMXE);
usr/src/boot/userboot/userboot/elf64_freebsd.c
163
CALLBACK(setcr, 3, 0x2000);
usr/src/boot/userboot/userboot/elf64_freebsd.c
164
CALLBACK(setcr, 0, CR0_PG | CR0_PE | CR0_NE);
usr/src/boot/userboot/userboot/elf64_freebsd.c
167
CALLBACK(copyin, gdtr, 0x5000, sizeof (gdtr));
usr/src/boot/userboot/userboot/elf64_freebsd.c
168
CALLBACK(setgdt, 0x5000, sizeof (gdtr));
usr/src/boot/userboot/userboot/elf64_freebsd.c
170
CALLBACK(exec, ehdr->e_entry);
usr/src/boot/userboot/userboot/host.c
107
rc = CALLBACK(readdir, f->f_fsdata, &fileno, &type, &namelen,
usr/src/boot/userboot/userboot/host.c
53
return (CALLBACK(open, upath, &f->f_fsdata));
usr/src/boot/userboot/userboot/host.c
60
CALLBACK(close, f->f_fsdata);
usr/src/boot/userboot/userboot/host.c
73
return (CALLBACK(read, f->f_fsdata, start, size, resid));
usr/src/boot/userboot/userboot/host.c
80
return (CALLBACK(seek, f->f_fsdata, offset, where));
usr/src/boot/userboot/userboot/host.c
91
CALLBACK(stat, f->f_fsdata, &mode, &uid, &gid, &size);
usr/src/boot/userboot/userboot/main.c
128
CALLBACK(swap_interpreter, guest_interp);
usr/src/boot/userboot/userboot/main.c
176
var = CALLBACK(getenv, i++);
usr/src/boot/userboot/userboot/main.c
68
CALLBACK(delay, usec);
usr/src/boot/userboot/userboot/main.c
75
CALLBACK(exit, v);
usr/src/boot/userboot/userboot/userboot_cons.c
111
CALLBACK(putc, c);
usr/src/boot/userboot/userboot/userboot_cons.c
125
return (CALLBACK(getc));
usr/src/boot/userboot/userboot/userboot_cons.c
139
return (CALLBACK(poll));
usr/src/boot/userboot/userboot/userboot_disk.c
218
rc = CALLBACK(diskread, dev->dd.d_unit, off, buf, size, &resid);
usr/src/boot/userboot/userboot/userboot_disk.c
221
rc = CALLBACK(diskwrite, dev->dd.d_unit, off, buf, size,
usr/src/boot/userboot/userboot/userboot_disk.c
246
return (CALLBACK(diskioctl, dev->dd.d_unit, cmd, data));
usr/src/boot/userboot/userboot/userboot_disk.c
92
if (CALLBACK(diskioctl, i, DIOCGSECTORSIZE,
usr/src/boot/userboot/userboot/userboot_disk.c
93
&sectorsize) != 0 || CALLBACK(diskioctl, i,
usr/src/cmd/ndmpd/tlm/tlm_traverse.c
382
rv = CALLBACK(&pn, &en);
usr/src/cmd/ndmpd/tlm/tlm_traverse.c
526
rv = CALLBACK(&pn, &en);
usr/src/cmd/ndmpd/tlm/tlm_traverse.c
577
rv = CALLBACK(&pn, &en);
usr/src/cmd/ndmpd/tlm/tlm_traverse.c
606
rv = CALLBACK(&pn, &en);
usr/src/cmd/ndmpd/tlm/tlm_traverse.c
723
rv = CALLBACK(pnp, &en);
usr/src/cmd/ndmpd/tlm/tlm_traverse.c
798
rv = CALLBACK(&pn, &en);
usr/src/cmd/ndmpd/tlm/tlm_traverse.c
839
rv = CALLBACK(&pn, &en);
usr/src/cmd/ndmpd/tlm/tlm_traverse.c
951
rv = CALLBACK(&pn, &en);
usr/src/lib/gss_mechs/mech_krb5/krb5/os/read_pwd.c
204
static int CALLBACK
usr/src/lib/libnsl/rpc/svc.c
746
#ifdef CALLBACK
usr/src/lib/libnsl/rpc/svc.c
761
#ifdef CALLBACK
usr/src/uts/intel/sys/promif.h
154
#define prom_tree_access(CALLBACK, ARG, GENP) (CALLBACK)((ARG), 0)