taglinefilesource code
dprintf60net/inet/inet.h#  define  DPRINTF(x)  dprintf x 
dprintf93net/inet/inet.hextern void    dprintf(int level, char *fmt, ...);
dprintf42net/socket.c#define DPRINTF(x) dprintf x
dprintf254net/unix/sock.cdprintf(1, "UNIX: data_ref: upd = NULL\n");
dprintf258net/unix/sock.cdprintf(1, "UNIX: data_ref: refing data 0x%x(%d)\n", upd, upd->refcnt);
dprintf266net/unix/sock.cdprintf(1, "UNIX: data_deref: upd = NULL\n");
dprintf270net/unix/sock.cdprintf(1, "UNIX: data_deref: releasing data 0x%x\n", upd);
dprintf290net/unix/sock.cdprintf(1, "UNIX: create: socket 0x%x, proto %d\n", sock, protocol);
dprintf292net/unix/sock.cdprintf(1, "UNIX: create: protocol != 0\n");
dprintf307net/unix/sock.cdprintf(1, "UNIX: create: allocated data 0x%x\n", upd);
dprintf326net/unix/sock.cdprintf(1, "UNIX: release: socket 0x%x, unix_data 0x%x\n", sock, upd);
dprintf333net/unix/sock.cdprintf(1, "UNIX: release: releasing inode 0x%x\n", upd->inode);
dprintf364net/unix/sock.cdprintf(1, "UNIX: bind: socket 0x%x, len=%d\n", sock, sockaddr_len);
dprintf367net/unix/sock.cdprintf(1, "UNIX: bind: bad length %d\n", sockaddr_len);
dprintf380net/unix/sock.cdprintf(1, "UNIX: bind: family is %d, not AF_UNIX(%d)\n",
dprintf398net/unix/sock.cdprintf(1, "UNIX: bind: bound socket address: ");
dprintf400net/unix/sock.cdprintf(1, "to inode 0x%x\n", upd->inode);
dprintf422net/unix/sock.cdprintf(1, "UNIX: connect: socket 0x%x, servlen=%d\n", sock, sockaddr_len);
dprintf426net/unix/sock.cdprintf(1, "UNIX: connect: bad length %d\n", sockaddr_len);
dprintf438net/unix/sock.cdprintf(1, "UNIX: connect: family is %d, not AF_UNIX(%d)\n",
dprintf456net/unix/sock.cdprintf(1, "UNIX: connect: can't open socket %s\n", fname);
dprintf462net/unix/sock.cdprintf(1, "UNIX: connect: can't locate peer %s at inode 0x%x\n",
dprintf467net/unix/sock.cdprintf(1, "UNIX: connect: can't await connection\n");
dprintf503net/unix/sock.cdprintf(1, "UNIX: accept: socket 0x%x accepted via socket 0x%x\n",
dprintf514net/unix/sock.cdprintf(1, "UNIX: accept: sleep was interrupted\n");
dprintf547net/unix/sock.cdprintf(1, "UNIX: getname: socket 0x%x for %s\n", sock, peer?"peer":"self");
dprintf550net/unix/sock.cdprintf(1, "UNIX: getname: socket not connected\n");
dprintf585net/unix/sock.cdprintf(1, "UNIX: read: socket not connected\n");
dprintf588net/unix/sock.cdprintf(1, "UNIX: read: no data available...\n");
dprintf592net/unix/sock.cdprintf(1, "UNIX: read: interrupted\n");
dprintf612net/unix/sock.cdprintf(1, "UNIX: read: avail=%d, todo=%d, cando=%d\n",
dprintf641net/unix/sock.cdprintf(1, "UNIX: write: socket not connected\n");
dprintf651net/unix/sock.cdprintf(1, "UNIX: write: no space left...\n");
dprintf655net/unix/sock.cdprintf(1, "UNIX: write: interrupted\n");
dprintf659net/unix/sock.cdprintf(1, "UNIX: write: disconnected(SIGPIPE)\n");
dprintf688net/unix/sock.cdprintf(1, "UNIX: write: space=%d, todo=%d, cando=%d\n",
dprintf712net/unix/sock.cdprintf(1, "UNIX: select: %sconnections pending\n",
dprintf718net/unix/sock.cdprintf(1, "UNIX: select: nothing else for server socket\n");
dprintf725net/unix/sock.cdprintf(1, "UNIX: select: there is%s data available\n",
dprintf730net/unix/sock.cdprintf(1, "UNIX: select: socket not connected(read EOF)\n");
dprintf738net/unix/sock.cdprintf(1, "UNIX: select: socket not connected(write EOF)\n");
dprintf742net/unix/sock.cdprintf(1, "UNIX: select: there is%s space available\n",
dprintf750net/unix/sock.cdprintf(1, "UNIX: select: there are no exceptions here?!\n");
dprintf797net/unix/sock.cdprintf(1, "UNIX: open\n");
dprintf808net/unix/sock.cdprintf(1, "UNIX: close\n");
dprintf819net/unix/sock.cdprintf(1, "UNIX: ioctl(0x%X, 0x%X)\n", cmd, arg);
dprintf889net/unix/sock.cdprintf(1, "%s: init: initializing...\n", pro->name);