Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/sparc64/solaris/
Dtimod.c628 struct T_unitdata_ind udi; in timod_getmsg() local
799 if (ctl_maxlen > sizeof(udi) && sock->state == TS_IDLE) { in timod_getmsg()
801 tmpbuf = ctl_buf + sizeof(udi); in timod_getmsg()
802 tmplen = ctl_maxlen - sizeof(udi); in timod_getmsg()
820 if (error && ctl_maxlen > sizeof(udi) && sock->state == TS_IDLE) { in timod_getmsg()
822 udi.PRIM_type = T_UNITDATA_IND; in timod_getmsg()
823 get_user(udi.SRC_length, ctl_len); in timod_getmsg()
824 udi.SRC_offset = sizeof(udi); in timod_getmsg()
825 udi.OPT_length = udi.OPT_offset = 0; in timod_getmsg()
826 copy_to_user(ctl_buf, &udi, sizeof(udi)); in timod_getmsg()
[all …]