Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dlibumem.c47 char *hdr2; member
350 for (dfp = ptcfmt; dfp->hdr2 != NULL; dfp++) in umastat()
358 for (dfp = ptcfmt; dfp->hdr2 != NULL; dfp++) in umastat()
359 mdb_printf("%s ", dfp->hdr2); in umastat()
369 for (dfp = ptcfmt; dfp->hdr2 != NULL; dfp++) in umastat()
390 mdb_printf("%s%s", dfp == umemfmt ? "" : " ", dfp->hdr2); in umastat()
422 mdb_printf("%s ", dfp->hdr2); in umastat()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/
H A Dtesting.h177 __le32 hdr2; member
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c2134 char *hdr2; member
2349 mdb_printf("%s ", dfp->hdr2); in kmastat()
2382 mdb_printf("%s ", dfp->hdr2); in kmastat()
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c3929 static int fw_compatible(const struct fw_hdr *hdr1, const struct fw_hdr *hdr2) in fw_compatible() argument
3933 if (hdr1->chip == hdr2->chip && hdr1->fw_ver == hdr2->fw_ver) in fw_compatible()
3940 #define SAME_INTF(x) (hdr1->intfver_##x == hdr2->intfver_##x) in fw_compatible()
3941 if (hdr1->chip == hdr2->chip && SAME_INTF(nic) && SAME_INTF(vnic) && in fw_compatible()