Searched refs:log (Results 101 - 125 of 2397) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openvpn/tests/
H A Dt_cltsrv.sh25 trap "rm -f log.$$ log.$$.signal ; trap 0 ; exit 77" 1 2 15
26 trap "rm -f log.$$ log.$$.signal ; exit 1" 0 3
60 ) 3>log.$$.signal >log.$$ 2>&1
64 grep 'TCP/UDP: Socket bind failed on local address.*in use' log.$$ >/dev/null && {
69 grep -v ':inactive$' log.$$.signal >/dev/null && { cat log.$$.signal ; echo ; cat log
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/demos/ssl/
H A Dinetdsrv.cpp23 { fprintf(log, "%s %d\n", (s), errno); exit(1); }
24 #define CHK_SSL(err) if ((err)==-1) { ERR_print_errors_fp(log); exit(2); }
34 FILE* log; local
36 log = fopen ("/dev/console", "a"); CHK_NULL(log);
37 fprintf (log, "inetdserv %ld\n", (long)getpid());
57 fprintf (log, "SSL connection using %s\n", SSL_get_cipher (ssl));
63 fprintf (log, "Client certificate:\n");
67 fprintf (log, "\t subject: %s\n", str);
72 fprintf (log, "\
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/demos/ssl/
H A Dinetdsrv.cpp23 { fprintf(log, "%s %d\n", (s), errno); exit(1); }
24 #define CHK_SSL(err) if ((err)==-1) { ERR_print_errors_fp(log); exit(2); }
34 FILE* log; local
36 log = fopen ("/dev/console", "a"); CHK_NULL(log);
37 fprintf (log, "inetdserv %ld\n", (long)getpid());
57 fprintf (log, "SSL connection using %s\n", SSL_get_cipher (ssl));
63 fprintf (log, "Client certificate:\n");
67 fprintf (log, "\t subject: %s\n", str);
72 fprintf (log, "\
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/demos/ssl/
H A Dinetdsrv.cpp23 { fprintf(log, "%s %d\n", (s), errno); exit(1); }
24 #define CHK_SSL(err) if ((err)==-1) { ERR_print_errors_fp(log); exit(2); }
34 FILE* log; local
36 log = fopen ("/dev/console", "a"); CHK_NULL(log);
37 fprintf (log, "inetdserv %ld\n", (long)getpid());
57 fprintf (log, "SSL connection using %s\n", SSL_get_cipher (ssl));
63 fprintf (log, "Client certificate:\n");
67 fprintf (log, "\t subject: %s\n", str);
72 fprintf (log, "\
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/demos/ssl/
H A Dinetdsrv.cpp23 { fprintf(log, "%s %d\n", (s), errno); exit(1); }
24 #define CHK_SSL(err) if ((err)==-1) { ERR_print_errors_fp(log); exit(2); }
34 FILE* log; local
36 log = fopen ("/dev/console", "a"); CHK_NULL(log);
37 fprintf (log, "inetdserv %ld\n", (long)getpid());
57 fprintf (log, "SSL connection using %s\n", SSL_get_cipher (ssl));
63 fprintf (log, "Client certificate:\n");
67 fprintf (log, "\t subject: %s\n", str);
72 fprintf (log, "\
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/demos/ssl/
H A Dinetdsrv.cpp23 { fprintf(log, "%s %d\n", (s), errno); exit(1); }
24 #define CHK_SSL(err) if ((err)==-1) { ERR_print_errors_fp(log); exit(2); }
34 FILE* log; local
36 log = fopen ("/dev/console", "a"); CHK_NULL(log);
37 fprintf (log, "inetdserv %ld\n", (long)getpid());
57 fprintf (log, "SSL connection using %s\n", SSL_get_cipher (ssl));
63 fprintf (log, "Client certificate:\n");
67 fprintf (log, "\t subject: %s\n", str);
72 fprintf (log, "\
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/demos/ssl/
H A Dinetdsrv.cpp23 { fprintf(log, "%s %d\n", (s), errno); exit(1); }
24 #define CHK_SSL(err) if ((err)==-1) { ERR_print_errors_fp(log); exit(2); }
34 FILE* log; local
36 log = fopen ("/dev/console", "a"); CHK_NULL(log);
37 fprintf (log, "inetdserv %ld\n", (long)getpid());
57 fprintf (log, "SSL connection using %s\n", SSL_get_cipher (ssl));
63 fprintf (log, "Client certificate:\n");
67 fprintf (log, "\t subject: %s\n", str);
72 fprintf (log, "\
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/xfs/
H A Dxfs_log_priv.h22 struct log;
28 * Macros, structures, prototypes for internal log manager use.
44 #define XLOG_BTOLSUNIT(log, b) (((b)+(log)->l_mp->m_sb.sb_logsunit-1) / \
45 (log)->l_mp->m_sb.sb_logsunit)
46 #define XLOG_LSUNITTOB(log, su) ((su) * (log)->l_mp->m_sb.sb_logsunit)
50 #define XLOG_REC_SHIFT(log) \
51 BTOBB(1 << (xfs_sb_version_haslogv2(&log->l_mp->m_sb) ? \
53 #define XLOG_TOTAL_REC_SHIFT(log) \
484 typedef struct log { struct
577 xlog_cil_force(struct log *log) argument
[all...]
H A Dxfs_log_recover.c52 #define xlog_recover_check_summary(log)
61 * to specify for an operation involving the given XFS log buffer.
67 xlog_t *log,
70 return bbcount > 0 && bbcount <= log->l_logBBsize;
74 * Allocate a buffer to hold log data. The buffer needs to be able
76 * block) offset within the log.
80 xlog_t *log,
83 if (!xlog_buf_bbcount_valid(log, nbblks)) {
86 XFS_ERROR_REPORT(__func__, XFS_ERRLEVEL_HIGH, log->l_mp);
91 * We do log
66 xlog_buf_bbcount_valid( xlog_t *log, int bbcount) argument
79 xlog_get_bp( xlog_t *log, int nbblks) argument
125 xlog_align( xlog_t *log, xfs_daddr_t blk_no, int nbblks, xfs_buf_t *bp) argument
142 xlog_bread_noalign( xlog_t *log, xfs_daddr_t blk_no, int nbblks, xfs_buf_t *bp) argument
178 xlog_bread( xlog_t *log, xfs_daddr_t blk_no, int nbblks, xfs_buf_t *bp, xfs_caddr_t *offset) argument
201 xlog_bwrite( xlog_t *log, xfs_daddr_t blk_no, int nbblks, xfs_buf_t *bp) argument
339 xlog_find_cycle_start( xlog_t *log, xfs_buf_t *bp, xfs_daddr_t first_blk, xfs_daddr_t *last_blk, uint cycle) argument
382 xlog_find_verify_cycle( xlog_t *log, xfs_daddr_t start_blk, int nbblks, uint stop_on_cycle_no, xfs_daddr_t *new_blk) argument
449 xlog_find_verify_log_record( xlog_t *log, xfs_daddr_t start_blk, xfs_daddr_t *last_blk, int extra_bblks) argument
559 xlog_find_head( xlog_t *log, xfs_daddr_t *return_head_blk) argument
830 xlog_find_tail( xlog_t *log, xfs_daddr_t *head_blk, xfs_daddr_t *tail_blk) argument
1041 xlog_find_zeroed( xlog_t *log, xfs_daddr_t *blk_no) argument
1143 xlog_add_record( xlog_t *log, xfs_caddr_t buf, int cycle, int block, int tail_cycle, int tail_block) argument
1165 xlog_write_log_records( xlog_t *log, int cycle, int start_block, int blocks, int tail_cycle, int tail_block) argument
1271 xlog_clear_stale_blocks( xlog_t *log, xfs_lsn_t tail_lsn) argument
1437 xlog_recover_add_to_cont_trans( struct log *log, xlog_recover_t *trans, xfs_caddr_t dp, int len) argument
1483 xlog_recover_add_to_trans( struct log *log, xlog_recover_t *trans, xfs_caddr_t dp, int len) argument
1554 xlog_recover_reorder_trans( struct log *log, xlog_recover_t *trans, int pass) argument
1607 xlog_recover_do_buffer_pass1( xlog_t *log, xfs_buf_log_format_t *buf_f) argument
1698 xlog_check_buffer_cancelled( xlog_t *log, xfs_daddr_t blkno, uint len, ushort flags) argument
1769 xlog_recover_do_buffer_pass2( xlog_t *log, xfs_buf_log_format_t *buf_f) argument
2119 xlog_recover_do_dquot_buffer( xfs_mount_t *mp, xlog_t *log, xlog_recover_item_t *item, xfs_buf_t *bp, xfs_buf_log_format_t *buf_f) argument
2177 xlog_recover_do_buffer_trans( xlog_t *log, xlog_recover_item_t *item, int pass) argument
2288 xlog_recover_do_inode_trans( xlog_t *log, xlog_recover_item_t *item, int pass) argument
2559 xlog_recover_do_quotaoff_trans( xlog_t *log, xlog_recover_item_t *item, int pass) argument
2591 xlog_recover_do_dquot_trans( xlog_t *log, xlog_recover_item_t *item, int pass) argument
2697 xlog_recover_do_efi_trans( xlog_t *log, xlog_recover_item_t *item, xfs_lsn_t lsn, int pass) argument
2742 xlog_recover_do_efd_trans( xlog_t *log, xlog_recover_item_t *item, int pass) argument
2798 xlog_recover_do_trans( xlog_t *log, xlog_recover_t *trans, int pass) argument
2875 xlog_recover_commit_trans( xlog_t *log, xlog_recover_t *trans, int pass) argument
2908 xlog_recover_process_data( xlog_t *log, struct hlist_head rhash[], xlog_rec_header_t *rhead, xfs_caddr_t dp, int pass) argument
3082 xlog_recover_process_efis( xlog_t *log) argument
3244 xlog_recover_process_iunlinks( xlog_t *log) argument
3317 xlog_pack_data_checksum( xlog_t *log, xlog_in_core_t *iclog, int size) argument
3342 xlog_pack_data( xlog_t *log, xlog_in_core_t *iclog, int roundoff) argument
3382 xlog_unpack_data( xlog_rec_header_t *rhead, xfs_caddr_t dp, xlog_t *log) argument
3407 xlog_valid_rec_header( xlog_t *log, xlog_rec_header_t *rhead, xfs_daddr_t blkno) argument
3451 xlog_do_recovery_pass( xlog_t *log, xfs_daddr_t head_blk, xfs_daddr_t tail_blk, int pass) argument
3723 xlog_do_log_recovery( xlog_t *log, xfs_daddr_t head_blk, xfs_daddr_t tail_blk) argument
3772 xlog_do_recover( xlog_t *log, xfs_daddr_t head_blk, xfs_daddr_t tail_blk) argument
3852 xlog_recover( xlog_t *log) argument
3899 xlog_recover_finish( xlog_t *log) argument
3951 xlog_recover_check_summary( xlog_t *log) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/xfs/
H A Dxfs_log_priv.h22 struct log;
28 * Macros, structures, prototypes for internal log manager use.
44 #define XLOG_BTOLSUNIT(log, b) (((b)+(log)->l_mp->m_sb.sb_logsunit-1) / \
45 (log)->l_mp->m_sb.sb_logsunit)
46 #define XLOG_LSUNITTOB(log, su) ((su) * (log)->l_mp->m_sb.sb_logsunit)
50 #define XLOG_REC_SHIFT(log) \
51 BTOBB(1 << (xfs_sb_version_haslogv2(&log->l_mp->m_sb) ? \
53 #define XLOG_TOTAL_REC_SHIFT(log) \
484 typedef struct log { struct
577 xlog_cil_force(struct log *log) argument
[all...]
H A Dxfs_log_recover.c52 #define xlog_recover_check_summary(log)
61 * to specify for an operation involving the given XFS log buffer.
67 xlog_t *log,
70 return bbcount > 0 && bbcount <= log->l_logBBsize;
74 * Allocate a buffer to hold log data. The buffer needs to be able
76 * block) offset within the log.
80 xlog_t *log,
83 if (!xlog_buf_bbcount_valid(log, nbblks)) {
86 XFS_ERROR_REPORT(__func__, XFS_ERRLEVEL_HIGH, log->l_mp);
91 * We do log
66 xlog_buf_bbcount_valid( xlog_t *log, int bbcount) argument
79 xlog_get_bp( xlog_t *log, int nbblks) argument
125 xlog_align( xlog_t *log, xfs_daddr_t blk_no, int nbblks, xfs_buf_t *bp) argument
142 xlog_bread_noalign( xlog_t *log, xfs_daddr_t blk_no, int nbblks, xfs_buf_t *bp) argument
178 xlog_bread( xlog_t *log, xfs_daddr_t blk_no, int nbblks, xfs_buf_t *bp, xfs_caddr_t *offset) argument
201 xlog_bwrite( xlog_t *log, xfs_daddr_t blk_no, int nbblks, xfs_buf_t *bp) argument
339 xlog_find_cycle_start( xlog_t *log, xfs_buf_t *bp, xfs_daddr_t first_blk, xfs_daddr_t *last_blk, uint cycle) argument
382 xlog_find_verify_cycle( xlog_t *log, xfs_daddr_t start_blk, int nbblks, uint stop_on_cycle_no, xfs_daddr_t *new_blk) argument
449 xlog_find_verify_log_record( xlog_t *log, xfs_daddr_t start_blk, xfs_daddr_t *last_blk, int extra_bblks) argument
559 xlog_find_head( xlog_t *log, xfs_daddr_t *return_head_blk) argument
830 xlog_find_tail( xlog_t *log, xfs_daddr_t *head_blk, xfs_daddr_t *tail_blk) argument
1041 xlog_find_zeroed( xlog_t *log, xfs_daddr_t *blk_no) argument
1143 xlog_add_record( xlog_t *log, xfs_caddr_t buf, int cycle, int block, int tail_cycle, int tail_block) argument
1165 xlog_write_log_records( xlog_t *log, int cycle, int start_block, int blocks, int tail_cycle, int tail_block) argument
1271 xlog_clear_stale_blocks( xlog_t *log, xfs_lsn_t tail_lsn) argument
1437 xlog_recover_add_to_cont_trans( struct log *log, xlog_recover_t *trans, xfs_caddr_t dp, int len) argument
1483 xlog_recover_add_to_trans( struct log *log, xlog_recover_t *trans, xfs_caddr_t dp, int len) argument
1554 xlog_recover_reorder_trans( struct log *log, xlog_recover_t *trans, int pass) argument
1607 xlog_recover_do_buffer_pass1( xlog_t *log, xfs_buf_log_format_t *buf_f) argument
1698 xlog_check_buffer_cancelled( xlog_t *log, xfs_daddr_t blkno, uint len, ushort flags) argument
1769 xlog_recover_do_buffer_pass2( xlog_t *log, xfs_buf_log_format_t *buf_f) argument
2119 xlog_recover_do_dquot_buffer( xfs_mount_t *mp, xlog_t *log, xlog_recover_item_t *item, xfs_buf_t *bp, xfs_buf_log_format_t *buf_f) argument
2177 xlog_recover_do_buffer_trans( xlog_t *log, xlog_recover_item_t *item, int pass) argument
2288 xlog_recover_do_inode_trans( xlog_t *log, xlog_recover_item_t *item, int pass) argument
2559 xlog_recover_do_quotaoff_trans( xlog_t *log, xlog_recover_item_t *item, int pass) argument
2591 xlog_recover_do_dquot_trans( xlog_t *log, xlog_recover_item_t *item, int pass) argument
2697 xlog_recover_do_efi_trans( xlog_t *log, xlog_recover_item_t *item, xfs_lsn_t lsn, int pass) argument
2742 xlog_recover_do_efd_trans( xlog_t *log, xlog_recover_item_t *item, int pass) argument
2798 xlog_recover_do_trans( xlog_t *log, xlog_recover_t *trans, int pass) argument
2875 xlog_recover_commit_trans( xlog_t *log, xlog_recover_t *trans, int pass) argument
2908 xlog_recover_process_data( xlog_t *log, struct hlist_head rhash[], xlog_rec_header_t *rhead, xfs_caddr_t dp, int pass) argument
3082 xlog_recover_process_efis( xlog_t *log) argument
3244 xlog_recover_process_iunlinks( xlog_t *log) argument
3317 xlog_pack_data_checksum( xlog_t *log, xlog_in_core_t *iclog, int size) argument
3342 xlog_pack_data( xlog_t *log, xlog_in_core_t *iclog, int roundoff) argument
3382 xlog_unpack_data( xlog_rec_header_t *rhead, xfs_caddr_t dp, xlog_t *log) argument
3407 xlog_valid_rec_header( xlog_t *log, xlog_rec_header_t *rhead, xfs_daddr_t blkno) argument
3451 xlog_do_recovery_pass( xlog_t *log, xfs_daddr_t head_blk, xfs_daddr_t tail_blk, int pass) argument
3723 xlog_do_log_recovery( xlog_t *log, xfs_daddr_t head_blk, xfs_daddr_t tail_blk) argument
3772 xlog_do_recover( xlog_t *log, xfs_daddr_t head_blk, xfs_daddr_t tail_blk) argument
3852 xlog_recover( xlog_t *log) argument
3899 xlog_recover_finish( xlog_t *log) argument
3951 xlog_recover_check_summary( xlog_t *log) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/jfs/
H A Djfs_umount.c57 struct jfs_log *log; local
63 * update superblock and close log
65 * if mounted read-write and log based recovery was enabled
67 if ((log = sbi->log))
69 * Wait for outstanding transactions to be written to log:
71 jfs_flush_journal(log, 1);
118 * consistent state) and log superblock active file system
121 if (log) { /* log
139 struct jfs_log *log = sbi->log; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/examples/var_service/ntpd/
H A Dntp.script18 echo "`tail -n 199 -- "$0.log" 2>/dev/null`" >"$0.log.$$"
25 >>"$0.log.$$"
26 mv -- "$0.log.$$" "$0.log"
30 echo "`tail -n 199 -- "$0.log" 2>/dev/null`" >"$0.log.$$"
36 >>"$0.log.$$"
37 mv -- "$0.log.$$" "$0.log"
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/jfs/
H A Djfs_umount.c57 struct jfs_log *log; local
63 * update superblock and close log
65 * if mounted read-write and log based recovery was enabled
67 if ((log = sbi->log))
69 * Wait for outstanding transactions to be written to log:
71 jfs_flush_journal(log, 1);
118 * consistent state) and log superblock active file system
121 if (log) { /* log
139 struct jfs_log *log = sbi->log; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/examples/var_service/ntpd/
H A Dntp.script18 echo "`tail -n 199 -- "$0.log" 2>/dev/null`" >"$0.log.$$"
25 >>"$0.log.$$"
26 mv -- "$0.log.$$" "$0.log"
30 echo "`tail -n 199 -- "$0.log" 2>/dev/null`" >"$0.log.$$"
36 >>"$0.log.$$"
37 mv -- "$0.log.$$" "$0.log"
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/examples/var_service/ntpd/
H A Dntp.script18 echo "`tail -n 199 -- "$0.log" 2>/dev/null`" >"$0.log.$$"
25 >>"$0.log.$$"
26 mv -- "$0.log.$$" "$0.log"
30 echo "`tail -n 199 -- "$0.log" 2>/dev/null`" >"$0.log.$$"
36 >>"$0.log.$$"
37 mv -- "$0.log.$$" "$0.log"
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/udpxy/
H A Drtp.c34 RTP_check( const char* buf, const size_t len, int* is_rtp, FILE* log )
39 assert( buf && len && is_rtp && log );
42 (void)tmfprintf( log, "RTP_check: buffer size [%lu] is "
51 TRACE( (void)tmfputs( "MPEG-TS stream detected\n", log ) );
57 TRACE( (void)tmfprintf( log, "RTP_check: wrong RTP version [%d], "
63 TRACE( (void)tmfprintf( log, "RTP_check: header size "
73 TRACE( (void)tmfprintf( log, "RTP_check: [%d] MPEG audio stream\n",
77 TRACE( (void)tmfprintf( log, "RTP_check: [%d] MPEG video stream\n",
81 TRACE( (void)tmfprintf( log, "RTP_check: [%d] MPEG TS stream\n",
86 (void) tmfprintf( log, "RTP_chec
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/udpxy/
H A Drtp.c34 RTP_check( const char* buf, const size_t len, int* is_rtp, FILE* log )
39 assert( buf && len && is_rtp && log );
42 (void)tmfprintf( log, "RTP_check: buffer size [%lu] is "
51 TRACE( (void)tmfputs( "MPEG-TS stream detected\n", log ) );
57 TRACE( (void)tmfprintf( log, "RTP_check: wrong RTP version [%d], "
63 TRACE( (void)tmfprintf( log, "RTP_check: header size "
73 TRACE( (void)tmfprintf( log, "RTP_check: [%d] MPEG audio stream\n",
77 TRACE( (void)tmfprintf( log, "RTP_check: [%d] MPEG video stream\n",
81 TRACE( (void)tmfprintf( log, "RTP_check: [%d] MPEG TS stream\n",
86 (void) tmfprintf( log, "RTP_chec
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/udpxy/
H A Drtp.c34 RTP_check( const char* buf, const size_t len, int* is_rtp, FILE* log )
39 assert( buf && len && is_rtp && log );
42 (void)tmfprintf( log, "RTP_check: buffer size [%lu] is "
51 TRACE( (void)tmfputs( "MPEG-TS stream detected\n", log ) );
57 TRACE( (void)tmfprintf( log, "RTP_check: wrong RTP version [%d], "
63 TRACE( (void)tmfprintf( log, "RTP_check: header size "
73 TRACE( (void)tmfprintf( log, "RTP_check: [%d] MPEG audio stream\n",
77 TRACE( (void)tmfprintf( log, "RTP_check: [%d] MPEG video stream\n",
81 TRACE( (void)tmfprintf( log, "RTP_check: [%d] MPEG TS stream\n",
86 (void) tmfprintf( log, "RTP_chec
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libgcrypt-1.5.1/mpi/i386/
H A Dsyntax.h45 #define ALIGN(log) .align log
48 #define ALIGN(log) .align 1<<(log)
61 #define ALIGN(log) .align log
67 #define ALIGN(log) .align log,0x90
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libgcrypt-1.5.1/mpi/i386/
H A Dsyntax.h45 #define ALIGN(log) .align log
48 #define ALIGN(log) .align 1<<(log)
61 #define ALIGN(log) .align log
67 #define ALIGN(log) .align log,0x90
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libgcrypt-1.5.1/mpi/i386/
H A Dsyntax.h45 #define ALIGN(log) .align log
48 #define ALIGN(log) .align 1<<(log)
61 #define ALIGN(log) .align log
67 #define ALIGN(log) .align log,0x90
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libexif/libexif/
H A Dexif-log.h1 /*! \file exif-log.h
43 void exif_log_ref (ExifLog *log);
44 void exif_log_unref (ExifLog *log);
49 * \param[in] log #ExifLog
52 void exif_log_free (ExifLog *log);
61 /*! Return a textual description of the given class of error log.
64 * \return textual description of the log class
68 /*! Return a verbose description of the given class of error log.
71 * \return verbose description of the log class
77 typedef void (* ExifLogFunc) (ExifLog *log, ExifLogCod
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libexif/libexif/
H A Dexif-log.h1 /*! \file exif-log.h
43 void exif_log_ref (ExifLog *log);
44 void exif_log_unref (ExifLog *log);
49 * \param[in] log #ExifLog
52 void exif_log_free (ExifLog *log);
61 /*! Return a textual description of the given class of error log.
64 * \return textual description of the log class
68 /*! Return a verbose description of the given class of error log.
71 * \return verbose description of the log class
77 typedef void (* ExifLogFunc) (ExifLog *log, ExifLogCod
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libexif/libexif/
H A Dexif-log.h1 /*! \file exif-log.h
43 void exif_log_ref (ExifLog *log);
44 void exif_log_unref (ExifLog *log);
49 * \param[in] log #ExifLog
52 void exif_log_free (ExifLog *log);
61 /*! Return a textual description of the given class of error log.
64 * \return textual description of the log class
68 /*! Return a verbose description of the given class of error log.
71 * \return verbose description of the log class
77 typedef void (* ExifLogFunc) (ExifLog *log, ExifLogCod
[all...]

Completed in 229 milliseconds

1234567891011>>