Home
last modified time | relevance | path

Searched refs:_sz (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/public/io/
H A Dring.h53 #define __CONST_RING_SIZE(_s, _sz) \ argument
54 (__RD32(((_sz) - offsetof(struct _s##_sring, ring)) / \
59 #define __RING_SIZE(_s, _sz) \ argument
60 (__RD32(((_sz) - (long)(_s)->ring + (long)(_s)) / sizeof((_s)->ring[0])))
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_core.h148 #define INCR(_l, _sz) do { \ argument
150 (_l) &= ((_sz) - 1); \
154 #define DECR(_l, _sz) do { \ argument
156 (_l) &= ((_sz) - 1); \
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_smb.c840 int _len, _sz = sizeof (OBUF); \
844 _len = unicode2ascii(OBUF, _sz, DP, 2 * _sz); \
847 _len = strlcpy(OBUF, (char *)DP, _sz); \