Searched refs:ID_LEN (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/common/sys/ |
H A D | hotkey_drv.h | 47 #define ID_LEN 9 macro 51 char hid[ID_LEN]; /* ACPI HardwareId */ 52 char uid[ID_LEN]; /* ACPI UniqueId */
|
/titanic_50/usr/src/uts/common/io/cxgbe/common/ |
H A D | common.h | 37 ID_LEN = 16, /* ID length */ enumerator 217 u8 id[ID_LEN + 1];
|
H A D | t4_hw.c | 447 u8 id_data[ID_LEN]; 670 (void) memcpy(p->id, v->id_data, ID_LEN); in get_vpd_params()
|
/titanic_50/usr/src/uts/i86pc/io/acpi_drv/ |
H A D | acpi_drv.c | 1537 (void) strlcpy(p->hid, info->HardwareId.String, ID_LEN); in acpi_drv_obj_init() 1550 (void) strlcpy(p->uid, info->UniqueId.String, ID_LEN); in acpi_drv_obj_init() 2092 (void) strlcpy(p->hid, info->HardwareId.String, ID_LEN); in acpi_drv_dev_init() 2105 (void) strlcpy(p->uid, info->UniqueId.String, ID_LEN); in acpi_drv_dev_init()
|