Lines Matching refs:appl_context
43 TAILQ_HEAD(, appl_context) contexts = TAILQ_HEAD_INITIALIZER(contexts);
47 struct appl_context *aa_context;
56 struct appl_context { struct
64 TAILQ_ENTRY(appl_context) ac_entries; argument
80 struct appl_context *aru_ctx;
138 enum appl_error appl_region(struct appl_context *, uint32_t, uint8_t,
140 void appl_region_free(struct appl_context *, struct appl_region *);
141 enum appl_error appl_region_unregister_match(struct appl_context *, uint8_t,
143 struct appl_region *appl_region_find(struct appl_context *,
145 struct appl_region *appl_region_next(struct appl_context *,
190 struct appl_context *ctx, *tctx; in appl_shutdown()
204 struct appl_context *
205 appl_context(const char *name, int create) in appl_context() function
207 struct appl_context *ctx; in appl_context()
246 struct appl_context *ctx; in appl_addagentcaps()
257 if ((ctx = appl_context(ctxname, 0)) == NULL) { in appl_addagentcaps()
294 struct appl_context *ctx; in appl_removeagentcaps()
306 if ((ctx = appl_context(ctxname, 0)) == NULL) { in appl_removeagentcaps()
341 struct appl_context *ctx; in appl_sysorlastchange()
344 ctx = appl_context(NULL, 0); in appl_sysorlastchange()
358 struct appl_context *ctx; in appl_sysortable()
365 ctx = appl_context(NULL, 0); in appl_sysortable()
395 struct appl_context *ctx; in appl_sysortable_getnext()
405 ctx = appl_context(NULL, 0); in appl_sysortable_getnext()
453 appl_region(struct appl_context *ctx, uint32_t timeout, uint8_t priority, in appl_region()
546 struct appl_context *ctx; in appl_register()
584 if ((ctx = appl_context(ctxname, 0)) == NULL) { in appl_register()
656 struct appl_context *ctx; in appl_unregister()
684 if ((ctx = appl_context(ctxname, 0)) == NULL) { in appl_unregister()
734 appl_region_unregister_match(struct appl_context *ctx, uint8_t priority, in appl_region_unregister_match()
759 appl_region_free(struct appl_context *ctx, struct appl_region *region) in appl_region_free()
783 struct appl_context *ctx; in appl_close()
810 appl_region_find(struct appl_context *ctx, in appl_region_find()
826 appl_region_next(struct appl_context *ctx, struct ber_oid *oid, in appl_region_next()
869 struct appl_context *ctx; in appl_processpdu()
882 if ((ctx = appl_context(ctxname, 0)) == NULL) { in appl_processpdu()
1791 ureq->aru_ctx = appl_context(NULL, 0); in appl_report()