Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/util-tests/tests/smbios/
H A Dsmbios_test_proc.c495 if (proc.smbp_socktype == NULL) { in smbios_test_proc_verify_38()
498 } else if (strcmp(proc.smbp_socktype, smbios_proc_st) != 0) { in smbios_test_proc_verify_38()
500 "%s", proc.smbp_socktype); in smbios_test_proc_verify_38()
/illumos-gate/usr/src/cmd/smbios/
H A Dsmbios.c676 if (*p.smbp_socktype != '\0') { in print_processor()
677 str_print(fp, " Socket Type", p.smbp_socktype); in print_processor()
/illumos-gate/usr/src/uts/common/sys/
H A Dsmbios.h459 const char *smbp_socktype; /* socket type string */ member
/illumos-gate/usr/src/common/smbios/
H A Dsmb_info.c753 pp->smbp_socktype = smb_strptr(stp, p.smbpr_socktype); in smbios_info_processor()