Searched refs:SOLDD (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/arch/sparc64/solaris/ |
D | socksys.c | 101 SOLDD(("sock=%016lx(%016lx)\n", sock, filp)); in socksys_open() 108 SOLDD(("filp->private_data %016lx\n", filp->private_data)); in socksys_open() 123 SOLDD(("sock release %016lx(%016lx)\n", sock, filp)); in socksys_release() 128 SOLDD(("socksys_release %016lx->%016lx\n", it, next)); in socksys_release() 133 SOLDD(("socksys_release %016lx\n", sock)); in socksys_release()
|
D | conv.h | 32 #define SOLDD(s) printk("solaris: "); printk s macro 35 #define SOLDD(s) macro
|
D | timod.c | 237 SOLDD(("fd %u flg %u buf %p len %u doret %u",fd,flag,opt_buf,opt_len,do_ret)); in timod_optmgmt() 338 SOLDD(("put_page %p\n", ret_buf)); in timod_optmgmt() 369 SOLDD(("bind %016lx(%016lx)\n", sock, filp)); in timod_putmsg() 638 …SOLDD(("%u %p %d %p %p %d %p %d\n", fd, ctl_buf, ctl_maxlen, ctl_len, data_buf, data_maxlen, data_… in timod_getmsg() 642 SOLDD(("%p %p\n", sock->pfirst, sock->pfirst ? sock->pfirst->next : NULL)); in timod_getmsg() 723 SOLDD(("getmsg kfree %016lx->%016lx\n", it, sock->pfirst)); in timod_getmsg()
|
D | misc.c | 746 SOLDD(("Solaris module at %p\n", solaris_sparc_syscall)); in init_module()
|