Home
last modified time | relevance | path

Searched refs:T_primsg (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/arch/sparc64/solaris/
Dsocksys.h176 struct T_primsg { struct
177 struct T_primsg *next; argument
204 struct T_primsg *pfirst, *plast; argument
Dtimod.c132 static struct T_primsg *timod_mkctl(int size) in timod_mkctl()
134 struct T_primsg *it; in timod_mkctl()
137 it = (struct T_primsg *)mykmalloc(size+sizeof(*it)-sizeof(s32)+2*MKCTL_TRAILER, GFP_KERNEL); in timod_mkctl()
161 static void timod_queue(unsigned int fd, struct T_primsg *it) in timod_queue()
175 static void timod_queue_end(unsigned int fd, struct T_primsg *it) in timod_queue_end()
192 struct T_primsg *it; in timod_error()
211 struct T_primsg *it; in timod_ok()
322 struct T_primsg *it; in timod_optmgmt()
406 struct T_primsg *it; in timod_putmsg()
465 struct T_primsg *it; in timod_putmsg()
[all …]
Dsocksys.c118 struct T_primsg *it; in socksys_release()
126 struct T_primsg *next = it->next; in socksys_release()