Searched refs:INFO (Results 1 - 25 of 88) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/extra/7z2lzma/
H A D7z2lzma.bash52 INFO=$("$SEVENZIP" l -slt "$1")
53 if [ $? != 0 ] || printf '%s\n' "$INFO" | grep -q ^Error; then
54 printf '%s\n' "$INFO"
59 if printf '%s\n' "$INFO" | grep -q '^Block = 1'; then
66 CSIZE=$(printf '%s\n' "$INFO" | sed -rn 's|^Packed Size = ([0-9]+$)|\1|p')
67 USIZE=$(printf '%s\n' "$INFO" | sed -rn 's|^Size = ([0-9]+$)|\1|p')
68 DICT=$(printf '%s\n' "$INFO" | sed -rn 's|^Method = LZMA:([0-9]+[bkm]?)$|\1|p')
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/extra/7z2lzma/
H A D7z2lzma.bash52 INFO=$("$SEVENZIP" l -slt "$1")
53 if [ $? != 0 ] || printf '%s\n' "$INFO" | grep -q ^Error; then
54 printf '%s\n' "$INFO"
59 if printf '%s\n' "$INFO" | grep -q '^Block = 1'; then
66 CSIZE=$(printf '%s\n' "$INFO" | sed -rn 's|^Packed Size = ([0-9]+$)|\1|p')
67 USIZE=$(printf '%s\n' "$INFO" | sed -rn 's|^Size = ([0-9]+$)|\1|p')
68 DICT=$(printf '%s\n' "$INFO" | sed -rn 's|^Method = LZMA:([0-9]+[bkm]?)$|\1|p')
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/ec/
H A Dfile_generator.pl60 open(INFO, $folder . $input_file) or die "Cannot open input file " . $input_file . " for reading: $!"; # Open the file
64 $line = <INFO>;
76 my $nameline = <INFO>;
85 my $contentline = <INFO>;
96 $line = <INFO>;
121 read_content(*INFO, *CPPFILE, *JAVAFILE);
137 close(INFO);
144 local (*INFO) = $_[0];
154 while (!(eof(INFO)) && $line !~ /^\[Section Content\]$/) {
155 $line = <INFO>;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/stmmac/
H A Ddwmac_lib.c155 DBG(INFO, "%s: [CSR5: 0x%08x]\n", __func__, intr_status);
163 DBG(INFO, "CSR5[15] DMA ABNORMAL IRQ: ");
165 DBG(INFO, "transmit underflow\n");
170 DBG(INFO, "transmit jabber\n");
174 DBG(INFO, "recv overflow\n");
178 DBG(INFO, "receive buffer unavailable\n");
182 DBG(INFO, "receive process stopped\n");
186 DBG(INFO, "receive watchdog\n");
190 DBG(INFO, "transmit early interrupt\n");
194 DBG(INFO, "transmi
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/devices/
H A Dm25p80.c599 #define INFO(_jedec_id, _ext_id, _sector_size, _n_sectors, _flags) \ macro
625 { "at25fs010", INFO(0x1f6601, 0, 32 * 1024, 4, SECT_4K) },
626 { "at25fs040", INFO(0x1f6604, 0, 64 * 1024, 8, SECT_4K) },
628 { "at25df041a", INFO(0x1f4401, 0, 64 * 1024, 8, SECT_4K) },
629 { "at25df641", INFO(0x1f4800, 0, 64 * 1024, 128, SECT_4K) },
631 { "at26f004", INFO(0x1f0400, 0, 64 * 1024, 8, SECT_4K) },
632 { "at26df081a", INFO(0x1f4501, 0, 64 * 1024, 16, SECT_4K) },
633 { "at26df161a", INFO(0x1f4601, 0, 64 * 1024, 32, SECT_4K) },
634 { "at26df321", INFO(0x1f4701, 0, 64 * 1024, 64, SECT_4K) },
637 { "en25p32", INFO(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dseckey.h130 template <class BASE, class INFO = BASE>
134 size_t MinKeyLength() const {return INFO::MIN_KEYLENGTH;}
135 size_t MaxKeyLength() const {return (size_t)INFO::MAX_KEYLENGTH;}
136 size_t DefaultKeyLength() const {return INFO::DEFAULT_KEYLENGTH;}
137 size_t GetValidKeyLength(size_t n) const {return INFO::StaticGetValidKeyLength(n);}
138 SimpleKeyingInterface::IV_Requirement IVRequirement() const {return (SimpleKeyingInterface::IV_Requirement)INFO::IV_REQUIREMENT;}
139 unsigned int IVSize() const {return INFO::IV_LENGTH;}
142 template <class INFO, class BASE = BlockCipher>
143 class CRYPTOPP_NO_VTABLE BlockCipherImpl : public AlgorithmImpl<SimpleKeyingInterfaceImpl<TwoBases<BASE, INFO> > >
166 template <class BASE, class INFO
[all...]
H A Dsafer.h43 template <class BASE, class INFO, bool STR>
44 class CRYPTOPP_NO_VTABLE SAFER_Impl : public BlockCipherImpl<INFO, BASE>
H A Dstrciphr.h277 template <class BASE, class INFO = BASE>
278 class SymmetricCipherFinal : public AlgorithmImpl<SimpleKeyingInterfaceImpl<BASE, INFO>, INFO>
289 Clonable * Clone() const {return static_cast<SymmetricCipher *>(new SymmetricCipherFinal<BASE, INFO>(*this));}
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/jsm/
H A Djsm_tty.c46 jsm_printk(IOCTL, INFO, &ch->ch_bd->pci_dev, "start\n");
65 jsm_printk(IOCTL, INFO, &ch->ch_bd->pci_dev, "finish\n");
82 jsm_printk(IOCTL, INFO, &channel->ch_bd->pci_dev, "start\n");
89 jsm_printk(IOCTL, INFO, &channel->ch_bd->pci_dev, "finish\n");
103 jsm_printk(IOCTL, INFO, &channel->ch_bd->pci_dev, "start\n");
117 jsm_printk(IOCTL, INFO, &channel->ch_bd->pci_dev, "finish\n");
125 jsm_printk(IOCTL, INFO, &channel->ch_bd->pci_dev, "start\n");
130 jsm_printk(IOCTL, INFO, &channel->ch_bd->pci_dev, "finish\n");
137 jsm_printk(IOCTL, INFO, &channel->ch_bd->pci_dev, "start\n");
141 jsm_printk(IOCTL, INFO,
[all...]
H A Djsm_neo.c55 jsm_printk(PARAM, INFO, &ch->ch_bd->pci_dev, "Setting CTSFLOW\n");
86 jsm_printk(PARAM, INFO, &ch->ch_bd->pci_dev, "Setting RTSFLOW\n");
126 jsm_printk(PARAM, INFO, &ch->ch_bd->pci_dev, "Setting IXON FLOW\n");
163 jsm_printk(PARAM, INFO, &ch->ch_bd->pci_dev, "Setting IXOFF FLOW\n");
201 jsm_printk(PARAM, INFO, &ch->ch_bd->pci_dev, "Unsetting Input FLOW\n");
240 jsm_printk(PARAM, INFO, &ch->ch_bd->pci_dev, "Unsetting Output FLOW\n");
279 jsm_printk(PARAM, INFO, &ch->ch_bd->pci_dev, "start\n");
458 jsm_printk(READ, INFO, &ch->ch_bd->pci_dev,
470 jsm_printk(READ, INFO, &ch->ch_bd->pci_dev,
521 jsm_printk(WRITE, INFO,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/scripts/
H A Dmldonkey_importer.pl54 open(INFO, $input_folder . "/files.ini") or die "Cannot open input file" . $input_folder . "/files.ini for reading: $!"; # Open the file
58 $line = <INFO>;
77 close(INFO);
80 $line = <INFO>;
98 $line = <INFO>;
123 my $md4_line = <INFO>;
147 my $gaps_line = <INFO>;
173 $line = <INFO>;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/musb/
H A Dmusb_debug.h42 #define INFO(fmt, args...) yprintk(KERN_INFO, fmt, ## args) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/rt2x00/
H A Drt2x00firmware.c51 INFO(rt2x00dev, "Loading firmware file '%s'.\n", fw_name);
64 INFO(rt2x00dev, "Firmware detected - version: %d.%d.\n",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/kernel/cpu/
H A Dcache.c613 #define INFO(s) printk(KERN_INFO "cache: " s "\n"); macro
619 INFO("wb_msr");
623 INFO("WB won't work properly");
627 INFO("wt_msr_noirq");
630 INFO("wt_msr");
636 INFO("wb_nomsr");
640 INFO("WB won't work properly");
644 INFO("wt_nomsr_noirq");
647 INFO("wt_nomsr");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/asihpi/
H A Dhpidspcd.c74 HPI_DEBUG_LOG(INFO, "requesting firmware for %s\n", fw_name);
114 HPI_DEBUG_LOG(INFO, "dsp code %s opened\n", fw_name);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/hotplug2/
H A Dhotplug2.h41 #define INFO(action, fmt, arg...) fprintf(stdout, "[%s]: " fmt"\n", action, ##arg); macro
H A Dhotplug2.c250 INFO("cleanup", "Waiting for children.");
254 INFO("cleanup", "All children terminated.");
266 INFO("sighandler", "Obtained SIGINT, quitting.");
277 INFO("sighandler", "Changed persistency to: %s", persistent ? "yes" : "no");
279 INFO("sighandler", "No more events to be processed, quitting.");
307 INFO("sighandler", "No more events to be processed, quitting.");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Df_uvc.c182 INFO(f->config->cdev, "invalid request type\n");
203 INFO(f->config->cdev, "uvc_function_get_alt(%u)\n", interface);
220 INFO(f->config->cdev, "uvc_function_set_alt(%u, %u)\n", interface, alt);
288 INFO(f->config->cdev, "uvc_function_disable\n");
308 INFO(cdev, "UVC connect failed with %d\n", ret);
318 INFO(cdev, "UVC disconnect failed with %d\n", ret);
462 INFO(cdev, "uvc_function_unbind\n");
496 INFO(cdev, "uvc_function_bind\n");
501 INFO(cdev, "Unable to allocate control EP\n");
509 INFO(cde
[all...]
H A Dat91_udc.h178 #define INFO(stuff...) pr_info("udc: " stuff) macro
H A Daudio.c151 INFO(cdev, "%s, version: %s\n", DRIVER_DESC, DRIVER_VERSION);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/runit/
H A Dsvlogd.c90 #define INFO "info: " macro
201 bb_error_msg(INFO"processing: %s/%s", ld->name, ld->fnsave);
268 bb_error_msg(INFO"processed: %s/%s", ld->name, f);
304 bb_error_msg(INFO"delete: %s/%s", ld->name, oldest);
354 bb_error_msg(INFO"rename: %s/current %s %u", ld->name,
450 bb_error_msg(INFO"close: %s", ld->name);
519 bb_error_msg(INFO"read: %s/config", ld->name);
632 if (i == 0) bb_error_msg(INFO"append: %s/current", ld->name);
633 else bb_error_msg(INFO"new: %s/current", ld->name);
755 bb_error_msg(INFO"si
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dtorrent.cc57 { ID, "id", QVariant::Int, INFO, },
62 { NAME, "name", QVariant::String, INFO },
70 { TOTAL_SIZE, "totalSize", QVariant::ULongLong, INFO },
71 { PIECE_SIZE, "pieceSize", QVariant::ULongLong, INFO },
72 { PIECE_COUNT, "pieceCount", QVariant::Int, INFO },
80 { DATE_ADDED, "addedDate", QVariant::DateTime, INFO },
82 { DATE_CREATED, "dateCreated", QVariant::DateTime, INFO },
102 { HASH_STRING, "hashString", QVariant::String, INFO },
104 { IS_PRIVATE, "isPrivate", QVariant::Bool, INFO },
106 { COMMENT, "comment", QVariant::String, INFO },
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dsort.c51 #define INFO(s, args...) \ macro
274 INFO("file %s, uncompressed size %lld bytes %s"
282 INFO("file %s, uncompressed size %lld bytes "
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dpkcs12.c78 # define INFO 0x4 macro
171 options |= INFO;
717 if ((options & INFO) && p12->mac)
787 if (options & INFO)
790 if (options & INFO) {
838 if (options & INFO)
852 if (options & INFO) {
872 if (options & INFO)
892 if (options & INFO)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dpkcs12.c78 # define INFO 0x4 macro
171 options |= INFO;
717 if ((options & INFO) && p12->mac)
787 if (options & INFO)
790 if (options & INFO) {
838 if (options & INFO)
852 if (options & INFO) {
872 if (options & INFO)
892 if (options & INFO)

Completed in 339 milliseconds

1234