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

/freebsd-12-stable/usr.sbin/bhyve/
H A Dnet_backends.c531 void *nm_buf; local
540 nm_buf = NETMAP_BUF(ring, ring->slot[head].buf_idx);
558 memcpy(nm_buf, iov_frag_buf, copylen);
562 nm_buf += copylen;
582 nm_buf = NETMAP_BUF(ring, ring->slot[head].buf_idx);
641 void *nm_buf; local
648 nm_buf = NETMAP_BUF(ring, slot->buf_idx);
655 memcpy(iov_frag_buf, nm_buf, copylen);
656 nm_buf += copylen;
/freebsd-12-stable/contrib/ntp/sntp/libopts/
H A Denum.c492 char nm_buf[ AO_NAME_SIZE ]; local
494 memcpy(nm_buf, pz, len);
495 nm_buf[len] = NUL;
499 find_name(nm_buf, opts, od, nm_list, nm_ct);
H A Dusage.c948 char const * nm_buf = pth_buf; local
957 nm_buf = path;
965 path = nm_buf;
979 if ((stat(nm_buf, &sb) == 0) && S_ISDIR(sb.st_mode)) {

Completed in 121 milliseconds