Symbol: m_hdr
usr/src/cmd/mdb/common/modules/smbsrv/smbsrv.c
3241
struct m_hdr mh;
usr/src/cmd/sgs/libelf/common/ar.c
184
m->m_hdr.ar_name = m->m_name;
usr/src/cmd/sgs/libelf/common/ar.c
187
m->m_hdr.ar_rawname = m->m_raw;
usr/src/cmd/sgs/libelf/common/ar.c
209
m->m_hdr.ar_name = elf->ed_arstr + j;
usr/src/cmd/sgs/libelf/common/ar.c
211
m->m_hdr.ar_name = 0;
usr/src/cmd/sgs/libelf/common/ar.c
225
m->m_hdr.ar_name = 0;
usr/src/cmd/sgs/libelf/common/ar.c
230
m->m_hdr.ar_date = (time_t)_elf_number(f->ar_date,
usr/src/cmd/sgs/libelf/common/ar.c
233
m->m_hdr.ar_uid = (uid_t)_elf_number(f->ar_uid,
usr/src/cmd/sgs/libelf/common/ar.c
236
m->m_hdr.ar_gid = (gid_t)_elf_number(f->ar_gid,
usr/src/cmd/sgs/libelf/common/ar.c
239
m->m_hdr.ar_mode = (mode_t)_elf_number(f->ar_mode,
usr/src/cmd/sgs/libelf/common/ar.c
241
m->m_hdr.ar_size = (off_t)_elf_number(f->ar_size,
usr/src/cmd/sgs/libelf/common/begin.c
73
if (ref->ed_fsz - base < mh->m_hdr.ar_size) {
usr/src/cmd/sgs/libelf/common/begin.c
86
elf->ed_fsz = mh->m_hdr.ar_size;
usr/src/cmd/sgs/libelf/common/getarhdr.c
57
rc = &elf->ed_armem->m_hdr;
usr/src/cmd/sgs/libelf/common/member.h
66
Elf_Arhdr m_hdr;
usr/src/uts/common/smbsrv/mbuf.h
134
struct m_hdr m_hdr;
usr/src/uts/common/smbsrv/mbuf.h
147
#define m_next m_hdr.mh_next
usr/src/uts/common/smbsrv/mbuf.h
148
#define m_len m_hdr.mh_len
usr/src/uts/common/smbsrv/mbuf.h
149
#define m_data m_hdr.mh_data
usr/src/uts/common/smbsrv/mbuf.h
150
#define m_type m_hdr.mh_type
usr/src/uts/common/smbsrv/mbuf.h
151
#define m_flags m_hdr.mh_flags
usr/src/uts/common/smbsrv/mbuf.h
152
#define m_nextpkt m_hdr.mh_nextpkt
usr/src/uts/common/smbsrv/mbuf.h
88
#define MLEN (MSIZE - sizeof (struct m_hdr)) /* normal data len */