| /freebsd-13.1/sys/geom/ |
| H A D | geom_io.c | 214 bp2->bio_attribute = bp->bio_attribute; in g_clone_bio() 250 bp2->bio_attribute = bp->bio_attribute; in g_duplicate_bio() 293 bp->bio_attribute = attr; in g_io_getattr() 378 bp->bio_attribute = NULL; in g_io_flush() 1029 bp->bio_attribute); in g_format_bio()
|
| H A D | geom_slice.c | 198 strcmp(bp->bio_attribute, "GEOM::ident") == 0, in g_slice_done() 199 ("bio_cmd=0x%x bio_attribute=%s", bp->bio_cmd, bp->bio_attribute)); in g_slice_done() 295 if (!strcmp("GEOM::ident", bp->bio_attribute)) { in g_slice_start() 305 if (!strcmp("GEOM::kerneldump", bp->bio_attribute)) { in g_slice_start()
|
| H A D | geom_disk.c | 517 else if (!strcmp(bp->bio_attribute, "GEOM::kerneldump")) in g_disk_start() 519 else if (!strcmp(bp->bio_attribute, "GEOM::setstate")) in g_disk_start() 621 bp->bio_attribute = "GEOM::ident"; in g_disk_dumpconf() 628 bp->bio_attribute = "GEOM::lunid"; in g_disk_dumpconf() 636 bp->bio_attribute = "GEOM::lunname"; in g_disk_dumpconf()
|
| H A D | geom_subr.c | 1119 if (strcmp(bp->bio_attribute, attribute)) in g_handleattr()
|
| /freebsd-13.1/sys/sys/ |
| H A D | bio.h | 108 const char *bio_attribute; /* Attribute for BIO_[GS]ETATTR */ member
|
| /freebsd-13.1/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zvol_os.c | 583 if (strcmp(bp->bio_attribute, "blocksavail") == 0) { in zvol_geom_bio_getattr() 588 } else if (strcmp(bp->bio_attribute, "blocksused") == 0) { in zvol_geom_bio_getattr() 593 } else if (strcmp(bp->bio_attribute, "poolblocksavail") == 0) { in zvol_geom_bio_getattr() 599 } else if (strcmp(bp->bio_attribute, "poolblocksused") == 0) { in zvol_geom_bio_getattr()
|
| /freebsd-13.1/sys/powerpc/powernv/ |
| H A D | opal_flash.c | 141 if (strcmp(bp->bio_attribute, "NAND::device") == 0) { in opalflash_getattr()
|
| /freebsd-13.1/sys/dev/cfi/ |
| H A D | cfi_disk.c | 303 if (strcmp(bp->bio_attribute, "CFI::device") == 0) { in cfi_disk_getattr()
|
| /freebsd-13.1/sys/dev/flash/ |
| H A D | n25q.c | 417 if (strcmp(bp->bio_attribute, "SPI::device") == 0) { in n25q_getattr()
|
| H A D | at45d.c | 417 if (strcmp(bp->bio_attribute, "SPI::device") != 0) in at45d_getattr()
|
| H A D | mx25l.c | 622 if (strcmp(bp->bio_attribute, "SPI::device") == 0) { in mx25l_getattr()
|
| /freebsd-13.1/sys/geom/concat/ |
| H A D | g_concat.c | 350 if (strcmp("GEOM::kerneldump", bp->bio_attribute) == 0) { in g_concat_start() 353 } else if (strcmp("GEOM::candelete", bp->bio_attribute) == 0) { in g_concat_start()
|
| /freebsd-13.1/sys/dev/nvd/ |
| H A D | nvd.c | 309 if (!strcmp("GEOM::lunid", bp->bio_attribute)) { in nvd_getattr()
|
| /freebsd-13.1/sys/geom/raid/ |
| H A D | g_raid.c | 1019 bp.bio_attribute = NULL; in g_raid_tr_kerneldump_common() 1118 if (!strcmp(bp->bio_attribute, "GEOM::candelete")) in g_raid_start() 1120 else if (!strcmp(bp->bio_attribute, "GEOM::kerneldump")) in g_raid_start()
|
| /freebsd-13.1/sys/geom/nop/ |
| H A D | g_nop.c | 245 else if (strcmp(bp->bio_attribute, "GEOM::kerneldump") == 0) in g_nop_start()
|
| /freebsd-13.1/sys/geom/uzip/ |
| H A D | g_uzip.c | 481 if (strncmp(bp->bio_attribute, "MNT:", 4) == 0) { in g_uzip_start()
|
| /freebsd-13.1/sys/geom/part/ |
| H A D | g_part.c | 2294 if (!strcmp("GEOM::physpath", bp->bio_attribute)) { in g_part_start() 2298 if (!strcmp("GEOM::kerneldump", bp->bio_attribute)) { in g_part_start()
|
| /freebsd-13.1/sys/cam/nvme/ |
| H A D | nvme_da.c | 829 ret = xpt_getattr(bp->bio_data, bp->bio_length, bp->bio_attribute, in ndagetattr()
|
| /freebsd-13.1/sys/geom/eli/ |
| H A D | g_eli.c | 225 !strcmp(bp->bio_attribute, "GEOM::physpath")) { in g_eli_getattr_done()
|
| /freebsd-13.1/sys/dev/mmc/ |
| H A D | mmcsd.c | 1084 if (strcmp(bp->bio_attribute, "MMC::device") == 0) { in mmcsd_getattr()
|
| /freebsd-13.1/sys/geom/mirror/ |
| H A D | g_mirror.c | 1173 if (!strcmp(bp->bio_attribute, "GEOM::candelete")) { in g_mirror_start() 1176 } else if (strcmp("GEOM::kerneldump", bp->bio_attribute) == 0) { in g_mirror_start()
|
| /freebsd-13.1/sys/geom/multipath/ |
| H A D | g_multipath.c | 399 !strcmp(bp->bio_attribute, "GEOM::physpath")) in g_multipath_done()
|
| /freebsd-13.1/sys/cam/mmc/ |
| H A D | mmc_da.c | 742 ret = xpt_getattr(bp->bio_data, bp->bio_length, bp->bio_attribute, in sddagetattr()
|
| /freebsd-13.1/sys/cam/ata/ |
| H A D | ata_da.c | 1606 ret = xpt_getattr(bp->bio_data, bp->bio_length, bp->bio_attribute, in adagetattr()
|
| /freebsd-13.1/sys/geom/journal/ |
| H A D | g_journal.c | 748 if (strcmp(bp->bio_attribute, "GJOURNAL::provider") == 0) { in g_journal_start()
|