Lines Matching refs:nmctx
42 struct nmctx;
189 struct nmctx *ctx;
504 struct nmctx *ctx);
526 struct nmctx *ctx);
546 void *token, struct nmctx *ctx);
583 struct nmctx *ctx; /* the nmctx for errors and malloc/free */
604 int32_t nmreq_get_mem_id(const char **portname, struct nmctx *ctx);
638 typedef void (*nmctx_error_cb)(struct nmctx *, const char *);
639 typedef void *(*nmctx_malloc_cb)(struct nmctx *,size_t);
640 typedef void (*nmctx_free_cb)(struct nmctx *,void *);
641 typedef void (*nmctx_lock_cb)(struct nmctx *, int);
643 struct nmctx { struct
654 struct nmctx *nmctx_get(void); argument
661 struct nmctx *nmctx_set_default(struct nmctx *ctx);
706 void nmctx_ferror(struct nmctx *, const char *, ...);
708 void *nmctx_malloc(struct nmctx *, size_t);
710 void nmctx_free(struct nmctx *, void *);
712 void nmctx_lock(struct nmctx *);
714 void nmctx_unlock(struct nmctx *);