Searched refs:clnup (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/lib/libnetmap/
H A Dnmport.c132 struct nmport_cleanup_d *clnup = NULL; local
146 clnup = (struct nmport_cleanup_d *)nmctx_malloc(ctx, sizeof(*clnup));
147 if (clnup == NULL) {
156 nmctx_free(ctx, clnup);
166 clnup->cleanup = nmport_extmem_cleanup;
167 nmport_push_cleanup(d, clnup);
194 struct nmport_extmem_from_file_cleanup_d *clnup = NULL; local
196 clnup = nmctx_malloc(ctx, sizeof(*clnup));
[all...]

Completed in 45 milliseconds