Home
last modified time | relevance | path

Searched refs:profile_status (Results 1 – 25 of 170) sorted by relevance

1234567

/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/azure/
H A Dazure_rm_trafficmanagerprofile.py184 profile_status=tmp.profile_status,
277 profile_status=dict(
307 self.profile_status = None
419 profile_status=self.profile_status,
437 if self.profile_status and response['profile_status'].lower() != self.profile_status:
438 …ile Status Diff - Origin {0} / Update {1}".format(response['profile_status'], self.profile_status))
H A D_azure_rm_trafficmanagerprofile_facts.py394 new_result['profile_status'] = tm.profile_status
H A Dazure_rm_trafficmanagerprofile_info.py394 new_result['profile_status'] = tm.profile_status
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/azure/azcollection/plugins/modules/
H A Dazure_rm_trafficmanagerprofile.py180 profile_status=tmp.profile_status,
273 profile_status=dict(
303 self.profile_status = None
415 profile_status=self.profile_status,
433 if self.profile_status and response['profile_status'].lower() != self.profile_status:
434 …ile Status Diff - Origin {0} / Update {1}".format(response['profile_status'], self.profile_status))
H A Dazure_rm_trafficmanager.py250 profile_status=tmp.profile_status,
377 profile_status=dict(
413 self.profile_status = None
521 profile_status=self.profile_status,
539 if response['profile_status'] != self.profile_status:
540 …ile Status Diff - Origin {0} / Update {1}".format(response['profile_status'], self.profile_status))
H A Dazure_rm_trafficmanagerprofile_info.py392 new_result['profile_status'] = tm.profile_status
/dports/devel/py-azure-mgmt-trafficmanager/azure-mgmt-trafficmanager-0.51.0/azure/mgmt/trafficmanager/models/
H A Dprofile_py3.py72 …None, name: str=None, type: str=None, tags=None, location: str=None, profile_status=None, traffic_… argument
74 self.profile_status = profile_status
H A Dprofile.py74 self.profile_status = kwargs.get('profile_status', None)
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/ath/ath9k/
H A Dmci.c371 struct ath_mci_profile_status profile_status; in ath_mci_msg() local
411 profile_status.is_link = *(rx_payload + in ath_mci_msg()
413 profile_status.conn_handle = *(rx_payload + in ath_mci_msg()
415 profile_status.is_critical = *(rx_payload + in ath_mci_msg()
421 profile_status.is_link, profile_status.conn_handle, in ath_mci_msg()
422 profile_status.is_critical, seq_num); in ath_mci_msg()
424 update_scheme += ath_mci_process_status(sc, &profile_status); in ath_mci_msg()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/ath/ath9k/
H A Dmci.c371 struct ath_mci_profile_status profile_status; in ath_mci_msg() local
411 profile_status.is_link = *(rx_payload + in ath_mci_msg()
413 profile_status.conn_handle = *(rx_payload + in ath_mci_msg()
415 profile_status.is_critical = *(rx_payload + in ath_mci_msg()
421 profile_status.is_link, profile_status.conn_handle, in ath_mci_msg()
422 profile_status.is_critical, seq_num); in ath_mci_msg()
424 update_scheme += ath_mci_process_status(sc, &profile_status); in ath_mci_msg()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/ath/ath9k/
H A Dmci.c371 struct ath_mci_profile_status profile_status; in ath_mci_msg() local
411 profile_status.is_link = *(rx_payload + in ath_mci_msg()
413 profile_status.conn_handle = *(rx_payload + in ath_mci_msg()
415 profile_status.is_critical = *(rx_payload + in ath_mci_msg()
421 profile_status.is_link, profile_status.conn_handle, in ath_mci_msg()
422 profile_status.is_critical, seq_num); in ath_mci_msg()
424 update_scheme += ath_mci_process_status(sc, &profile_status); in ath_mci_msg()
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/azure_rm_trafficmanagerprofile/tasks/
H A Dmain.yml18 profile_status: enabled
47 profile_status: enabled
85 profile_status: enabled
110 profile_status: disabled
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_trafficmanagerprofile/tasks/
H A Dmain.yml18 profile_status: enabled
47 profile_status: enabled
85 profile_status: enabled
110 profile_status: disabled
/dports/devel/libvirt/libvirt-7.10.0/src/security/
H A Dsecurity_apparmor.c71 profile_status(const char *str, const int check_enforcing) in profile_status() function
113 return profile_status(str, 0); in profile_loaded()
248 rc = profile_status(libvirt_daemon, 1); in use_apparmor()
250 rc = profile_status("libvirtd", 1); in use_apparmor()
491 status = profile_status(profile_name, 1); in AppArmorGetSecurityProcessLabel()
828 if (use_apparmor() < 0 || profile_status(secdef->label, 0) < 0) { in AppArmorSecurityVerify()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dpredict.c206 if (profile_status == PROFILE_READ) in maybe_hot_edge_p()
366 if (profile_status == PROFILE_ABSENT) in predictable_edge_p()
467 return (profile_status == PROFILE_READ in probability_reliable_p()
468 || (profile_status == PROFILE_GUESSED in probability_reliable_p()
538 gcc_assert (profile_status != PROFILE_GUESSED); in gimple_predict_edge()
2370 if (profile_status == PROFILE_ABSENT) in tree_estimate_probability_driver()
2371 profile_status = PROFILE_GUESSED; in tree_estimate_probability_driver()
2760 if (profile_status != PROFILE_READ || !counts_to_freqs ()) in estimate_bb_frequencies()
2936 if (profile_status == PROFILE_GUESSED) in rebuild_frequencies()
2946 else if (profile_status == PROFILE_READ) in rebuild_frequencies()
H A Dgraphite.c234 profile_status = PROFILE_ABSENT; in graphite_finalize()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dpredict.c206 if (profile_status == PROFILE_READ) in maybe_hot_edge_p()
366 if (profile_status == PROFILE_ABSENT) in predictable_edge_p()
467 return (profile_status == PROFILE_READ in probability_reliable_p()
468 || (profile_status == PROFILE_GUESSED in probability_reliable_p()
538 gcc_assert (profile_status != PROFILE_GUESSED); in gimple_predict_edge()
2370 if (profile_status == PROFILE_ABSENT) in tree_estimate_probability_driver()
2371 profile_status = PROFILE_GUESSED; in tree_estimate_probability_driver()
2760 if (profile_status != PROFILE_READ || !counts_to_freqs ()) in estimate_bb_frequencies()
2936 if (profile_status == PROFILE_GUESSED) in rebuild_frequencies()
2946 else if (profile_status == PROFILE_READ) in rebuild_frequencies()
H A Dgraphite.c234 profile_status = PROFILE_ABSENT; in graphite_finalize()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dcrypto.c122 char *profile_status = sqlite3_mprintf("%d", sqlcipher_cipher_profile(db, zRight)); in sqlcipher_codec_pragma() local
123 codec_vdbe_return_static_string(pParse, "cipher_profile", profile_status); in sqlcipher_codec_pragma()
124 sqlite3_free(profile_status); in sqlcipher_codec_pragma()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dprofile.c575 else if (profile_status == PROFILE_ABSENT in compute_branch_probabilities()
591 else if (profile_status == PROFILE_ABSENT) in compute_branch_probabilities()
1163 profile_status = PROFILE_READ; in branch_prob()
1360 && profile_status == PROFILE_ABSENT) in rest_of_handle_branch_prob()
H A Dpredict.c234 gcc_assert (profile_status != PROFILE_GUESSED); in tree_predict_edge()
904 if (profile_status == PROFILE_ABSENT) in estimate_probability()
905 profile_status = PROFILE_GUESSED; in estimate_probability()
1398 if (profile_status == PROFILE_ABSENT) in tree_estimate_probability()
1399 profile_status = PROFILE_GUESSED; in tree_estimate_probability()
H A Dcfgbuild.c548 profile_status = PROFILE_ABSENT; in find_basic_blocks()
767 if (profile_status != PROFILE_ABSENT) in find_many_sub_basic_blocks()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/autofill/core/browser/
H A Dautofill_profile_sync_util.cc59 ConvertProfileToSpecificsVerificationStatus(VerificationStatus profile_status) { in ConvertProfileToSpecificsVerificationStatus() argument
60 switch (profile_status) { in ConvertProfileToSpecificsVerificationStatus()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/azure/plugins/modules/
H A Dazure_rm_trafficmanagerprofile_facts.py394 new_result['profile_status'] = tm.profile_status
H A Dazure_rm_trafficmanagerprofile_info.py394 new_result['profile_status'] = tm.profile_status

1234567