Lines Matching refs:len
1029 NN_EXTERN_C NOSMessageBuf* NOS_m_getm(u32 name, NOSMessageBuf *orig, s32 len, s32 how, u8 type);
1036 NN_INLINE s32 NOS_m_adj(NOSMessageBuf *mbuf, s32 len) in NOS_m_adj() argument
1038 return nnnetOslMbuf_adj(mbuf, len); in NOS_m_adj()
1041 NN_INLINE s32 NOS_m_append(NOSMessageBuf *mbuf, s32 len, const u8 *cp) in NOS_m_append() argument
1043 return nnnetOslMbuf_append(mbuf, len, cp); in NOS_m_append()
1046 NN_INLINE NOSMessageBuf *NOS_m_prepend(NOSMessageBuf *mbuf, s32 len, int how) in NOS_m_prepend() argument
1048 return nnnetOslMbuf_prepend(mbuf, len, how); in NOS_m_prepend()
1051 NN_INLINE NOSMessageBuf *NOS_m_pullup(NOSMessageBuf *mbuf, s32 len) in NOS_m_pullup() argument
1053 return nnnetOslMbuf_pullup(mbuf, len); in NOS_m_pullup()
1061 NN_INLINE s32 NOS_m_copydata(const NOSMessageBuf *mbuf, s32 offset, s32 len, u8 *buf) in NOS_m_copydata() argument
1063 return nnnetOslMbuf_copydata(mbuf, offset, len, buf); in NOS_m_copydata()
1066 NN_INLINE s32 NOS_m_copyback(NOSMessageBuf *mbuf, s32 offset, s32 len, const u8 *buf) in NOS_m_copyback() argument
1068 return nnnetOslMbuf_copyback(mbuf, offset, len, buf); in NOS_m_copyback()
1076 NN_INLINE NOSMessageBuf *NOS_m_split(NOSMessageBuf *mbuf, s32 len, int how) in NOS_m_split() argument
1078 return nnnetOslMbuf_split(mbuf, len, how); in NOS_m_split()
1086 … s32 NOS_m_apply(NOSMessageBuf *mbuf, s32 offset, s32 len, s32 (*f)(void *arg, void *data, s32 len… in NOS_m_apply() argument
1088 return nnnetOslMbuf_apply(mbuf, offset, len, f, arg); in NOS_m_apply()