Searched refs:log (Results 201 - 225 of 365) sorted by relevance

1234567891011>>

/linux-master/sound/soc/intel/avs/
H A Dapl.c57 addr = avs_log_buffer_addr(adev, msg->log.core);
103 /* reads log header and tests its type */
138 lbs_msg.log.core = msg->ext.coredump.core_id;
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_uc.c161 if (guc->log.vma && !uc->load_err_log)
162 uc->load_err_log = i915_gem_object_get(guc->log.vma->obj);
167 struct drm_i915_gem_object *log = fetch_and_zero(&uc->load_err_log); local
169 if (log)
170 i915_gem_object_put(log);
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_msg.c494 * vmw_host_printf: Sends a log message to the host
506 char *log; local
516 log = kvasprintf(GFP_KERNEL, fmt, ap);
518 if (!log) {
519 DRM_ERROR("Cannot allocate memory for the log message.\n");
523 msg = kasprintf(GFP_KERNEL, "log %s", log);
525 DRM_ERROR("Cannot allocate memory for host log message.\n");
526 kfree(log);
538 kfree(log);
[all...]
/linux-master/drivers/media/platform/amphion/
H A Dvpu_rpc.h55 struct vpu_buffer *log);
213 struct vpu_buffer *log)
221 ops->set_log_buf(core->iface, log);
212 vpu_iface_set_log_buf(struct vpu_core *core, struct vpu_buffer *log) argument
H A Dvpu_dbg.c254 &core->log.phys, core->log.length);
312 if (!core->log.virt || core->state == VPU_CORE_DEINIT)
315 print_buf = core->log.virt;
/linux-master/security/tomoyo/
H A Daudit.c141 * tomoyo_print_header - Get header line of audit log.
301 /* Structure for audit log. */
304 char *log; member in struct:tomoyo_log
324 * @is_granted: True if granted log, false otherwise.
357 * tomoyo_write_log2 - Write an audit log.
384 entry->log = buf;
388 * Don't go beyond strlen(entry->log).
413 * tomoyo_write_log - Write an audit log.
434 * tomoyo_read_log - Read an audit log.
457 head->read_buf = ptr->log;
[all...]
/linux-master/drivers/pci/pcie/
H A Ddpc.c193 u32 status, mask, sev, syserr, exc, log, prefix; local
226 pci_read_config_dword(pdev, cap + PCI_EXP_DPC_RP_PIO_IMPSPEC_LOG, &log);
227 pci_err(pdev, "RP PIO ImpSpec Log %#010x\n", log);
408 pci_err(pdev, "RP PIO log size %u is invalid\n",
/linux-master/drivers/media/common/b2c2/
H A Dflexcop-common.h24 #warning please define a log prefix for your file, using a default one
/linux-master/fs/jfs/
H A Djfs_txnmgr.h39 /* log management */
40 u32 logtid; /* log transaction id */
46 s32 pn; /* commit record log page number */
89 u16 type; /* 2: log type */
263 struct jfs_log *log; /* log */ member in struct:commit
269 /* log record descriptor on 64-bit boundary */
270 struct lrd lrd; /* : log record descriptor */
H A Dfile.c32 jfs_flush_journal(JFS_SBI(inode->i_sb)->log, 1);
/linux-master/drivers/char/tpm/eventlog/
H A Dcommon.c13 * Access to the event log created by a system's firmware / BIOS
78 if (chip->log.bios_event_log != NULL) {
80 "%s: ERROR - event log already initialized\n",
97 * tpm_bios_log_setup() - Read the event log from the firmware
100 * If an event log is found then the securityfs files are setup to
/linux-master/drivers/gpu/drm/msm/adreno/
H A Da6xx_gmu.h71 struct a6xx_gmu_bo log; member in struct:a6xx_gmu
/linux-master/drivers/firmware/efi/libstub/
H A Dtpm.c76 * CC Event log also uses TCG2 format, handle it same as TPM2.
80 * The TCG2 log format has variable length entries,
103 efi_err("Unable to allocate memory for event log\n");
136 memcpy(log_tbl->log, (void *) first_entry_addr, log_size);
/linux-master/fs/xfs/libxfs/
H A Dxfs_log_format.h15 * This file contains all the on-disk format definitions used within the log. It
16 * includes the physical log structure itself, as well as all the log item
17 * format structures that are written into the log and intepreted by log
18 * recovery. We start with the physical log format definitions, and then work
19 * through all the log items definitions and everything they encode into the
20 * log.
40 /* Minimum number of transactions that must fit in the log (defined by mkfs) */
43 #define XLOG_REC_SHIFT(log) \
[all...]
H A Dxfs_rtbitmap.h324 int xfs_rtget_summary(struct xfs_rtalloc_args *args, int log,
326 int xfs_rtmodify_summary(struct xfs_rtalloc_args *args, int log,
/linux-master/arch/m68k/fpsp040/
H A Dstwotox.S38 | 1. If |X| > 16480*log_10(2) (base 10 log of 2), go to ExpBig.
42 | 3. Set y := X*log_2(10)*64 (base 2 log of 10). Set
49 | and L10 is the natural log of 10. Then
/linux-master/tools/testing/ktest/examples/
H A Dcrosstests.conf45 # The log file is stored in the OUTPUT_DIR called cross.log
47 LOG_FILE = ${OUTPUT_DIR}/cross.log
49 # The log file will be cleared each time you run ktest.
/linux-master/arch/powerpc/kernel/
H A Drtasd.c97 /* To see this info, grep RTAS /var/log/messages and each entry
186 * place we log the info. The error will be picked up
233 * if rtasd isn't ready. Put them into the boot log, at least.
255 /* Second copy over error log data */
276 static void handle_rtas_event(const struct rtas_error_log *log) argument
281 if (rtas_error_type(log) == RTAS_TYPE_PRRN)
297 * Next we'll sit and wait for something else to log.
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dkvm-remote.sh77 touch "$oldrun/remote-log"
78 echo $scriptname $args >> "$oldrun/remote-log"
79 echo | tee -a "$oldrun/remote-log"
80 echo " ----" kvm.sh output: "(`date`)" | tee -a "$oldrun/remote-log"
81 cat $T/kvm.sh.out | tee -a "$oldrun/remote-log"
88 echo $scriptname: kvm-again.sh failed exit code $? | tee -a "$oldrun/remote-log"
89 cat $T/kvm-again.sh.out | tee -a "$oldrun/remote-log"
100 touch "$oldrun/remote-log"
101 echo $scriptname $args >> "$oldrun/remote-log"
106 echo $scriptname: kvm-again.sh failed exit code $? | tee -a "$oldrun/remote-log"
[all...]
/linux-master/tools/testing/selftests/ftrace/
H A Dftracetest219 LOG_FILE=$LOG_DIR/ftracetest.log
220 mkdir -p $LOG_DIR || errexit "Failed to make a log directory: $LOG_DIR"
426 local testlog=`mktemp $LOG_DIR/${CASENO}-${testname}-log.XXXXXX`
447 # Remove test log if the test was done as it was expected.
/linux-master/drivers/nvme/host/
H A Dzns.c41 struct nvme_effects_log *log = ns->head->effects; local
47 if ((le32_to_cpu(log->iocs[nvme_cmd_zone_append]) &
/linux-master/fs/xfs/
H A Dxfs_trace.h1217 TP_PROTO(struct xlog *log, struct xlog_ticket *tic),
1218 TP_ARGS(log, tic),
1237 __entry->dev = log->l_mp->m_super->s_dev;
1243 __entry->reserveq = list_empty(&log->l_reserve_head.waiters);
1244 __entry->writeq = list_empty(&log->l_write_head.waiters);
1245 xlog_crack_grant_head(&log->l_reserve_head.grant,
1248 xlog_crack_grant_head(&log->l_write_head.grant,
1251 __entry->curr_cycle = log->l_curr_cycle;
1252 __entry->curr_block = log->l_curr_block;
1253 __entry->tail_lsn = atomic64_read(&log
[all...]
/linux-master/drivers/pinctrl/bcm/
H A Dpinctrl-cygnus-mux.c910 struct cygnus_mux_log *log; local
921 log = &pinctrl->mux_log[i * CYGNUS_NUM_MUX_PER_REG
923 log->mux.offset = i * 4;
924 log->mux.shift = j * 4;
925 log->mux.alt = 0;
926 log->is_configured = false;
962 dev_err(&pdev->dev, "unable to initialize IOMUX log\n");
/linux-master/net/netfilter/
H A Dnf_log_syslog.c29 .log = {
77 logflags = info->u.log.logflags;
91 /* If it's for Ethernet and the lengths are OK, then log the ARP
121 '0' + loginfo->u.log.level, prefix,
308 logflags = info->u.log.logflags;
517 /* Proto Max log string length */
547 logflags = info->u.log.logflags;
783 logflags = info->u.log.logflags;
/linux-master/include/kunit/
H A Dtest.h134 struct string_stream *log; member in struct:kunit_case
254 struct string_stream *log; member in struct:kunit_suite
281 struct string_stream *log; /* Points at case log after initialization */ member in struct:kunit
317 void kunit_init_test(struct kunit *test, const char *name, struct string_stream *log);
483 void __printf(2, 3) kunit_log_append(struct string_stream *log, const char *fmt, ...);
522 * printk and log to per-test or per-suite log buffer. Logging only done
523 * if CONFIG_KUNIT_DEBUGFS is 'y'; if it is 'n', no log is allocated/used.
528 kunit_log_append((test_or_suite)->log, fm
[all...]

Completed in 284 milliseconds

1234567891011>>