Home
last modified time | relevance | path

Searched refs:INFO (Results 1 – 25 of 42) sorted by relevance

12

/external/grub/stage2/
Dfsys_reiserfs.c345 #define CACHE(i) (ROOT + ((i) << INFO->fullblocksize_shift))
355 #define INFO \ macro
365 #define JOURNAL_START ((__u32 *) (INFO + 1))
387 return devread ((INFO->journal_block + block) << INFO->blocksize_shift, in journal_read()
398 int transactions = INFO->journal_transactions; in block_read()
399 int desc_block = INFO->journal_first_desc; in block_read()
400 int journal_mask = INFO->journal_block_count - 1; in block_read()
450 translatedNr = INFO->journal_block + ((desc_block + i) & journal_mask); in block_read()
453 blockNr, translatedNr - INFO->journal_block); in block_read()
461 return devread (translatedNr << INFO->blocksize_shift, start, len, buffer); in block_read()
[all …]
/external/qemu/
Ddis-asm.h434 #define INIT_DISASSEMBLE_INFO(INFO, STREAM, FPRINTF_FUNC) \ argument
435 (INFO).flavour = bfd_target_unknown_flavour, \
436 (INFO).arch = bfd_arch_unknown, \
437 (INFO).mach = 0, \
438 (INFO).endian = BFD_ENDIAN_UNKNOWN, \
439 INIT_DISASSEMBLE_INFO_NO_ARCH(INFO, STREAM, FPRINTF_FUNC)
446 #define INIT_DISASSEMBLE_INFO_NO_ARCH(INFO, STREAM, FPRINTF_FUNC) \ argument
447 (INFO).fprintf_func = (FPRINTF_FUNC), \
448 (INFO).stream = (STREAM), \
449 (INFO).symbols = NULL, \
[all …]
/external/elfcopy/
Delfcopy.c157 INFO("Note: we aren't dropping or rearranging any sections.\n"); in adjust_elf()
170 INFO("Creating new section-strings section...\n"); in adjust_elf()
176 INFO("\tNew index will be %d (was %d).\n", highest_scn_num, shstrndx); in adjust_elf()
209 INFO("\tNew size will be %d.\n", (*shstrtab_data)->d_size); in adjust_elf()
231 INFO("Updating section information...\n"); in adjust_elf()
246INFO("\t%03d: Updating section %s (index %d, address %lld offset %lld, size %lld, alignment %d)...… in adjust_elf()
262 INFO("\t\tname offset %d (was %d).\n", in adjust_elf()
271 INFO("\t\tsh_link %d (was %d).\n", in adjust_elf()
281 INFO("\t\tsh_info %d (was %d).\n", in adjust_elf()
340 INFO("\t\tupdating a symbol table.\n"); in adjust_elf()
[all …]
Dfixdwarf.c118 INFO("Index of \".debug_" _str(name) " is %d", cnt); \ in update_dwarf_if_necessary()
121 else INFO(", but the section is being removed."); \ in update_dwarf_if_necessary()
122 INFO("\n"); \ in update_dwarf_if_necessary()
156 INFO("\nAdjusting for %s.\n", shdr_info[dwarf_to_shdr[sname]].name); \ in update_dwarf_if_necessary()
160 INFO("\nNot adjusting for %s.\n", shdr_info[dwarf_to_shdr[sname]].name); \ in update_dwarf_if_necessary()
190 INFO("Could not load section %s: it is not in the file.\n", in load_debug_section()
196 INFO("Loading DWARF section type %s index %d (type %d)\n", in load_debug_section()
203INFO("\tAlready loaded DWARF section type %s (type %d)\n", s_shdr_info[shdr_idx].name, debug); in load_debug_section()
226 INFO("Unloading DWARF section type %d\n", debug); in free_debug_section()
251 INFO("Dumping DWARF section [%s] (type %d).\n", in dump_dwarf_section()
[all …]
Dhash.c33 INFO("Adding [%s] to hash at bucket [%ld] (first add)\n", in add_to_hash()
38 INFO("Collision on adding [%s] to hash at bucket [%ld]\n", in add_to_hash()
42 INFO("\ttrying at chain index [%d]...\n", last_chain_index); in add_to_hash()
45 INFO("\tsuccess at chain index [%d]...\n", last_chain_index); in add_to_hash()
Dcommon.c27 INFO("Scanning over %d program segments...\n", in map_over_segments()
Ddebug.h79 #define INFO(x...) do { \ macro
/external/mtpd/
Dmtpd.c76 log_print(INFO, "Using protocol %s", protocols[i]->name); in initialize()
98 log_print(INFO, "Sending signal to pppd (pid = %d)", pppd_pid); in stop_pppd()
220 log_print(INFO, "Received signal %d", signal); in main()
224 log_print(INFO, "Pppd is terminated (status = %d)", status); in main()
239 log_print(INFO, "Mtpd is terminated (status = %d)", status); in main()
278 log_print(INFO, "Connecting to %s port %s", server, port); in create_socket()
306 log_print(INFO, "Connection established (socket = %d)", the_socket); in create_socket()
317 log_print(INFO, "Starting pppd (pppox = %d)", pppox); in start_pppd()
342 log_print(INFO, "Pppd started (pid = %d)", pppd_pid); in start_pppd()
Dpptp.c181 log_print(INFO, "Remote server hung up"); in recv_packet()
237 log_print(INFO, "Creating PPPoX socket"); in create_pppox()
291 log_print(INFO, "Tunnel established"); in pptp_process()
306 log_print(INFO, "Remote server hung up"); in pptp_process()
316 log_print(INFO, "Session established"); in pptp_process()
323 log_print(INFO, "Remote server hung up"); in pptp_process()
330 log_print(INFO, "Remote server hung up"); in pptp_process()
340 log_print(INFO, "Remote server hung up"); in pptp_process()
348 log_print(INFO, "Remote server hung up"); in pptp_process()
Dl2tp.c353 log_print(INFO, "Creating PPPoX socket"); in create_pppox()
465 log_print(INFO, "Remote server hung up"); in l2tp_process()
473 log_print(INFO, "Remote server hung up"); in l2tp_process()
489 log_print(INFO, "Tunnel established"); in l2tp_process()
506 log_print(INFO, "Session established"); in l2tp_process()
Dmtpd.h36 INFO = 1, enumerator
/external/webkit/WebKitTools/Scripts/
Dupdate-iexploder-cssproperties96 open INFO, "svn info '$file' |" or die;
97 while (<INFO>) {
102 close INFO;
Dsvn-create-patch150 open INFO, "svn info '$infoPath' |" or die;
151 while (<INFO>) {
157 close INFO;
192 open INFO, "svn info '$file' |" or die;
193 while (<INFO>) {
200 close INFO;
Dcommit-log-editor173 open(INFO, "-|", qw(svn info)) or die;
175 while (my $line = <INFO>) {
182 close(INFO);
Dprepare-ChangeLog1185 open INFO, "$SVN info . |" or die;
1186 while (<INFO>) {
1192 close INFO;
1194 open INFO, "$SVN info '$file' |" or die;
1195 while (<INFO>) {
1201 close INFO;
Dresolve-ChangeLogs140 open INFO, "-|", $SVN, "info", $file || die;
141 while (my $line = <INFO>) {
144 close INFO;
/external/apache-http/src/org/apache/commons/logging/impl/
DJdk14Logger.java193 log(Level.INFO, String.valueOf(message), null); in info()
205 log(Level.INFO, String.valueOf(message), exception); in info()
237 return (getLogger().isLoggable(Level.INFO)); in isInfoEnabled()
/external/openssl/apps/
Dpkcs12.c78 #define INFO 0x4 macro
148 else if (!strcmp (*args, "-info")) options |= INFO; in MAIN()
642 …if (options & INFO) BIO_printf (bio_err, "MAC Iteration %ld\n", p12->mac->iter ? ASN1_INTEGER_get … in MAIN()
704 if (options & INFO) BIO_printf (bio_err, "PKCS7 Data\n"); in dump_certs_keys_p12()
706 if (options & INFO) { in dump_certs_keys_p12()
755 if (options & INFO) BIO_printf (bio_err, "Key bag\n"); in dump_certs_pkeys_bag()
766 if (options & INFO) { in dump_certs_pkeys_bag()
785 if (options & INFO) BIO_printf (bio_err, "Certificate bag\n"); in dump_certs_pkeys_bag()
800 if (options & INFO) BIO_printf (bio_err, "Safe Contents bag\n"); in dump_certs_pkeys_bag()
/external/e2fsprogs/doc/
DMakefile.in16 INFO=makeinfo
37 -@$(INFO) $(srcdir)/libext2fs.texinfo
/external/emma/core/java12/com/vladium/logging/
DLogger.java140 return (INFO <= m_level); in atINFO()
195 _log (INFO, null, msg, false); in info()
380 return ILogLevels.INFO; in stringToLevel()
405 return ILogLevels.INFO; // default to something middle of the ground in stringToLevel()
DILogLevels.java32 int INFO = 2; // default field
/external/ipsec-tools/src/racoon/
Dracoonctl.c138 enum { UNSPEC, ERROR, INFO } level; enumerator
140 { EVTT_PHASE1_UP, "Phase 1 established", INFO },
141 { EVTT_PHASE1_DOWN, "Phase 1 deleted", INFO },
142 { EVTT_XAUTH_SUCCESS, "Xauth exchange passed", INFO },
143 { EVTT_ISAKMP_CFG_DONE, "ISAKMP mode config done", INFO },
144 { EVTT_PHASE2_UP, "Phase 2 established", INFO },
145 { EVTT_PHASE2_DOWN, "Phase 2 deleted", INFO },
157 { EVTT_NO_ISAKMP_CFG, "No need for ISAKMP mode config ", INFO },
/external/opencore/tools_v2/build/make/
Dsdkinfo_nr.mk31 sdkinfo_official_string := // *** OFFICIAL RELEASE INFO -- Will not auto update
/external/libffi/doc/
Dlibffi.info16 INFO-DIR-SECTION
17 START-INFO-DIR-ENTRY
19 END-INFO-DIR-ENTRY
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dcompat.h260 #define VLOG(level) if ((level) <= FLAGS_v) LOG(INFO)

12