Searched refs:pass (Results 276 - 300 of 342) sorted by relevance

<<11121314

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-python/avahi-discover/
H A Davahi-discover.in42 pass
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/po/
H A DMakefile81 --keyword=_ --flag=_:1:pass-c-format \
82 --keyword=N_ --flag=N_:1:pass-c-format \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A De2fsck.c661 * sequential order; but once in a while (like when pass 3
787 * sequential order; but once in a while (like when pass 3
2816 * pass1.c -- pass #1 of e2fsck: sequential scan of the inode table
2842 * Note that pass 1B will be invoked if there are any duplicate blocks
3369 * regnerated in pass #3.
3825 * of pass 1, either by subtracting out references for EA blocks that
4151 * restart the pass 1 scan.
4345 * during pass #0 (the superblock checks). All we
4390 * This routine gets called at the end of pass 1 if bad blocks are
4556 * only invoked if pass
9893 do_one_pass(journal_t *journal, struct recovery_info *info, enum passtype pass) argument
12751 calc_percent(const struct percent_tbl *tbl, int pass, int curr, int max) argument
12845 e2fsck_update_progress(e2fsck_t ctx, int pass, unsigned long cur, unsigned long max) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dsys-linux.c1294 * set_filters - set the active and pass filters in the kernel driver.
1296 int set_filters(struct bpf_program *pass, struct bpf_program *active) argument
1300 fp.len = pass->bf_len;
1301 fp.filter = (struct sock_filter *) pass->bf_insns;
1306 error("Couldn't set pass-filter in kernel: %m");
2238 * sifup - Config the interface up and enable IP packets to pass.
2753 * are removed and the device is no longer able to pass IPX
H A Dpppd.h345 extern struct bpf_program pass_filter; /* Filter for pkts to pass */
570 void demand_unblock __P((void)); /* set all NPs to pass packets */
670 int set_filters __P((struct bpf_program *pass, struct bpf_program *active));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dpci_32.c466 pcibios_allocate_resources(int pass) argument
485 if (pass == disabled)
488 if (pass)
1107 * with VGA pass through enabled
1745 /* We pass a fully fixed up address to userland for MMIO instead of
1747 * to pass to /dev/mem !
1756 * 2 lines below and pass down a BAR value to userland. In that case
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dscsi_transport_sas.c198 int pass = (int)(unsigned long)data; local
200 if (pass == 0 && scsi_is_sas_port(dev))
202 else if (pass == 1 && scsi_is_sas_phy(dev))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Drpc_netlogon.h754 SAM_PWD pass; member in struct:sam_account_info_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dsnow.c3030 int pass, mb_x, mb_y; local
3047 for(pass=0; pass<25; pass++){
3068 if(pass && (block->type & BLOCK_OPT))
3133 if(pass > 0 && (block->type&BLOCK_INTRA)){
3179 //FIXME or try the standard 2 pass qpel or similar
3207 av_log(NULL, AV_LOG_ERROR, "pass:%d changed:%d\n", pass, change);
3249 av_log(NULL, AV_LOG_ERROR, "pass
3904 int level, orientation, ys, xs, x, y, pass; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/stack/
H A Dsafestack.h139 #define SKM_PKCS12_decrypt_d2i(type, algor, d2i_func, free_func, pass, passlen, oct, seq) \
144 (algor,d2i_func,free_func,pass,passlen,oct,seq)
205 #define SKM_PKCS12_decrypt_d2i(type, algor, d2i_func, free_func, pass, passlen, oct, seq) \
206 ((STACK *)PKCS12_decrypt_d2i(algor,(char *(*)())d2i_func, (void(*)(void *))free_func,pass,passlen,oct,seq))
1564 #define PKCS12_decrypt_d2i_PKCS12_SAFEBAG(algor, d2i_func, free_func, pass, passlen, oct, seq) \
1565 SKM_PKCS12_decrypt_d2i(PKCS12_SAFEBAG, (algor), (d2i_func), (free_func), (pass), (passlen), (oct), (seq))
1567 #define PKCS12_decrypt_d2i_PKCS7(algor, d2i_func, free_func, pass, passlen, oct, seq) \
1568 SKM_PKCS12_decrypt_d2i(PKCS7, (algor), (d2i_func), (free_func), (pass), (passlen), (oct), (seq))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/include/openssl/
H A Dsafestack.h139 #define SKM_PKCS12_decrypt_d2i(type, algor, d2i_func, free_func, pass, passlen, oct, seq) \
144 (algor,d2i_func,free_func,pass,passlen,oct,seq)
205 #define SKM_PKCS12_decrypt_d2i(type, algor, d2i_func, free_func, pass, passlen, oct, seq) \
206 ((STACK *)PKCS12_decrypt_d2i(algor,(char *(*)())d2i_func, (void(*)(void *))free_func,pass,passlen,oct,seq))
1564 #define PKCS12_decrypt_d2i_PKCS12_SAFEBAG(algor, d2i_func, free_func, pass, passlen, oct, seq) \
1565 SKM_PKCS12_decrypt_d2i(PKCS12_SAFEBAG, (algor), (d2i_func), (free_func), (pass), (passlen), (oct), (seq))
1567 #define PKCS12_decrypt_d2i_PKCS7(algor, d2i_func, free_func, pass, passlen, oct, seq) \
1568 SKM_PKCS12_decrypt_d2i(PKCS7, (algor), (d2i_func), (free_func), (pass), (passlen), (oct), (seq))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/stack/
H A Dsafestack.h142 #define SKM_PKCS12_decrypt_d2i(type, algor, d2i_func, free_func, pass, passlen, oct, seq) \
148 (algor,d2i_func,free_func,pass,passlen,oct,seq)
209 #define SKM_PKCS12_decrypt_d2i(type, algor, d2i_func, free_func, pass, passlen, oct, seq) \
210 ((STACK *)PKCS12_decrypt_d2i(algor,(char *(*)())d2i_func, (void(*)(void *))free_func,pass,passlen,oct,seq))
1843 #define PKCS12_decrypt_d2i_PKCS12_SAFEBAG(algor, d2i_func, free_func, pass, passlen, oct, seq) \
1844 SKM_PKCS12_decrypt_d2i(PKCS12_SAFEBAG, (algor), (d2i_func), (free_func), (pass), (passlen), (oct), (seq))
1846 #define PKCS12_decrypt_d2i_PKCS7(algor, d2i_func, free_func, pass, passlen, oct, seq) \
1847 SKM_PKCS12_decrypt_d2i(PKCS7, (algor), (d2i_func), (free_func), (pass), (passlen), (oct), (seq))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dsafestack.h142 #define SKM_PKCS12_decrypt_d2i(type, algor, d2i_func, free_func, pass, passlen, oct, seq) \
148 (algor,d2i_func,free_func,pass,passlen,oct,seq)
209 #define SKM_PKCS12_decrypt_d2i(type, algor, d2i_func, free_func, pass, passlen, oct, seq) \
210 ((STACK *)PKCS12_decrypt_d2i(algor,(char *(*)())d2i_func, (void(*)(void *))free_func,pass,passlen,oct,seq))
1843 #define PKCS12_decrypt_d2i_PKCS12_SAFEBAG(algor, d2i_func, free_func, pass, passlen, oct, seq) \
1844 SKM_PKCS12_decrypt_d2i(PKCS12_SAFEBAG, (algor), (d2i_func), (free_func), (pass), (passlen), (oct), (seq))
1846 #define PKCS12_decrypt_d2i_PKCS7(algor, d2i_func, free_func, pass, passlen, oct, seq) \
1847 SKM_PKCS12_decrypt_d2i(PKCS7, (algor), (d2i_func), (free_func), (pass), (passlen), (oct), (seq))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dbindec.S88 | A6. This test occurs only on the first pass. If the
609 | A6. This test occurs only on the first pass. If the
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/
H A Dquirks.c1478 void pci_fixup_device(enum pci_fixup_pass pass, struct pci_dev *dev) argument
1482 switch(pass) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/po/
H A DMakefile195 --keyword=_ --flag=_:1:pass-c-format \
196 --keyword=N_ --flag=N_:1:pass-c-format \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/squashfs/
H A Dmksquashfs.c278 /* struct describing queues used to pass data between threads */
2299 int i, n, pass; local
2317 pass = 1;
2323 sprintf(dir_name, "%s_%d", basename, pass++);
2336 int i, pass; local
2347 pass = 1;
2353 sprintf(dir_name, "%s_%d", d_name->d_name, pass++);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dffmpeg.c679 //FIXME pass ost->sync_opts as AVFrame.pts in avcodec_encode_audio()
711 //FIXME pass ost->sync_opts as AVFrame.pts in avcodec_encode_audio()
999 /* if two pass, output log */
1861 /* two pass mode */
1875 fprintf(stderr, "Cannot write log file '%s' for pass-1 encoding: %s\n", logfilename, strerror(errno));
1883 fprintf(stderr, "Cannot read log file '%s' for pass-2 encoding: %s\n", logfilename, strerror(errno));
3109 /* two pass mode */
3423 int pass; local
3424 pass = atoi(pass_str);
3425 if (pass !
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/client/
H A Dclient.c2633 char *pass = getpass("Password: "); local
2634 if (pass)
2635 pstrcpy(l_password, pass);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgpg-error-1.10/tests/
H A DMakefile.in430 if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libexif-0.6.19/test/nls/
H A DMakefile.in437 if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D07-floor1.tex355 Then compute the final curve in one pass:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/misc/
H A Dadssearch.pl709 pass => \&get_password
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/kernel/
H A Dentry.S627 ; Ok, not that easy, pass it on to the mm subsystem
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dscall32-o32.S61 move a0, sp # pass pointer to saved regs

Completed in 402 milliseconds

<<11121314