Searched refs:mandatory (Results 1 - 17 of 17) sorted by relevance

/linux-master/scripts/
H A DMakefile.asm-generic17 # $(generic)/Kbuild lists mandatory-y. Exclude um since it is a special case.
22 redundant := $(filter $(mandatory-y) $(generated-y), $(generic-y))
28 # If arch does not implement mandatory headers, fallback to asm-generic ones.
29 mandatory-y := $(filter-out $(generated-y), $(mandatory-y))
30 generic-y += $(foreach f, $(mandatory-y), $(if $(wildcard $(srctree)/$(src)/$(f)),,$(f)))
H A Dsphinx-pre-install316 # On version check mode, just assume Sphinx has all mandatory deps
965 die "Can't build as $need mandatory dependency is missing";
967 die "Can't build as $need mandatory dependencies are missing";
983 die "Can't build as $need mandatory dependency is missing";
985 die "Can't build as $need mandatory dependencies are missing";
/linux-master/net/dccp/
H A Dfeat.c288 #define dccp_feat_print_opt(opt, feat, val, len, mandatory) do { \
291 dccp_pr_debug_cat(") %s\n", mandatory ? "!" : ""); } while (0)
301 #define dccp_feat_print_opt(opt, feat, val, len, mandatory)
478 * @mandatory: whether to use Mandatory feature negotiation options
482 u8 mandatory, dccp_feat_val *fval)
495 new->needs_mandatory = mandatory;
694 * @mandatory: use Mandatory option if 1
700 u8 mandatory, u64 nn_val)
712 return dccp_feat_push_change(fn, feat, 1, mandatory, &fval);
720 * @mandatory
481 dccp_feat_push_change(struct list_head *fn_list, u8 feat, u8 local, u8 mandatory, dccp_feat_val *fval) argument
699 __feat_register_nn(struct list_head *fn, u8 feat, u8 mandatory, u64 nn_val) argument
724 __feat_register_sp(struct list_head *fn, u8 feat, u8 is_local, u8 mandatory, u8 const *sp_val, u8 sp_len) argument
1315 dccp_feat_handle_nn_established(struct sock *sk, u8 mandatory, u8 opt, u8 feat, u8 *val, u8 len) argument
1404 dccp_feat_parse_options(struct sock *sk, struct dccp_request_sock *dreq, u8 mandatory, u8 opt, u8 feat, u8 *val, u8 len) argument
[all...]
H A Doptions.c64 int mandatory = 0; local
107 if (mandatory)
110 mandatory = 1;
125 rc = dccp_feat_parse_options(sk, dreq, mandatory, opt,
241 mandatory = 0;
244 /* mandatory was the last byte in option list -> reset connection */
245 if (mandatory)
/linux-master/net/tipc/
H A Dbcast.h70 * @mandatory: broadcast/replicast indication was set by user
72 * @expires: re-evaluate non-mandatory transmit method if we are past this
76 bool mandatory; member in struct:tipc_mc_method
H A Dbcast.c230 if (method->mandatory)
H A Dsocket.c943 method->mandatory = true;
1092 bool ack = method->mandatory && method->rcast;
1141 method->mandatory = false;
3106 tsk->mc_method.mandatory = true;
3198 tsk->mc_method.mandatory = true;
3202 tsk->mc_method.mandatory = true;
/linux-master/drivers/net/wireless/ath/carl9170/
H A Dmac.c109 u32 basic, mandatory; local
124 mandatory = 0xff00; /* OFDM 6/9/12/18/24/36/48/54 */
126 mandatory = 0xff0f; /* OFDM (6/9../54) + CCK (1/2/5.5/11) */
130 carl9170_regwrite(AR9170_MAC_REG_MANDATORY_RATE, mandatory);
/linux-master/drivers/infiniband/core/
H A Duverbs_uapi.c375 if (elm->spec.mandatory)
396 if (WARN_ON(!elm->spec.mandatory))
582 * If the method has a mandatory object handle
586 if (!attr_elm->spec.mandatory)
/linux-master/include/rdma/
H A Duverbs_ioctl.h55 u8 mandatory:1; member in struct:uverbs_attr_spec
479 #define UA_MANDATORY .mandatory = 1
480 #define UA_OPTIONAL .mandatory = 0
/linux-master/arch/arc/include/asm/
H A Dentry-arcv2.h44 * mandatory | stat32 / erstatus |
54 ; 3. Auto save: (mandatory) Push PC and STAT32 on stack
/linux-master/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_kms.c479 const char *name, bool mandatory)
483 if (IS_ERR(clk) && mandatory) {
840 /* mandatory clocks: */
478 get_clk(struct platform_device *pdev, struct clk **clkp, const char *name, bool mandatory) argument
/linux-master/net/mac80211/
H A Dsta_info.c645 u32 mandatory = 0; local
663 mandatory = IEEE80211_RATE_MANDATORY_B |
667 mandatory = IEEE80211_RATE_MANDATORY_A;
671 mandatory = 0;
680 if (!(rate->flags & mandatory))
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dmain.c3412 u8 mandatory; local
3484 * In 11g and 11a, the OFDM mandatory rates
3488 mandatory = BRCM_RATE_24M;
3490 mandatory = BRCM_RATE_12M;
3492 mandatory = BRCM_RATE_6M;
3494 /* In 11b, all CCK rates are mandatory 1 - 11 Mbps */
3495 mandatory = rate;
3498 br[rate] = mandatory;
/linux-master/tools/testing/ktest/
H A Dktest.pl479 (Only mandatory if REBOOT_TYPE = grub or grub2)
513 (Only mandatory if REBOOT_TYPE = script)
854 # will need other mandatory options.
858 # install still limits some mandatory options.
1280 # make sure we have all mandatory configs
4044 # Save off all the current mandatory configs
/linux-master/drivers/gpu/drm/
H A Ddrm_edid.c4656 const struct stereo_mandatory_mode *mandatory; local
4663 mandatory = &stereo_mandatory_modes[i];
4668 new_mode->flags |= mandatory->flags;
/linux-master/tools/lib/bpf/
H A Dlibbpf.c3514 btf_mandatory ? "BTF is mandatory, can't proceed."
4841 bool mandatory; local
4850 mandatory = obj->token_path != NULL;
4851 level = mandatory ? LIBBPF_WARN : LIBBPF_DEBUG;
4859 mandatory ? "" : ", skipping optional step...");
4860 return mandatory ? err : 0;
4866 if (!mandatory && token_fd == -ENOENT) {
4873 mandatory ? "" : ", skipping optional step...");
4874 return mandatory ? token_fd : 0;

Completed in 371 milliseconds