Searched refs:tgt_type (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/testing/selftests/ublk/ |
| H A D | kublk.c | 1709 const char *tgt_type = ctx->tgt_type; in __cmd_dev_add() local 1718 ops = ublk_find_tgt(tgt_type); in __cmd_dev_add() 1721 __func__, tgt_type); in __cmd_dev_add() 1756 __func__, dev_id, tgt_type); in __cmd_dev_add() 1801 __func__, dev_id, tgt_type, ret); in __cmd_dev_add() 2289 .tgt_type = "unknown", in main() 2329 if (strlen(optarg) < sizeof(ctx.tgt_type)) in main() 2330 strcpy(ctx.tgt_type, optarg); in main() 2529 ops = ublk_find_tgt(ctx.tgt_type); in main() 2533 tgt_argv[0] = ctx.tgt_type; in main()
|
| H A D | kublk.h | 83 char tgt_type[16]; 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 | 7046 enum bpf_prog_type tgt_type; in btf_ctx_access() local 7049 tgt_type = tgt_prog->aux->saved_dst_prog_type; in btf_ctx_access() 7051 tgt_type = tgt_prog->type; in btf_ctx_access() 7053 ret = btf_translate_to_vmlinux(log, btf, t, tgt_type, arg); in btf_ctx_access()
|
| H A D | verifier.c | 20225 tgt_info->tgt_type = t; in bpf_check_attach_target() 20348 prog->aux->attach_func_proto = tgt_info.tgt_type; in check_attach_btf_id()
|
| /linux/include/linux/ |
| H A D | bpf.h | 1416 const struct btf_type *tgt_type; member
|