Searched refs:boot_id (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/libarchive/libarchive/test/ |
| H A D | test_write_format_iso9660_boot.c | 43 static const unsigned char boot_id[] = { variable 150 assertEqualMem(buff+2048*17, boot_id, sizeof(boot_id)); in _test_write_format_iso9660_boot()
|
| H A D | test_write_format_iso9660_zisofs.c | 66 static const unsigned char boot_id[] = { variable 679 assertEqualMem(buff+2048*17, boot_id, sizeof(boot_id)); in test_write_format_iso9660_zisofs_3()
|
| /freebsd-14.2/sys/kern/ |
| H A D | kern_mib.c | 518 static uint8_t boot_id[16]; in sysctl_bootid() local 527 arc4random_buf(boot_id, sizeof(boot_id)); in sysctl_bootid() 532 return (SYSCTL_OUT(req, boot_id, sizeof(boot_id))); in sysctl_bootid() 534 SYSCTL_PROC(_kern, OID_AUTO, boot_id,
|
| /freebsd-14.2/contrib/file/magic/Magdir/ |
| H A D | linux | 400 # boot_id; last writer
|