Searched refs:boot_id (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/kern/
H A Dkern_mib.c512 static uint8_t boot_id[16]; local
521 arc4random_buf(boot_id, sizeof(boot_id));
526 return (SYSCTL_OUT(req, boot_id, sizeof(boot_id)));
528 SYSCTL_PROC(_kern, OID_AUTO, boot_id,
/freebsd-current/contrib/libarchive/libarchive/test/
H A Dtest_write_format_iso9660_boot.c43 static const unsigned char boot_id[] = { variable
150 assertEqualMem(buff+2048*17, boot_id, sizeof(boot_id));
H A Dtest_write_format_iso9660_zisofs.c66 static const unsigned char boot_id[] = { variable
679 assertEqualMem(buff+2048*17, boot_id, sizeof(boot_id));

Completed in 184 milliseconds