Home
last modified time | relevance | path

Searched refs:status (Results 1251 - 1275 of 19172) sorted by relevance

1...<<51525354555657585960>>...767

/third_party/icu/icu4c/source/common/
H A Ddictbe.cpp55 UErrorCode& status) const { in findBreaks()
56 if (U_FAILURE(status)) return 0; in findBreaks()
75 result = divideUpDictionaryRange(text, rangeStart, rangeEnd, foundBreaks, isPhraseBreaking, status); in findBreaks()
200 ThaiBreakEngine::ThaiBreakEngine(DictionaryMatcher *adoptDictionary, UErrorCode &status) in ThaiBreakEngine() argument
206 UnicodeSet thaiWordSet(UnicodeString(u"[[:Thai:]&[:LineBreak=SA:]]"), status); in ThaiBreakEngine()
207 if (U_SUCCESS(status)) { in ThaiBreakEngine()
210 fMarkSet.applyPattern(UnicodeString(u"[[:Thai:]&[:LineBreak=SA:]&[:M:]]"), status); in ThaiBreakEngine()
225 UTRACE_EXIT_STATUS(status); in ThaiBreakEngine()
238 UErrorCode& status) const { in divideUpDictionaryRange()
239 if (U_FAILURE(status)) retur in divideUpDictionaryRange()
443 LaoBreakEngine(DictionaryMatcher *adoptDictionary, UErrorCode &status) LaoBreakEngine() argument
640 BurmeseBreakEngine(DictionaryMatcher *adoptDictionary, UErrorCode &status) BurmeseBreakEngine() argument
833 KhmerBreakEngine(DictionaryMatcher *adoptDictionary, UErrorCode &status) KhmerBreakEngine() argument
1056 CjkBreakEngine(DictionaryMatcher *adoptDictionary, LanguageType type, UErrorCode &status) CjkBreakEngine() argument
[all...]
H A Duvector.h94 UVector(UErrorCode &status);
96 UVector(int32_t initialCapacity, UErrorCode &status);
98 UVector(UObjectDeleter *d, UElementsAreEqual *c, UErrorCode &status);
100 UVector(UObjectDeleter *d, UElementsAreEqual *c, int32_t initialCapacity, UErrorCode &status);
131 void addElement(void *obj, UErrorCode &status);
146 void adoptElement(void *obj, UErrorCode &status);
148 void addElement(int32_t elem, UErrorCode &status);
154 void insertElementAt(void* obj, int32_t index, UErrorCode &status);
156 void insertElementAt(int32_t elem, int32_t index, UErrorCode &status);
194 UBool ensureCapacity(int32_t minimumCapacity, UErrorCode &status);
346 push(void* obj, UErrorCode &status) push() argument
356 push(int32_t i, UErrorCode &status) push() argument
[all...]
/third_party/backends/backend/genesys/
H A Dstatus.cpp23 #include "status.h"
28 std::ostream& operator<<(std::ostream& out, Status status) in operator <<() argument
31 << " replugged: " << (status.is_replugged ? "yes" : "no") << '\n' in operator <<()
32 << " is_buffer_empty: " << (status.is_buffer_empty ? "yes" : "no") << '\n' in operator <<()
33 << " is_feeding_finished: " << (status.is_feeding_finished ? "yes" : "no") << '\n' in operator <<()
34 << " is_scanning_finished: " << (status.is_scanning_finished ? "yes" : "no") << '\n' in operator <<()
35 << " is_at_home: " << (status.is_at_home ? "yes" : "no") << '\n' in operator <<()
36 << " is_lamp_on: " << (status.is_lamp_on ? "yes" : "no") << '\n' in operator <<()
37 << " is_front_end_busy: " << (status.is_front_end_busy ? "yes" : "no") << '\n' in operator <<()
38 << " is_motor_enabled: " << (status in operator <<()
[all...]
/kernel/linux/linux-5.10/arch/um/os-Linux/
H A Dstart_up.c95 int pid, n, status; in start_ptraced_child() local
105 CATCH_EINTR(n = waitpid(pid, &status, WUNTRACED)); in start_ptraced_child()
108 if (!WIFSTOPPED(status) || (WSTOPSIG(status) != SIGSTOP)) in start_ptraced_child()
109 fatal("check_ptrace : expected SIGSTOP, got status = %d", in start_ptraced_child()
110 status); in start_ptraced_child()
123 int status, n, ret = 0; in stop_ptraced_child() local
129 CATCH_EINTR(n = waitpid(pid, &status, 0)); in stop_ptraced_child()
130 if (!WIFEXITED(status) || (WEXITSTATUS(status) ! in stop_ptraced_child()
167 int pid, n, status, count=0; check_sysemu() local
261 int pid, syscall, n, status; check_ptrace() local
[all...]
/kernel/linux/linux-6.6/arch/um/os-Linux/
H A Dstart_up.c95 int pid, n, status; in start_ptraced_child() local
105 CATCH_EINTR(n = waitpid(pid, &status, WUNTRACED)); in start_ptraced_child()
108 if (!WIFSTOPPED(status) || (WSTOPSIG(status) != SIGSTOP)) in start_ptraced_child()
109 fatal("check_ptrace : expected SIGSTOP, got status = %d", in start_ptraced_child()
110 status); in start_ptraced_child()
123 int status, n, ret = 0; in stop_ptraced_child() local
129 CATCH_EINTR(n = waitpid(pid, &status, 0)); in stop_ptraced_child()
130 if (!WIFEXITED(status) || (WEXITSTATUS(status) ! in stop_ptraced_child()
167 int pid, n, status, count=0; check_sysemu() local
261 int pid, syscall, n, status; check_ptrace() local
[all...]
/third_party/icu/icu4c/source/i18n/unicode/
H A Dsmpdtfmt.h734 * @param status Output param set to success/failure code.
737 SimpleDateFormat(UErrorCode& status);
747 * @param status Output param set to success/failure code.
751 UErrorCode& status);
771 * @param status Output param set to success/failure code.
776 UErrorCode& status);
787 * @param status Output param set to success/failure code.
792 UErrorCode& status);
812 * @param status Output param set to success/failure code.
818 UErrorCode& status);
[all...]
H A Ducal.h52 * UErrorCode status;
55 * caldef=ucal_open(tzID, u_strlen(tzID), NULL, UCAL_TRADITIONAL, &status);
743 * @param status A pointer to an UErrorCode to receive any errors
753 UErrorCode* status);
787 * @param status A pointer to an UErrorCode to receive any errors.
793 UErrorCode* status);
801 * @param status A pointer to an UErrorCode to receive any errors.
808 UErrorCode* status);
816 * @param status Receives the status
[all...]
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dsmpdtfmt.h735 * @param status Output param set to success/failure code.
738 SimpleDateFormat(UErrorCode& status);
748 * @param status Output param set to success/failure code.
752 UErrorCode& status);
772 * @param status Output param set to success/failure code.
777 UErrorCode& status);
788 * @param status Output param set to success/failure code.
793 UErrorCode& status);
813 * @param status Output param set to success/failure code.
819 UErrorCode& status);
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dsmpdtfmt.h734 * @param status Output param set to success/failure code.
737 SimpleDateFormat(UErrorCode& status);
747 * @param status Output param set to success/failure code.
751 UErrorCode& status);
771 * @param status Output param set to success/failure code.
776 UErrorCode& status);
787 * @param status Output param set to success/failure code.
792 UErrorCode& status);
812 * @param status Output param set to success/failure code.
818 UErrorCode& status);
[all...]
H A Ducal.h52 * UErrorCode status;
55 * caldef=ucal_open(tzID, u_strlen(tzID), NULL, UCAL_TRADITIONAL, &status);
743 * @param status A pointer to an UErrorCode to receive any errors
753 UErrorCode* status);
787 * @param status A pointer to an UErrorCode to receive any errors.
793 UErrorCode* status);
801 * @param status A pointer to an UErrorCode to receive any errors.
808 UErrorCode* status);
816 * @param status Receives the status
[all...]
/kernel/liteos_a/testsuites/unittest/container/full/
H A DIt_pid_container_024.cpp48 int status = 0; in GroupProcess() local
57 ret = waitpid(pid, &status, 0); in GroupProcess()
58 status = WEXITSTATUS(status); in GroupProcess()
59 if (status != EXIT_CODE_ERRNO_5) { in GroupProcess()
71 int status = 0; in ItPidContainer024() local
76 ret = waitpid(pid, &status, 0); in ItPidContainer024()
78 status = WEXITSTATUS(status); in ItPidContainer024()
79 ASSERT_EQ(status, EXIT_CODE_ERRNO_ in ItPidContainer024()
[all...]
/kernel/linux/linux-6.6/drivers/platform/surface/
H A Dsurface_dtx.c230 static u16 sdtx_translate_latch_status(struct sdtx_device *ddev, u8 status) in sdtx_translate_latch_status() argument
232 switch (status) { in sdtx_translate_latch_status()
249 dev_err(ddev->dev, "unknown latch status: %#04x\n", status); in sdtx_translate_latch_status()
250 return SDTX_UNKNOWN(status); in sdtx_translate_latch_status()
286 int status; in sdtx_ioctl_get_base_info() local
290 status = ssam_retry(ssam_bas_get_base, ddev->ctrl, &raw); in sdtx_ioctl_get_base_info()
291 if (status < 0) in sdtx_ioctl_get_base_info()
292 return status; in sdtx_ioctl_get_base_info()
306 int status; in sdtx_ioctl_get_device_mode() local
320 int status; sdtx_ioctl_get_latch_status() local
381 long status; surface_dtx_ioctl() local
465 int status = 0; surface_dtx_read() local
590 struct sdtx_status_event status; global() member
734 int status, tablet; sdtx_device_mode_workfn() local
856 __sdtx_device_state_update_latch(struct sdtx_device *ddev, u8 status) __sdtx_device_state_update_latch() argument
880 int status; sdtx_device_state_workfn() local
946 int status, tablet_mode; sdtx_device_init() local
1046 int status; sdtx_device_create() local
1261 int status; surface_dtx_init() local
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dalphaindex.cpp205 AlphabeticIndex::AlphabeticIndex(const Locale &locale, UErrorCode &status) in AlphabeticIndex() argument
212 init(&locale, status); in AlphabeticIndex()
216 AlphabeticIndex::AlphabeticIndex(RuleBasedCollator *collator, UErrorCode &status) in AlphabeticIndex() argument
223 init(NULL, status); in AlphabeticIndex()
238 AlphabeticIndex &AlphabeticIndex::addLabels(const UnicodeSet &additions, UErrorCode &status) { in addLabels() argument
239 if (U_FAILURE(status)) { in addLabels()
248 AlphabeticIndex &AlphabeticIndex::addLabels(const Locale &locale, UErrorCode &status) { in addLabels() argument
249 addIndexExemplars(locale, status); in addLabels()
279 int32_t AlphabeticIndex::getBucketCount(UErrorCode &status) { in getBucketCount() argument
280 initBuckets(status); in getBucketCount()
288 getRecordCount(UErrorCode &status) getRecordCount() argument
700 addIndexExemplars(const Locale &locale, UErrorCode &status) addIndexExemplars() argument
852 setMaxLabelCount(int32_t maxLabelCount, UErrorCode &status) setMaxLabelCount() argument
870 init(const Locale *locale, UErrorCode &status) init() argument
978 firstStringsInScript(UErrorCode &status) firstStringsInScript() argument
1028 UErrorCode status = U_ZERO_ERROR; isOneLabelBetterThanOther() local
1058 addRecord(const UnicodeString &name, const void *data, UErrorCode &status) addRecord() argument
1084 clearRecords(UErrorCode &status) clearRecords() argument
1092 getBucketIndex(const UnicodeString &name, UErrorCode &status) getBucketIndex() argument
1106 nextBucket(UErrorCode &status) nextBucket() argument
1155 resetBucketIterator(UErrorCode &status) resetBucketIterator() argument
1164 nextRecord(UErrorCode &status) nextRecord() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dalphaindex.cpp205 AlphabeticIndex::AlphabeticIndex(const Locale &locale, UErrorCode &status) in AlphabeticIndex() argument
212 init(&locale, status); in AlphabeticIndex()
216 AlphabeticIndex::AlphabeticIndex(RuleBasedCollator *collator, UErrorCode &status) in AlphabeticIndex() argument
223 init(nullptr, status); in AlphabeticIndex()
238 AlphabeticIndex &AlphabeticIndex::addLabels(const UnicodeSet &additions, UErrorCode &status) { in addLabels() argument
239 if (U_FAILURE(status)) { in addLabels()
248 AlphabeticIndex &AlphabeticIndex::addLabels(const Locale &locale, UErrorCode &status) { in addLabels() argument
249 addIndexExemplars(locale, status); in addLabels()
279 int32_t AlphabeticIndex::getBucketCount(UErrorCode &status) { in getBucketCount() argument
280 initBuckets(status); in getBucketCount()
288 getRecordCount(UErrorCode &status) getRecordCount() argument
700 addIndexExemplars(const Locale &locale, UErrorCode &status) addIndexExemplars() argument
852 setMaxLabelCount(int32_t maxLabelCount, UErrorCode &status) setMaxLabelCount() argument
870 init(const Locale *locale, UErrorCode &status) init() argument
978 firstStringsInScript(UErrorCode &status) firstStringsInScript() argument
1028 UErrorCode status = U_ZERO_ERROR; isOneLabelBetterThanOther() local
1058 addRecord(const UnicodeString &name, const void *data, UErrorCode &status) addRecord() argument
1084 clearRecords(UErrorCode &status) clearRecords() argument
1092 getBucketIndex(const UnicodeString &name, UErrorCode &status) getBucketIndex() argument
1106 nextBucket(UErrorCode &status) nextBucket() argument
1155 resetBucketIterator(UErrorCode &status) resetBucketIterator() argument
1164 nextRecord(UErrorCode &status) nextRecord() argument
[all...]
/vendor/hisilicon/hispark_pegasus/demo/histreaming_demo/
H A Dapp_demo_i2c_oled.c243 * status 0:表示写入成功,否则失败
247 unsigned int status; in I2cWriteByte() local
261 status = IoTI2cWrite(IOT_I2C_IDX_0, OLED_ADDRESS, oledI2cWriteCmd.sendBuf, oledI2cWriteCmd.sendLen); in I2cWriteByte()
262 if (status != 0) { in I2cWriteByte()
263 return status; in I2cWriteByte()
268 status = IoTI2cWrite(IOT_I2C_IDX_0, OLED_ADDRESS, oledI2cCmd.sendBuf, oledI2cCmd.sendLen); in I2cWriteByte()
269 if (status != 0) { in I2cWriteByte()
270 return status; in I2cWriteByte()
280 unsigned char status; in WriteCmd() local
282 status in WriteCmd()
290 unsigned char status; WriteData() local
299 int status; SetOledAddress() local
326 int status; SetOledControlCmd() local
349 int status; SetOledScanDisplayCmd() local
384 int status; SetOledColorPreChargeCmd() local
415 int status; SetOledVcomhChargePumpCmd() local
443 unsigned int status; OledInit() local
[all...]
/vendor/hisilicon/hispark_pegasus/demo/oc_demo/
H A Dapp_demo_i2c_oled.c243 * status 0:表示写入成功,否则失败
247 unsigned int status; in I2cWriteByte() local
261 status = IoTI2cWrite(IOT_I2C_IDX_0, OLED_ADDRESS, oledI2cWriteCmd.sendBuf, oledI2cWriteCmd.sendLen); in I2cWriteByte()
262 if (status != 0) { in I2cWriteByte()
263 return status; in I2cWriteByte()
268 status = IoTI2cWrite(IOT_I2C_IDX_0, OLED_ADDRESS, oledI2cCmd.sendBuf, oledI2cCmd.sendLen); in I2cWriteByte()
269 if (status != 0) { in I2cWriteByte()
270 return status; in I2cWriteByte()
280 unsigned char status; in WriteCmd() local
282 status in WriteCmd()
290 unsigned char status; WriteData() local
299 int status; SetOledAddress() local
326 int status; SetOledControlCmd() local
349 int status; SetOledScanDisplayCmd() local
384 int status; SetOledColorPreChargeCmd() local
415 int status; SetOledVcomhChargePumpCmd() local
443 unsigned int status; OledInit() local
[all...]
/vendor/hisilicon/hispark_pegasus/demo/traffic_light_demo/
H A Dapp_demo_i2c_oled.c243 * status 0:表示写入成功,否则失败
247 unsigned int status; in I2cWriteByte() local
261 status = IoTI2cWrite(IOT_I2C_IDX_0, OLED_ADDRESS, oledI2cWriteCmd.sendBuf, oledI2cWriteCmd.sendLen); in I2cWriteByte()
262 if (status != 0) { in I2cWriteByte()
263 return status; in I2cWriteByte()
268 status = IoTI2cWrite(IOT_I2C_IDX_0, OLED_ADDRESS, oledI2cCmd.sendBuf, oledI2cCmd.sendLen); in I2cWriteByte()
269 if (status != 0) { in I2cWriteByte()
270 return status; in I2cWriteByte()
280 unsigned char status; in WriteCmd() local
282 status in WriteCmd()
290 unsigned char status; WriteData() local
299 int status; SetOledAddress() local
326 int status; SetOledControlCmd() local
349 int status; SetOledScanDisplayCmd() local
384 int status; SetOledColorPreChargeCmd() local
415 int status; SetOledVcomhChargePumpCmd() local
443 unsigned int status; OledInit() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dd3.c729 u32 status; in iwl_mvm_d3_reprogram() local
777 status = 0; in iwl_mvm_d3_reprogram()
780 &status); in iwl_mvm_d3_reprogram()
786 if (status) { in iwl_mvm_d3_reprogram()
787 IWL_ERR(mvm, "Binding command failed: %u\n", status); in iwl_mvm_d3_reprogram()
899 set_bit(IWL_MVM_STATUS_IN_HW_RESTART, &mvm->status); in iwl_mvm_switch_to_d3()
1261 set_bit(IWL_MVM_STATUS_IN_D3, &mvm->status); in __iwl_mvm_suspend()
1348 clear_bit(IWL_MVM_STATUS_IN_HW_RESTART, &mvm->status); in __iwl_mvm_suspend()
1362 clear_bit(IWL_MVM_STATUS_IN_D3, &mvm->status); in __iwl_mvm_suspend()
1389 /* converted data from the different status response
1443 iwl_mvm_report_wakeup_reasons(struct iwl_mvm *mvm, struct ieee80211_vif *vif, struct iwl_wowlan_status_data *status) iwl_mvm_report_wakeup_reasons() argument
1617 iwl_mvm_set_aes_ptk_rx_seq(struct iwl_mvm *mvm, struct iwl_wowlan_status_data *status, struct ieee80211_sta *sta, struct ieee80211_key_conf *key) iwl_mvm_set_aes_ptk_rx_seq() argument
1650 iwl_mvm_convert_key_counters(struct iwl_wowlan_status_data *status, union iwl_all_tsc_rsc *sc) iwl_mvm_convert_key_counters() argument
1683 iwl_mvm_convert_key_counters_v5_gtk_seq(struct iwl_wowlan_status_data *status, struct iwl_wowlan_all_rsc_tsc_v5 *sc, unsigned int idx, unsigned int key_id) iwl_mvm_convert_key_counters_v5_gtk_seq() argument
1701 iwl_mvm_convert_key_counters_v5(struct iwl_wowlan_status_data *status, struct iwl_wowlan_all_rsc_tsc_v5 *sc) iwl_mvm_convert_key_counters_v5() argument
1730 iwl_mvm_set_key_rx_seq_idx(struct ieee80211_key_conf *key, struct iwl_wowlan_status_data *status, int idx) iwl_mvm_set_key_rx_seq_idx() argument
1748 iwl_mvm_set_key_rx_seq(struct ieee80211_key_conf *key, struct iwl_wowlan_status_data *status, bool installed) iwl_mvm_set_key_rx_seq() argument
1781 struct iwl_wowlan_status_data *status; global() member
1856 struct iwl_wowlan_status_data *status = data->status; iwl_mvm_d3_update_keys() local
1916 iwl_mvm_gtk_rekey(struct iwl_wowlan_status_data *status, struct ieee80211_vif *vif, struct iwl_mvm *mvm, u32 gtk_cipher) iwl_mvm_gtk_rekey() argument
1971 iwl_mvm_d3_igtk_bigtk_rekey_add(struct iwl_wowlan_status_data *status, struct ieee80211_vif *vif, u32 cipher, struct iwl_multicast_key_data *key_data) iwl_mvm_d3_igtk_bigtk_rekey_add() argument
2044 iwl_mvm_setup_connection_keep(struct iwl_mvm *mvm, struct ieee80211_vif *vif, struct iwl_wowlan_status_data *status) iwl_mvm_setup_connection_keep() argument
2114 iwl_mvm_convert_gtk_v2(struct iwl_wowlan_status_data *status, struct iwl_wowlan_gtk_status_v2 *data) iwl_mvm_convert_gtk_v2() argument
2133 iwl_mvm_convert_gtk_v3(struct iwl_wowlan_status_data *status, struct iwl_wowlan_gtk_status_v3 *data) iwl_mvm_convert_gtk_v3() argument
2165 iwl_mvm_convert_igtk(struct iwl_wowlan_status_data *status, struct iwl_wowlan_igtk_status *data) iwl_mvm_convert_igtk() argument
2189 iwl_mvm_parse_wowlan_info_notif(struct iwl_mvm *mvm, struct iwl_wowlan_info_notif *data, struct iwl_wowlan_status_data *status, u32 len) iwl_mvm_parse_wowlan_info_notif() argument
2288 struct iwl_wowlan_status_data *status; iwl_mvm_send_wowlan_get_status() local
2400 iwl_mvm_query_wakeup_reasons(struct iwl_mvm *mvm, struct ieee80211_vif *vif, struct iwl_wowlan_status_data *status) iwl_mvm_query_wakeup_reasons() argument
2575 struct iwl_wowlan_status_data *status; global() member
2786 iwl_mvm_wowlan_store_wake_pkt(struct iwl_mvm *mvm, struct iwl_wowlan_wake_pkt_notif *notif, struct iwl_wowlan_status_data *status, u32 len) iwl_mvm_wowlan_store_wake_pkt() argument
2833 struct iwl_wowlan_status_data *status = d3_data->status; iwl_mvm_nd_match_info_handler() local
[all...]
/kernel/linux/linux-5.10/fs/nfs/
H A Dnfs4state.c96 int status; in nfs4_setup_state_renewal() local
104 status = nfs4_proc_get_lease_time(clp, &fsinfo); in nfs4_setup_state_renewal()
105 if (status == 0) { in nfs4_setup_state_renewal()
110 return status; in nfs4_setup_state_renewal()
120 int status; in nfs4_init_clientid() local
129 status = nfs4_proc_setclientid(clp, NFS4_CALLBACK, port, cred, &clid); in nfs4_init_clientid()
130 if (status != 0) in nfs4_init_clientid()
136 status = nfs4_proc_setclientid_confirm(clp, &clid, cred); in nfs4_init_clientid()
137 if (status != 0) in nfs4_init_clientid()
142 return status; in nfs4_init_clientid()
168 int status; nfs40_discover_server_trunking() local
323 int status; nfs41_init_clientid() local
360 int status; nfs41_discover_server_trunking() local
1121 nfs_increment_seqid(int status, struct nfs_seqid *seqid) nfs_increment_seqid() argument
1150 nfs_increment_open_seqid(int status, struct nfs_seqid *seqid) nfs_increment_open_seqid() argument
1169 nfs_increment_lock_seqid(int status, struct nfs_seqid *seqid) nfs_increment_lock_seqid() argument
1178 int status = 0; nfs_wait_on_sequence() local
1518 int status = 0; nfs4_reclaim_locks() local
1622 int status; __nfs4_reclaim_open_state() local
1651 int status = 0; nfs4_reclaim_open_state() local
1926 int status = 0; nfs4_do_reclaim() local
1969 int status; nfs4_check_lease() local
1994 nfs4_handle_reclaim_lease_error(struct nfs_client *clp, int status) nfs4_handle_reclaim_lease_error() argument
2044 int status; nfs4_establish_lease() local
2066 int status; nfs4_reclaim_lease() local
2082 int status; nfs4_purge_lease() local
2106 int status, result; nfs4_try_migration() local
2188 int status; nfs4_handle_migration() local
2235 int status; nfs4_handle_lease_moved() local
2278 int i, status; nfs4_discover_server_trunking() local
2484 int status; nfs4_reset_session() local
2584 int status = 0; nfs4_state_manager() local
[all...]
/kernel/linux/linux-6.6/fs/nfs/
H A Dnfs4state.c96 int status; in nfs4_setup_state_renewal() local
104 status = nfs4_proc_get_lease_time(clp, &fsinfo); in nfs4_setup_state_renewal()
105 if (status == 0) { in nfs4_setup_state_renewal()
110 return status; in nfs4_setup_state_renewal()
120 int status; in nfs4_init_clientid() local
129 status = nfs4_proc_setclientid(clp, NFS4_CALLBACK, port, cred, &clid); in nfs4_init_clientid()
130 if (status != 0) in nfs4_init_clientid()
136 status = nfs4_proc_setclientid_confirm(clp, &clid, cred); in nfs4_init_clientid()
137 if (status != 0) in nfs4_init_clientid()
142 return status; in nfs4_init_clientid()
168 int status; nfs40_discover_server_trunking() local
323 int status; nfs41_init_clientid() local
360 int status; nfs41_discover_server_trunking() local
1120 nfs_increment_seqid(int status, struct nfs_seqid *seqid) nfs_increment_seqid() argument
1150 nfs_increment_open_seqid(int status, struct nfs_seqid *seqid) nfs_increment_open_seqid() argument
1169 nfs_increment_lock_seqid(int status, struct nfs_seqid *seqid) nfs_increment_lock_seqid() argument
1178 int status = 0; nfs_wait_on_sequence() local
1519 int status = 0; nfs4_reclaim_locks() local
1624 int status; __nfs4_reclaim_open_state() local
1656 int status = 0; nfs4_reclaim_open_state() local
1931 int status = 0; nfs4_do_reclaim() local
1981 int status; nfs4_check_lease() local
2006 nfs4_handle_reclaim_lease_error(struct nfs_client *clp, int status) nfs4_handle_reclaim_lease_error() argument
2060 int status; nfs4_establish_lease() local
2082 int status; nfs4_reclaim_lease() local
2098 int status; nfs4_purge_lease() local
2122 int status, result; nfs4_try_migration() local
2212 int status; nfs4_handle_migration() local
2259 int status; nfs4_handle_lease_moved() local
2302 int i, status; nfs4_discover_server_trunking() local
2508 int status; nfs4_reset_session() local
2608 int status = 0; nfs4_state_manager() local
[all...]
/kernel/linux/linux-5.10/drivers/base/power/
H A Dwakeirq.c100 if (wirq->status & WAKE_IRQ_DEDICATED_ALLOCATED) { in dev_pm_clear_wake_irq()
102 wirq->status &= ~WAKE_IRQ_DEDICATED_MASK; in dev_pm_clear_wake_irq()
186 wirq->status = WAKE_IRQ_DEDICATED_ALLOCATED | flag; in __dev_pm_set_dedicated_wake_irq()
235 * the status of WAKE_IRQ_DEDICATED_REVERSE to tell rpm_suspend()
266 if (wirq && (wirq->status & WAKE_IRQ_DEDICATED_ALLOCATED)) in dev_pm_enable_wake_irq()
283 if (wirq && (wirq->status & WAKE_IRQ_DEDICATED_ALLOCATED)) in dev_pm_disable_wake_irq()
291 * @can_change_status: Can change wake-up interrupt status
300 * Caller must hold &dev->power.lock to change wirq->status
307 if (!wirq || !(wirq->status & WAKE_IRQ_DEDICATED_MASK)) in dev_pm_enable_wake_irq_check()
310 if (likely(wirq->status in dev_pm_enable_wake_irq_check()
[all...]
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Dnsconvert.c38 acpi_status status; in acpi_ns_convert_to_integer() local
47 status = in acpi_ns_convert_to_integer()
49 if (ACPI_FAILURE(status)) { in acpi_ns_convert_to_integer()
50 return (status); in acpi_ns_convert_to_integer()
104 acpi_status status; in acpi_ns_convert_to_string() local
122 status = acpi_ex_convert_to_string(original_object, in acpi_ns_convert_to_string()
125 if (ACPI_FAILURE(status)) { in acpi_ns_convert_to_string()
126 return (status); in acpi_ns_convert_to_string()
186 acpi_status status; in acpi_ns_convert_to_buffer() local
201 status in acpi_ns_convert_to_buffer()
437 acpi_status status; acpi_ns_convert_to_reference() local
[all...]
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Dnsconvert.c38 acpi_status status; in acpi_ns_convert_to_integer() local
47 status = in acpi_ns_convert_to_integer()
49 if (ACPI_FAILURE(status)) { in acpi_ns_convert_to_integer()
50 return (status); in acpi_ns_convert_to_integer()
104 acpi_status status; in acpi_ns_convert_to_string() local
122 status = acpi_ex_convert_to_string(original_object, in acpi_ns_convert_to_string()
125 if (ACPI_FAILURE(status)) { in acpi_ns_convert_to_string()
126 return (status); in acpi_ns_convert_to_string()
186 acpi_status status; in acpi_ns_convert_to_buffer() local
201 status in acpi_ns_convert_to_buffer()
437 acpi_status status; acpi_ns_convert_to_reference() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac3_mac.c13 mt76_connac3_mac_decode_he_radiotap_ru(struct mt76_rx_status *status, in mt76_connac3_mac_decode_he_radiotap_ru() argument
19 status->bw = RATE_INFO_BW_HE_RU; in mt76_connac3_mac_decode_he_radiotap_ru()
23 status->he_ru = NL80211_RATE_INFO_HE_RU_ALLOC_26; in mt76_connac3_mac_decode_he_radiotap_ru()
27 status->he_ru = NL80211_RATE_INFO_HE_RU_ALLOC_52; in mt76_connac3_mac_decode_he_radiotap_ru()
31 status->he_ru = NL80211_RATE_INFO_HE_RU_ALLOC_106; in mt76_connac3_mac_decode_he_radiotap_ru()
35 status->he_ru = NL80211_RATE_INFO_HE_RU_ALLOC_242; in mt76_connac3_mac_decode_he_radiotap_ru()
39 status->he_ru = NL80211_RATE_INFO_HE_RU_ALLOC_484; in mt76_connac3_mac_decode_he_radiotap_ru()
43 status->he_ru = NL80211_RATE_INFO_HE_RU_ALLOC_996; in mt76_connac3_mac_decode_he_radiotap_ru()
46 status->he_ru = NL80211_RATE_INFO_HE_RU_ALLOC_2x996; in mt76_connac3_mac_decode_he_radiotap_ru()
60 struct mt76_rx_status *status in mt76_connac3_mac_decode_he_mu_radiotap() local
104 struct mt76_rx_status *status = (struct mt76_rx_status *)skb->cb; mt76_connac3_mac_decode_he_radiotap() local
[all...]
/third_party/node/deps/icu-small/source/common/
H A Duvector.h94 UVector(UErrorCode &status);
96 UVector(int32_t initialCapacity, UErrorCode &status);
98 UVector(UObjectDeleter *d, UElementsAreEqual *c, UErrorCode &status);
100 UVector(UObjectDeleter *d, UElementsAreEqual *c, int32_t initialCapacity, UErrorCode &status);
131 void addElement(void *obj, UErrorCode &status);
146 void adoptElement(void *obj, UErrorCode &status);
148 void addElement(int32_t elem, UErrorCode &status);
154 void insertElementAt(void* obj, int32_t index, UErrorCode &status);
156 void insertElementAt(int32_t elem, int32_t index, UErrorCode &status);
194 UBool ensureCapacity(int32_t minimumCapacity, UErrorCode &status);
346 push(void* obj, UErrorCode &status) push() argument
356 push(int32_t i, UErrorCode &status) push() argument
[all...]

Completed in 41 milliseconds

1...<<51525354555657585960>>...767