Home
last modified time | relevance | path

Searched defs:opts (Results 326 - 350 of 421) sorted by relevance

1...<<11121314151617

/third_party/libbpf/src/
H A Dgen_loader.c398 struct gen_loader_opts *opts = gen->opts; in bpf_gen__finish() local
H A Dbpf.c165 bpf_map_create(enum bpf_map_type map_type, const char *map_name, __u32 key_size, __u32 value_size, __u32 max_entries, const struct bpf_map_create_opts *opts) bpf_map_create() argument
230 bpf_prog_load(enum bpf_prog_type prog_type, const char *prog_name, const char *license, const struct bpf_insn *insns, size_t insn_cnt, struct bpf_prog_load_opts *opts) bpf_prog_load() argument
516 bpf_map_batch_common(int cmd, int fd, void *in_batch, void *out_batch, void *keys, void *values, __u32 *count, const struct bpf_map_batch_opts *opts) bpf_map_batch_common() argument
544 bpf_map_delete_batch(int fd, const void *keys, __u32 *count, const struct bpf_map_batch_opts *opts) bpf_map_delete_batch() argument
551 bpf_map_lookup_batch(int fd, void *in_batch, void *out_batch, void *keys, void *values, __u32 *count, const struct bpf_map_batch_opts *opts) bpf_map_lookup_batch() argument
559 bpf_map_lookup_and_delete_batch(int fd, void *in_batch, void *out_batch, void *keys, void *values, __u32 *count, const struct bpf_map_batch_opts *opts) bpf_map_lookup_and_delete_batch() argument
568 bpf_map_update_batch(int fd, const void *keys, const void *values, __u32 *count, const struct bpf_map_batch_opts *opts) bpf_map_update_batch() argument
575 bpf_obj_pin_opts(int fd, const char *pathname, const struct bpf_obj_pin_opts *opts) bpf_obj_pin_opts() argument
604 bpf_obj_get_opts(const char *pathname, const struct bpf_obj_get_opts *opts) bpf_obj_get_opts() argument
632 bpf_prog_attach_opts(int prog_fd, int target, enum bpf_attach_type type, const struct bpf_prog_attach_opts *opts) bpf_prog_attach_opts() argument
670 bpf_prog_detach_opts(int prog_fd, int target, enum bpf_attach_type type, const struct bpf_prog_detach_opts *opts) bpf_prog_detach_opts() argument
717 bpf_link_create(int prog_fd, int target_fd, enum bpf_attach_type attach_type, const struct bpf_link_create_opts *opts) bpf_link_create() argument
882 bpf_link_update(int link_fd, int new_prog_fd, const struct bpf_link_update_opts *opts) bpf_link_update() argument
921 bpf_prog_query_opts(int target, enum bpf_attach_type type, struct bpf_prog_query_opts *opts) bpf_prog_query_opts() argument
969 bpf_prog_test_run_opts(int prog_fd, struct bpf_test_run_opts *opts) bpf_prog_test_run_opts() argument
1040 bpf_prog_get_fd_by_id_opts(__u32 id, const struct bpf_get_fd_by_id_opts *opts) bpf_prog_get_fd_by_id_opts() argument
1063 bpf_map_get_fd_by_id_opts(__u32 id, const struct bpf_get_fd_by_id_opts *opts) bpf_map_get_fd_by_id_opts() argument
1086 bpf_btf_get_fd_by_id_opts(__u32 id, const struct bpf_get_fd_by_id_opts *opts) bpf_btf_get_fd_by_id_opts() argument
1109 bpf_link_get_fd_by_id_opts(__u32 id, const struct bpf_get_fd_by_id_opts *opts) bpf_link_get_fd_by_id_opts() argument
1183 bpf_btf_load(const void *btf_data, size_t btf_size, struct bpf_btf_load_opts *opts) bpf_btf_load() argument
1272 bpf_prog_bind_map(int prog_fd, int map_fd, const struct bpf_prog_bind_opts *opts) bpf_prog_bind_map() argument
[all...]
/third_party/jerryscript/jerry-core/parser/js/
H A Djs-parser-expr.c726 parser_class_literal_opts_t opts = PARSER_CLASS_LITERAL_NO_OPTS; in parser_parse_class() local
488 parser_parse_class_literal(parser_context_t *context_p, parser_class_literal_opts_t opts) parser_parse_class_literal() argument
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-function-object.c1594 ecma_op_function_list_lazy_property_names(ecma_object_t *object_p, uint32_t opts, ecma_collection_t *main_collection_p, ecma_collection_t *non_enum_collection_p) ecma_op_function_list_lazy_property_names() argument
1655 ecma_op_external_function_list_lazy_property_names(ecma_object_t *object_p, uint32_t opts, ecma_collection_t *main_collection_p, ecma_collection_t *non_enum_collection_p) ecma_op_external_function_list_lazy_property_names() argument
1685 ecma_op_bound_function_list_lazy_property_names(ecma_object_t *object_p, uint32_t opts, ecma_collection_t *main_collection_p, ecma_collection_t *non_enum_collection_p) ecma_op_bound_function_list_lazy_property_names() argument
/third_party/mesa3d/src/compiler/nir/
H A Dnir_deref.c157 nir_deref_instr_has_complex_use(nir_deref_instr *deref, nir_deref_instr_has_complex_use_options opts) nir_deref_instr_has_complex_use() argument
/third_party/ltp/testcases/kernel/fs/doio/
H A Diogen.c1374 int parse_cmdline(int argc, char **argv, char *opts) in parse_cmdline() argument
/third_party/ltp/lib/
H A Dsafe_macros.c784 safe_waitpid(const char *file, const int lineno, void (cleanup_fn)(void), pid_t pid, int *status, int opts) safe_waitpid() argument
/third_party/mesa3d/src/gallium/frontends/clover/spirv/
H A Dinvocation.cpp799 link_program(const std::vector<binary> &binaries, const device &dev, const std::string &opts, std::string &r_log) link_program() argument
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsdecrypt.c138 static struct options opts; variable
[all...]
H A Dntfsundelete.c110 static struct options opts; variable
[all...]
H A Dntfswipe.c73 static struct options opts; variable
[all...]
/third_party/mesa3d/src/microsoft/clc/
H A Dclc_compiler.c1110 struct nir_to_dxil_options opts = { in clc_spirv_to_dxil() local
/third_party/icu/icu4c/source/test/perf/collationperf/
H A Dcollperf.cpp150 OptSpec opts[] = { variable
223 UBool ProcessOptions(int argc, const char **argv, OptSpec opts[]) in ProcessOptions() argument
/third_party/libfuse/example/
H A Dpassthrough_ll.c1185 struct fuse_cmdline_opts opts; in main() local
[all...]
/third_party/libfuse/util/
H A Dfusermount.c685 static int get_mnt_opts(int flags, char *opts, char **mnt_optsp) in get_mnt_opts() argument
177 add_mount(const char *source, const char *mnt, const char *type, const char *opts) add_mount() argument
518 add_mount(const char *source, const char *mnt, const char *type, const char *opts) add_mount() argument
769 do_mount(const char *mnt, const char **typep, mode_t rootmode, int fd, const char *opts, const char *dev, char **sourcep, char **mnt_optsp) do_mount() argument
1128 mount_fuse(const char *mnt, const char *opts, const char **type) mount_fuse() argument
1358 const char *opts = ""; main() local
[all...]
/third_party/ltp/testcases/kernel/mce-test/stress/tools/page-poisoning/
H A Dpage-poisoning.c112 static struct option opts[] = { variable
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_compiler.cpp143 struct nir_to_dxil_options opts = {}; in compile_nir() local
[all...]
/third_party/mksh/
H A Dvar.c1873 const char *opts; in c_typeset() local
/third_party/vk-gl-cts/external/amber/src/src/
H A Dpipeline.h52 void SetShaderOptimizations(const std::vector<std::string>& opts) { in SetShaderOptimizations() argument
/third_party/skia/src/codec/
H A DSkJpegCodec.cpp471 readRows(const SkImageInfo& dstInfo, void* dst, size_t rowBytes, int count, const Options& opts) readRows() argument
/third_party/skia/third_party/externals/freetype/src/bdf/
H A Dbdflib.c269 bdf_options_t* opts; member
976 _bdf_set_default_spacing( bdf_font_t* font, bdf_options_t* opts, unsigned long lineno ) _bdf_set_default_spacing() argument
[all...]
/third_party/skia/third_party/externals/tint/samples/
H A Dmain.cc367 bool ParseArgs(const std::vector<std::string>& args, Options* opts) { in ParseArgs() argument
[all...]
/third_party/selinux/libselinux/src/
H A Davc.c228 int avc_open(struct selinux_opt *opts, unsigned nopts) in avc_open() argument
H A Dlabel_file.c713 static int init(struct selabel_handle *rec, const struct selinux_opt *opts, unsigned n) in init() argument
778 static int init(struct selabel_handle *rec, const struct selinux_opt *opts, in init() argument
1349 selabel_file_init(struct selabel_handle *rec, const struct selinux_opt *opts, unsigned nopts) selabel_file_init() argument
[all...]
/base/theme/wallpaper_mgr/services/src/
H A Dwallpaper_service.cpp623 OHOS::Media::SourceOptions opts; in SaveColor() local

Completed in 43 milliseconds

1...<<11121314151617