Home
last modified time | relevance | path

Searched refs:attr (Results 51 - 75 of 2310) sorted by relevance

12345678910>>...93

/test/xts/acts/security_lite/huks/liteos_m_adapter/
H A Dhks_agreement_test.c63 osThreadAttr_t attr; in HksAgreementTestSetUp() local
65 attr.name = "test"; in HksAgreementTestSetUp()
66 attr.attr_bits = 0U; in HksAgreementTestSetUp()
67 attr.cb_mem = NULL; in HksAgreementTestSetUp()
68 attr.cb_size = 0U; in HksAgreementTestSetUp()
69 attr.stack_mem = NULL; in HksAgreementTestSetUp()
70 attr.stack_size = TEST_TASK_STACK_SIZE; in HksAgreementTestSetUp()
71 attr.priority = g_setPriority; in HksAgreementTestSetUp()
72 id = osThreadNew((osThreadFunc_t)ExecHksInitialize, NULL, &attr); in HksAgreementTestSetUp()
229 osThreadAttr_t attr; in LITE_TEST_CASE() local
252 osThreadAttr_t attr; LITE_TEST_CASE() local
[all...]
H A Dhks_exist_test.c97 osThreadAttr_t attr; in HksExistTestSetUp() local
99 attr.name = "test"; in HksExistTestSetUp()
100 attr.attr_bits = 0U; in HksExistTestSetUp()
101 attr.cb_mem = NULL; in HksExistTestSetUp()
102 attr.cb_size = 0U; in HksExistTestSetUp()
103 attr.stack_mem = NULL; in HksExistTestSetUp()
104 attr.stack_size = TEST_TASK_STACK_SIZE; in HksExistTestSetUp()
105 attr.priority = g_setPriority; in HksExistTestSetUp()
106 id = osThreadNew((osThreadFunc_t)ExecHksInitialize, NULL, &attr); in HksExistTestSetUp()
133 osThreadAttr_t attr; in LITE_TEST_CASE() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dwps_enrollee.c707 struct wps_parse_attr attr; in wps_process_cred_e() local
714 if (wps_parse_msg(&msg, &attr) < 0 || in wps_process_cred_e()
715 wps_process_cred(&attr, &wps->cred)) in wps_process_cred_e()
803 struct wps_parse_attr *attr, in wps_process_ap_settings_e()
812 if (wps_process_ap_settings(attr, &cred) < 0) in wps_process_ap_settings_e()
952 struct wps_parse_attr *attr) in wps_process_m2()
963 if (wps_process_registrar_nonce(wps, attr->registrar_nonce) || in wps_process_m2()
964 wps_process_enrollee_nonce(wps, attr->enrollee_nonce) || in wps_process_m2()
965 wps_process_uuid_r(wps, attr->uuid_r) || in wps_process_m2()
966 wps_process_dev_pw_id(wps, attr in wps_process_m2()
802 wps_process_ap_settings_e(struct wps_data *wps, struct wps_parse_attr *attr, struct wpabuf *attrs, int wps2) wps_process_ap_settings_e() argument
950 wps_process_m2(struct wps_data *wps, const struct wpabuf *msg, struct wps_parse_attr *attr) wps_process_m2() argument
1031 wps_process_m2d(struct wps_data *wps, struct wps_parse_attr *attr) wps_process_m2d() argument
1086 wps_process_m4(struct wps_data *wps, const struct wpabuf *msg, struct wps_parse_attr *attr) wps_process_m4() argument
1141 wps_process_m6(struct wps_data *wps, const struct wpabuf *msg, struct wps_parse_attr *attr) wps_process_m6() argument
1198 wps_process_m8(struct wps_data *wps, const struct wpabuf *msg, struct wps_parse_attr *attr) wps_process_m8() argument
1271 struct wps_parse_attr attr; wps_process_wsc_msg() local
1356 struct wps_parse_attr attr; wps_process_wsc_ack() local
1402 struct wps_parse_attr attr; wps_process_wsc_nack() local
1488 struct wps_parse_attr attr; wps_enrollee_process_msg() local
[all...]
H A Dwps_module_tests.c266 struct wps_parse_attr attr; in wps_attr_parse_tests() local
286 if (wps_parse_msg(buf, &attr) != test->result) { in wps_attr_parse_tests()
293 if (!attr.network_key || !attr.ap_setup_locked) in wps_attr_parse_tests()
297 if (attr.num_cred != MAX_CRED_COUNT) in wps_attr_parse_tests()
301 if (!attr.network_key_idx) in wps_attr_parse_tests()
305 if (attr.num_req_dev_type != MAX_REQ_DEV_TYPE_COUNT) in wps_attr_parse_tests()
309 if (attr.num_vendor_ext != MAX_WPS_PARSE_VENDOR_EXT) in wps_attr_parse_tests()
313 if (!attr.version2 || in wps_attr_parse_tests()
314 !attr in wps_attr_parse_tests()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dwps_enrollee.c707 struct wps_parse_attr attr; in wps_process_cred_e() local
714 if (wps_parse_msg(&msg, &attr) < 0 || in wps_process_cred_e()
715 wps_process_cred(&attr, &wps->cred)) in wps_process_cred_e()
803 struct wps_parse_attr *attr, in wps_process_ap_settings_e()
812 if (wps_process_ap_settings(attr, &cred) < 0) in wps_process_ap_settings_e()
963 struct wps_parse_attr *attr) in wps_process_m2()
974 if (wps_process_registrar_nonce(wps, attr->registrar_nonce) || in wps_process_m2()
975 wps_process_enrollee_nonce(wps, attr->enrollee_nonce) || in wps_process_m2()
976 wps_process_uuid_r(wps, attr->uuid_r) || in wps_process_m2()
977 wps_process_dev_pw_id(wps, attr in wps_process_m2()
802 wps_process_ap_settings_e(struct wps_data *wps, struct wps_parse_attr *attr, struct wpabuf *attrs, int wps2) wps_process_ap_settings_e() argument
961 wps_process_m2(struct wps_data *wps, const struct wpabuf *msg, struct wps_parse_attr *attr) wps_process_m2() argument
1042 wps_process_m2d(struct wps_data *wps, struct wps_parse_attr *attr) wps_process_m2d() argument
1097 wps_process_m4(struct wps_data *wps, const struct wpabuf *msg, struct wps_parse_attr *attr) wps_process_m4() argument
1152 wps_process_m6(struct wps_data *wps, const struct wpabuf *msg, struct wps_parse_attr *attr) wps_process_m6() argument
1209 wps_process_m8(struct wps_data *wps, const struct wpabuf *msg, struct wps_parse_attr *attr) wps_process_m8() argument
1282 struct wps_parse_attr attr; wps_process_wsc_msg() local
1367 struct wps_parse_attr attr; wps_process_wsc_ack() local
1413 struct wps_parse_attr attr; wps_process_wsc_nack() local
1499 struct wps_parse_attr attr; wps_enrollee_process_msg() local
[all...]
H A Dwps_module_tests.c266 struct wps_parse_attr attr; in wps_attr_parse_tests() local
286 if (wps_parse_msg(buf, &attr) != test->result) { in wps_attr_parse_tests()
293 if (!attr.network_key || !attr.ap_setup_locked) in wps_attr_parse_tests()
297 if (attr.num_cred != MAX_CRED_COUNT) in wps_attr_parse_tests()
301 if (!attr.network_key_idx) in wps_attr_parse_tests()
305 if (attr.num_req_dev_type != MAX_REQ_DEV_TYPE_COUNT) in wps_attr_parse_tests()
309 if (attr.num_vendor_ext != MAX_WPS_PARSE_VENDOR_EXT) in wps_attr_parse_tests()
313 if (!attr.version2 || in wps_attr_parse_tests()
314 !attr in wps_attr_parse_tests()
[all...]
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dpem.h221 # define DECLARE_PEM_read_fp_attr(attr, name, type) /**/
222 # define DECLARE_PEM_read_fp_ex_attr(attr, name, type) /**/
223 # define DECLARE_PEM_write_fp_attr(attr, name, type) /**/
224 # define DECLARE_PEM_write_fp_ex_attr(attr, name, type) /**/
226 # define DECLARE_PEM_write_fp_const_attr(attr, name, type) /**/
228 # define DECLARE_PEM_write_cb_fp_attr(attr, name, type) /**/
229 # define DECLARE_PEM_write_cb_fp_ex_attr(attr, name, type) /**/
233 # define DECLARE_PEM_read_fp_attr(attr, name, type) \
234 attr PEM_read_cb_fnsig(name, type, FILE, read);
235 # define DECLARE_PEM_read_fp_ex_attr(attr, nam
[all...]
/third_party/openssl/include/openssl/
H A Dpem.h221 # define DECLARE_PEM_read_fp_attr(attr, name, type) /**/
222 # define DECLARE_PEM_read_fp_ex_attr(attr, name, type) /**/
223 # define DECLARE_PEM_write_fp_attr(attr, name, type) /**/
224 # define DECLARE_PEM_write_fp_ex_attr(attr, name, type) /**/
226 # define DECLARE_PEM_write_fp_const_attr(attr, name, type) /**/
228 # define DECLARE_PEM_write_cb_fp_attr(attr, name, type) /**/
229 # define DECLARE_PEM_write_cb_fp_ex_attr(attr, name, type) /**/
233 # define DECLARE_PEM_read_fp_attr(attr, name, type) \
234 attr PEM_read_cb_fnsig(name, type, FILE, read);
235 # define DECLARE_PEM_read_fp_ex_attr(attr, nam
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_animation.cpp77 [](const std::string& val, SvgAnimateAttribute& attr) { in SetAttr()
78 attr.begin = ConvertTimeStr(val); in SetAttr()
81 [](const std::string& val, SvgAnimateAttribute& attr) { in SetAttr()
83 attr.dur = 0; in SetAttr()
85 attr.dur = ConvertTimeStr(val); in SetAttr()
89 [](const std::string& val, SvgAnimateAttribute& attr) { in SetAttr()
90 attr.end = ConvertTimeStr(val); in SetAttr()
93 [](const std::string& val, SvgAnimateAttribute& attr) { in SetAttr()
95 attr.repeatCount = -1; in SetAttr()
97 attr in SetAttr()
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_option.cpp56 bool DOMOption::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr() argument
59 if (attr.first != DOM_OPTION_CONTENT) { in SetSpecializedAttr()
60 attrs_.push_back(attr); in SetSpecializedAttr()
63 if (attr.first == DOM_OPTION_SELECTED) { in SetSpecializedAttr()
64 selectOptionComponent_->SetSelected(StringToBool(attr.second)); in SetSpecializedAttr()
68 if (attr.first == DOM_OPTION_VALUE) { in SetSpecializedAttr()
69 selectOptionComponent_->SetValue(attr.second); in SetSpecializedAttr()
73 if (attr.first == DOM_OPTION_ICON) { in SetSpecializedAttr()
75 icon_ = AceType::MakeRefPtr<ImageComponent>(attr.second); in SetSpecializedAttr()
77 icon_->SetSrc(attr in SetSpecializedAttr()
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/thread/
H A Dpthread_attr_setscope.c26 pthread_attr_t attr; in pthread_attr_setscope_0100() local
27 pthread_attr_init(&attr); in pthread_attr_setscope_0100()
28 int ret = pthread_attr_setscope(&attr, PTHREAD_SCOPE_SYSTEM); in pthread_attr_setscope_0100()
30 pthread_attr_destroy(&attr); in pthread_attr_setscope_0100()
40 pthread_attr_t attr; in pthread_attr_setscope_0200() local
41 pthread_attr_init(&attr); in pthread_attr_setscope_0200()
42 int ret = pthread_attr_setscope(&attr, PTHREAD_SCOPE_PROCESS); in pthread_attr_setscope_0200()
44 pthread_attr_destroy(&attr); in pthread_attr_setscope_0200()
54 pthread_attr_t attr; in pthread_attr_setscope_0300() local
55 pthread_attr_init(&attr); in pthread_attr_setscope_0300()
[all...]
H A Dpthread_setschedprio.c34 static void setthreadproperty(pthread_attr_t *attr, struct sched_param *param) in setthreadproperty() argument
36 int ret = pthread_attr_init(attr); in setthreadproperty()
40 ret = pthread_attr_setschedpolicy(attr, SCHED_RR); in setthreadproperty()
42 ret = pthread_attr_setschedparam(attr, param); in setthreadproperty()
45 ret = pthread_attr_setinheritsched(attr, PTHREAD_EXPLICIT_SCHED); in setthreadproperty()
57 pthread_attr_t attr; in pthread_setschedprio_0100() local
60 setthreadproperty(&attr, &param); in pthread_setschedprio_0100()
61 int ret = pthread_create(&thread, &attr, (void *)Thread1, NULL); in pthread_setschedprio_0100()
68 pthread_attr_destroy(&attr); in pthread_setschedprio_0100()
79 pthread_attr_t attr; in pthread_setschedprio_0200() local
[all...]
/third_party/selinux/libselinux/src/
H A Dprocattr.c83 static int openattr(pid_t pid, const char *attr, int flags) in openattr() argument
90 rc = asprintf(&path, "/proc/%d/attr/%s", pid, attr); in openattr()
92 rc = asprintf(&path, "/proc/thread-self/attr/%s", attr); in openattr()
100 rc = asprintf(&path, "/proc/self/task/%d/attr/%s", tid, attr); in openattr()
115 pid_t pid, const char *attr) in getprocattrcon_raw()
127 switch (attr[0]) { in getprocattrcon_raw()
159 fd = openattr(pid, attr, O_RDONL in getprocattrcon_raw()
114 getprocattrcon_raw(char ** context, pid_t pid, const char *attr) getprocattrcon_raw() argument
197 getprocattrcon(char ** context, pid_t pid, const char *attr) getprocattrcon() argument
213 setprocattrcon_raw(const char * context, pid_t pid, const char *attr) setprocattrcon_raw() argument
282 setprocattrcon(const char * context, pid_t pid, const char *attr) setprocattrcon() argument
[all...]
/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/
H A Dbpf_loader.cpp147 inline int32_t SysBpf(bpf_cmd cmd, bpf_attr *attr, uint32_t size) in SysBpf() argument
149 return static_cast<int32_t>(syscall(__NR_bpf, cmd, attr, size)); in SysBpf()
154 bpf_attr attr = {}; in SysBpfObjGet() local
155 if (memset_s(&attr, sizeof(attr), 0, sizeof(attr)) != EOK) { in SysBpfObjGet()
158 attr.pathname = PtrToU64(pathName.c_str()); in SysBpfObjGet()
159 attr.file_flags = fileFlags; in SysBpfObjGet()
160 return SysBpf(BPF_OBJ_GET, &attr, sizeof(attr)); in SysBpfObjGet()
165 bpf_attr attr = {}; SysBpfObjPin() local
179 SysBpfProgLoad(bpf_attr *attr, uint32_t size) SysBpfProgLoad() argument
191 bpf_attr attr = {}; SysBpfObjDetach() local
205 bpf_attr attr = {}; SysBpfObjAttach() local
484 PrintMapAttr(const bpf_attr &attr) PrintMapAttr() argument
497 bpf_attr attr = {}; BpfCreateMapNode() local
[all...]
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_open/
H A D25-2.c11 * attr != NULL, and either mq_maxmsg <= 0 or mq_msgsize <= 0.
36 struct mq_attr attr; in main() local
41 attr.mq_msgsize = VALIDVAL; in main()
43 attr.mq_maxmsg = invalid_values[i]; in main()
45 S_IRUSR | S_IWUSR, &attr); in main()
48 attr.mq_maxmsg); in main()
55 attr.mq_maxmsg); in main()
61 attr.mq_maxmsg); in main()
66 attr.mq_maxmsg); in main()
71 attr in main()
[all...]
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/decoder/
H A Ddecoder.cpp46 static bool ConvertAdecAttributToParams(AvAttribute &attr, Param *param, in ConvertAdecAttributToParams() argument
51 param[index].val = (void *)&(attr.adecAttr.mime); in ConvertAdecAttributToParams()
52 param[index].size = sizeof(attr.adecAttr.mime); in ConvertAdecAttributToParams()
55 param[index].val = (void *)&(attr.adecAttr.bufSize); in ConvertAdecAttributToParams()
56 param[index].size = sizeof(attr.adecAttr.bufSize); in ConvertAdecAttributToParams()
59 param[index].val = (void *)&(attr.type); in ConvertAdecAttributToParams()
60 param[index].size = sizeof(attr.type); in ConvertAdecAttributToParams()
62 if (attr.adecAttr.mime == MEDIA_MIMETYPE_AUDIO_PCM) { in ConvertAdecAttributToParams()
64 param[index].val = (void *)&attr.adecAttr.channelCnt; in ConvertAdecAttributToParams()
76 static bool ConvertVdecAttributToParams(AvAttribute &attr, Para argument
108 ConvertAttributeToParams(AvAttribute &attr, Param *param, int maxLen, int &actualLen) ConvertAttributeToParams() argument
134 CreateHandle(const std::string &name, AvAttribute &attr) CreateHandle() argument
[all...]
/third_party/ntfs-3g/libntfs-3g/
H A Dattrlist.c98 * @attr: attribute record to add to attribute list
107 int ntfs_attrlist_entry_add(ntfs_inode *ni, ATTR_RECORD *attr) in ntfs_attrlist_entry_add() argument
116 ntfs_log_trace("Entering for inode 0x%llx, attr 0x%x.\n", in ntfs_attrlist_entry_add()
118 (unsigned) le32_to_cpu(attr->type)); in ntfs_attrlist_entry_add()
120 if (!ni || !attr) { in ntfs_attrlist_entry_add()
139 attr->name_length + 7) & ~7; in ntfs_attrlist_entry_add()
150 if (!ntfs_attr_lookup(attr->type, (attr->name_length) ? (ntfschar*) in ntfs_attrlist_entry_add()
151 ((u8*)attr + le16_to_cpu(attr in ntfs_attrlist_entry_add()
[all...]
/third_party/elfutils/libdw/
H A Ddwarf_getlocation_attr.c37 attr_form_cu (Dwarf_Attribute *attr) in attr_form_cu() argument
40 .debug_info from the same cu as the attr. Otherwise it comes from in attr_form_cu()
42 switch (attr->form) in attr_form_cu()
49 return attr->cu; in attr_form_cu()
51 return (attr->cu->version < 5 in attr_form_cu()
52 ? attr->cu->dbg->fake_loc_cu in attr_form_cu()
53 : attr->cu->dbg->fake_loclists_cu); in attr_form_cu()
72 dwarf_getlocation_attr (Dwarf_Attribute *attr, const Dwarf_Op *op, Dwarf_Attribute *result) in dwarf_getlocation_attr() argument
74 if (attr == NULL) in dwarf_getlocation_attr()
83 result->cu = attr_form_cu (attr); in dwarf_getlocation_attr()
[all...]
H A Ddwarf_formblock.c39 dwarf_formblock (Dwarf_Attribute *attr, Dwarf_Block *return_block) in dwarf_formblock() argument
41 if (attr == NULL) in dwarf_formblock()
44 const unsigned char *datap = attr->valp; in dwarf_formblock()
45 const unsigned char *endp = attr->cu->endp; in dwarf_formblock()
47 switch (attr->form) in dwarf_formblock()
52 return_block->length = *(uint8_t *) attr->valp; in dwarf_formblock()
53 return_block->data = attr->valp + 1; in dwarf_formblock()
59 return_block->length = read_2ubyte_unaligned (attr->cu->dbg, attr->valp); in dwarf_formblock()
60 return_block->data = attr in dwarf_formblock()
[all...]
/third_party/ltp/include/
H A Dtst_safe_pthread.h23 pthread_t *thread_id, const pthread_attr_t *attr,
25 #define SAFE_PTHREAD_CREATE(thread_id, attr, thread_fn, arg) \
26 safe_pthread_create(__FILE__, __LINE__, thread_id, attr, thread_fn, arg)
45 const pthread_barrierattr_t *attr,
47 #define SAFE_PTHREAD_BARRIER_INIT(barrier, attr, count) \
48 safe_pthread_barrier_init(__FILE__, __LINE__, barrier, attr, count);
56 pthread_mutexattr_t *attr);
57 #define SAFE_PTHREAD_MUTEXATTR_INIT(attr) \
58 safe_pthread_mutexattr_init(__FILE__, __LINE__, (attr))
61 pthread_mutexattr_t *attr);
[all...]
/third_party/mesa3d/src/gallium/frontends/xvmc/
H A Dattributes.c79 const char *attr; in XvMCSetAttribute() local
89 attr = XGetAtomName(dpy, attribute); in XvMCSetAttribute()
90 if (!attr) in XvMCSetAttribute()
93 if (strcmp(attr, XV_BRIGHTNESS) == 0) in XvMCSetAttribute()
95 else if (strcmp(attr, XV_CONTRAST) == 0) in XvMCSetAttribute()
97 else if (strcmp(attr, XV_SATURATION) == 0) in XvMCSetAttribute()
99 else if (strcmp(attr, XV_HUE) == 0) in XvMCSetAttribute()
101 else if (strcmp(attr, XV_COLORSPACE) == 0) in XvMCSetAttribute()
115 XVMC_MSG(XVMC_TRACE, "[XvMC] Set attribute %s to value %d.\n", attr, value); in XvMCSetAttribute()
124 const char *attr; in XvMCGetAttribute() local
[all...]
/third_party/mesa3d/src/mesa/vbo/
H A Dvbo_context.c40 check_size(const GLfloat *attr) in check_size() argument
42 if (attr[3] != 1.0F) in check_size()
44 if (attr[2] != 0.0F) in check_size()
46 if (attr[1] != 0.0F) in check_size()
79 for (int attr = 0; attr < VERT_ATTRIB_MAX; attr++) { in init_legacy_currval()
80 if (VERT_BIT(attr) & VERT_BIT_GENERIC_ALL) in init_legacy_currval()
83 struct gl_array_attributes *attrib = &vbo->current[attr]; in init_legacy_currval()
85 init_array(ctx, attrib, check_size(ctx->Current.Attrib[attr]), in init_legacy_currval()
98 const unsigned attr = VBO_ATTRIB_GENERIC0 + i; init_generic_currval() local
116 const unsigned attr = VBO_ATTRIB_MAT_FRONT_AMBIENT + i; init_mat_currval() local
199 _vbo_current_attrib(const struct gl_context *ctx, gl_vert_attrib attr) _vbo_current_attrib() argument
[all...]
/vendor/hisilicon/hispark_pegasus/demo/nfc_demo/
H A Dapp_demo_nfc.c91 osThreadAttr_t attr = {0}; in NfcExampleEntry() local
93 attr.stack_size = C08I_NFC_DEMO_TASK_STAK_SIZE; in NfcExampleEntry()
94 attr.priority = C08I_NFC_TASK_PRIORITY; in NfcExampleEntry()
95 attr.name = "nfcTask"; in NfcExampleEntry()
96 attr.attr_bits = 0U; in NfcExampleEntry()
97 attr.cb_mem = NULL; in NfcExampleEntry()
98 attr.cb_size = 0U; in NfcExampleEntry()
99 attr.stack_mem = NULL; in NfcExampleEntry()
101 if (osThreadNew((osThreadFunc_t)NfcTask, NULL, &attr) == NULL) { in NfcExampleEntry()
120 osThreadAttr_t attr in NfcDisplayExampleEntry() local
[all...]
/foundation/resourceschedule/ffrt/interfaces/kits/c/
H A Dqueue.h53 * @param attr Indicates a pointer to the queue attribute.
59 FFRT_C_API int ffrt_queue_attr_init(ffrt_queue_attr_t* attr);
64 * @param attr Indicates a pointer to the queue attribute.
68 FFRT_C_API void ffrt_queue_attr_destroy(ffrt_queue_attr_t* attr);
73 * @param attr Indicates a pointer to the queue attribute.
74 * @param attr Indicates the QoS.
78 FFRT_C_API void ffrt_queue_attr_set_qos(ffrt_queue_attr_t* attr, ffrt_qos_t qos);
83 * @param attr Indicates a pointer to the queue attribute.
88 FFRT_C_API ffrt_qos_t ffrt_queue_attr_get_qos(const ffrt_queue_attr_t* attr);
93 * @param attr Seria
[all...]
/third_party/ntfs-3g/ntfsprogs/
H A Dntfssecaudit.c162 * - replace <attr/xattr.h> by <sys/xattr.h> (provided by glibc)
345 #define MAXATTRSZ 65536 /* Max sec attr size (16448 met for WinXP) */
468 char *attr; member
706 static unsigned int get2l(const char *attr, int p) in get2l() argument
713 v += (attr[p+i] & 255) << (8*i); in get2l()
717 static unsigned long get4l(const char *attr, int p) in get4l() argument
724 v += ((long)(attr[p+i] & 255)) << (8*i); in get4l()
728 static u64 get6h(const char *attr, int p) in get6h() argument
735 v = (v << 8) + (attr[p+i] & 255); in get6h()
739 static u64 get8l(const char *attr, in argument
775 hexdump(const char *attr, int size, int level) hexdump() argument
930 guess_dir(const char *attr) guess_dir() argument
957 showsid(const char *attr, int off, const char *prefix, int level) showsid() argument
1125 showusid(const char *attr, int level) showusid() argument
1141 showgsid(const char *attr, int level) showgsid() argument
1157 showownership(const char *attr) showownership() argument
1229 showheader(const char *attr, int level) showheader() argument
1279 showace(const char *attr, int off, int isdir, int level) showace() argument
1420 showacl(const char *attr, int off, int isdir, int level) showacl() argument
1445 showdacl(const char *attr, int isdir, int level) showdacl() argument
1467 showsacl(const char *attr, int isdir, int level) showsacl() argument
1490 showall(const char *attr, int level) showall() argument
1623 linux_permissions_posix(const char *attr, BOOL isdir) linux_permissions_posix() argument
1664 linux_permissions(const char *attr, BOOL isdir) linux_permissions() argument
1697 linux_owner(const char *attr) linux_owner() argument
1721 linux_group(const char *attr) linux_group() argument
2071 static char attr[MAXATTRSZ]; showhex() local
2182 applyattr(const char *fullname, const char *attr, BOOL withattr, int attrib, s32 key) applyattr() argument
2275 static char attr[MAXATTRSZ]; restore() local
2571 char *attr; tryposix() local
2629 char *attr; build_dummy_descr() local
3168 char *attr; basictest() local
3655 getfull(char *attr, const char *fullname) getfull() argument
3783 updatefull(const char *name, u32 flags, char *attr) updatefull() argument
3807 static char attr[MAXATTRSZ]; setfull_posix() local
3921 static char attr[MAXATTRSZ]; setfull() local
3982 proposal(const char *name, const char *attr) proposal() argument
4112 static char attr[MAXATTRSZ]; showfull() local
4394 static char attr[MAXATTRSZ]; showmounted() local
4495 static char attr[MAXATTRSZ]; processmounted() local
4815 char attr[256]; /* header (20) and a couple of SIDs (max 68 each) */ mapproposal() local
4858 valid_sds(const char *attr, unsigned int offset, unsigned int entrysz, unsigned int size, u32 prevkey, BOOL second) valid_sds() argument
4934 consist_sds(const char *attr, unsigned int offset, unsigned int entrysz, BOOL second) consist_sds() argument
4999 static char attr[MAXATTRSZ + 20]; audit_sds() local
[all...]

Completed in 16 milliseconds

12345678910>>...93