Searched refs:tgt_type (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/testing/selftests/ublk/ |
| H A D | kublk.c | 1643 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 D | kublk.h | 67 char tgt_type[16]; 66 char tgt_type[16]; global() member
|
| /linux/drivers/scsi/snic/ |
| H A D | snic_disc.c | 259 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 D | snic_fwint.h | 204 __le16 tgt_type; /* tgt type */ member
|
| /linux/kernel/bpf/ |
| H A D | btf.c | 7029 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 D | verifier.c | 19458 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 D | bpf.h | 1367 const struct btf_type *tgt_type; member
|