Home
last modified time | relevance | path

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

/freebsd/lib/libnetmap/
H A Dnmport.c130 struct nmport_cleanup_d *clnup = NULL; in nmport_extmem() local
144 clnup = (struct nmport_cleanup_d *)nmctx_malloc(ctx, sizeof(*clnup)); in nmport_extmem()
145 if (clnup == NULL) { in nmport_extmem()
154 nmctx_free(ctx, clnup); in nmport_extmem()
164 clnup->cleanup = nmport_extmem_cleanup; in nmport_extmem()
165 nmport_push_cleanup(d, clnup); in nmport_extmem()
193 struct nmport_extmem_from_file_cleanup_d *clnup = NULL; in nmport_extmem_from_file() local
195 clnup = nmctx_malloc(ctx, sizeof(*clnup)); in nmport_extmem_from_file()
196 if (clnup == NULL) { in nmport_extmem_from_file()
219 clnup->p = p; in nmport_extmem_from_file()
[all …]