HomeSort by: relevance | last modified time | path
    Searched defs:vethprintf (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/usermode/dev/
if_veth.c 67 #define vethprintf printf macro
69 static inline void vethprintf(const char *fmt, ...) { } function in typeref:typename:void
179 vethprintf("%s: %s flags=%x\n", __func__, ifp->if_xname, ifp->if_flags);
213 vethprintf("%s: read returned %d\n", __func__, len);
219 vethprintf("MGETHDR failed (input error)\n");
228 vethprintf("M_EXT not set (input error)\n");
261 vethprintf("%s: %s flags=%x\n", __func__, ifp->if_xname, ifp->if_flags);
281 vethprintf("write %d bytes...\n", m0->m_pkthdr.len);
284 vethprintf("write returned %d\n", len);
296 vethprintf("%s: %s flags=%x\n", __func__, ifp->if_xname, ifp->if_flags)
    [all...]

Completed in 10 milliseconds