Home
last modified time | relevance | path

Searched refs:uniqueid (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/scsi/
H A Dsafte.h24 u_int8_t uniqueid[7]; member
/openbsd/etc/
H A DMAKEDEV.common37 dnl Use '__devitem(uniqueid, name-pattern, description)' to create an entry
48 dnl Use '_mkdev(uniqueid, shell-pattern, {-shell-script-})dnl' to create
50 dnl the uniqueid from above):
67 dnl In the MAKEDEV.md file, add a '_DEV(uniqueid, charmajor, blockmajor)'
76 dnl twrget(target_name, uniqueid, device_name, [, append_string ] .. )
81 dnl uniqueid same as 'uniqueid' above
/openbsd/sys/arch/i386/i386/
H A Desmreg.h124 u_int8_t uniqueid[ESM2_UUID_LEN]; member
H A Desm.c529 printf("%02x", resp.devmap[0].uniqueid[i]); in esm_get_devmap()