Searched refs:get4 (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dgetarsym.c83 #define get4(p) (((((((uint32_t)p[0]<<8)+p[1])<<8)+p[2])<<8)+p[3]) macro
111 if (sz < 4 || (sz - 4) / 4 < (n = get4(off))) {
159 as->as_off = get4(off);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_smb.c621 get4(uchar_t *p) { function
626 return (get4(p) | ((uint64_t)get4(p+4) << 32));
711 show_printf("NT Status = %x", get4(smb->err));
774 uint_t status = get4(smb->err);
1035 show_printf("FindKey = 0x%.8x", get4(data));
1124 show_printf("MaxBufferSize = %d", get4(protodata));
1126 show_printf("MaxRawBuffer = %d", get4(protodata));
1128 show_printf("SessionKey = 0x%.8x", get4(protodata));
1131 caps = get4(protodat
[all...]

Completed in 46 milliseconds