Home
last modified time | relevance | path

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

/freebsd/lib/libnetmap/
H A Dnmreq.c119 nmctx_ferror(ctx, "%s: invalid request, prefix unknown or missing", *pifname); in nmreq_header_decode()
126 nmctx_ferror(ctx, "%s: missing ':'", ifname); in nmreq_header_decode()
132 nmctx_ferror(ctx, "%s: no identifier allowed between '%s' and ':'", *pifname, p->prefix); in nmreq_header_decode()
137 nmctx_ferror(ctx, "%s: invalid identifier '%.*s'", *pifname, vpname - scan, scan); in nmreq_header_decode()
142 nmctx_ferror(ctx, "%s: identifier is missing between '%s' and ':'", *pifname, p->prefix); in nmreq_header_decode()
162 nmctx_ferror(ctx, "%s: invalid empty pipe name", *pifname); in nmreq_header_decode()
166 nmctx_ferror(ctx, "%s: invalid pipe name '%.*s'", *pifname, scan - pipesep, pipesep); in nmreq_header_decode()
173 nmctx_ferror(ctx, "name '%.*s' too long", namelen, ifname); in nmreq_header_decode()
177 nmctx_ferror(ctx, "%s: invalid empty port name", *pifname); in nmreq_header_decode()
217 nmctx_ferror(ctx, "cannot open /dev/netmap: %s", strerror(errno)); in nmreq_get_mem_id()
[all …]
H A Dnmport.c84 nmctx_ferror(ctx, "cannot allocate nmport descriptor"); in nmport_new_with_ctx()
133 nmctx_ferror(ctx, "%s: cannot set extmem of an already registered port", d->hdr.nr_name); in nmport_extmem()
139 nmctx_ferror(ctx, "%s: extmem already in use", d->hdr.nr_name); in nmport_extmem()
146 nmctx_ferror(ctx, "failed to allocate cleanup descriptor"); in nmport_extmem()
153 nmctx_ferror(ctx, "%s: cannot allocate extmem option", d->hdr.nr_name); in nmport_extmem()
197 nmctx_ferror(ctx, "cannot allocate cleanup descriptor"); in nmport_extmem_from_file()
204 nmctx_ferror(ctx, "cannot open '%s': %s", fname, strerror(errno)); in nmport_extmem_from_file()
209 nmctx_ferror(ctx, "failed to obtain filesize of '%s': %s", fname, strerror(errno)); in nmport_extmem_from_file()
214 nmctx_ferror(ctx, "cannot mmap '%s': %s", fname, strerror(errno)); in nmport_extmem_from_file()
275 nmctx_ferror(ctx, "cannot allocate cleanup descriptor"); in nmport_offset()
[all …]
H A Dnmctx.c92 nmctx_ferror(struct nmctx *ctx, const char *fmt, ...) in nmctx_ferror() function
H A Dlibnetmap.h706 void nmctx_ferror(struct nmctx *, const char *, ...);