Home
last modified time | relevance | path

Searched defs:obj (Results 1901 - 1925 of 3080) sorted by relevance

1...<<71727374757677787980>>...124

/kernel/linux/linux-6.6/security/tomoyo/
H A Dfile.c712 struct tomoyo_obj_info obj = { in tomoyo_path_number_perm() local
760 struct tomoyo_obj_info obj = { in tomoyo_check_open_permission() local
806 struct tomoyo_obj_info obj = { in tomoyo_path_perm() local
863 struct tomoyo_obj_info obj = { tomoyo_mkdev_perm() local
910 struct tomoyo_obj_info obj = { tomoyo_path2_perm() local
[all...]
H A Dcondition.c713 void tomoyo_get_attributes(struct tomoyo_obj_info *obj) in tomoyo_get_attributes() argument
776 struct tomoyo_obj_info *obj; in tomoyo_condition() local
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtesting_helpers.c261 struct bpf_object *obj; in bpf_prog_test_load() local
/kernel/linux/linux-6.6/sound/oss/dmasound/
H A Ddmasound_paula.c324 static void AmiFree(void *obj, unsigned int size) in AmiFree() argument
/kernel/linux/linux-6.6/lib/
H A Dtest_rhashtable.c81 const struct test_obj_rhl *obj = data; in my_hashfn() local
86 static int my_cmpfn(struct rhashtable_compare_arg *arg, const void *obj) in my_cmpfn() argument
115 static int insert_retry(struct rhashtable *ht, struct test_obj *obj, in insert_retry() argument
143 struct test_obj *obj; in test_rht_lookup() local
211 struct test_obj *obj; test_rhashtable() local
223 struct test_obj *obj = &array[i]; test_rhashtable() local
312 struct test_obj_rhl *obj; test_rhltable() local
446 struct test_obj *obj = &array[i]; test_rhashtable_max() local
592 struct test_obj *obj; thread_lookup_test() local
[all...]
/kernel/linux/linux-6.6/mm/kfence/
H A Dkfence_test.c525 static void ctor_set_x(void *obj) in ctor_set_x() argument
/kernel/linux/linux-6.6/net/ipv6/
H A Dioam6.c49 static int ioam6_ns_cmpfn(struct rhashtable_compare_arg *arg, const void *obj) in ioam6_ns_cmpfn() argument
56 static int ioam6_sc_cmpfn(struct rhashtable_compare_arg *arg, const void *obj) in ioam6_sc_cmpfn() argument
/kernel/linux/linux-6.6/net/ipv6/ila/
H A Dila_xlat.c66 ila_cmpfn(struct rhashtable_compare_arg *arg, const void *obj) ila_cmpfn() argument
/kernel/linux/linux-6.6/net/netfilter/
H A Dnft_limit.c328 static void nft_limit_obj_pkts_eval(struct nft_object *obj, in nft_limit_obj_pkts_eval() argument
380 static void nft_limit_obj_bytes_eval(struct nft_object *obj, in nft_limit_obj_bytes_eval() argument
338 nft_limit_obj_pkts_init(const struct nft_ctx *ctx, const struct nlattr * const tb[], struct nft_object *obj) nft_limit_obj_pkts_init() argument
353 nft_limit_obj_pkts_dump(struct sk_buff *skb, struct nft_object *obj, bool reset) nft_limit_obj_pkts_dump() argument
362 nft_limit_obj_pkts_destroy(const struct nft_ctx *ctx, struct nft_object *obj) nft_limit_obj_pkts_destroy() argument
391 nft_limit_obj_bytes_init(const struct nft_ctx *ctx, const struct nlattr * const tb[], struct nft_object *obj) nft_limit_obj_bytes_init() argument
400 nft_limit_obj_bytes_dump(struct sk_buff *skb, struct nft_object *obj, bool reset) nft_limit_obj_bytes_dump() argument
409 nft_limit_obj_bytes_destroy(const struct nft_ctx *ctx, struct nft_object *obj) nft_limit_obj_bytes_destroy() argument
[all...]
/kernel/linux/linux-6.6/samples/bpf/
H A Dxdp_router_ipv4_user.c543 usage(char *argv[], const struct option *long_options, const char *doc, int mask, bool error, struct bpf_object *obj) usage() argument
/test/xts/acts/arkui/ace_ets_xcomponent/entry/src/main/cpp/render/
H A Dnative_xcomponent.cpp485 napi_value obj; in TestGetXComponentStatus() local
/test/xts/acts/hiviewdfx/hidebugtest/hidebugtestcoltest/entry/src/main/cpp/
H A Dhidebugndk.cpp145 napi_value obj = nullptr; in GetAppThreadCpuUsage() local
/third_party/ffmpeg/libavcodec/
H A Dbsf.c78 static void *bsf_child_next(void *obj, void *prev) in bsf_child_next() argument
/third_party/ffmpeg/libavfilter/
H A Dvf_spp.c55 static void *child_next(void *obj, void *prev) in child_next() argument
/third_party/ffmpeg/libavformat/
H A Davio.c46 static void *urlcontext_child_next(void *obj, void *prev) in urlcontext_child_next() argument
/third_party/alsa-lib/src/alisp/
H A Dalisp_snd.c35 static inline int get_integer(struct alisp_object * obj) in get_integer() argument
42 static inline const void *get_pointer(struct alisp_object * obj) in get_pointer() argument
49 static const char *get_string(struct alisp_object * obj, const char * deflt) in get_string() argument
64 get_flags(struct alisp_instance * instance, struct alisp_object * obj, const struct flags * flags, unsigned int deflt) get_flags() argument
102 get_ptr(struct alisp_instance * instance, struct alisp_object * obj, const char *_ptr_id) get_ptr() argument
144 add_cons(struct alisp_instance * instance, struct alisp_object *lexpr, int cdr, const char *id, struct alisp_object *obj) add_cons() argument
183 add_cons2(struct alisp_instance * instance, struct alisp_object *lexpr, int cdr, struct alisp_object *obj) add_cons2() argument
626 struct alisp_object * lexpr, * p1 = NULL, * obj; FA_hctl_elem_read() local
688 struct alisp_object * p1 = NULL, * obj; FA_hctl_elem_write() local
[all...]
/third_party/alsa-lib/src/timer/
H A Dtimer_query.c284 int snd_timer_ginfo_set_tid(snd_timer_ginfo_t *obj, snd_timer_id_t *tid) in snd_timer_ginfo_set_tid() argument
295 snd_timer_id_t *snd_timer_ginfo_get_tid(snd_timer_ginfo_t *obj) in snd_timer_ginfo_get_tid() argument
305 unsigned int snd_timer_ginfo_get_flags(snd_timer_ginfo_t *obj) in snd_timer_ginfo_get_flags() argument
315 snd_timer_ginfo_get_card(snd_timer_ginfo_t *obj) snd_timer_ginfo_get_card() argument
325 snd_timer_ginfo_get_id(snd_timer_ginfo_t *obj) snd_timer_ginfo_get_id() argument
335 snd_timer_ginfo_get_name(snd_timer_ginfo_t *obj) snd_timer_ginfo_get_name() argument
345 snd_timer_ginfo_get_resolution(snd_timer_ginfo_t *obj) snd_timer_ginfo_get_resolution() argument
355 snd_timer_ginfo_get_resolution_min(snd_timer_ginfo_t *obj) snd_timer_ginfo_get_resolution_min() argument
365 snd_timer_ginfo_get_resolution_max(snd_timer_ginfo_t *obj) snd_timer_ginfo_get_resolution_max() argument
375 snd_timer_ginfo_get_clients(snd_timer_ginfo_t *obj) snd_timer_ginfo_get_clients() argument
[all...]
/third_party/alsa-lib/src/pcm/
H A Dpcm_rate_linear.c49 static snd_pcm_uframes_t input_frames(void *obj, snd_pcm_uframes_t frames) in input_frames() argument
58 static snd_pcm_uframes_t output_frames(void *obj, snd_pcm_uframes_t frames) in output_frames() argument
310 static void linear_convert(void *obj, in linear_convert() argument
321 static void linear_free(void *obj) in linear_free() argument
329 static int linear_init(void *obj, snd_pcm_rate_info_t *info) in linear_init() argument
360 linear_adjust_pitch(void *obj, snd_pcm_rate_info_t *info) linear_adjust_pitch() argument
393 linear_reset(void *obj) linear_reset() argument
402 linear_close(void *obj) linear_close() argument
[all...]
/third_party/cups-filters/filter/
H A Dtexttopdf.c253 int obj=pdfOut_add_xref(pdf); in WritePage() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICUService.java773 public Factory registerObject(Object obj, String id) { in registerObject() argument
782 public Factory registerObject(Object obj, String id, boolean visible) { in registerObject() argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DXCldrStub.java115 public boolean equals(Object obj) { in equals() argument
/third_party/icu/icu4c/source/samples/layout/
H A Dpflow.c229 pf_object *obj = (pf_object *) flow; in pf_close() local
252 pf_object *obj in pf_getAscent() local
259 pf_object *obj = (pf_object *) flow; pf_getLineHeight() local
266 pf_object *obj = (pf_object *) flow; pf_getLineCount() local
271 addLine(pf_object *obj, pl_line *line) addLine() argument
283 pf_object *obj = (pf_object *) flow; pf_breakLines() local
322 pf_object *obj = (pf_object *) flow; pf_draw() local
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dmsfmrgts.cpp217 Formattable obj = objs[i]; in Test4031438() local
310 Formattable obj; in Test4052223() local
[all...]
/third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
H A DDecimalFormatICU.java67 public boolean equals(Object obj) { in equals() argument
85 public AttributedCharacterIterator formatToCharacterIterator(Object obj) { in formatToCharacterIterator() argument
/third_party/NuttX/drivers/usbdev/gadget/fconfig/include/
H A Dusbd_config.h124 struct usb_obj obj; member
134 struct usb_obj obj; member
142 struct usb_obj obj; member
148 struct usb_obj obj; member

Completed in 32 milliseconds

1...<<71727374757677787980>>...124