HomeSort by relevance Sort by last modified time
    Searched refs:mret (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/usrsctp/usrsctplib/
user_mbuf.c 112 struct mbuf *mret; local
125 mret = SCTP_ZONE_GET(zone_mbuf, struct mbuf);
127 mb_ctor_mbuf(mret, &mbuf_mb_args, 0);
129 /*mret = ((struct mbuf *)umem_cache_alloc(zone_mbuf, UMEM_DEFAULT));*/
136 if (mret) {
138 if (! (mret->m_type == type) ) {
139 mbuf_constructor_dup(mret, 0, type);
142 mbuf_constructor_dup(mret, 0, type);
146 return mret;
154 struct mbuf *mret; local
    [all...]
  /system/core/fs_mgr/
fs_mgr.c 351 int mret = -1; local
388 mret = mount_with_alternatives(fstab, i, &last_idx_inspected, &attempted_idx);
393 if (!mret) {
419 if (mret && mount_errno != EBUSY && mount_errno != EACCES &&
446 if (mret && mount_errno != EBUSY && mount_errno != EACCES &&
  /external/ppp/pppd/include/net/
ppp-comp.h 71 int (*compress) __P((void *state, PACKETPTR *mret,
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_output.c 1979 struct mbuf *mret; local
2001 mret = m;
2004 mret = m;
2005 while (SCTP_BUF_NEXT(mret) != NULL) {
2006 mret = SCTP_BUF_NEXT(mret);
2008 SCTP_BUF_NEXT(mret) = sctp_get_mbuf_for_msg(plen, 0, M_NOWAIT, 1, MT_DATA);
2009 if (SCTP_BUF_NEXT(mret) == NULL) {
2013 mret = SCTP_BUF_NEXT(mret);
3926 struct mbuf *copy_init, *copy_initack, *m_at, *sig, *mret; local
    [all...]
  /external/openssl/apps/
speed.c 366 int mret=1; local
    [all...]

Completed in 103 milliseconds