Lines Matching refs:_cmsg

48 	{_CDWORD, offsetof(_cmsg, adr.adrController)},
50 {_CMSTRUCT, offsetof(_cmsg, AdditionalInfo)},
52 {_CSTRUCT, offsetof(_cmsg, B1configuration)},
54 {_CWORD, offsetof(_cmsg, B1protocol)},
56 {_CSTRUCT, offsetof(_cmsg, B2configuration)},
58 {_CWORD, offsetof(_cmsg, B2protocol)},
60 {_CSTRUCT, offsetof(_cmsg, B3configuration)},
62 {_CWORD, offsetof(_cmsg, B3protocol)},
64 {_CSTRUCT, offsetof(_cmsg, BC)},
66 {_CSTRUCT, offsetof(_cmsg, BChannelinformation)},
68 {_CMSTRUCT, offsetof(_cmsg, BProtocol)},
70 {_CSTRUCT, offsetof(_cmsg, CalledPartyNumber)},
72 {_CSTRUCT, offsetof(_cmsg, CalledPartySubaddress)},
74 {_CSTRUCT, offsetof(_cmsg, CallingPartyNumber)},
76 {_CSTRUCT, offsetof(_cmsg, CallingPartySubaddress)},
78 {_CDWORD, offsetof(_cmsg, CIPmask)},
80 {_CDWORD, offsetof(_cmsg, CIPmask2)},
82 {_CWORD, offsetof(_cmsg, CIPValue)},
84 {_CDWORD, offsetof(_cmsg, Class)},
86 {_CSTRUCT, offsetof(_cmsg, ConnectedNumber)},
88 {_CSTRUCT, offsetof(_cmsg, ConnectedSubaddress)},
90 {_CDWORD, offsetof(_cmsg, Data)},
92 {_CWORD, offsetof(_cmsg, DataHandle)},
94 {_CWORD, offsetof(_cmsg, DataLength)},
96 {_CSTRUCT, offsetof(_cmsg, FacilityConfirmationParameter)},
98 {_CSTRUCT, offsetof(_cmsg, Facilitydataarray)},
100 {_CSTRUCT, offsetof(_cmsg, FacilityIndicationParameter)},
102 {_CSTRUCT, offsetof(_cmsg, FacilityRequestParameter)},
104 {_CWORD, offsetof(_cmsg, FacilitySelector)},
106 {_CWORD, offsetof(_cmsg, Flags)},
108 {_CDWORD, offsetof(_cmsg, Function)},
110 {_CSTRUCT, offsetof(_cmsg, HLC)},
112 {_CWORD, offsetof(_cmsg, Info)},
114 {_CSTRUCT, offsetof(_cmsg, InfoElement)},
116 {_CDWORD, offsetof(_cmsg, InfoMask)},
118 {_CWORD, offsetof(_cmsg, InfoNumber)},
120 {_CSTRUCT, offsetof(_cmsg, Keypadfacility)},
122 {_CSTRUCT, offsetof(_cmsg, LLC)},
124 {_CSTRUCT, offsetof(_cmsg, ManuData)},
126 {_CDWORD, offsetof(_cmsg, ManuID)},
128 {_CSTRUCT, offsetof(_cmsg, NCPI)},
130 {_CWORD, offsetof(_cmsg, Reason)},
132 {_CWORD, offsetof(_cmsg, Reason_B3)},
134 {_CWORD, offsetof(_cmsg, Reject)},
136 {_CSTRUCT, offsetof(_cmsg, Useruserdata)}
234 static void jumpcstruct(_cmsg *cmsg) in jumpcstruct()
466 static _cdebbuf *protocol_message_2_pars(_cdebbuf *cdb, _cmsg *cmsg, int level) in protocol_message_2_pars()
531 static _cmsg *g_cmsg;
587 _cmsg *cmsg; in capi_message2str()
595 cmsg = kmalloc(sizeof(_cmsg), GFP_ATOMIC); in capi_message2str()
621 g_cmsg = kmalloc(sizeof(_cmsg), GFP_KERNEL); in cdebug_init()
659 _cdebbuf *capi_cmsg2str(_cmsg *cmsg) in capi_cmsg2str()