Searched refs:is_template (Results 1 – 3 of 3) sorted by relevance
/openbmc/openbmc/meta-phosphor/classes/ |
H A D | obmc-phosphor-systemd.bbclass | 72 if item == 'is_template': 75 return '@' in self.unit and not self.is_template 84 if self.is_template: 93 if item == 'template' and self.is_template: 120 not unit.is_template and \
|
H A D | obmc-phosphor-dbus-service.bbclass | 38 if unit.is_template: 108 if not unit.is_activated or unit.is_template:
|
/openbmc/linux/net/mac80211/ |
H A D | tx.c | 4872 bool is_template) in __ieee80211_beacon_add_tim() argument 4886 if (!is_template) { in __ieee80211_beacon_add_tim() 4943 bool is_template) in ieee80211_beacon_add_tim() argument 4955 __ieee80211_beacon_add_tim(sdata, link, ps, skb, is_template); in ieee80211_beacon_add_tim() 4958 __ieee80211_beacon_add_tim(sdata, link, ps, skb, is_template); in ieee80211_beacon_add_tim() 5260 bool is_template, in ieee80211_beacon_get_ap() argument 5273 if (!is_template) in ieee80211_beacon_get_ap() 5295 ieee80211_beacon_add_tim(sdata, link, &ap->ps, skb, is_template); in ieee80211_beacon_get_ap() 5329 bool is_template, struct beacon_data *beacon, in ieee80211_beacon_get_ap_ema_list() argument 5346 is_template, beacon, in ieee80211_beacon_get_ap_ema_list() [all …]
|