Home
last modified time | relevance | path

Searched refs:npeers (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/test/util-tests/tests/smbios/
H A Dsmbios.c274 uint_t npeers; in smbios_test_verify_table() local
323 if (smbios_info_slot_peers(hdl, sp.smbstr_id, &npeers, &peers) != 0) { in smbios_test_verify_table()
328 if (npeers != 2) { in smbios_test_verify_table()
330 npeers); in smbios_test_verify_table()
379 smbios_info_slot_peers_free(hdl, npeers, peers); in smbios_test_verify_table()
/titanic_50/usr/src/cmd/pginfo/
H A Dpginfo.pl493 my $npeers = shift;
502 my $printpostfix = $npeers ? "| " : " ";
504 my $bar = $npeers ? "|" : "`";
510 my $new_prefix = $npeers ? $prefix : " ";
/titanic_50/usr/src/cmd/lgrpinfo/
H A Dlgrpinfo.pl441 my $npeers = shift;
445 my $printpostfix = $npeers ? "| " : " ";
449 my $bar = $npeers ? "|" : "`";
454 my $new_prefix = $npeers ? $myprefix : " ";
/titanic_50/usr/src/common/smbios/
H A Dsmb_info.c683 smbios_info_slot_peers_free(smbios_hdl_t *shp, uint_t npeers, in smbios_info_slot_peers_free() argument
686 size_t sz = npeers * sizeof (smbios_slot_peer_t); in smbios_info_slot_peers_free()
688 if (npeers == 0) { in smbios_info_slot_peers_free()
697 smbios_info_slot_peers(smbios_hdl_t *shp, id_t id, uint_t *npeers, in smbios_info_slot_peers() argument
716 *npeers = 0; in smbios_info_slot_peers()
744 *npeers = slotp->smbsl_npeers; in smbios_info_slot_peers()
/titanic_50/usr/src/cmd/smbios/
H A Dsmbios.c701 uint_t i, npeers; in print_slot() local
703 if (smbios_info_slot_peers(shp, id, &npeers, &peer) != 0) { in print_slot()
709 for (i = 0; i < npeers; i++) { in print_slot()
720 smbios_info_slot_peers_free(shp, npeers, peer); in print_slot()