Lines Matching refs:pts

384     void *pts;  in smbios_type_0_init()  local
387 pts = get_smbios_pt_struct(0, &length); in smbios_type_0_init()
388 if ( (pts != NULL)&&(length > 0) ) in smbios_type_0_init()
390 memcpy(start, pts, length); in smbios_type_0_init()
443 void *pts; in smbios_type_1_init() local
446 pts = get_smbios_pt_struct(1, &length); in smbios_type_1_init()
447 if ( (pts != NULL)&&(length > 0) ) in smbios_type_1_init()
449 memcpy(start, pts, length); in smbios_type_1_init()
501 void *pts; in smbios_type_2_init() local
504 pts = get_smbios_pt_struct(2, &length); in smbios_type_2_init()
505 if ( (pts != NULL)&&(length > 0) ) in smbios_type_2_init()
507 memcpy(start, pts, length); in smbios_type_2_init()
531 void *pts; in smbios_type_3_init() local
535 pts = get_smbios_pt_struct(3, &length); in smbios_type_3_init()
536 if ( (pts != NULL)&&(length > 0) ) in smbios_type_3_init()
538 memcpy(start, pts, length); in smbios_type_3_init()
646 void *pts; in smbios_type_11_init() local
649 pts = get_smbios_pt_struct(11, &length); in smbios_type_11_init()
650 if ( (pts != NULL)&&(length > 0) ) in smbios_type_11_init()
652 memcpy(start, pts, length); in smbios_type_11_init()
803 void *pts; in smbios_type_22_init() local
806 pts = get_smbios_pt_struct(22, &length); in smbios_type_22_init()
807 if ( (pts != NULL)&&(length > 0) ) in smbios_type_22_init()
809 memcpy(start, pts, length); in smbios_type_22_init()
885 void *pts; in smbios_type_39_init() local
888 pts = get_smbios_pt_struct(39, &length); in smbios_type_39_init()
889 if ( (pts != NULL)&&(length > 0) ) in smbios_type_39_init()
891 memcpy(start, pts, length); in smbios_type_39_init()