Searched refs:label_size (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_import.c | 213 size_t label_size = sizeof (vdev_label_t) - (2 * VDEV_PAD_SIZE); in zpool_clear_label() local 215 if (pwrite64(fd, label, label_size, label_offset(size, l) + in zpool_clear_label() 216 (2 * VDEV_PAD_SIZE)) == label_size) { in zpool_clear_label()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/os/linux/ |
| H A D | libzfs_pool_os.c | 188 zpool_label_name(char *label_name, int label_size) in zpool_label_name() argument 204 snprintf(label_name, label_size, "zfs-%016llx", (u_longlong_t)id); in zpool_label_name()
|
| /f-stack/freebsd/security/mac_lomac/ |
| H A D | mac_lomac.c | 101 SYSCTL_INT(_security_mac_lomac, OID_AUTO, label_size, CTLFLAG_RD,
|
| /f-stack/freebsd/security/mac_biba/ |
| H A D | mac_biba.c | 100 SYSCTL_INT(_security_mac_biba, OID_AUTO, label_size, CTLFLAG_RD,
|
| /f-stack/freebsd/security/mac_mls/ |
| H A D | mac_mls.c | 101 SYSCTL_INT(_security_mac_mls, OID_AUTO, label_size, CTLFLAG_RD,
|