Lines Matching refs:assert
54 assert(con->version == nil); in conFree()
55 assert(con->mhead == nil); in conFree()
56 assert(con->whead == nil); in conFree()
57 assert(con->nfid == 0); in conFree()
58 assert(con->state == ConMoribund); in conFree()
106 assert(m->rwnext == nil); in msgFree()
107 assert(m->flush == nil); in msgFree()
312 assert(con->state == ConDown); in msgProc()
451 assert(!m->nowq); in msgWrite()
480 assert(flush->nowq); in msgWrite()
548 assert(con->mhead == nil); in conAlloc()
549 assert(con->whead == nil); in conAlloc()
550 assert(con->fhead == nil); in conAlloc()
551 assert(con->nfid == 0); in conAlloc()