Home
last modified time | relevance | path

Searched full:acts (Results 1 – 25 of 638) sorted by relevance

12345678910>>...26

/OK3568_Linux_fs/kernel/net/openvswitch/
H A Ddatapath.c558 struct sw_flow_actions *acts; in ovs_packet_cmd_execute() local
611 &flow->key, &acts, log); in ovs_packet_cmd_execute()
615 rcu_assign_pointer(flow->sf_acts, acts); in ovs_packet_cmd_execute()
732 static size_t ovs_flow_cmd_msg_size(const struct sw_flow_actions *acts, in ovs_flow_cmd_msg_size() argument
756 len += nla_total_size(acts->orig_len); in ovs_flow_cmd_msg_size()
883 static struct sk_buff *ovs_flow_cmd_alloc_info(const struct sw_flow_actions *acts, in ovs_flow_cmd_alloc_info() argument
895 len = ovs_flow_cmd_msg_size(acts, sfid, ufid_flags); in ovs_flow_cmd_alloc_info()
936 struct sw_flow_actions *acts; in ovs_flow_cmd_new() local
983 &new_flow->key, &acts, log); in ovs_flow_cmd_new()
989 reply = ovs_flow_cmd_alloc_info(acts, &new_flow->id, info, false, in ovs_flow_cmd_new()
[all …]
/OK3568_Linux_fs/external/xserver/xkb/
H A DXKBMAlloc.c166 if (map->acts == NULL) { in XkbAllocServerMap()
167 map->acts = calloc((nNewActions + 1), sizeof(XkbAction)); in XkbAllocServerMap()
168 if (map->acts == NULL) in XkbAllocServerMap()
175 XkbAction *prev_acts = map->acts; in XkbAllocServerMap()
178 map->acts = reallocarray(map->acts, need, sizeof(XkbAction)); in XkbAllocServerMap()
179 if (map->acts == NULL) { in XkbAllocServerMap()
185 memset(&map->acts[map->num_acts], 0, in XkbAllocServerMap()
807 return &xkb->server->acts[xkb->server->key_acts[key]]; in XkbResizeKeyActions()
837 free(xkb->server->acts); in XkbResizeKeyActions()
838 xkb->server->acts = newActs; in XkbResizeKeyActions()
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/
H A Dbuf.h92 // BUF_MEM_grow_clean acts the same as |BUF_MEM_grow|, but clears the previous
111 // BUF_strlcpy acts like strlcpy(3).
114 // BUF_strlcat acts like strlcat(3).
H A Dbn.h290 // BN_asc2bn acts like |BN_dec2bn| or |BN_hex2bn| depending on whether |in|
300 // BN_print_fp acts like |BIO_print|, but wraps |fp| in a |BIO| first.
320 // BN_parse_asn1_unsigned_buggy acts like |BN_parse_asn1_unsigned| but tolerates
520 // BN_nnmod is a non-negative modulo function. It acts like |BN_mod|, but 0 <=
531 // BN_mod_add_quick acts like |BN_mod_add| but requires that |a| and |b| be
541 // BN_mod_sub_quick acts like |BN_mod_sub| but requires that |a| and |b| be
561 // BN_mod_lshift_quick acts like |BN_mod_lshift| but requires that |a| be
571 // BN_mod_lshift1_quick acts like |BN_mod_lshift1| but requires that |a| be
752 // BN_is_prime_ex acts the same as |BN_is_prime_fasttest_ex| with
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dtypes.py13 Acts as an ordinary list, but is constructed from a string value and a
37 Acts as a multiple choice for the user. To use this, set the variable
78 Acts as a regular expression, returning the pre-compiled regular
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/
H A Dbuf.h92 // BUF_MEM_grow_clean acts the same as |BUF_MEM_grow|, but clears the previous
111 // BUF_strlcpy acts like strlcpy(3).
114 // BUF_strlcat acts like strlcat(3).
H A Dbn.h290 // BN_asc2bn acts like |BN_dec2bn| or |BN_hex2bn| depending on whether |in|
300 // BN_print_fp acts like |BIO_print|, but wraps |fp| in a |BIO| first.
320 // BN_parse_asn1_unsigned_buggy acts like |BN_parse_asn1_unsigned| but tolerates
520 // BN_nnmod is a non-negative modulo function. It acts like |BN_mod|, but 0 <=
531 // BN_mod_add_quick acts like |BN_mod_add| but requires that |a| and |b| be
541 // BN_mod_sub_quick acts like |BN_mod_sub| but requires that |a| and |b| be
561 // BN_mod_lshift_quick acts like |BN_mod_lshift| but requires that |a| be
571 // BN_mod_lshift1_quick acts like |BN_mod_lshift1| but requires that |a| be
752 // BN_is_prime_ex acts the same as |BN_is_prime_fasttest_ex| with
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/
H A Dmem.h78 // OPENSSL_malloc acts like a regular |malloc|.
142 // OPENSSL_strlcpy acts like strlcpy(3).
146 // OPENSSL_strlcat acts like strlcat(3).
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/
H A Dmem.h78 // OPENSSL_malloc acts like a regular |malloc|.
142 // OPENSSL_strlcpy acts like strlcpy(3).
146 // OPENSSL_strlcat acts like strlcat(3).
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/
H A Dmem.h78 // OPENSSL_malloc acts like a regular |malloc|.
142 // OPENSSL_strlcpy acts like strlcpy(3).
146 // OPENSSL_strlcat acts like strlcat(3).
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/
H A Dmem.h78 // OPENSSL_malloc acts like a regular |malloc|.
142 // OPENSSL_strlcpy acts like strlcpy(3).
146 // OPENSSL_strlcat acts like strlcat(3).
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dvirtiofs.rst60 client. The guest acts as the FUSE client while the host acts as the FUSE
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mfd/
H A Drohm,bd70528-pmic.txt15 - interrupt-controller : To indicate BD70528 acts as an interrupt controller.
18 - gpio-controller : To indicate BD70528 acts as a GPIO controller.
/OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/octeontx2/af/
H A Dcgx_fw_if.h117 * This acts as the status register
183 * This CSR acts as a command register
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dpgtable-3level.h178 /* xchg acts as a barrier before setting of the high bits */ in native_pmdp_get_and_clear()
208 /* xchg acts as a barrier before setting of the high bits */ in pmdp_establish()
240 /* xchg acts as a barrier before setting of the high bits */ in native_pudp_get_and_clear()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/
H A Dinit-exclude.patch27 - push(@acts, $ac[1]);
41 + # push(@acts, $ac[1]);
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pinctrl/
H A Drenesas,pfc.yaml14 On SH/R-Mobile SoCs it also acts as a GPIO controller.
66 the PFC acts as a GPIO controller. It must contain one interrupt per
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/gdb/
H A DReadline-Arguments.html74 argument acts as a repeat count, other times it is the <i>sign</i> of the
76 command which normally acts in a forward direction, that command will
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/gdb/
H A DReadline-Arguments.html74 argument acts as a repeat count, other times it is the <i>sign</i> of the
76 command which normally acts in a forward direction, that command will
/OK3568_Linux_fs/kernel/drivers/usb/gadget/
H A DKconfig358 The Mass Storage Gadget acts as a USB Mass Storage disk drive.
463 The MIDI Function acts as a USB Audio device, with one MIDI
487 The Webcam function acts as a composite USB Audio and Video Class
/OK3568_Linux_fs/buildroot/package/minimodem/
H A DConfig.in9 using various framing protocols. It acts a general-purpose
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/input/
H A Dpwm-beeper.txt10 - amp-supply: phandle to a regulator that acts as an amplifier for the beeper
/OK3568_Linux_fs/buildroot/package/mender-artifact/
H A DConfig.in.host11 The artifact format acts as a wrapper, and uses the tar
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-bus-counter-ftm-quaddec15 prescaler (i.e. a counter). This acts like a clock
/OK3568_Linux_fs/kernel/Documentation/crypto/
H A Duserspace-if.rst124 - MSG_MORE: If this flag is set, the send system call acts like a
178 - MSG_MORE: If this flag is set, the send system call acts like a
241 - MSG_MORE: If this flag is set, the send system call acts like a

12345678910>>...26