/freebsd/sys/geom/ |
H A D | geom_io.c | 218 bp2->bio_attribute = bp->bio_attribute; in g_clone_bio() 254 bp2->bio_attribute = bp->bio_attribute; in g_duplicate_bio() 297 bp->bio_attribute = attr; in g_io_getattr() 382 bp->bio_attribute = NULL; in g_io_flush() 1038 bp->bio_attribute); in g_format_bio()
|
H A D | geom_slice.c | 192 strcmp(bp->bio_attribute, "GEOM::ident") == 0, in g_slice_done() 193 ("bio_cmd=0x%x bio_attribute=%s", bp->bio_cmd, bp->bio_attribute)); in g_slice_done() 289 if (!strcmp("GEOM::ident", bp->bio_attribute)) { in g_slice_start() 299 if (!strcmp("GEOM::kerneldump", bp->bio_attribute)) { in g_slice_start()
|
H A D | geom_disk.c | 524 else if (!strcmp(bp->bio_attribute, "GEOM::kerneldump")) in g_disk_start() 526 else if (!strcmp(bp->bio_attribute, "GEOM::setstate")) in g_disk_start() 628 bp->bio_attribute = "GEOM::ident"; in g_disk_dumpconf() 635 bp->bio_attribute = "GEOM::lunid"; in g_disk_dumpconf() 643 bp->bio_attribute = "GEOM::lunname"; in g_disk_dumpconf()
|
H A D | geom_subr.c | 1115 if (strcmp(bp->bio_attribute, attribute)) in g_handleattr()
|
/freebsd/sys/sys/ |
H A D | bio.h | 105 const char *bio_attribute; /* Attribute for BIO_[GS]ETATTR */ member
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | zvol_os.c | 594 if (strcmp(bp->bio_attribute, "blocksavail") == 0) { in zvol_geom_bio_getattr() 599 } else if (strcmp(bp->bio_attribute, "blocksused") == 0) { in zvol_geom_bio_getattr() 604 } else if (strcmp(bp->bio_attribute, "poolblocksavail") == 0) { in zvol_geom_bio_getattr() 610 } else if (strcmp(bp->bio_attribute, "poolblocksused") == 0) { in zvol_geom_bio_getattr()
|
/freebsd/sys/powerpc/powernv/ |
H A D | opal_flash.c | 136 if (strcmp(bp->bio_attribute, "NAND::device") == 0) { in opalflash_getattr()
|
/freebsd/sys/dev/cfi/ |
H A D | cfi_disk.c | 300 if (strcmp(bp->bio_attribute, "CFI::device") == 0) { in cfi_disk_getattr()
|
/freebsd/sys/dev/flash/ |
H A D | n25q.c | 411 if (strcmp(bp->bio_attribute, "SPI::device") == 0) { in n25q_getattr()
|
H A D | at45d.c | 414 if (strcmp(bp->bio_attribute, "SPI::device") != 0) in at45d_getattr()
|
H A D | mx25l.c | 621 if (strcmp(bp->bio_attribute, "SPI::device") == 0) { in mx25l_getattr()
|
/freebsd/sys/dev/nvd/ |
H A D | nvd.c | 307 if (!strcmp("GEOM::lunid", bp->bio_attribute)) { in nvd_getattr()
|
/freebsd/sys/geom/concat/ |
H A D | g_concat.c | 357 if (strcmp("GEOM::kerneldump", bp->bio_attribute) == 0) { in g_concat_start() 360 } else if (strcmp("GEOM::candelete", bp->bio_attribute) == 0) { in g_concat_start()
|
/freebsd/sys/geom/raid/ |
H A D | g_raid.c | 1019 bp.bio_attribute = NULL; in g_raid_tr_kerneldump_common() 1116 if (!strcmp(bp->bio_attribute, "GEOM::candelete")) in g_raid_start() 1118 else if (!strcmp(bp->bio_attribute, "GEOM::kerneldump")) in g_raid_start()
|
/freebsd/sys/dev/flash/flexspi/ |
H A D | flex_spi.c | 914 if (strcmp(bp->bio_attribute, "SPI::device") != 0) { in flex_spi_getattr()
|
/freebsd/sys/geom/nop/ |
H A D | g_nop.c | 241 else if (strcmp(bp->bio_attribute, "GEOM::kerneldump") == 0) in g_nop_start()
|
/freebsd/sys/geom/mirror/ |
H A D | g_mirror.c | 1197 if (!strcmp(bp->bio_attribute, "GEOM::candelete")) { in g_mirror_start() 1200 } else if (strcmp("GEOM::kerneldump", bp->bio_attribute) == 0) { in g_mirror_start() 1203 } else if (!strcmp(bp->bio_attribute, "GEOM::rotation_rate")) { in g_mirror_start()
|
/freebsd/sys/geom/uzip/ |
H A D | g_uzip.c | 479 if (strncmp(bp->bio_attribute, "MNT:", 4) == 0) { in g_uzip_start()
|
/freebsd/sys/geom/part/ |
H A D | g_part.c | 2292 if (!strcmp("GEOM::physpath", bp->bio_attribute)) { in g_part_start() 2296 if (!strcmp("GEOM::kerneldump", bp->bio_attribute)) { in g_part_start()
|
/freebsd/sys/cam/nvme/ |
H A D | nvme_da.c | 832 ret = xpt_getattr(bp->bio_data, bp->bio_length, bp->bio_attribute, in ndagetattr()
|
/freebsd/sys/geom/union/ |
H A D | g_union.c | 842 if (strcmp(cbp->bio_attribute, "GEOM::kerneldump") != 0) in g_union_start()
|
/freebsd/sys/geom/eli/ |
H A D | g_eli.c | 273 !strcmp(bp->bio_attribute, "GEOM::physpath")) { in g_eli_getattr_done()
|
/freebsd/sys/dev/mmc/ |
H A D | mmcsd.c | 1075 if (strcmp(bp->bio_attribute, "MMC::device") == 0) { in mmcsd_getattr()
|
/freebsd/sys/geom/multipath/ |
H A D | g_multipath.c | 397 !strcmp(bp->bio_attribute, "GEOM::physpath")) in g_multipath_done()
|
/freebsd/sys/cam/mmc/ |
H A D | mmc_da.c | 742 ret = xpt_getattr(bp->bio_data, bp->bio_length, bp->bio_attribute, in sddagetattr()
|