Searched refs:m_type (Results 1 - 15 of 15) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-omap2/
H A Dmemory.h24 u32 m_type; /* ddr = 1, sdr = 0 */ member in struct:memory_timings
H A Dmemory.c47 return mem_timings.m_type;
55 mem_timings.m_type = !((SDRC_MR_0 & 0x3) == 0x1); /* DDR = 1, SDR = 0 */
65 if (mem_timings.m_type != M_DDR)
H A Dclock.c460 u32 slow_dll_ctrl, fast_dll_ctrl, m_type; local
466 m_type = omap2_memory_get_type();
474 slow_dll_ctrl, m_type);
482 fast_dll_ctrl, m_type);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Ddirectory.h83 int m_type; /* mac name type (long name, unicode */ member in struct:path
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/dlm/
H A Dutil.c39 ms->m_type = cpu_to_le32(ms->m_type);
65 ms->m_type = le32_to_cpu(ms->m_type);
H A Drequestqueue.c131 uint32_t type = ms->m_type;
H A Dlock.c917 error = _remove_from_waiters(lkb, ms->m_type);
1208 if (ms->m_type != DLM_MSG_CONVERT_REPLY) {
1210 lkb->lkb_id, ms->m_type);
1225 if (ms->m_type != DLM_MSG_REQUEST_REPLY &&
1226 ms->m_type != DLM_MSG_GRANT) {
1228 lkb->lkb_id, ms->m_type);
2390 ms->m_type = mstype;
2461 switch (ms->m_type) {
2520 r->res_ls->ls_stub_ms.m_type = DLM_MSG_CONVERT_REPLY;
3379 ms->m_type, nodei
[all...]
H A Ddlm_internal.h346 uint32_t m_type; /* DLM_MSG_ */ member in struct:dlm_message
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dmsg.h70 long m_type; member in struct:msg_msg
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Ddirectory.h83 int m_type; /* mac name type (long name, unicode */ member in struct:path
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/ipc/
H A Dmsg.c579 if (msg->m_type <=type)
583 if (msg->m_type == type)
587 if (msg->m_type != type)
648 msg->m_type = mtype;
793 walk_msg->m_type != 1) {
795 msgtyp = walk_msg->m_type - 1;
899 *pmtype = msg->m_type;
H A Dmqueue.c473 while (k >= 0 && info->messages[k]->m_type >= ptr->m_type) {
862 msg_ptr->m_type = msg_prio;
969 if ((u_msg_prio && put_user(msg_ptr->m_type, u_msg_prio)) ||
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Ddirectory.c1187 switch (ret.m_type = *data) { /* 1 */
1193 ret.m_type = 3;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Ddirectory.c1206 switch (ret.m_type = *data) { /* 1 */
1212 ret.m_type = 3;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dsysirix.c1069 char m_type[257], base_rel[257]; member in struct:iuname

Completed in 126 milliseconds