Home
last modified time | relevance | path

Searched refs:tgt_type (Results 1 – 7 of 7) sorted by relevance

/linux/tools/testing/selftests/ublk/
H A Dkublk.c1643 const char *tgt_type = ctx->tgt_type; in cmd_dev_get_features()
1652 ops = ublk_find_tgt(tgt_type); in cmd_dev_get_features()
1655 __func__, tgt_type); in cmd_dev_update_size()
1690 __func__, dev_id, tgt_type); in cmd_dev_quiesce()
1734 __func__, dev_id, tgt_type, ret); in cmd_add_help()
2147 .tgt_type = "unknown",
2173 if (strlen(optarg) < sizeof(ctx.tgt_type))
2174 strcpy(ctx.tgt_type, optarg);
2332 ops = ublk_find_tgt(ctx.tgt_type);
1303 const char *tgt_type = ctx->tgt_type; __cmd_dev_add() local
[all...]
H A Dkublk.h67 char tgt_type[16];
66 char tgt_type[16]; global() member
/linux/drivers/scsi/snic/
H A Dsnic_disc.c259 SNIC_BUG_ON(le16_to_cpu(tgtid->tgt_type) > SNIC_TGT_SAN); in snic_tgt_create()
260 tgt->tdata.typ = le16_to_cpu(tgtid->tgt_type); in snic_tgt_create()
H A Dsnic_fwint.h204 __le16 tgt_type; /* tgt type */ member
/linux/kernel/bpf/
H A Dbtf.c7029 enum bpf_prog_type tgt_type; in btf_ctx_access() local
7032 tgt_type = tgt_prog->aux->saved_dst_prog_type; in btf_ctx_access()
7034 tgt_type = tgt_prog->type; in btf_ctx_access()
7036 ret = btf_translate_to_vmlinux(log, btf, t, tgt_type, arg); in btf_ctx_access()
H A Dverifier.c19458 tgt_info->tgt_type = t; in bpf_check_attach_target()
19573 prog->aux->attach_func_proto = tgt_info.tgt_type; in check_attach_btf_id()
/linux/include/linux/
H A Dbpf.h1367 const struct btf_type *tgt_type; member