Searched refs:access (Results 226 - 250 of 663) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/include/hv/
H A Dhypervisor.h306 /** Hypervisor tile location for a memory access
644 * @param access PTE providing info on how to read the page table. This
647 * may be using to access the page table.
653 int hv_install_context(HV_PhysAddr page_table, HV_PTE access, HV_ASID asid,
669 /** PTE which defines access method for top of page table */
670 HV_PTE access; member in struct:__anon10410
1043 * INT_DMATLB_ACCESS_DWNCL (DMA TLB access violation)
1058 /** DMA TLB access violation downcall interrupt vector */
1135 * @param access The PTE describing how to read the memory
1138 unsigned long long hv_physaddr_read64(HV_PhysAddr addr, HV_PTE access);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/drivers/
H A Dpty.c102 err = access(line, R_OK | W_OK);
H A Dxterm.c96 if (access(argv[4], X_OK) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kvm/
H A Dmmutrace.h37 access_str[role.access], \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/ifpsp060/
H A Dos.S319 | This is the exit point for the 060FPSP when an access error exception
321 | handler for access error exceptions. The exception stack frame is an
322 | 8-word access error frame.
334 | Execption handling for movs access to illegal memory
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/oss/
H A Dpcm_plugin.h61 int access; member in struct:snd_pcm_plugin
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/s6000/
H A Ds6105-ipcam.c129 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dinfo.h88 struct mutex access; member in struct:snd_info_entry
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/python/
H A Dsetup.py23 if os.access(file, os.R_OK) == 0:
H A Dsetup.py.in23 if os.access(file, os.R_OK) == 0:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/srclib/
H A Dprogreloc.c95 if (access (filename, X_OK) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Dboard-flash.c122 .access = 54,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pxa/
H A Dsleep.S28 mrc p15, 0, r4, c15, c1, 0 @ CP access reg
69 mrc p15, 0, r4, c15, c1, 0 @ CP access reg
117 mcr p15, 0, r4, c15, c1, 0 @ CP access reg
343 mcr p15, 0, r4, c15, c1, 0 @ CP access reg
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/blkid/
H A Dsave.c80 (ret == 0 && access(filename, W_OK) < 0)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/control/
H A Dcontrol.c7 * CTL interface is designed to access primitive controls.
33 <P>Control interface is designed to access primitive controls. There is
285 info->access = SNDRV_CTL_ELEM_ACCESS_READWRITE |
1835 return !!(obj->access & SNDRV_CTL_ELEM_ACCESS_READ);
1846 return !!(obj->access & SNDRV_CTL_ELEM_ACCESS_WRITE);
1857 return !!(obj->access & SNDRV_CTL_ELEM_ACCESS_VOLATILE);
1868 return !!(obj->access & SNDRV_CTL_ELEM_ACCESS_INACTIVE);
1879 return !!(obj->access & SNDRV_CTL_ELEM_ACCESS_LOCK);
1890 return !!(obj->access & SNDRV_CTL_ELEM_ACCESS_OWNER);
1901 return !!(obj->access
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dhthlpdat.tex9 and \helpref{wxHtmlHelpFrame}{wxhtmlhelpframe} to access HTML help items.
H A Dhttaghnd.tex27 This attribute is used to access parent parser. It is protected so that
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/model/
H A DBytecodeEnhancer.java131 int access,
143 isAbstract = ((access & ACC_ABSTRACT) != 0);
146 super.visit(version, access, name, sig, superName, interfaces);
164 public FieldVisitor visitField(int access, argument
172 FieldVisitor ret = super.visitField(access, name, desc, sig, value);
173 if ((access & (ACC_STATIC | ACC_TRANSIENT)) == 0) {
182 public MethodVisitor visitMethod(int access, argument
202 return super.visitMethod(access, name, desc, sig, exceptions);
130 visit(int version, int access, String name, String sig, String superName, String[] interfaces) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/ad/
H A Dad_mv.c257 * Check access. If interactive and file exists, ask user if it
261 if (!fflg && !access(to, F_OK)) {
277 } else if (access(to, W_OK) && !stat(to, &sb)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/math-emu/
H A Dfp_entry.S80 | we jump here after an access error while trying to access
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/vfp/
H A Dvfpmodule.c284 * Clear various bits and enable access to the VFP so we can
369 u32 access = get_copro_access(); local
372 * Enable full access to VFP (cp10 and cp11)
374 set_copro_access(access | CPACC_FULL(10) | CPACC_FULL(11));
402 /* ensure we have access to the vfp */
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/loginutils/
H A Dlogin.c103 if (access(bb_path_wtmp_file, R_OK|W_OK) == -1) {
120 if (access("/etc/nologin", F_OK))
334 * granted access. */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_ioplug.c256 /* access, format */
400 INTERNAL(snd_pcm_hw_params_get_access)(params, &io->data->access);
410 INTERNAL(snd_pcm_hw_params_get_access)(params, &io->data->access);
607 pcm->access != SND_PCM_ACCESS_RW_INTERLEAVED &&
608 pcm->access != SND_PCM_ACCESS_RW_NONINTERLEAVED) {
631 pcm->access != SND_PCM_ACCESS_RW_INTERLEAVED &&
632 pcm->access != SND_PCM_ACCESS_RW_NONINTERLEAVED) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_server/
H A Dsrv_reg_nt.c227 return open_registry_key( p, &r_u->pol, &keyinfo, NULL, KEY_HKLM, q_u->access );
237 return open_registry_key( p, &r_u->pol, &keyinfo, NULL, KEY_HKPD, q_u->access );
247 return open_registry_key( p, &r_u->pol, &keyinfo, NULL, KEY_HKPT, q_u->access );
257 return open_registry_key( p, &r_u->pol, &keyinfo, NULL, KEY_HKCR, q_u->access );
267 return open_registry_key( p, &r_u->pol, &keyinfo, NULL, KEY_HKU, q_u->access );
286 /* check granted access first; what is the correct mask here? */
305 return open_registry_key( p, &r_u->handle, &newkey, parent, name, q_u->access );
972 /* basic access for Everyone */
1130 not correct to grant full access on this open handle. */
1158 /* access check
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/
H A Dmakefile.bcc47 all: access animate artprov aui calendar caret checklst collpane config combo console controls dataview db dialogs dialup display dnd docview docvwmdi dragimag drawing dynamic erase event exec except font grid help htlbox html image internat ipc joytest keyboard layout listbox listctrl mdi mediaplayer menu minifram minimal mobile multimon nativdlg notebook oleauto opengl ownerdrw png popup printing propsize regtest render richtext rotate sashtest scroll scrollsub shaped sockets sound splash splitter statbar taskbar text thread toolbar treectrl typetest validate vscroll widgets wizard
53 @echo cd access >access.bat
54 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>access.bat
55 call access.bat
56 @del access.bat
378 access:
379 @echo cd access >access.bat
380 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>access
[all...]

Completed in 299 milliseconds

1234567891011>>