Searched refs:fake (Results 1 - 25 of 28) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/libertas/
H A Dcfg.c1641 u8 *fake = fake_ie; local
1646 * For cfg80211_inform_bss, we'll need a fake IE, as we can't get
1647 * the real IE from the firmware. So we fabricate a fake IE based on
1651 *fake++ = WLAN_EID_SSID;
1652 *fake++ = params->ssid_len;
1653 memcpy(fake, params->ssid, params->ssid_len);
1654 fake += params->ssid_len;
1656 *fake++ = WLAN_EID_SUPP_RATES;
1657 *fake++ = 4;
1658 *fake
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/util/pl/
H A Dunix.pl306 # breakage, so replace with a fake target.
309 ++$fake;
311 $t = "_fake$fake";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/server/
H A Dgetpart.c31 /* just to please curl_base64.h we create a fake struct */
33 int fake; member in struct:SessionHandle
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/util/pl/
H A Dunix.pl306 # breakage, so replace with a fake target.
309 ++$fake;
311 $t = "_fake$fake";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/acorn/
H A Dmakefile112 create o.!fake! 0
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/acorn/
H A Dmakefile125 create o.!fake! 0
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dhead_64.S252 pushq $0 # fake return address to stop unwinder
H A Dhead_32.S456 pushl $0 # fake return address for unwinder
532 pushl $0 /* fake errcode */
537 pushl $0 /* fake errcode */
H A Dentry_32.S1066 pushl $0 # fake return address for unwinder
H A Dentry_64.S1147 pushq $0 # fake return address
1174 * rdi: name, rsi: argv, rdx: envp, rcx: fake frame on the stack
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/
H A Dmakevms.com691 $! real header files. The distribution kit may have left real or fake
693 $! the destination files (fake or real symlinks) before copying the real
702 $! the existing header files (or fake or real symlinks).
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/
H A Dmakevms.com691 $! real header files. The distribution kit may have left real or fake
693 $! the destination files (fake or real symlinks) before copying the real
702 $! the existing header files (or fake or real symlinks).
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext3/
H A Dnamei.c129 struct fake_dirent fake; member in struct:dx_node
1540 node2->fake.rec_len = ext3_rec_len_to_disk(sb->s_blocksize);
1541 node2->fake.inode = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dnamei.c128 struct fake_dirent fake; member in struct:dx_node
1541 memset(&node2->fake, 0, sizeof(struct fake_dirent));
1542 node2->fake.rec_len = ext4_rec_len_to_disk(sb->s_blocksize,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/udf/
H A Dinode.c360 int count = 0, fake = !(last_ext->extLength & UDF_EXTENT_LENGTH_MASK); local
366 /* The previous extent is fake and we should not extend by anything
368 if (!blocks && fake)
408 if (fake) {
568 /* Create a fake extent when there's not one */
573 a fake one? */
594 * the fake one... */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/regex/
H A Dregex.inc20 * + provide fake xy equivalence class and ch collating element
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v10/kernel/
H A Dentry.S127 move $brp,[$sp=$sp-16]; instruction pointer and room for a fake SBFS frame
427 move $brp,[$sp=$sp-16]; instruction pointer and room for a fake SBFS frame
530 move $irp,[$sp=$sp-16]; instruction pointer and room for a fake SBFS frame
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dparser.c4471 BAD_CAST "fake", NULL, NULL);
4540 BAD_CAST "fake", NULL, NULL);
11728 xmlNodePtr fake, cur; local
11781 fake = xmlNewComment(NULL);
11782 if (fake == NULL) {
11786 xmlAddChild(node, fake);
11873 cur = fake->next;
11874 fake->next = NULL;
11875 node->last = fake;
11888 xmlUnlinkNode(fake);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dparser.c5081 BAD_CAST "fake", NULL, NULL);
5155 BAD_CAST "fake", NULL, NULL);
12673 xmlNodePtr fake, cur; local
12726 fake = xmlNewComment(NULL);
12727 if (fake == NULL) {
12731 xmlAddChild(node, fake);
12818 cur = fake->next;
12819 fake->next = NULL;
12820 node->last = fake;
12833 xmlUnlinkNode(fake);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dparser.c5081 BAD_CAST "fake", NULL, NULL);
5155 BAD_CAST "fake", NULL, NULL);
12673 xmlNodePtr fake, cur; local
12726 fake = xmlNewComment(NULL);
12727 if (fake == NULL) {
12731 xmlAddChild(node, fake);
12818 cur = fake->next;
12819 fake->next = NULL;
12820 node->last = fake;
12833 xmlUnlinkNode(fake);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dparser.c4471 BAD_CAST "fake", NULL, NULL);
4540 BAD_CAST "fake", NULL, NULL);
11728 xmlNodePtr fake, cur; local
11781 fake = xmlNewComment(NULL);
11782 if (fake == NULL) {
11786 xmlAddChild(node, fake);
11873 cur = fake->next;
11874 fake->next = NULL;
11875 node->last = fake;
11888 xmlUnlinkNode(fake);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A Dmake_vms.com121 $! Build a fake configure input header
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/
H A Druntests.pl389 my ($cmd, $pidfile, $timeout, $fake)=@_;
414 if ($fake) {
421 logmsg "startnew: failed to write fake $pidfile with pid=$child\n";
1457 my ($httptlspid, $pid2) = startnew($cmd, $pidfile, 10, 1); # fake pidfile
1468 # Server is up. Verify that we can speak to it. PID is from fake pidfile
2036 my ($sshpid, $pid2) = startnew($cmd, $pidfile, 30, 1); # fake pidfile
2050 # Ugly hack but ssh doesn't support pid files. PID is from fake pidfile.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
H A Dmake_vms.com121 $! Build a fake configure input header
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/lib/
H A Dchecksum_32.S62 or %g0, %g0, %o4 ! clear fake hword value

Completed in 385 milliseconds

12