Lines Matching refs:uefi_device_path_t

49 	uefi_device_path_t ***dpath_array_ptr);
51 char *uid_str, char *cid_str, uefi_device_path_t ***dpath_array_ptr);
53 uefi_device_path_t ***dpath_array_ptr);
55 uefi_device_path_t ***dpath_array_ptr);
56 int uefi_add_ctrl(uint8_t ctrl_number, uefi_device_path_t ***dpath_array_ptr);
58 uefi_device_path_t ***dpath_array_ptr);
60 uefi_device_path_t ***dpath_array_ptr);
1111 add_device_path(uefi_device_path_t ***dpath_array_ptr,
1112 uefi_device_path_t *device_path)
1114 uefi_device_path_t **dpath, **new_path_array;
1122 *dpath_array_ptr = malloc(sizeof (uefi_device_path_t *));
1141 new_path_array = realloc(*dpath_array_ptr, sizeof (uefi_device_path_t *)
1161 uefi_add_hardware_path(di_node_t dinode, uefi_device_path_t ***dpath_array_ptr)
1380 uefi_add_hardware_paths(char *path, uefi_device_path_t ***dpath_array_ptr)
1540 uefi_add_file_paths(char **file_paths, uefi_device_path_t ***dpath_array_ptr)
1569 file_path = malloc(sizeof (uefi_device_path_t) + str16_len);
1582 file_path->len = sizeof (uefi_device_path_t) + str16_len;
1585 (uefi_device_path_t *)file_path)) {
1597 * uefi_device_path_t structure, so it doesn't need a special type.
1600 uefi_add_device_end(uint8_t subtype, uefi_device_path_t ***device_path_array)
1602 uefi_device_path_t *end_path;
1604 end_path = calloc(1, sizeof (uefi_device_path_t));
1613 end_path->len = sizeof (uefi_device_path_t);
1626 uefi_device_path_t ***dpath_array_ptr)
1645 if (add_device_path(dpath_array_ptr, (uefi_device_path_t *)sata)) {
1656 uefi_device_path_t ***dpath_array_ptr)
1674 if (add_device_path(dpath_array_ptr, (uefi_device_path_t *)scsi)) {
1685 uefi_device_path_t ***dpath_array_ptr)
1704 if (add_device_path(dpath_array_ptr, (uefi_device_path_t *)atapi)) {
1714 uefi_add_ctrl(uint8_t ctrl_number, uefi_device_path_t ***dpath_array_ptr)
1731 if (add_device_path(dpath_array_ptr, (uefi_device_path_t *)ctrl)) {
1742 uefi_device_path_t ***dpath_array_ptr)
1760 if (add_device_path(dpath_array_ptr, (uefi_device_path_t *)pci)) {
1770 uefi_add_acpi(uint32_t hid, uint32_t uid, uefi_device_path_t ***dpath_array_ptr)
1788 if (add_device_path(dpath_array_ptr, (uefi_device_path_t *)acpi)) {
1799 char *uid_str, char *cid_str, uefi_device_path_t ***dpath_array_ptr)
1847 if (add_device_path(dpath_array_ptr, (uefi_device_path_t *)acpie)) {
1862 uint16_t *desc, uefi_device_path_t
1931 uefi_device_path_t ***dpath_array_ptr)
2030 if (add_device_path(dpath_array_ptr, (uefi_device_path_t *)hd_path)) {
2089 uefi_device_path_t ***dpath_array_ptr)
2197 (uefi_device_path_t *)hd_path)) {
2216 uefi_add_hd_path(char *drive, uefi_device_path_t ***dpath_array_ptr)
2276 free_device_path(uefi_device_path_t **device_path)
2278 uefi_device_path_t **dpath = device_path;
2329 uefi_device_path_t ***device_path, int create_flags)
2389 uefi_device_path_t **device_path = NULL;
2562 uefi_device_path_t *device_path;
2620 device_path_hexdump(uefi_device_path_t *device_path,
2675 print_hardware_path(uefi_device_path_t *device_path, char **uefi_path)
2707 print_media_path(uefi_device_path_t *device_path, char **uefi_path)
2773 print_acpi_path(uefi_device_path_t *device_path, char **uefi_path)
2821 print_messaging_path(uefi_device_path_t *device_path,
2898 print_bios_path(uefi_device_path_t *device_path, char **uefi_path)
2920 print_device_path(uefi_device_path_t *device_path, char **uefi_path)
3113 uefi_device_path_t **dpath = NULL, *dp, **new_path_array;
3152 sizeof (uefi_device_path_t *) * (i + 2));
3195 uefi_device_path_t *dp;
3406 uefi_device_path_t *dp;
3473 uefi_device_path_t **device_path;
3611 uefi_device_path_t **src_dpath = NULL;
3637 uefi_device_path_t **dpath = NULL;