HomeSort by: relevance | last modified time | path
    Searched defs:cnext (Results 1 - 3 of 3) sorted by relevancy

  /src/libexec/ftpd/
conf.c 82 struct ftpconv *conv, *cnext; local in function:init_curclass
84 for (conv = curclass.conversions; conv != NULL; conv = cnext) {
89 cnext = conv->next;
147 struct ftpconv *conv, *cnext; local in function:parse_conf
332 for (cnext = curclass.conversions;
333 cnext != NULL; cnext = cnext->next)
334 if (cnext->next == NULL)
336 if (cnext != NULL
    [all...]
  /src/sys/opencrypto/
cryptodev.c 924 struct csession *cse, *cnext, *ret = NULL; local in function:csefind
927 TAILQ_FOREACH_SAFE(cse, &fcr->csessions, next, cnext)
938 struct csession *cse, *cnext; local in function:csedelete
942 TAILQ_FOREACH_SAFE(cse, &fcr->csessions, next, cnext) {
1884 struct cryptop *crp = NULL, *cnext;
1892 TAILQ_FOREACH_SAFE(crp, &fcr->crp_ret_mq, crp_next, cnext) {
crypto.c 1799 struct cryptop *crp, *submit, *cnext; local in function:cryptointr
1819 TAILQ_FOREACH_SAFE(crp, crp_q, crp_next, cnext) {

Completed in 15 milliseconds