Searched refs:protect (Results 1 - 21 of 21) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/os-Linux/skas/
H A Dmem.c264 int protect(struct mm_id * mm_idp, unsigned long addr, unsigned long len, function
267 struct proc_mm_op protect; local
273 protect = ((struct proc_mm_op) { .op = MM_MPROTECT,
281 CATCH_EINTR(ret = write(fd, &protect, sizeof(protect)));
282 if(ret != sizeof(protect)){
284 printk("protect failed, err = %d", -ret);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/kernel/skas/
H A Dtlb.c39 ret = protect(&mmu->skas.id, op->u.mprotect.addr,
151 err = protect(mm_id, address, PAGE_SIZE, prot, 1, &flush);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/devices/
H A Dat91_dataflash26.c133 static void at91_dataflash26_sector_protect(loff_t addr, int protect) argument
138 addr, protect);
140 if (protect)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Damigaffs.h86 __be32 protect; member in struct:affs_tail
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A Dfooter.tex11 to protect essential tenets of Internet multimedia from corporate
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/ubi/
H A Dwl.c450 int err, protect, medium_ec; local
490 protect = LT_PROTECTION;
512 protect = U_PROTECTION;
522 protect = ST_PROTECTION;
525 protect = 0;
535 prot_tree_add(ubi, e, pe, protect);
537 dbg_wl("PEB %d EC %d, protection %d", e->pnum, e->ec, protect);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Dlatticepare.c148 " to protect from dispersal\n"
159 long i,j,target=-1,protect=-1; local
274 protect=atol(*argv++);
358 for(i=0;i<protect;i++){
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/affs/
H A Dinode.c48 prot = be32_to_cpu(tail->protect);
183 tail->protect = cpu_to_be32(AFFS_I(inode)->i_protect);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/include/
H A Dos.h306 extern int protect(struct mm_id * mm_idp, unsigned long addr,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/djgpp/
H A Dconfig.bat4 Rem The SmallEnv tests protect against fixed and too small size
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/dnsmasq-2.15/contrib/dnslist/
H A Ddnslist.pl296 To protect your rights, we need to make restrictions that forbid
307 We protect your rights with two steps: (1) copyright the software, and
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dmsnd_pinnacle.c845 register int protect = start, nbanks = 0; local
855 if (protect) {
856 /* Critical section: protect fifo in non-interrupt */
907 /* Critical section: protect fifo in non-interrupt */
970 /* Critical section: protect fifo in non-interrupt */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/libcharset/djgpp/
H A Dconfig.bat3 Rem The SmallEnv tests protect against fixed and too small size
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dsiutils.h249 extern void si_socdevram(si_t *sih, bool set, uint8 *ennable, uint8 *protect, uint8 *remap);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/djgpp/
H A Dconfig.bat8 Rem The SmallEnv tests protect against fixed and too small size
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/Test/
H A DMore.pm131 how many tests your script is going to run to protect against premature
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dsiutils.c4069 si_socdevram(si_t *sih, bool set, uint8 *enable, uint8 *protect, uint8 *remap) argument
4085 *enable = *protect = *remap = 0;
4114 if (*protect)
4126 *protect = 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dtg3.c6447 /* GPIO1 must be driven high for eeprom write protect */
9142 u32 nvcfg1, protect = 0; local
9149 protect = 1;
9162 tp->nvram_size = (protect ? 0x3e200 : 0x80000);
9164 tp->nvram_size = (protect ? 0x1f200 : 0x40000);
9166 tp->nvram_size = (protect ? 0x1f200 : 0x20000);
9176 tp->nvram_size = (protect ? 0x10000 : 0x20000);
9178 tp->nvram_size = (protect ? 0x10000 : 0x40000);
9180 tp->nvram_size = (protect ? 0x20000 : 0x80000);
10458 * write protect an
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-cref.tex3075 \section{Example: {\protect\tt ifcfg} --- interface address management}
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dtexinfo.tex6727 % The same technique is used to protect \eatspaces till just before
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex6966 % The same technique is used to protect \eatspaces till just before

Completed in 230 milliseconds