Home
last modified time | relevance | path

Searched refs:in_fn (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/trusty/arm-trusted-firmware/tools/encrypt_fw/src/
Dmain.c140 char *in_fn = NULL; in main() local
181 in_fn = optarg; in main()
209 if (!in_fn) { in main()
219 ret = encrypt_file(fw_enc_status, key_alg, key, nonce, in_fn, out_fn); in main()
/aosp_15_r20/external/arm-trusted-firmware/tools/encrypt_fw/src/
H A Dmain.c140 char *in_fn = NULL; in main() local
181 in_fn = optarg; in main()
209 if (!in_fn) { in main()
219 ret = encrypt_file(fw_enc_status, key_alg, key, nonce, in_fn, out_fn); in main()
/aosp_15_r20/external/sg3_utils/src/
H A Dsg_get_elem_status.c294 const char * in_fn = NULL; in main() local
337 in_fn = optarg; in main()
448 if (device_name && in_fn) { in main()
454 if (in_fn) { in main()
455 if ((ret = sg_f2hex_arr(in_fn, do_raw, false, gpesBuffp, in main()
477 in_fn, in_len); in main()
H A Dsg_get_lba_status.c245 const char * in_fn = NULL; in main() local
291 in_fn = optarg; in main()
415 if (device_name && in_fn) { in main()
421 if (in_fn) { in main()
422 if ((ret = sg_f2hex_arr(in_fn, do_raw, false, glbasBuffp, in main()
438 in_fn, in_len); in main()
H A Dsg_rep_zones.c86 const char * in_fn; member
442 } else if (op->in_fn) in decode_rep_zones()
443 pr2serr("perhaps %s has been truncated\n", op->in_fn); in decode_rep_zones()
1214 op->in_fn = optarg; in main()
1351 if (device_name && op->in_fn) { in main()
1365 if (op->in_fn) { in main()
1366 if ((ret = sg_f2hex_arr(op->in_fn, op->do_raw, false, rzBuff, in main()
1382 "least)\n", op->in_fn, in_len); in main()
1436 rlen = op->in_fn ? in_len : (op->maxlen - resid); in main()
H A Dsg_logs.c216 const char * in_fn; member
1075 op->in_fn = optarg; in new_parse_cmd_line()
1327 op->in_fn = cp + 2; in old_parse_cmd_line()
8686 if (op->in_fn) { in main()
8714 if (op->in_fn) { in main()
8722 if ((ret = sg_f2hex_arr(op->in_fn, op->do_raw, false, rsp_buff, in main()
8732 op->in_fn, in_len); in main()
8870 if (op->in_fn) { in main()
8877 if ((ret = sg_f2hex_arr(op->in_fn, op->do_raw, false, rsp_buff, in main()
/aosp_15_r20/external/bcc/examples/networking/xdp/
H A Dxdp_redirect_cpu.py72 in_fn = b.load_func("xdp_redirect_cpu", BPF.XDP) variable
73 b.attach_xdp(in_if, in_fn, flags)
H A Dxdp_redirect_map.py84 in_fn = b.load_func("xdp_redirect_map", BPF.XDP) variable
87 b.attach_xdp(in_if, in_fn, flags)
/aosp_15_r20/external/e2fsprogs/debugfs/
H A Ddump.c154 char *in_fn, *out_fn; in do_dump() local
175 in_fn = argv[optind]; in do_dump()
178 inode = string_to_inode(in_fn); in do_dump()
/aosp_15_r20/external/skia/resources/sksl/runtime_errors/
H A DIllegalModifiers.rts16 in void in_fn() {}
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib/contrib/pascal/
Dzlibpas.pas138 function inflateBack(var strm: z_stream; in_fn: in_func; in_desc: Pointer; in inflateBack()
/aosp_15_r20/external/pytorch/test/
H A Dtest_unary_ufuncs.py886 in_fn = getattr(torch.Tensor, fn + "_")
896 in_fn,
/aosp_15_r20/external/bcc/docs/
H A Dreference_guide.md1431 in_fn = b.load_func("redirect_example", BPF.XDP)
1433 b.attach_xdp("eth0", in_fn, 0)