| /utopia/UTPA2-700.0.x/projects/build/scripts/selinux/ |
| H A D | install_policy.sh | 24 mkdir -p /etc/selinux/dummy/policy 25 mkdir -p /etc/selinux/dummy/contexts/files 27 cp file_contexts /etc/selinux/dummy/contexts/files 28 cp dbus_contexts /etc/selinux/dummy/contexts 29 cp policy.$VERS /etc/selinux/dummy/policy 30 FC_FILE=/etc/selinux/dummy/contexts/files/file_contexts 38 SELINUXTYPE=dummy 56 cd /etc/selinux/dummy/contexts/files
|
| H A D | README | 2 installing a dummy SELinux policy.
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux/ |
| H A D | MsOS_linux.c | 2435 struct itimerspec dummy; in Timer_Thread() local 2475 …f (0> timer_settime(_MsOS_Timer_Info[s32Id].TimerId, 0, &_MsOS_Timer_Info[s32Id].TimeInfo, &dummy)) in Timer_Thread() 2484 if (0> timer_settime(_MsOS_Timer_Info[s32Id].TimerId, 0, &StopTimer, &dummy)) in Timer_Thread() 2525 struct itimerspec dummy; in MsOS_CreateTimer() local 2594 …f (0> timer_settime(_MsOS_Timer_Info[s32Id].TimerId, 0, &_MsOS_Timer_Info[s32Id].TimeInfo, &dummy)) in MsOS_CreateTimer() 2603 if (0> timer_settime(_MsOS_Timer_Info[s32Id].TimerId, 0, &StopTimer, &dummy)) in MsOS_CreateTimer() 2663 struct itimerspec dummy; in MsOS_StartTimer() local 2676 …r_settime(_MsOS_Timer_Info[s32TimerId].TimerId, 0, &_MsOS_Timer_Info[s32TimerId].TimeInfo, &dummy)) in MsOS_StartTimer() 2699 struct itimerspec dummy; in MsOS_StopTimer() local 2716 if(0> timer_settime(_MsOS_Timer_Info[s32TimerId].TimerId, 0, &StopTimer, &dummy)) in MsOS_StopTimer() [all …]
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/ |
| H A D | drvEHCI_MEM.cxx | 170 qh->dummy = ehci_qtd_alloc (ehci, flags); in ehci_qh_alloc() 171 if (qh->dummy == 0) in ehci_qh_alloc() 204 if (qh->dummy) in qh_put() 205 ehci_qtd_free (ehci, qh->dummy); in qh_put()
|
| H A D | drvEhciHcd.c | 2900 struct ehci_qtd *last = 0, *end = qh->dummy; in qh_completions() 3373 end = qh->dummy; in qh_completions() 4978 qh_update (ehci, qh, qh->dummy); in qh_make() 5482 struct ehci_qtd *dummy; in qh_append_tds() local 5489 dummy = qh->dummy; in qh_append_tds() 5491 dma = dummy->qtd_dma; in qh_append_tds() 5492 *dummy = *qtd; in qh_append_tds() 5493 dummy->qtd_dma = dma; in qh_append_tds() 5496 list_add (&dummy->qtd_list, qtd_list); in qh_append_tds() 5548 qh->dummy = qtd; in qh_append_tds() [all …]
|
| /utopia/UTPA2-700.0.x/modules/dmx/drv/tsp4/ |
| H A D | drvTSP2.c | 1774 MS_U32 fltid = TSP_SECFLT_NUM, flags = 0,ModeMask,dummy,BaseFlt; in _TSP_ISR_Proc() local 1812 TSP_FLAG_GetFltDis(fltid, &dummy, TSP_OS_EVENT_OR_CLEAR); in _TSP_ISR_Proc() 1813 TSP_FLAG_GetSecOvf(fltid, &dummy, TSP_OS_EVENT_OR_CLEAR); in _TSP_ISR_Proc() 1814 TSP_FLAG_GetSecRdy(fltid, &dummy, TSP_OS_EVENT_OR_CLEAR); in _TSP_ISR_Proc() 1878 … TSP_FLAG_GetSecRdy(fltid, &dummy, TSP_OS_EVENT_OR_CLEAR); // Clear section ready also in _TSP_ISR_Proc() 1895 if (TSP_FLAG_GetFltDis(fltid, &dummy, TSP_OS_EVENT_OR_CLEAR)) in _TSP_ISR_Proc() 2119 MS_U32 dummy; in _TSP_ISR() local 2205 if (!(TSP_FLAG_GetSecOvf(fltid, &dummy, TSP_OS_EVENT_OR))) // ignore redundant overflow in _TSP_ISR() 4420 MS_U32 dummy; in _MDrv_TSP_FLT_Enable() local 4432 TSP_FLAG_GetFltDis(u32FltId, &dummy, TSP_OS_EVENT_OR_CLEAR); in _MDrv_TSP_FLT_Enable() [all …]
|
| /utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/cModel/ |
| H A D | vlc.h | 138 void ue_linfo(int n, int dummy, int *len,int *info); 139 void se_linfo(int mvd, int dummy, int *len,int *info);
|
| H A D | vlc.c | 501 void ue_linfo(int ue, int dummy, int *len,int *info) in ue_linfo() argument 530 void se_linfo(int se, int dummy, int *len,int *info) in se_linfo() argument
|
| /utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/cModel/ |
| H A D | vlc.h | 138 void ue_linfo(MS_S32 n, MS_S32 dummy, MS_S32 *len, MS_S32 *info); 139 void se_linfo(MS_S32 mvd, MS_S32 dummy, MS_S32 *len, MS_S32 *info);
|
| H A D | vlc.c | 521 void ue_linfo(MS_S32 ue, MS_S32 dummy, MS_S32 *len,MS_S32 *info) in ue_linfo() argument 550 void se_linfo(MS_S32 se, MS_S32 dummy, MS_S32 *len,MS_S32 *info) in se_linfo() argument
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/ |
| H A D | drvEhciHcd.c | 1837 struct ehci_qtd *dummy; in ms_qh_append_tds() local 1844 dummy = pQh->pDummyQtd; in ms_qh_append_tds() 1846 tDmaAddr = dummy->qtd_dma_addr; in ms_qh_append_tds() 1847 *dummy = *pQtd; in ms_qh_append_tds() 1848 dummy->qtd_dma_addr = tDmaAddr; in ms_qh_append_tds() 1851 ms_insert_list_after (&dummy->qtd_list, qtd_list); in ms_qh_append_tds() 1866 dummy->hw_token = pToken; in ms_qh_append_tds()
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/ |
| H A D | fuse.h | 204 __u32 dummy; member 213 __u32 dummy; member
|
| H A D | scc.h | 163 unsigned int dummy; member
|
| /utopia/UTPA2-700.0.x/modules/dms/drv/dms_dipgop/ |
| H A D | drvDMS.h | 271 MS_U32 dummy; member 292 MS_U32 dummy; member
|
| /utopia/UTPA2-700.0.x/modules/pq/hal/manhattan/pq/ |
| H A D | mhal_pq_adaptive.c | 9245 int pos_fac, range, dummy, candiSP; in DBK_VerifyWidthMark() local 9254 dummy = ThValue *(width + offset)/offset; in DBK_VerifyWidthMark() 9311 if ( (!hit) || (maxLocal <= dummy) ) in DBK_VerifyWidthMark() 9316 if ( (maxLocal > dummy) && (misscnt <= 2) ) in DBK_VerifyWidthMark() 9408 if ( (!hit) || (maxLocal <= dummy) ) in DBK_VerifyWidthMark() 9412 if ((maxLocal > dummy) && (misscnt <= 2) ) in DBK_VerifyWidthMark() 9712 int maxOri, maxOriInd, pos_fac, range, dummy, r; in DBK_Mark() local 9725 dummy = ThValue *(width + offset)/offset; in DBK_Mark() 9794 if ( (!hit) || (maxLocal <= dummy) ) in DBK_Mark() 9799 if ((maxLocal > dummy) && (misscnt <= 2)) in DBK_Mark() [all …]
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel/ |
| H A D | MsOS_linux_kernel.c | 1902 struct itimerspec dummy; in MsOS_ResetTimer() 1921 …r_settime(_MsOS_Timer_Info[s32TimerId].TimerId, 0, &_MsOS_Timer_Info[s32TimerId].TimeInfo, &dummy)) in MsOS_ResetTimer() 1930 if (0> timer_settime(_MsOS_Timer_Info[s32TimerId].TimerId, 0, &StopTimer, &dummy)) in MsOS_ResetTimer()
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/ |
| H A D | MsOS_linux_kernel.c | 2321 struct itimerspec dummy; in MsOS_ResetTimer() 2340 …r_settime(_MsOS_Timer_Info[s32TimerId].TimerId, 0, &_MsOS_Timer_Info[s32TimerId].TimeInfo, &dummy)) in MsOS_ResetTimer() 2349 if (0> timer_settime(_MsOS_Timer_Info[s32TimerId].TimerId, 0, &StopTimer, &dummy)) in MsOS_ResetTimer()
|
| /utopia/UTPA2-700.0.x/modules/dmx/hal/manhattan/tsp/ |
| H A D | regTSP.h | 1363 REG16 dummy[2]; // 0x26~27 member 1446 REG16 dummy[2]; // 0x14~0x15 member
|
| /utopia/UTPA2-700.0.x/modules/dmx/hal/macan/tsp/ |
| H A D | regTSP.h | 1362 REG16 dummy[2]; // 0x26~27 member 1445 REG16 dummy[2]; // 0x14~0x15 member
|
| /utopia/UTPA2-700.0.x/modules/ch34/drv/ch34/ |
| H A D | drvCH34_private.h | 117 MS_U8 dummy; member
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/ |
| H A D | setlocalversion | 79 | read dummy; then
|
| /utopia/UTPA2-700.0.x/modules/dmx/hal/mustang/tsp/ |
| H A D | regTSP.h | 1453 REG16 dummy; // 0x27 member 1539 REG16 dummy[2]; // 0x14~0x15 member
|
| /utopia/UTPA2-700.0.x/modules/dmx/hal/M7621/tsp/ |
| H A D | regTSP.h | 1456 REG16 dummy; // 0x27 member 1542 REG16 dummy[2]; // 0x14~0x15 member
|
| /utopia/UTPA2-700.0.x/modules/dmx/hal/maxim/tsp/ |
| H A D | regTSP.h | 1456 REG16 dummy; // 0x27 member 1542 REG16 dummy[2]; // 0x14~0x15 member
|
| /utopia/UTPA2-700.0.x/modules/dmx/hal/maserati/tsp/ |
| H A D | regTSP.h | 1476 REG16 dummy; // 0x27 member 1562 REG16 dummy[2]; // 0x14~0x15 member
|