| /src/sys/arch/hp300/stand/uboot/ | 
| uboot.c | 63 static int bdev, badapt, bctlr, bunit, bpart;  variable in typeref:typename:int 83 	bpart  = B_PARTITION(bootdev);
 106 	    devsw[bdev].dv_name, bctlr + (8 * badapt), 'a' + bpart, name);
 
 | 
| /src/sys/arch/hppa/stand/common/ | 
| dev_hppa.c | 69 	int bdev, badapt, bctlr, bunit, bpart;  local in function:devopen 98 	        bpart = *p - 'a';
 100 		bpart = 0;
 102 	bootdev = MAKEBOOTDEV(bdev, badapt, bctlr, bunit, bpart);
 
 | 
| /src/sys/arch/hppa/stand/boot/ | 
| boot.c | 181 	int bdev, badapt, bctlr, bunit, bpart;  local in function:getbootdev 187 	bpart  = B_PARTITION(bootdev);
 191 	    'a' + bpart, name);
 
 | 
| /src/sys/stand/efiboot/ | 
| efiblock.c | 68 	struct efi_block_part *bpart;  local in function:efi_block_parse 102 			TAILQ_FOREACH(bpart, &bdev->partitions, entries) {
 103 				if (bpart->index == part) {
 104 					*pbpart = bpart;
 115 efi_block_generate_hash_mbr(struct efi_block_part *bpart, struct mbr_sector *mbr)
 121 	MD5Final(bpart->hash, &md5ctx);
 245 	struct efi_block_part *bpart;  local in function:efi_block_find_partitions_cd9660
 272 	bpart = alloc(sizeof(*bpart));
 273 	bpart->index = 0
 288  struct efi_block_part *bpart;  local in function:efi_block_find_partitions_disklabel
 380  struct efi_block_part *bpart;  local in function:efi_block_find_partitions_gpt_entry
 473  struct efi_block_part *bpart;  local in function:efi_block_probe
 565  struct efi_block_part *bpart;  local in function:efi_block_show
 641  struct efi_block_part *bpart;  local in function:efi_block_open
 683  struct efi_block_part *bpart = devdata;  local in function:efi_block_strategy
 725  struct efi_block_part *bpart = f->f_devdata;  local in function:efi_block_ioctl
 [all...]
 | 
| efifdt.c | 409 	struct efi_block_part *bpart = efi_block_boot_part();  local in function:efi_fdt_bootargs 418 	if (bpart) {
 419 		switch (bpart->type) {
 422 			    bpart->hash, sizeof(bpart->hash));
 424 			    bpart->index);
 427 			if (bpart->gpt.ent.ent_name[0] == 0x0000) {
 429 				    bpart->hash, sizeof(bpart->hash));
 432 				int rv = ucs2_to_utf8(bpart->gpt.ent.ent_name, &label)
 [all...]
 |