Searched refs:msg_idx (Results 1 – 10 of 10) sorted by relevance
172 #define ERR_STR(msg_idx) \ argument173 (get_msg((msg_idx), usb_error_msgs, MSG_TBL_SZ(usb_error_msgs)))
149 #define ERR_STR(msg_idx) \ argument150 (ib_get_msg((msg_idx), ib_error_msgs, MSG_TBL_SZ(ib_error_msgs)))
130 my_gettext(int msg_idx) in my_gettext() argument132 char *msgid = msgmap[msg_idx].msgid; in my_gettext()133 char *c_msgstr = msgmap[msg_idx].c_msgstr; in my_gettext()
208 #define ERR_STR(msg_idx) \ argument209 (get_msg((msg_idx), sata_msgs, MSG_TBL_SZ(sata_msgs)))
1258 int msg_idx; /* current msg number */ in disp_err_log() local1287 msg_idx = 0; in disp_err_log()1305 msg_idx += count; in disp_err_log()1313 msg_idx += count; in disp_err_log()1320 msg_idx += count; in disp_err_log()1324 msg_idx += count; in disp_err_log()1326 if (msg_idx != 0) in disp_err_log()1332 if (msg_idx != 0) { in disp_err_log()1337 msg_idx = 0; in disp_err_log()
345 #define GET_MSG_STR(i) (str_tbl[msg_idx(i)].msgstr)437 int msg_idx(msgid_t msgid);
209 #define GET_MSG_NARGS(i) (str_tbl[msg_idx(i)].nargs)210 #define GET_MSG_INTL(i) (str_tbl[msg_idx(i)].intl)541 msg_idx(msgid_t msgid) in msg_idx() function
926 uint32_t idx, msg_idx = 0, msg_acc; in amd8111s_alloc_dma_ringbuf() local995 pRing->msg_buf[msg_idx].offset = in amd8111s_alloc_dma_ringbuf()997 pRing->msg_buf[msg_idx].vir_addr = in amd8111s_alloc_dma_ringbuf()999 pRing->msg_buf[msg_idx].offset; in amd8111s_alloc_dma_ringbuf()1000 pRing->msg_buf[msg_idx].phy_addr = in amd8111s_alloc_dma_ringbuf()1002 pRing->msg_buf[msg_idx].offset; in amd8111s_alloc_dma_ringbuf()1003 pRing->msg_buf[msg_idx].p_hdl = in amd8111s_alloc_dma_ringbuf()1005 msg_idx ++; in amd8111s_alloc_dma_ringbuf()
410 #define GET_MSG_STR(i) (str_tbl[msg_idx(i)].msgstr)524 int msg_idx(msgid_t msgid);
227 #define GET_MSG_NARGS(i) (str_tbl[msg_idx(i)].nargs)228 #define GET_MSG_INTL(i) (str_tbl[msg_idx(i)].intl)615 msg_idx(msgid_t msgid) in msg_idx() function