Searched refs:vacmctx (Results 1 – 2 of 2) sorted by relevance
977 struct vacm_context *vacmctx; in vacm_dump() local985 for (vacmctx = vacm_first_context(); vacmctx != NULL; in vacm_dump()986 vacmctx = vacm_next_context(vacmctx)) in vacm_dump()988 vacmctx->ctxname, vacmctx->regid); in vacm_dump()
379 struct vacm_context *vacmctx; in snmp_pdu_auth_access() local430 SLIST_FOREACH(vacmctx, &vacm_contextlist, vcl) in snmp_pdu_auth_access()431 if (memcmp(vacmctx->ctxname, acl->ctx_prefix, in snmp_pdu_auth_access()3076 vacm_next_context(struct vacm_context *vacmctx) in vacm_next_context() argument3078 if (vacmctx == NULL) in vacm_next_context()3081 return (SLIST_NEXT(vacmctx, vcl)); in vacm_next_context()