taglinefilesource code
dprintf51include/linux/inet.h#  define  DPRINTF(x)  dprintf x 
dprintf85include/linux/inet.hextern void    dprintf(int level, char *fmt, ...);
dprintf60net/inet/inet.h#  define  DPRINTF(x)  dprintf x 
dprintf93net/inet/inet.hextern void    dprintf(int level, char *fmt, ...);
dprintf49net/socket.c#define DPRINTF(x) dprintf x
dprintf279net/unix/sock.cdprintf(1, "UNIX: data_ref: upd = NULL\n");
dprintf283net/unix/sock.cdprintf(1, "UNIX: data_ref: refing data 0x%x(%d)\n", upd, upd->refcnt);
dprintf291net/unix/sock.cdprintf(1, "UNIX: data_deref: upd = NULL\n");
dprintf295net/unix/sock.cdprintf(1, "UNIX: data_deref: releasing data 0x%x\n", upd);
dprintf315net/unix/sock.cdprintf(1, "UNIX: create: socket 0x%x, proto %d\n", sock, protocol);
dprintf317net/unix/sock.cdprintf(1, "UNIX: create: protocol != 0\n");
dprintf333net/unix/sock.cdprintf(1, "UNIX: create: allocated data 0x%x\n", upd);
dprintf352net/unix/sock.cdprintf(1, "UNIX: release: socket 0x%x, unix_data 0x%x\n", sock, upd);
dprintf359net/unix/sock.cdprintf(1, "UNIX: release: releasing inode 0x%x\n", upd->inode);
dprintf390net/unix/sock.cdprintf(1, "UNIX: bind: socket 0x%x, len=%d\n", sock, sockaddr_len);
dprintf393net/unix/sock.cdprintf(1, "UNIX: bind: bad length %d\n", sockaddr_len);
dprintf406net/unix/sock.cdprintf(1, "UNIX: bind: family is %d, not AF_UNIX(%d)\n",
dprintf424net/unix/sock.cdprintf(1, "UNIX: bind: bound socket address: ");
dprintf426net/unix/sock.cdprintf(1, "to inode 0x%x\n", upd->inode);
dprintf448net/unix/sock.cdprintf(1, "UNIX: connect: socket 0x%x, servlen=%d\n", sock, sockaddr_len);
dprintf452net/unix/sock.cdprintf(1, "UNIX: connect: bad length %d\n", sockaddr_len);
dprintf464net/unix/sock.cdprintf(1, "UNIX: connect: family is %d, not AF_UNIX(%d)\n",
dprintf482net/unix/sock.cdprintf(1, "UNIX: connect: can't open socket %s\n", fname);
dprintf488net/unix/sock.cdprintf(1, "UNIX: connect: can't locate peer %s at inode 0x%x\n",
dprintf493net/unix/sock.cdprintf(1, "UNIX: connect: can't await connection\n");
dprintf529net/unix/sock.cdprintf(1, "UNIX: accept: socket 0x%x accepted via socket 0x%x\n",
dprintf540net/unix/sock.cdprintf(1, "UNIX: accept: sleep was interrupted\n");
dprintf573net/unix/sock.cdprintf(1, "UNIX: getname: socket 0x%x for %s\n", sock, peer?"peer":"self");
dprintf576net/unix/sock.cdprintf(1, "UNIX: getname: socket not connected\n");
dprintf611net/unix/sock.cdprintf(1, "UNIX: read: socket not connected\n");
dprintf614net/unix/sock.cdprintf(1, "UNIX: read: no data available...\n");
dprintf618net/unix/sock.cdprintf(1, "UNIX: read: interrupted\n");
dprintf640net/unix/sock.cdprintf(1, "UNIX: read: avail=%d, todo=%d, cando=%d\n",
dprintf674net/unix/sock.cdprintf(1, "UNIX: write: socket not connected\n");
dprintf684net/unix/sock.cdprintf(1, "UNIX: write: no space left...\n");
dprintf688net/unix/sock.cdprintf(1, "UNIX: write: interrupted\n");
dprintf692net/unix/sock.cdprintf(1, "UNIX: write: disconnected(SIGPIPE)\n");
dprintf725net/unix/sock.cdprintf(1, "UNIX: write: space=%d, todo=%d, cando=%d\n",
dprintf754net/unix/sock.cdprintf(1, "UNIX: select: %sconnections pending\n",
dprintf760net/unix/sock.cdprintf(1, "UNIX: select: nothing else for server socket\n");
dprintf767net/unix/sock.cdprintf(1, "UNIX: select: there is%s data available\n",
dprintf772net/unix/sock.cdprintf(1, "UNIX: select: socket not connected(read EOF)\n");
dprintf780net/unix/sock.cdprintf(1, "UNIX: select: socket not connected(write EOF)\n");
dprintf784net/unix/sock.cdprintf(1, "UNIX: select: there is%s space available\n",
dprintf792net/unix/sock.cdprintf(1, "UNIX: select: there are no exceptions here?!\n");
dprintf839net/unix/sock.cdprintf(1, "UNIX: open\n");
dprintf850net/unix/sock.cdprintf(1, "UNIX: close\n");
dprintf861net/unix/sock.cdprintf(1, "UNIX: ioctl(0x%X, 0x%X)\n", cmd, arg);
dprintf933net/unix/sock.cdprintf(1, "%s: init: initializing...\n", pro->name);