msgnum 103 kernel/debug/kdb/kdb_main.c #define KDBMSG(msgnum, text) \ msgnum 104 kernel/debug/kdb/kdb_main.c { KDB_##msgnum, text } msgnum 107 net/bluetooth/cmtp/capi.c if (app->msgnum == value) msgnum 126 net/bluetooth/cmtp/capi.c session->msgnum++; msgnum 128 net/bluetooth/cmtp/capi.c if ((session->msgnum & 0xff) > 200) msgnum 129 net/bluetooth/cmtp/capi.c session->msgnum = CMTP_INITIAL_MSGNUM + 1; msgnum 131 net/bluetooth/cmtp/capi.c return session->msgnum; msgnum 149 net/bluetooth/cmtp/capi.c __u8 subcmd, __u16 appl, __u16 msgnum, msgnum 155 net/bluetooth/cmtp/capi.c BT_DBG("session %p subcmd 0x%02x appl %d msgnum %d", session, subcmd, appl, msgnum); msgnum 169 net/bluetooth/cmtp/capi.c capimsg_setu16(s, 6, msgnum); msgnum 188 net/bluetooth/cmtp/capi.c __u16 appl, msgnum, func, info; msgnum 203 net/bluetooth/cmtp/capi.c msgnum = CAPIMSG_MSGID(skb->data); msgnum 205 net/bluetooth/cmtp/capi.c application = cmtp_application_get(session, CMTP_MSGNUM, msgnum); msgnum 208 net/bluetooth/cmtp/capi.c application->msgnum = 0; msgnum 221 net/bluetooth/cmtp/capi.c application->msgnum = 0; msgnum 232 net/bluetooth/cmtp/capi.c msgnum = CAPIMSG_MSGID(skb->data); msgnum 234 net/bluetooth/cmtp/capi.c if (!info && (msgnum == CMTP_INITIAL_MSGNUM)) { msgnum 306 net/bluetooth/cmtp/capi.c msgnum = CAPIMSG_MSGID(skb->data); msgnum 307 net/bluetooth/cmtp/capi.c cmtp_send_interopmsg(session, CAPI_RESP, appl, msgnum, func, msgnum 410 net/bluetooth/cmtp/capi.c application->msgnum = cmtp_msgnum_get(session); msgnum 412 net/bluetooth/cmtp/capi.c cmtp_send_interopmsg(session, CAPI_REQ, 0x0000, application->msgnum, msgnum 461 net/bluetooth/cmtp/capi.c application->msgnum = cmtp_msgnum_get(session); msgnum 463 net/bluetooth/cmtp/capi.c cmtp_send_interopmsg(session, CAPI_REQ, application->mapping, application->msgnum, msgnum 96 net/bluetooth/cmtp/cmtp.h int msgnum; msgnum 112 net/bluetooth/cmtp/cmtp.h __u16 msgnum; msgnum 370 net/bluetooth/cmtp/core.c session->msgnum = CMTP_INITIAL_MSGNUM;