Symbol: sr_boot_volume
sys/arch/amd64/stand/efiboot/dev_i386.c
112
struct sr_boot_volume *bv;
sys/arch/amd64/stand/efiboot/efidev.c
502
struct sr_boot_volume *bv;
sys/arch/amd64/stand/efiboot/exec_i386.c
80
struct sr_boot_volume *bv;
sys/arch/amd64/stand/libsa/biosdev.c
479
struct sr_boot_volume *bv;
sys/arch/amd64/stand/libsa/dev_i386.c
104
struct sr_boot_volume *bv;
sys/arch/amd64/stand/libsa/disk.h
43
struct sr_boot_volume *sr_vol;
sys/arch/amd64/stand/libsa/exec_i386.c
103
struct sr_boot_volume *bv;
sys/arch/amd64/stand/libsa/softraid_amd64.c
128
struct sr_boot_volume *bv, *bv1, *bv2;
sys/arch/amd64/stand/libsa/softraid_amd64.c
206
bv = alloc(sizeof(struct sr_boot_volume));
sys/arch/amd64/stand/libsa/softraid_amd64.c
207
bzero(bv, sizeof(struct sr_boot_volume));
sys/arch/amd64/stand/libsa/softraid_amd64.c
313
sr_strategy(struct sr_boot_volume *bv, int rw, daddr_t blk, size_t size,
sys/arch/amd64/stand/libsa/softraid_amd64.c
36
static uint64_t findopenbsd_gpt(struct sr_boot_volume *, const char **);
sys/arch/amd64/stand/libsa/softraid_amd64.c
427
findopenbsd_gpt(struct sr_boot_volume *bv, const char **err)
sys/arch/amd64/stand/libsa/softraid_amd64.c
541
sr_getdisklabel(struct sr_boot_volume *bv, struct disklabel *label)
sys/arch/amd64/stand/libsa/softraid_amd64.h
24
const char *sr_getdisklabel(struct sr_boot_volume *, struct disklabel *);
sys/arch/amd64/stand/libsa/softraid_amd64.h
25
int sr_strategy(struct sr_boot_volume *, int, daddr_t, size_t,
sys/arch/arm64/stand/efiboot/disk.h
16
struct sr_boot_volume *sr_vol;
sys/arch/arm64/stand/efiboot/efiboot.c
627
struct sr_boot_volume *bv;
sys/arch/arm64/stand/efiboot/efiboot.c
846
struct sr_boot_volume *bv;
sys/arch/arm64/stand/efiboot/softraid_arm64.c
131
struct sr_boot_volume *bv, *bv1, *bv2;
sys/arch/arm64/stand/efiboot/softraid_arm64.c
200
bv = alloc(sizeof(struct sr_boot_volume));
sys/arch/arm64/stand/efiboot/softraid_arm64.c
201
bzero(bv, sizeof(struct sr_boot_volume));
sys/arch/arm64/stand/efiboot/softraid_arm64.c
307
sr_strategy(struct sr_boot_volume *bv, int rw, daddr_t blk, size_t size,
sys/arch/arm64/stand/efiboot/softraid_arm64.c
39
static uint64_t findopenbsd_gpt(struct sr_boot_volume *, const char **);
sys/arch/arm64/stand/efiboot/softraid_arm64.c
419
findopenbsd_gpt(struct sr_boot_volume *bv, const char **err)
sys/arch/arm64/stand/efiboot/softraid_arm64.c
533
sr_getdisklabel(struct sr_boot_volume *bv, struct disklabel *label)
sys/arch/arm64/stand/efiboot/softraid_arm64.c
591
struct sr_boot_volume *bv;
sys/arch/arm64/stand/efiboot/softraid_arm64.h
24
const char *sr_getdisklabel(struct sr_boot_volume *, struct disklabel *);
sys/arch/arm64/stand/efiboot/softraid_arm64.h
25
int sr_strategy(struct sr_boot_volume *, int, daddr_t, size_t,
sys/arch/i386/stand/libsa/biosdev.c
480
struct sr_boot_volume *bv;
sys/arch/i386/stand/libsa/dev_i386.c
104
struct sr_boot_volume *bv;
sys/arch/i386/stand/libsa/disk.h
43
struct sr_boot_volume *sr_vol;
sys/arch/i386/stand/libsa/exec_i386.c
80
struct sr_boot_volume *bv;
sys/arch/i386/stand/libsa/softraid_i386.c
124
struct sr_boot_volume *bv, *bv1, *bv2;
sys/arch/i386/stand/libsa/softraid_i386.c
202
bv = alloc(sizeof(struct sr_boot_volume));
sys/arch/i386/stand/libsa/softraid_i386.c
203
bzero(bv, sizeof(struct sr_boot_volume));
sys/arch/i386/stand/libsa/softraid_i386.c
307
sr_strategy(struct sr_boot_volume *bv, int rw, daddr_t blk, size_t size,
sys/arch/i386/stand/libsa/softraid_i386.c
384
sr_getdisklabel(struct sr_boot_volume *bv, struct disklabel *label)
sys/arch/i386/stand/libsa/softraid_i386.h
24
const char *sr_getdisklabel(struct sr_boot_volume *, struct disklabel *);
sys/arch/i386/stand/libsa/softraid_i386.h
25
int sr_strategy(struct sr_boot_volume *, int, daddr_t, size_t,
sys/arch/riscv64/stand/efiboot/disk.h
16
struct sr_boot_volume *sr_vol;
sys/arch/riscv64/stand/efiboot/efiboot.c
507
struct sr_boot_volume *bv;
sys/arch/riscv64/stand/efiboot/efiboot.c
732
struct sr_boot_volume *bv;
sys/arch/riscv64/stand/efiboot/softraid_riscv64.c
131
struct sr_boot_volume *bv, *bv1, *bv2;
sys/arch/riscv64/stand/efiboot/softraid_riscv64.c
200
bv = alloc(sizeof(struct sr_boot_volume));
sys/arch/riscv64/stand/efiboot/softraid_riscv64.c
201
bzero(bv, sizeof(struct sr_boot_volume));
sys/arch/riscv64/stand/efiboot/softraid_riscv64.c
307
sr_strategy(struct sr_boot_volume *bv, int rw, daddr_t blk, size_t size,
sys/arch/riscv64/stand/efiboot/softraid_riscv64.c
39
static uint64_t findopenbsd_gpt(struct sr_boot_volume *, const char **);
sys/arch/riscv64/stand/efiboot/softraid_riscv64.c
419
findopenbsd_gpt(struct sr_boot_volume *bv, const char **err)
sys/arch/riscv64/stand/efiboot/softraid_riscv64.c
533
sr_getdisklabel(struct sr_boot_volume *bv, struct disklabel *label)
sys/arch/riscv64/stand/efiboot/softraid_riscv64.c
591
struct sr_boot_volume *bv;
sys/arch/riscv64/stand/efiboot/softraid_riscv64.h
24
const char *sr_getdisklabel(struct sr_boot_volume *, struct disklabel *);
sys/arch/riscv64/stand/efiboot/softraid_riscv64.h
25
int sr_strategy(struct sr_boot_volume *, int, daddr_t, size_t,
sys/arch/sparc64/stand/ofwboot/boot.c
331
struct sr_boot_volume *bv;
sys/arch/sparc64/stand/ofwboot/disk.h
41
struct sr_boot_volume *sr_vol;
sys/arch/sparc64/stand/ofwboot/elf64_exec.c
87
struct sr_boot_volume *bv;
sys/arch/sparc64/stand/ofwboot/softraid_sparc64.c
126
struct sr_boot_volume *bv, *bv1, *bv2;
sys/arch/sparc64/stand/ofwboot/softraid_sparc64.c
205
bv = alloc(sizeof(struct sr_boot_volume));
sys/arch/sparc64/stand/ofwboot/softraid_sparc64.c
206
bzero(bv, sizeof(struct sr_boot_volume));
sys/arch/sparc64/stand/ofwboot/softraid_sparc64.c
312
sr_vol_boot_chunk(struct sr_boot_volume *bv)
sys/arch/sparc64/stand/ofwboot/softraid_sparc64.c
329
sr_strategy(struct sr_boot_volume *bv, int sr_handle, int rw, daddr_t blk,
sys/arch/sparc64/stand/ofwboot/softraid_sparc64.c
404
sr_getdisklabel(struct sr_boot_volume *bv, struct disklabel *label)
sys/arch/sparc64/stand/ofwboot/softraid_sparc64.h
24
struct sr_boot_chunk *sr_vol_boot_chunk(struct sr_boot_volume *);
sys/arch/sparc64/stand/ofwboot/softraid_sparc64.h
25
const char *sr_getdisklabel(struct sr_boot_volume *, struct disklabel *);
sys/arch/sparc64/stand/ofwboot/softraid_sparc64.h
26
int sr_strategy(struct sr_boot_volume *, int, int, daddr_t, size_t,
sys/dev/softraid.c
1152
struct sr_boot_volume *bv, *bv1, *bv2;
sys/dev/softraid.c
1237
bv = malloc(sizeof(struct sr_boot_volume),
sys/dev/softraidvar.h
291
SLIST_ENTRY(sr_boot_volume) sbv_link;
sys/dev/softraidvar.h
294
SLIST_HEAD(sr_boot_volume_head, sr_boot_volume);
sys/lib/libsa/softraid.c
222
sr_crypto_unlock_volume(struct sr_boot_volume *bv)
sys/lib/libsa/softraid.c
65
struct sr_boot_volume *bv;
sys/lib/libsa/softraid.h
37
int sr_crypto_unlock_volume(struct sr_boot_volume *);