Searched refs:boot_id (Results 1 – 1 of 1) sorted by relevance
507 static uint8_t boot_id[16]; in sysctl_bootid() local516 arc4random_buf(boot_id, sizeof(boot_id)); in sysctl_bootid()521 return (SYSCTL_OUT(req, boot_id, sizeof(boot_id))); in sysctl_bootid()523 SYSCTL_PROC(_kern, OID_AUTO, boot_id,