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

/freebsd-13-stable/lib/libnetmap/
H A Dlibnetmap.h355 /* nmport_extmem - use extmem for this port
366 * programmatically by calling nmport_extmem() or nmport_extmem_from_file()
374 int nmport_extmem(struct nmport_d *d, void *base, size_t size);
380 * This works like nmport_extmem, but the extmem memory is obtained by
H A Dnmport.c129 nmport_extmem(struct nmport_d *d, void *base, size_t size) function
225 if (nmport_extmem(d, p, mapsize) < 0)

Completed in 105 milliseconds