/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | eloop.c | 60 WPA_TRACE_REF(user); 71 WPA_TRACE_REF(user); 150 wpa_trace_add_ref(&table->table[i], user, in eloop_trace_sock_add_ref() 165 wpa_trace_remove_ref(&table->table[i], user, in eloop_trace_sock_remove_ref() 878 wpa_trace_add_ref(timeout, user, user_data); in eloop_register_timeout() 922 wpa_trace_remove_ref(timeout, user, timeout->user_data); in eloop_remove_timeout()
|
/kernel/linux/linux-6.6/net/bpf/ |
H A D | test_run.c | 444 /* Clamp copy if the user has provided a size hint, but copy the full in bpf_test_finish() 755 * after csd_lock(). However, since cpu is from user in bpf_prog_test_run_raw_tp() 1181 /* There can't be user provided data before the meta data */ in bpf_prog_test_run_xdp() 1513 const struct nf_hook_state *user, in verify_and_copy_hook_state() 1516 if (user->in || user->out) in verify_and_copy_hook_state() 1519 if (user->net || user->sk || user->okfn) in verify_and_copy_hook_state() 1522 switch (user in verify_and_copy_hook_state() 1512 verify_and_copy_hook_state(struct nf_hook_state *state, const struct nf_hook_state *user, struct net_device *dev) verify_and_copy_hook_state() argument [all...] |
/third_party/selinux/libsepol/cil/src/ |
H A D | cil_policy.c | 274 fprintf(out, "%s:", DATUM(context->user)->fqn); in cil_context_to_policy() 1585 struct cil_user *user; in cil_users_to_policy() local 1591 user = i1->data; in cil_users_to_policy() 1593 fprintf(out, "user %s",user->datum.fqn); in cil_users_to_policy() 1596 if (ebitmap_get_bit(user->roles, role->value)) { in cil_users_to_policy() 1619 if (mls == CIL_TRUE && user->dftlevel != NULL) { in cil_users_to_policy() 1621 cil_level_to_policy(out, user->dftlevel); in cil_users_to_policy() 1624 if (mls == CIL_TRUE && user->range != NULL) { in cil_users_to_policy() 1626 cil_levelrange_to_policy(out, user in cil_users_to_policy() [all...] |
/third_party/selinux/libsepol/src/ |
H A D | expand.c | 415 ERR(state->handle, "Found conflicting default user definitions"); in class_copy_default_new_object() 627 user_datum_t *user = (user_datum_t *) datum; in user_bounds_copy_callback() local 631 if (!user->bounds) in user_bounds_copy_callback() 637 bounds_val = state->usermap[user->bounds - 1]; in user_bounds_copy_callback() 995 user_datum_t *user; in user_copy_callback() local 1001 user = (user_datum_t *) datum; in user_copy_callback() 1010 INFO(state->handle, "copying user %s", id); in user_copy_callback() 1024 state->usermap[user->s.value - 1] = new_user->s.value; in user_copy_callback() 1044 if (mls_semantic_range_expand(&user->range, in user_copy_callback() 1049 if (mls_semantic_level_expand(&user in user_copy_callback() [all...] |
H A D | link.c | 83 "common", "class", "role", "type/attribute", "user", 216 ERR(state->handle, "Found conflicting default user definitions"); in class_copy_default_new_object() 538 user_datum_t *user, *base_user, *new_user = NULL; in user_copy_callback() local 541 user = (user_datum_t *) datum; in user_copy_callback() 546 INFO(state->handle, "copying user %s", id); in user_copy_callback() 589 state->cur->map[SYM_USERS][user->s.value - 1] = base_user->s.value; in user_copy_callback() 824 user_datum_t *user = (user_datum_t *) datum; in user_bounds_copy_callback() local 828 if (!user->bounds) in user_bounds_copy_callback() 831 bounds_val = state->cur->map[SYM_USERS][user->bounds - 1]; in user_bounds_copy_callback() 1182 user_datum_t *user, *new_use in user_fix_callback() local [all...] |
/third_party/astc-encoder/Source/ |
H A D | stb_image.h | 176 // stbi_failure_reason() can be queried for an extremely brief, end-user 179 // more user-friendly ones. 411 int (*read) (void *user,char *data,int size); // fill 'data' with 'size' bytes. return number of bytes actually read 412 void (*skip) (void *user,int n); // skip the next 'n' bytes, or 'unget' the last -n bytes if negative 413 int (*eof) (void *user); // returns nonzero if we are at end of file/data 422 STBIDEF stbi_uc *stbi_load_from_callbacks(stbi_io_callbacks const *clbk , void *user, int *x, int *y, int *channels_in_file, int desired_channels); 444 STBIDEF stbi_us *stbi_load_16_from_callbacks(stbi_io_callbacks const *clbk, void *user, int *x, int *y, int *channels_in_file, int desired_channels); 457 STBIDEF float *stbi_loadf_from_callbacks (stbi_io_callbacks const *clbk, void *user, int *x, int *y, int *channels_in_file, int desired_channels); 476 STBIDEF int stbi_is_hdr_from_callbacks(stbi_io_callbacks const *clbk, void *user); 493 STBIDEF int stbi_info_from_callbacks(stbi_io_callbacks const *clbk, void *user, in 834 stbi__start_callbacks(stbi__context *s, stbi_io_callbacks *c, void *user) stbi__start_callbacks() argument 848 stbi__stdio_read(void *user, char *data, int size) stbi__stdio_read() argument 853 stbi__stdio_skip(void *user, int n) stbi__stdio_skip() argument 863 stbi__stdio_eof(void *user) stbi__stdio_eof() argument 1420 stbi_load_16_from_callbacks(stbi_io_callbacks const *clbk, void *user, int *x, int *y, int *channels_in_file, int desired_channels) stbi_load_16_from_callbacks() argument 1434 stbi_load_from_callbacks(stbi_io_callbacks const *clbk, void *user, int *x, int *y, int *comp, int req_comp) stbi_load_from_callbacks() argument 1483 stbi_loadf_from_callbacks(stbi_io_callbacks const *clbk, void *user, int *x, int *y, int *comp, int req_comp) stbi_loadf_from_callbacks() argument 1557 stbi_is_hdr_from_callbacks(stbi_io_callbacks const *clbk, void *user) stbi_is_hdr_from_callbacks() argument [all...] |
/third_party/backends/frontend/ |
H A D | saned.c | 267 /* The default-user name. This is not used to imply any rights. All 268 it does is save a remote user some work by reducing the amount of 270 static const char *default_username = "saned-user"; 3082 runas_user (char *user) argument 3092 pwent = getpwnam(user); 3096 DBG (DBG_ERR, "FATAL ERROR: user %s not found on system\n", user); 3127 if (strcmp(grp->gr_mem[i], user) == 0) 3190 run_standalone (char *user) argument 3251 if (user) 3452 char *user = NULL; global() local [all...] |
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/ |
H A D | rkisp.h | 159 int rkisp_align_sensor_resolution(struct rkisp_device *dev, struct v4l2_rect *crop, bool user);
|
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/ |
H A D | rkisp.h | 161 struct v4l2_rect *crop, bool user);
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/ |
H A D | sync_event.cpp | 27 prepareTraceId_(syncParam.prepareTraceId), user_(syncParam.user) in EventInfo()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/ |
H A D | auto_cache.h | 69 Delegate(GeneralStore *delegate, const Watchers &watchers, int32_t user, const StoreMetaData &meta);
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/metadata/ |
H A D | store_meta_data.h | 27 // UID -> uid, deviceAccountId -> userId, userId -> user 59 std::string user = ""; member
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/ |
H A D | data_share_db_config.cpp | 37 meta.user = std::to_string(userId); in QueryMetaData() 70 ZLOGE("DB not exist,bundleName:%{public}s,storeName:%{public}s,user:%{public}d,err:%{public}d,uri:%{public}s", in GetDbConfig()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/strategies/general/ |
H A D | load_config_data_info_strategy.cpp | 38 meta.user = std::to_string(userId);
in QueryMetaData()
|
/kernel/linux/linux-5.10/arch/xtensa/include/asm/ |
H A D | elf.h | 124 * This yields a mask that user programs can use to figure out what 125 * instruction set this CPU supports. This could be done in user space, 164 xtregs_user_t user; member
|
/kernel/linux/linux-5.10/arch/x86/um/ |
H A D | user-offsets.c | 7 #include <sys/user.h>
|
/kernel/linux/linux-5.10/arch/arm/nwfpe/ |
H A D | entry.S | 33 the user code. If the emulator is unable to emulate the instruction, 35 user program with a core dump. 47 user registers into it. See /usr/include/asm/proc/ptrace.h for details. 54 executes the instruction, without returning to user space. In this 108 .Lfix: ret r9 @ let the user eat segfaults
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | sacos.S | 58 fmovel %d1,%fpcr | ...load user's rounding mode/precision
|
/kernel/linux/linux-5.10/arch/h8300/kernel/ |
H A D | process.c | 38 #include <linux/user.h>
|
/kernel/linux/linux-5.10/arch/alpha/oprofile/ |
H A D | common.c | 41 /* If the user has selected an interrupt frequency that is in op_handle_interrupt() 125 oprofilefs_create_ulong(dir, "user", &ctr[i].user); in op_axp_create_files()
|
/kernel/linux/linux-5.10/arch/nds32/kernel/ |
H A D | fpu.c | 8 #include <asm/user.h> 178 /* First time FPU user. */ in do_fpu_context_switch()
|
/kernel/linux/linux-5.10/arch/mips/oprofile/ |
H A D | common.c | 53 oprofilefs_create_ulong(dir, "user", &ctr[i].user); in op_mips_create_files()
|
/kernel/linux/linux-5.10/arch/sh/include/asm/ |
H A D | elf.h | 8 #include <asm/user.h> 120 /* This yields a mask that user programs can use to figure out what 121 instruction set this CPU supports. This could be done in user space,
|
/kernel/linux/common_modules/tzdriver/tui/ |
H A D | Makefile | 3 ifneq ($(TARGET_BUILD_VARIANT), user)
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
H A D | elf.h | 13 #include <asm/user.h>
|