Searched refs:boot_id (Results 1 – 4 of 4) sorted by relevance
/freebsd/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/sys/kern/ |
H A D | kern_mib.c | 522 static uint8_t boot_id[16]; in sysctl_bootid() local 531 arc4random_buf(boot_id, sizeof(boot_id)); in sysctl_bootid() 536 return (SYSCTL_OUT(req, boot_id, sizeof(boot_id))); in sysctl_bootid() 538 SYSCTL_PROC(_kern, OID_AUTO, boot_id,
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | linux | 655 # boot_id; last writer
|