Searched refs:log (Results 226 - 250 of 365) sorted by relevance

1234567891011>>

/linux-master/drivers/isdn/hardware/mISDN/
H A Dnetjet.c84 char log[LOG_SIZE]; member in struct:tiger_hw
413 snprintf(card->log, LOG_SIZE,
416 print_hex_dump_bytes(card->log,
517 snprintf(card->log, LOG_SIZE, "B%1d-send %s %d ",
519 print_hex_dump_bytes(card->log, DUMP_PREFIX_OFFSET, p, count);
591 snprintf(card->log, LOG_SIZE, "B%1d-send %s %d ",
593 print_hex_dump_bytes(card->log, DUMP_PREFIX_OFFSET, p, count);
H A Dw6692.c68 char log[64]; member in struct:w6692_hw
266 snprintf(card->log, 63, "D-recv %s %d ",
268 print_hex_dump_bytes(card->log, DUMP_PREFIX_OFFSET, ptr, count);
301 snprintf(card->log, 63, "D-send %s %d ",
303 print_hex_dump_bytes(card->log, DUMP_PREFIX_OFFSET, ptr, count);
477 snprintf(card->log, 63, "B%1d-recv %s %d ",
479 print_hex_dump_bytes(card->log, DUMP_PREFIX_OFFSET, ptr, count);
521 snprintf(card->log, 63, "B%1d-send %s %d ",
523 print_hex_dump_bytes(card->log, DUMP_PREFIX_OFFSET, ptr, count);
H A Disar.h53 u8 log[256]; member in struct:isar_hw
H A Davmfritz.c131 char log[LOG_SIZE + 1]; member in struct:fritzcard
429 snprintf(fc->log, LOG_SIZE, "B%1d-recv %s %d ",
431 print_hex_dump_bytes(fc->log, DUMP_PREFIX_OFFSET, p, count);
500 snprintf(fc->log, LOG_SIZE, "B%1d-send %s %d ",
502 print_hex_dump_bytes(fc->log, DUMP_PREFIX_OFFSET, p, count);
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_capture.c667 u32 buffer_size = intel_guc_log_section_size_capture(&guc->log);
801 guc_dbg(guc, "Register capture log not dword aligned, skipping.\n");
1308 log_buf_state = guc->log.buf_addr +
1310 src_data = guc->log.buf_addr +
1311 intel_guc_get_log_buffer_offset(&guc->log, GUC_CAPTURE_LOG_BUFFER);
1314 * Make a copy of the state structure, inside GuC log buffer
1319 buffer_size = intel_guc_get_log_buffer_size(&guc->log, GUC_CAPTURE_LOG_BUFFER);
1325 guc->log.stats[GUC_CAPTURE_LOG_BUFFER].flush += log_buf_state_local.flush_to_file;
1326 new_overflow = intel_guc_check_log_buf_overflow(&guc->log, GUC_CAPTURE_LOG_BUFFER,
1354 /* Update the state of log buffe
[all...]
/linux-master/fs/jfs/
H A Djfs_xtree.c628 /* Don't log it if there are no links to the file */
719 /* Don't log it if there are no links to the file */
888 /* Don't log it if there are no links to the file */
994 /* Don't log it if there are no links to the file */
2184 * (e.g., log/update allocation map): this avoid copying the page
2207 int freed, log; local
2222 log = 1;
2224 log = 0;
2284 if (log)
2313 if (log) {
[all...]
H A Djfs_imap.c663 * in in-memory inode, where txLog() will log from, and,
1233 * logged from the iag page) until NOREDOPAGE|FREEXTENT log
1235 * write FREEXTENT|NOREDOPAGE log record
2429 * . write log of xtree and inode of imap;
2731 struct jfs_log *log; local
2806 log = JFS_SBI(tblk->sb)->log;
2807 LOGSYNC_LOCK(log, flags);
2810 logdiff(difft, lsn, log);
2811 logdiff(diffp, mp->lsn, log);
[all...]
H A Djfs_dmap.c459 struct jfs_log *log; local
472 /* compute delta of transaction lsn from log syncpt */
474 log = (struct jfs_log *) JFS_SBI(tblk->sb)->log;
475 logdiff(difft, lsn, log);
566 LOGSYNC_LOCK(log, flags);
569 logdiff(diffp, mp->lsn, log);
578 logdiff(difft, tblk->clsn, log);
579 logdiff(diffp, mp->clsn, log);
583 mp->log
[all...]
/linux-master/include/linux/
H A Dbpf.h919 struct bpf_verifier_log *log; /* for verbose logs */ member in struct:bpf_insn_access_aux
964 int (*btf_struct_access)(struct bpf_verifier_log *log,
1824 struct bpf_verifier_log *log);
2569 int btf_struct_access(struct bpf_verifier_log *log,
2573 bool btf_struct_ids_match(struct bpf_verifier_log *log,
2578 int btf_distill_func_proto(struct bpf_verifier_log *log,
2586 int btf_check_type_match(struct bpf_verifier_log *log, const struct bpf_prog *prog,
2608 struct bpf_verifier_log *log; member in struct:bpf_core_ctx
2612 bool btf_nested_type_is_trusted(struct bpf_verifier_log *log,
2616 bool btf_type_ids_nocast_alias(struct bpf_verifier_log *log,
2847 btf_struct_access(struct bpf_verifier_log *log, const struct bpf_reg_state *reg, int off, int size, enum bpf_access_type atype, u32 *next_btf_id, enum bpf_type_flag *flag, const char **field_name) argument
3013 bpf_dev_bound_kfunc_check(struct bpf_verifier_log *log, struct bpf_prog_aux *prog_aux) argument
[all...]
/linux-master/drivers/vhost/
H A Dnet.c1009 * @log - vhost log
1010 * @log_num - log offset
1018 struct vhost_log *log,
1039 &in, log, log_num);
1054 if (unlikely(log)) {
1056 log += *log_num;
1067 if (unlikely(log))
1087 unsigned in, log; local
1126 vq->log
1014 get_rx_bufs(struct vhost_virtqueue *vq, struct vring_used_elem *heads, int datalen, unsigned *iovcount, struct vhost_log *log, unsigned *log_num, unsigned int quota) argument
[all...]
/linux-master/drivers/gpu/drm/xe/
H A Dxe_guc.c53 u32 level = xe_guc_log_get_level(&guc->log);
77 u32 offset = guc_bo_ggtt_addr(guc, guc->log.bo) >> PAGE_SHIFT;
288 ret = xe_managed_bo_reinit_in_vram(xe, tile, &guc->log.bo);
317 ret = xe_guc_log_init(&guc->log);
952 xe_guc_log_get_level(&guc->log));
/linux-master/drivers/nvme/host/
H A Dcore.c2950 void *log, size_t size, u64 offset)
2965 return nvme_submit_sync_cmd(ctrl->admin_q, &c, log, size);
2969 struct nvme_effects_log **log)
2990 *log = cel;
3052 struct nvme_effects_log *log = ctrl->effects; local
3054 log->acs[nvme_admin_format_nvm] |= cpu_to_le32(NVME_CMD_EFFECTS_LBCC |
3057 log->acs[nvme_admin_sanitize_nvm] |= cpu_to_le32(NVME_CMD_EFFECTS_LBCC |
3062 * the previous security send command. As such, many vendors log this
3075 log->acs[nvme_admin_security_recv] &= cpu_to_le32(~NVME_CMD_EFFECTS_CSE_MASK);
3077 log
2949 nvme_get_log(struct nvme_ctrl *ctrl, u32 nsid, u8 log_page, u8 lsp, u8 csi, void *log, size_t size, u64 offset) argument
2968 nvme_get_effects_log(struct nvme_ctrl *ctrl, u8 csi, struct nvme_effects_log **log) argument
4025 __le32 *log; local
4226 struct nvme_fw_slot_info_log *log; local
[all...]
/linux-master/tools/lib/bpf/
H A Drelo_core.c53 #define pr_warn(fmt, log, ...) bpf_log((void *)log, fmt, "", ##__VA_ARGS__)
54 #define pr_info(fmt, log, ...) bpf_log((void *)log, fmt, "", ##__VA_ARGS__)
55 #define pr_debug(fmt, log, ...) bpf_log((void *)log, fmt, "", ##__VA_ARGS__)
1407 * to a specific instruction number in its log.
/linux-master/drivers/virt/vboxguest/
H A Dvboxguest_core.c1582 static int vbg_ioctl_log(struct vbg_ioctl_log *log) argument
1584 if (log->hdr.size_out != sizeof(log->hdr))
1587 vbg_info("%.*s", (int)(log->hdr.size_in - sizeof(log->hdr)),
1588 log->u.in.msg);
/linux-master/fs/ceph/
H A Dsuper.c273 pctx->copts, fc->log.log, ',');
402 pctx->copts, fc->log.log, '/');
414 ret = ceph_parse_param(param, pctx->copts, fc->log.log);
/linux-master/net/sched/
H A Dsch_fq.c865 static int fq_resize(struct Qdisc *sch, u32 log) argument
872 if (q->fq_root && log == q->fq_trees_log)
876 array = kvmalloc_node(sizeof(struct rb_root) << log, GFP_KERNEL | __GFP_RETRY_MAYFAIL,
881 for (idx = 0; idx < (1U << log); idx++)
888 fq_rehash(q, old_fq_root, q->fq_trees_log, array, log);
891 q->fq_trees_log = log;
/linux-master/tools/testing/selftests/netfilter/
H A Dnft_fib.sh63 fib saddr . iif oif missing counter log prefix "$netns nft_rpfilter: " drop
77 log drop
220 # switch to ruleset that doesn't log, this time
/linux-master/kernel/bpf/
H A Dverifier.c183 /* length of verifier log at the time this state was pushed on stack */
357 if (!bpf_verifier_log_needed(&env->log))
361 bpf_verifier_vlog(&env->log, fmt, args);
1683 bpf_vlog_reset(&env->log, head->log_pos);
1711 elem->log_pos = env->log.end_pos;
2417 elem->log_pos = env->log.end_pos;
2829 err = bpf_dev_bound_kfunc_check(&env->log, prog_aux);
2839 err = btf_distill_func_proto(&env->log, desc_btf,
2951 if (env->log.level & BPF_LOG_LEVEL2)
3593 if (env->log
9353 struct bpf_verifier_log *log = &env->log; local
20774 bpf_check_attach_target(struct bpf_verifier_log *log, const struct bpf_prog *prog, const struct bpf_prog *tgt_prog, u32 btf_id, struct bpf_attach_target_info *tgt_info) argument
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
H A Dfan.c236 if (func.line != 16 && func.log[0] & DCB_GPIO_LOG_DIR_IN) {
/linux-master/drivers/i2c/busses/
H A Di2c-ismt.c85 #define ISMT_LOG_ENTRIES 3 /* number of interrupt cause log entries */
180 u32 *log; member in struct:ismt_priv
417 /* Always clear the log entries */
418 memset(priv->log, 0, ISMT_LOG_ENTRIES * sizeof(u32));
812 priv->log = dmam_alloc_coherent(&priv->pci_dev->dev,
815 if (!priv->log)
/linux-master/net/openvswitch/
H A Dflow.h296 struct sw_flow_key *key, bool log);
/linux-master/drivers/md/
H A Ddm-log-userspace-transfer.c15 #include <linux/dm-log-userspace.h>
17 #include "dm-log-userspace-transfer.h"
153 * @uuid: log's universal unique identifier (must be DM_UUID_LEN in size)
154 * @luid: log's local unique identifier
155 * @request_type: found in include/linux/dm-log-userspace.h
165 * from kernel space to user-space. All userspace log communications
231 DMERR("Unable to send log request [%u] to userspace: %d",
/linux-master/tools/testing/selftests/kvm/include/
H A Dkvm_util_base.h341 TEST_FAIL("KVM killed/bugged the VM, check the kernel log for clues"); \
458 static inline void kvm_vm_get_dirty_log(struct kvm_vm *vm, int slot, void *log) argument
460 struct kvm_dirty_log args = { .dirty_bitmap = log, .slot = slot };
465 static inline void kvm_vm_clear_dirty_log(struct kvm_vm *vm, int slot, void *log, argument
469 .dirty_bitmap = log,
/linux-master/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_hw.c81 * t4vf_record_mbox - record a Firmware Mailbox Command/Reply in the log
91 struct mbox_cmd_log *log = adapter->mbox_log; local
95 entry = mbox_cmd_log_entry(log, log->cursor++);
96 if (log->cursor == log->size)
97 log->cursor = 0;
104 entry->seqno = log->seqno++;
/linux-master/tools/kvm/kvm_stat/
H A Dkvm_stat1599 def log(stats, opts, frmt, keys):
1732 help='log in csv format - requires option -l/-L',
1755 argparser.add_argument('-l', '--log',
1760 argparser.add_argument('-L', '--log-to-file',
1763 help="like '--log', but logging to a file"
1788 if options.csv and not (options.log or options.log_to_file):
1789 sys.exit('Error: Option -c/--csv requires -l/--log')
1790 if options.skip_zero_records and not (options.log or options.log_to_file):
1871 if options.log or options.log_to_file:
1879 log(stat
[all...]

Completed in 831 milliseconds

1234567891011>>