Searched refs:access (Results 76 - 100 of 663) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/libmsrpc/test/reg/
H A Dregkeycreate.c41 rok.in.access = REG_KEY_ALL;
56 rck.in.access = REG_KEY_ALL;
H A Dregopen.c34 rc.in.access = SEC_RIGHT_MAXIMUM_ALLOWED;
H A Dregopenkey.c49 rok.in.access = REG_KEY_ALL;
H A Dregsetval.c32 rok.in.access = REG_KEY_ALL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Dgpmc-nand.c52 t.access = gpmc_round_ns_to_ticks(gpmc_nand_data->gpmc_t->access);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/control/
H A Dcontrol_ext.c138 ret = ext->callback->get_attribute(ext, key, &type, &info->access, &info->count);
213 unsigned int access, count; local
218 ret = ext->callback->get_attribute(ext, key, &type, &access, &count);
267 unsigned int access, count; local
272 ret = ext->callback->get_attribute(ext, key, &type, &access, &count);
334 unsigned int access, count, len; local
351 ret = ext->callback->get_attribute(ext, key, &type, &access, &count);
355 if ((op_flag == 0 && (access & SND_CTL_EXT_ACCESS_TLV_READ) == 0) ||
356 (op_flag > 0 && (access & SND_CTL_EXT_ACCESS_TLV_WRITE) == 0) ||
357 (op_flag < 0 && (access
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/c2port/
H A Dcore.c347 return sprintf(buf, "%d\n", c2dev->access);
364 c2dev->access = !!status;
366 /* If access is "on" clock should be HIGH _before_ setting the line
368 if (c2dev->access)
370 ops->access(c2dev, c2dev->access);
371 if (c2dev->access)
385 /* Check the device access status */
386 if (!c2dev->access)
421 /* Check the device access statu
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_plug.c348 snd_pcm_access_t access; member in struct:__anon1496
367 slv->access = clt->access;
471 slv->access = clt->access;
567 slv->access = clt->access;
575 if (clt->access == slv->access)
580 slv->access
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dmkmanpages72 echo "mtools - utilities to access DOS disks in Unix." >>mtools.1
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfile.cpp78 int access( const char *path, int mode ) { return 0 ; } function
108 #define ACCESS(access)
111 #define ACCESS(access) , (access)
202 // int fd = open( szFileName , O_CREAT | (bOverwrite ? O_TRUNC : O_EXCL), access);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Du_audio.c122 snd->access = SNDRV_PCM_ACCESS_RW_INTERLEAVED;
133 snd->access, 0);
153 snd->access = params_access(params);
161 "Hardware params: access %x, format %x, channels %d, rate %d\n",
162 snd->access, snd->format, snd->channels, snd->rate);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/9p/
H A Dfid.c140 int i, n, l, clone, any, access; local
148 access = v9ses->flags & V9FS_ACCESS_MASK;
149 switch (access) {
189 if (access == V9FS_ACCESS_SINGLE)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/plugins/
H A Dpassprompt.c35 if (promptprog[0] == 0 || access(promptprog, X_OK) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/libmsrpc/cacusermgr/
H A Dcacusermgr.c78 cg.in.access = MAXIMUM_ALLOWED_ACCESS;
192 openu.in.access = MAXIMUM_ALLOWED_ACCESS;
210 openg.in.access = MAXIMUM_ALLOWED_ACCESS;
322 sod.in.access = MAXIMUM_ALLOWED_ACCESS;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/libmsrpc/test/lsa/
H A Dlsaenumprivs.c35 lop.in.access = SEC_RIGHT_MAXIMUM_ALLOWED;
H A Dlsapol.c57 op.in.access = GENERIC_EXECUTE_ACCESS;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/libmsrpc/test/sam/
H A Ddominfo.c26 sod.in.access = MAXIMUM_ALLOWED_ACCESS;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/mm/
H A Dhash_utils_64.c836 * _PAGE_USER or _PAGE_USER|_PAGE_RW: no access.
874 void hash_failure_debug(unsigned long ea, unsigned long access, argument
880 pr_info("mm: Hashing failure ! EA=0x%lx access=0x%lx current=%s\n",
881 ea, access, current->comm);
890 * -2 - access not permitted by subpage protection mechanism
892 int hash_page(unsigned long ea, unsigned long access, unsigned long trap) argument
903 DBG_LOW("hash_page(ea=%016lx, access=%lx, trap=%lx\n",
904 ea, access, trap);
970 /* Add _PAGE_PRESENT to the required access perm */
971 access |
1068 hash_preload(struct mm_struct *mm, unsigned long ea, unsigned long access, unsigned long trap) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v10/lib/
H A Dcsumcpfruser.S45 ;; Signal in *errptr that we had a failing access.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/lib/
H A Dcsumcpfruser.S45 ;; Signal in *errptr that we had a failing access.
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/plugins/
H A Dpassprompt.c35 if (promptprog[0] == 0 || access(promptprog, X_OK) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/
H A DUSBModem.jar ... .modem.phonepad.common.log.LogConfig access$000 () static void <a class="d" name= ...
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/iio/
H A Dring_sw.c344 if (r->access.mark_param_change)
345 r->access.mark_param_change(r);
361 if (r->access.mark_param_change)
362 r->access.mark_param_change(r);
454 indio_dev->ring->access.set_bpd(indio_dev->ring, size);
467 ->ring->access.get_bpd(st->indio_dev->ring);
484 st->indio_dev->ring->access.store_to(st->indio_dev->ring,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dalbumart.c50 return (!access(*cache_file, F_OK));
288 ret = access(file, R_OK);
296 ret = access(file, R_OK);
305 ret = access(file, R_OK);
323 if( access(file, R_OK) == 0 )
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dmmu-hash64.h241 extern int __hash_page_4K(unsigned long ea, unsigned long access,
244 extern int __hash_page_64K(unsigned long ea, unsigned long access,
249 extern int hash_page(unsigned long ea, unsigned long access, unsigned long trap);
250 int __hash_page_huge(unsigned long ea, unsigned long access, unsigned long vsid,
253 extern void hash_failure_debug(unsigned long ea, unsigned long access,

Completed in 229 milliseconds

1234567891011>>