Searched defs:l_hdr (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/include/
H A Dprofile.h47 typedef struct l_hdr { /* Linker profile buffer header */ struct
/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzap_leaf.h65 } l_hdr; /* 2 24-byte chunks */ member in struct:zap_leaf_phys
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzap_leaf.h118 } l_hdr; /* 2 24-byte chunks */ member in struct:zap_leaf_phys
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.c1621 L_hdr l_hdr; local
1629 if (fread(&l_hdr, sizeof (L_hdr), 1, pfile) == 0) {
1633 if (l_hdr.hd_version != PRF_VERSION) {
1638 whoami, PRF_VERSION, l_hdr.hd_version);
1642 tmp.highpc = (pctype)(uintptr_t)l_hdr.hd_hpc;
1643 tmp.ncnt = hdrsize + l_hdr.hd_psize;
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h1341 } l_hdr; /* 2 24-byte chunks */ member in struct:zap_leaf_phys

Completed in 76 milliseconds