Home
last modified time | relevance | path

Searched refs:status (Results 1976 - 2000 of 20213) sorted by relevance

1...<<71727374757677787980>>...809

/third_party/icu/icu4c/source/tools/genrb/
H A Dwrtjava.cpp38 void res_write_java(struct SResource *res,UErrorCode *status);
107 uCharsToChars(char *target, int32_t targetLen, const UChar *source, int32_t sourceLen, UErrorCode *status) { in uCharsToChars() argument
190 int retVal=ucnv_fromUChars(conv,dest,30,source+i,1,status); in uCharsToChars()
191 if(U_FAILURE(*status)){ in uCharsToChars()
232 str_write_java(const UChar *src, int32_t srcLen, UBool printEndLine, UErrorCode *status) { in str_write_java() argument
240 *status = U_MEMORY_ALLOCATION_ERROR; in str_write_java()
247 bufLen = uCharsToChars(buf,length,src,srcLen,status); in str_write_java()
253 if(U_FAILURE(*status)){ in str_write_java()
324 string_write_java(const StringResource *res,UErrorCode *status) { in string_write_java() argument
327 str_write_java(res->getBuffer(), res->length(), true, status); in string_write_java()
331 array_write_java(const ArrayResource *res, UErrorCode *status) array_write_java() argument
512 table_write_java(const TableResource *res, UErrorCode *status) table_write_java() argument
580 res_write_java(struct SResource *res,UErrorCode *status) res_write_java() argument
589 string_write_java (static_cast<const StringResource *>(res), status); res_write_java() local
596 intvector_write_java (static_cast<const IntVectorResource *>(res), status); res_write_java() local
599 bytes_write_java (static_cast<const BinaryResource *>(res), status); res_write_java() local
602 int_write_java (static_cast<const IntResource *>(res), status); res_write_java() local
605 array_write_java (static_cast<const ArrayResource *>(res), status); res_write_java() local
608 table_write_java (static_cast<const TableResource *>(res), status); res_write_java() local
619 bundle_write_java(struct SRBRoot *bundle, const char *outputDir,const char* outputEnc, char *writtenFilename, int writtenFilenameLen, const char* packageName, const char* bundleName, UErrorCode *status) bundle_write_java() argument
[all...]
/third_party/ltp/tools/genload/
H A Dstress.c77 int usage(int status);
78 int version(int status);
282 int status, ret; in main() local
284 if ((pid = wait(&status)) > 0) { in main()
285 if ((WIFEXITED(status)) != 0) { in main()
286 if ((ret = WEXITSTATUS(status)) != 0) { in main()
321 /* Print final status message. */ in main()
331 int usage(int status) in usage() argument
361 if (status <= 0) in usage()
362 exit(-1 * status); in usage()
367 version(int status) version() argument
509 int status, ret; hogcpu() local
585 int status, ret; hogio() local
707 int status, ret; hogvm() local
862 int status, ret; hoghdd() local
[all...]
H A Dgenload.c77 int usage(int status);
78 int version(int status);
282 int status, ret; in main() local
284 if ((pid = wait(&status)) > 0) { in main()
285 if ((WIFEXITED(status)) != 0) { in main()
286 if ((ret = WEXITSTATUS(status)) != 0) { in main()
321 /* Print final status message. */ in main()
331 int usage(int status) in usage() argument
361 if (status <= 0) in usage()
362 exit(-1 * status); in usage()
367 version(int status) version() argument
509 int status, ret; hogcpu() local
585 int status, ret; hogio() local
707 int status, ret; hogvm() local
862 int status, ret; hoghdd() local
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dwindtfmt.cpp57 UnicodeString* Win32DateFormat::getTimeDateFormat(const Calendar *cal, const Locale *locale, UErrorCode &status) const in getTimeDateFormat()
62 UResourceBundle *topBundle = ures_open((char *) 0, base, &status); in getTimeDateFormat()
63 UResourceBundle *calBundle = ures_getByKey(topBundle, "calendar", NULL, &status); in getTimeDateFormat()
64 UResourceBundle *typBundle = ures_getByKeyWithFallback(calBundle, type, NULL, &status); in getTimeDateFormat()
65 UResourceBundle *patBundle = ures_getByKeyWithFallback(typBundle, "DateTimePatterns", NULL, &status); in getTimeDateFormat()
67 if (status == U_MISSING_RESOURCE_ERROR) { in getTimeDateFormat()
68 status = U_ZERO_ERROR; in getTimeDateFormat()
69 typBundle = ures_getByKeyWithFallback(calBundle, "gregorian", typBundle, &status); in getTimeDateFormat()
70 patBundle = ures_getByKeyWithFallback(typBundle, "DateTimePatterns", patBundle, &status); in getTimeDateFormat()
73 if (U_FAILURE(status)) { in getTimeDateFormat()
101 UErrorCode status = U_ZERO_ERROR; GetEquivalentWindowsLocaleName() local
162 Win32DateFormat(DateFormat::EStyle timeStyle, DateFormat::EStyle dateStyle, const Locale &locale, UErrorCode &status) Win32DateFormat() argument
229 UErrorCode status = U_ZERO_ERROR; format() local
275 UErrorCode status = U_ZERO_ERROR; adoptCalendar() local
[all...]
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Dwrtjava.cpp38 void res_write_java(struct SResource *res,UErrorCode *status);
107 uCharsToChars(char *target, int32_t targetLen, const UChar *source, int32_t sourceLen, UErrorCode *status) { in uCharsToChars() argument
190 int retVal=ucnv_fromUChars(conv,dest,30,source+i,1,status); in uCharsToChars()
191 if(U_FAILURE(*status)){ in uCharsToChars()
232 str_write_java(const UChar *src, int32_t srcLen, UBool printEndLine, UErrorCode *status) { in str_write_java() argument
240 *status = U_MEMORY_ALLOCATION_ERROR; in str_write_java()
247 bufLen = uCharsToChars(buf,length,src,srcLen,status); in str_write_java()
253 if(U_FAILURE(*status)){ in str_write_java()
324 string_write_java(const StringResource *res,UErrorCode *status) { in string_write_java() argument
327 str_write_java(res->getBuffer(), res->length(), TRUE, status); in string_write_java()
331 array_write_java(const ArrayResource *res, UErrorCode *status) array_write_java() argument
512 table_write_java(const TableResource *res, UErrorCode *status) table_write_java() argument
580 res_write_java(struct SResource *res,UErrorCode *status) res_write_java() argument
589 string_write_java (static_cast<const StringResource *>(res), status); res_write_java() local
596 intvector_write_java (static_cast<const IntVectorResource *>(res), status); res_write_java() local
599 bytes_write_java (static_cast<const BinaryResource *>(res), status); res_write_java() local
602 int_write_java (static_cast<const IntResource *>(res), status); res_write_java() local
605 array_write_java (static_cast<const ArrayResource *>(res), status); res_write_java() local
608 table_write_java (static_cast<const TableResource *>(res), status); res_write_java() local
619 bundle_write_java(struct SRBRoot *bundle, const char *outputDir,const char* outputEnc, char *writtenFilename, int writtenFilenameLen, const char* packageName, const char* bundleName, UErrorCode *status) bundle_write_java() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/sgi/
H A Dmeth.c113 * Waits for BUSY status of mdio bus to clear
231 /* 8byte status vector + 3quad padding + 2byte padding, in meth_init_rx_ring()
380 unsigned long status, flags; in meth_rx() local
396 status = priv->rx_ring[priv->rx_write]->status.raw; in meth_rx()
398 if (!(status & METH_RX_ST_VALID)) { in meth_rx()
399 DPRINTK("Not received? status=%016lx\n",status); in meth_rx()
402 if ((!(status & METH_RX_STATUS_ERRORS)) && (status in meth_rx()
479 unsigned long status, flags; meth_tx_cleanup() local
539 meth_error(struct net_device* dev, unsigned status) meth_error() argument
577 unsigned long status; meth_interrupt() local
[all...]
/kernel/linux/linux-6.6/drivers/mfd/
H A Dtps65010.c45 * to tps65010 and tps65012. The tps65013 has a NO_CHG status/irq.
209 /* registers for monitoring battery charging and status; note in dbg_show()
522 int status; in tps65010_probe() local
546 status = request_irq(client->irq, tps65010_irq, in tps65010_probe()
548 if (status < 0) { in tps65010_probe()
550 client->irq, status); in tps65010_probe()
551 return status; in tps65010_probe()
598 * kickstart monitoring, initialize shadowed status in tps65010_probe()
635 status = gpiochip_add_data(&tps->chip, tps); in tps65010_probe()
636 if (status < in tps65010_probe()
715 int status; tps65010_set_gpio_out_value() local
760 int status; tps65010_set_led() local
842 int status; tps65010_set_vib() local
870 int status; tps65010_set_low_pwr() local
917 int status; tps65010_config_vregs1() local
946 int status; tps65010_config_vdcdc2() local
981 int status; tps65013_set_low_pwr() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/sgi/
H A Dmeth.c113 * Waits for BUSY status of mdio bus to clear
231 /* 8byte status vector + 3quad padding + 2byte padding, in meth_init_rx_ring()
380 unsigned long status, flags; in meth_rx() local
396 status = priv->rx_ring[priv->rx_write]->status.raw; in meth_rx()
398 if (!(status & METH_RX_ST_VALID)) { in meth_rx()
399 DPRINTK("Not received? status=%016lx\n",status); in meth_rx()
402 if ((!(status & METH_RX_STATUS_ERRORS)) && (status in meth_rx()
479 unsigned long status, flags; meth_tx_cleanup() local
539 meth_error(struct net_device* dev, unsigned status) meth_error() argument
577 unsigned long status; meth_interrupt() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H A Dhal_rx.c375 * hw cookie conversion status in ath12k_hal_wbm_desc_parse_err()
463 struct hal_reo_status *status) in ath12k_hal_reo_status_queue_stats()
468 status->uniform_hdr.cmd_num = in ath12k_hal_reo_status_queue_stats()
471 status->uniform_hdr.cmd_status = in ath12k_hal_reo_status_queue_stats()
475 ath12k_dbg(ab, ATH12K_DBG_HAL, "Queue stats status:\n"); in ath12k_hal_reo_status_queue_stats()
476 ath12k_dbg(ab, ATH12K_DBG_HAL, "header: cmd_num %d status %d\n", in ath12k_hal_reo_status_queue_stats()
477 status->uniform_hdr.cmd_num, in ath12k_hal_reo_status_queue_stats()
478 status->uniform_hdr.cmd_status); in ath12k_hal_reo_status_queue_stats()
526 struct hal_reo_status *status) in ath12k_hal_reo_flush_queue_status()
531 status in ath12k_hal_reo_flush_queue_status()
462 ath12k_hal_reo_status_queue_stats(struct ath12k_base *ab, struct hal_tlv_64_hdr *tlv, struct hal_reo_status *status) ath12k_hal_reo_status_queue_stats() argument
525 ath12k_hal_reo_flush_queue_status(struct ath12k_base *ab, struct hal_tlv_64_hdr *tlv, struct hal_reo_status *status) ath12k_hal_reo_flush_queue_status() argument
542 ath12k_hal_reo_flush_cache_status(struct ath12k_base *ab, struct hal_tlv_64_hdr *tlv, struct hal_reo_status *status) ath12k_hal_reo_flush_cache_status() argument
583 ath12k_hal_reo_unblk_cache_status(struct ath12k_base *ab, struct hal_tlv_64_hdr *tlv, struct hal_reo_status *status) ath12k_hal_reo_unblk_cache_status() argument
610 ath12k_hal_reo_flush_timeout_list_status(struct ath12k_base *ab, struct hal_tlv_64_hdr *tlv, struct hal_reo_status *status) ath12k_hal_reo_flush_timeout_list_status() argument
639 ath12k_hal_reo_desc_thresh_reached_status(struct ath12k_base *ab, struct hal_tlv_64_hdr *tlv, struct hal_reo_status *status) ath12k_hal_reo_desc_thresh_reached_status() argument
674 ath12k_hal_reo_update_rx_reo_queue_status(struct ath12k_base *ab, struct hal_tlv_64_hdr *tlv, struct hal_reo_status *status) ath12k_hal_reo_update_rx_reo_queue_status() argument
[all...]
/third_party/backends/backend/
H A Dibm.c106 SANE_Status status; in attach() local
128 status = sanei_scsi_open (devnam, &fd, NULL, NULL); in attach()
129 if (status != SANE_STATUS_GOOD) in attach()
131 DBG (1, "attach: open failed: %s\n", sane_strstatus (status)); in attach()
132 return (status); in attach()
140 status = inquiry (fd, &ibuf, &buf_size); in attach()
141 if (status != SANE_STATUS_GOOD) in attach()
143 DBG (1, "attach: inquiry failed: %s\n", sane_strstatus (status)); in attach()
145 return (status); in attach()
173 status in attach()
515 SANE_Status status; do_cancel() local
627 SANE_Status status; sane_open() local
705 SANE_Status status; sane_control_option() local
942 SANE_Status status; sane_start() local
1119 SANE_Status status; sane_read() local
[all...]
H A Dricoh.c102 SANE_Status status; in attach() local
124 status = sanei_scsi_open (devnam, &fd, NULL, NULL); in attach()
125 if (status != SANE_STATUS_GOOD) in attach()
127 DBG (1, "attach: open failed: %s\n", sane_strstatus (status)); in attach()
128 return (status); in attach()
134 status = inquiry (fd, &ibuf, &buf_size); in attach()
135 if (status != SANE_STATUS_GOOD) in attach()
137 DBG (1, "attach: inquiry failed: %s\n", sane_strstatus (status)); in attach()
139 return (status); in attach()
154 status in attach()
460 SANE_Status status; do_cancel() local
578 SANE_Status status; sane_open() local
656 SANE_Status status; sane_control_option() local
797 SANE_Status status; sane_start() local
959 SANE_Status status; sane_read() local
[all...]
H A Dcanon-sane.c139 SANE_Status status; in sane_open() local
159 status = attach (devnam, &dev); in sane_open()
160 if (status != SANE_STATUS_GOOD) in sane_open()
161 return (status); in sane_open()
242 SANE_Status status; in sane_close() local
250 status = medium_position (s->fd); in sane_close()
251 if (status != SANE_STATUS_GOOD) in sane_close()
300 SANE_Status status; in sane_control_option() local
398 status = in sane_control_option()
403 if (status ! in sane_control_option()
1109 SANE_Status status; sane_start() local
1653 SANE_Status status; sane_read_direct() local
1694 SANE_Status status; read_fs2710() local
1789 SANE_Status status; read_fb620() local
1896 SANE_Status status; read_fb1200() local
2130 SANE_Status status; sane_read() local
[all...]
/third_party/icu/tools/unicode/c/genuca/
H A Dgenuca.cpp518 CollationBaseDataBuilder &builder, char *buffer, UErrorCode *status) { in readAnOption()
527 vt[cnt].value = parseCE(builder, pointer, *status); in readAnOption()
528 if(U_SUCCESS(*status) && *pointer != ']') { in readAnOption()
529 *status = U_INVALID_FORMAT_ERROR; in readAnOption()
531 if(U_FAILURE(*status)) { in readAnOption()
536 vt[cnt].value = parseWeight(pointer, "]", 4, *status); in readAnOption()
537 if(U_FAILURE(*status)) { in readAnOption()
542 vt[cnt].value = parseWeight(pointer, "]", 1, *status) >> 24; in readAnOption()
543 if(U_FAILURE(*status)) { in readAnOption()
550 *status in readAnOption()
517 readAnOption( CollationBaseDataBuilder &builder, char *buffer, UErrorCode *status) readAnOption() argument
678 readAnElement(char *line, CollationBaseDataBuilder &builder, UnicodeString &prefix, UnicodeString &s, int64_t ces[32], int32_t &cesLength, UErrorCode *status) readAnElement() argument
822 parseFractionalUCA(const char *filename, CollationBaseDataBuilder &builder, UErrorCode *status) parseFractionalUCA() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dtransreg.cpp257 UErrorCode status = U_ZERO_ERROR; in TransliteratorSpec() local
261 res = new ResourceBundle(U_ICUDATA_TRANSLIT, topLoc, status); in TransliteratorSpec()
266 if (U_FAILURE(status) || status == U_USING_DEFAULT_WARNING) { in TransliteratorSpec()
273 status = U_ZERO_ERROR; in TransliteratorSpec()
276 int32_t num = uscript_getCode(CharString().appendInvariantChars(theSpec, status).data(), in TransliteratorSpec()
277 script, capacity, &status); in TransliteratorSpec()
530 TransliteratorRegistry::TransliteratorRegistry(UErrorCode& status) : in TransliteratorRegistry() argument
531 registry(true, status), in TransliteratorRegistry()
532 specDAG(true, SPECDAG_INIT_SIZE, status), in TransliteratorRegistry()
552 get(const UnicodeString& ID, TransliteratorAlias*& aliasReturn, UErrorCode& status) get() argument
561 reget(const UnicodeString& ID, TransliteratorParser& parser, TransliteratorAlias*& aliasReturn, UErrorCode& status) reget() argument
865 snext(UErrorCode& status) snext() argument
944 UErrorCode status = U_ZERO_ERROR; registerEntry() local
972 UErrorCode status = U_ZERO_ERROR; registerSTV() local
1017 UErrorCode status = U_ZERO_ERROR; removeSTV() local
1128 UErrorCode status = U_ZERO_ERROR; findInBundle() local
1289 instantiateEntry(const UnicodeString& ID, TransliteratorEntry *entry, TransliteratorAlias* &aliasReturn, UErrorCode& status) instantiateEntry() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dtransreg.cpp258 UErrorCode status = U_ZERO_ERROR; in TransliteratorSpec() local
262 res = new ResourceBundle(U_ICUDATA_TRANSLIT, topLoc, status); in TransliteratorSpec()
267 if (U_FAILURE(status) || status == U_USING_DEFAULT_WARNING) { in TransliteratorSpec()
274 status = U_ZERO_ERROR; in TransliteratorSpec()
277 int32_t num = uscript_getCode(CharString().appendInvariantChars(theSpec, status).data(), in TransliteratorSpec()
278 script, capacity, &status); in TransliteratorSpec()
531 TransliteratorRegistry::TransliteratorRegistry(UErrorCode& status) : in TransliteratorRegistry() argument
532 registry(true, status), in TransliteratorRegistry()
533 specDAG(true, SPECDAG_INIT_SIZE, status), in TransliteratorRegistry()
551 get(const UnicodeString& ID, TransliteratorAlias*& aliasReturn, UErrorCode& status) get() argument
560 reget(const UnicodeString& ID, TransliteratorParser& parser, TransliteratorAlias*& aliasReturn, UErrorCode& status) reget() argument
881 snext(UErrorCode& status) snext() argument
965 UErrorCode status = U_ZERO_ERROR; registerEntry() local
987 UErrorCode status = U_ZERO_ERROR; registerSTV() local
1032 UErrorCode status = U_ZERO_ERROR; removeSTV() local
1143 UErrorCode status = U_ZERO_ERROR; findInBundle() local
1304 instantiateEntry(const UnicodeString& ID, TransliteratorEntry *entry, TransliteratorAlias* &aliasReturn, UErrorCode& status) instantiateEntry() argument
[all...]
/third_party/skia/third_party/externals/microhttpd/src/microspdy/
H A Dsession.c38 * The function waits for the full frame and then changes status
53 SPDYF_ASSERT(SPDY_SESSION_STATUS_WAIT_FOR_SUBHEADER == session->status in spdyf_handler_read_syn_stream()
54 || SPDY_SESSION_STATUS_WAIT_FOR_BODY == session->status, in spdyf_handler_read_syn_stream()
60 if(SPDY_SESSION_STATUS_WAIT_FOR_SUBHEADER == session->status) in spdyf_handler_read_syn_stream()
69 session->status = SPDY_SESSION_STATUS_WAIT_FOR_HEADER; in spdyf_handler_read_syn_stream()
86 session->status = SPDY_SESSION_STATUS_IGNORE_BYTES; in spdyf_handler_read_syn_stream()
90 session->status = SPDY_SESSION_STATUS_WAIT_FOR_BODY; in spdyf_handler_read_syn_stream()
123 session->status = SPDY_SESSION_STATUS_FLUSHING; in spdyf_handler_read_syn_stream()
167 session->status = SPDY_SESSION_STATUS_WAIT_FOR_HEADER; in spdyf_handler_read_syn_stream()
175 * The function waits for the full frame and then changes status
186 enum SPDY_GOAWAY_STATUS status; spdyf_handler_read_goaway() local
1617 SPDYF_prepare_goaway(struct SPDY_Session *session, enum SPDY_GOAWAY_STATUS status, bool in_front) SPDYF_prepare_goaway() argument
1665 SPDYF_prepare_rst_stream(struct SPDY_Session *session, struct SPDYF_Stream * stream, enum SPDY_RST_STREAM_STATUS status) SPDYF_prepare_rst_stream() argument
[all...]
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Devrgnini.c135 acpi_status status = AE_OK; in acpi_ev_pci_config_region_setup() local
164 return_ACPI_STATUS(status); in acpi_ev_pci_config_region_setup()
195 status = acpi_install_address_space_handler((acpi_handle)pci_root_node, ACPI_ADR_SPACE_PCI_CONFIG, ACPI_DEFAULT_HANDLER, NULL, NULL); in acpi_ev_pci_config_region_setup()
196 if (ACPI_FAILURE(status)) { in acpi_ev_pci_config_region_setup()
197 if (status == AE_SAME_HANDLER) { in acpi_ev_pci_config_region_setup()
204 ACPI_EXCEPTION((AE_INFO, status, in acpi_ev_pci_config_region_setup()
258 status = acpi_ut_evaluate_numeric_object(METHOD_NAME__ADR, in acpi_ev_pci_config_region_setup()
265 if (ACPI_SUCCESS(status)) { in acpi_ev_pci_config_region_setup()
272 status = acpi_ut_evaluate_numeric_object(METHOD_NAME__SEG, in acpi_ev_pci_config_region_setup()
274 if (ACPI_SUCCESS(status)) { in acpi_ev_pci_config_region_setup()
315 acpi_status status; acpi_ev_is_pci_root_bridge() local
[all...]
/kernel/linux/linux-6.6/fs/nfsd/
H A Dnfs2acl.c41 resp->status = fh_verify(rqstp, &resp->fh, 0, NFSD_MAY_NOP); in nfsacld_proc_getacl()
42 if (resp->status != nfs_ok) in nfsacld_proc_getacl()
48 resp->status = nfserr_inval; in nfsacld_proc_getacl()
53 resp->status = fh_getattr(fh, &resp->stat); in nfsacld_proc_getacl()
54 if (resp->status != nfs_ok) in nfsacld_proc_getacl()
64 resp->status = nfserrno(PTR_ERR(acl)); in nfsacld_proc_getacl()
74 resp->status = nfserrno(PTR_ERR(acl)); in nfsacld_proc_getacl()
104 resp->status = fh_verify(rqstp, &resp->fh, 0, NFSD_MAY_SATTR); in nfsacld_proc_setacl()
105 if (resp->status != nfs_ok) in nfsacld_proc_setacl()
129 resp->status in nfsacld_proc_setacl()
[all...]
/kernel/linux/linux-6.6/drivers/platform/surface/
H A Dsurface_aggregator_hub.c71 int status = 0; in ssam_hub_update_workfn() local
73 status = hub->ops.get_state(hub, &state); in ssam_hub_update_workfn()
74 if (status) in ssam_hub_update_workfn()
109 status = ssam_device_register_clients(hub->sdev); in ssam_hub_update_workfn()
113 if (status) in ssam_hub_update_workfn()
114 dev_err(&hub->sdev->dev, "failed to update hub child devices: %d\n", status); in ssam_hub_update_workfn()
159 int status; in ssam_hub_probe() local
188 status = ssam_device_notifier_register(sdev, &hub->notif); in ssam_hub_probe()
189 if (status) in ssam_hub_probe()
190 return status; in ssam_hub_probe()
228 int status; ssam_base_hub_query_state() local
302 int status; ssam_kip_hub_query_state() local
[all...]
/kernel/linux/linux-6.6/drivers/usb/gadget/legacy/
H A Dmulti.c305 int status; in multi_bind() local
330 status = PTR_ERR(fi_rndis); in multi_bind()
351 status = gether_register_netdev(ecm_opts->net); in multi_bind()
352 if (status) in multi_bind()
362 status = PTR_ERR(fi_acm); in multi_bind()
369 status = PTR_ERR(fi_msg); in multi_bind()
376 status = fsg_common_set_num_buffers(fsg_opts->common, fsg_num_buffers); in multi_bind()
377 if (status) in multi_bind()
380 status = fsg_common_set_cdev(fsg_opts->common, cdev, config.can_stall); in multi_bind()
381 if (status) in multi_bind()
[all...]
/kernel/linux/linux-6.6/drivers/comedi/drivers/
H A Ddt2814.c54 unsigned int status; in dt2814_ai_notbusy() local
56 status = inb(dev->iobase + DT2814_CSR); in dt2814_ai_notbusy()
58 *(unsigned int *)context = status; in dt2814_ai_notbusy()
59 if (status & DT2814_BUSY) in dt2814_ai_notbusy()
66 unsigned int status = 0; in dt2814_ai_clear() local
69 /* Wait until not busy and get status register value. */ in dt2814_ai_clear()
71 (unsigned long)&status); in dt2814_ai_clear()
75 if (status & (DT2814_FINISH | DT2814_ERR)) { in dt2814_ai_clear()
91 unsigned int status; in dt2814_ai_eoc() local
93 status in dt2814_ai_eoc()
221 unsigned int status; dt2814_ai_cancel() local
247 unsigned int status; dt2814_interrupt() local
[all...]
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dtzfmt.h315 * @param status Receives the status.
320 static TimeZoneFormat* U_EXPORT2 createInstance(const Locale& locale, UErrorCode& status);
358 * @param status Receives the status.
362 void setGMTPattern(const UnicodeString& pattern, UErrorCode& status);
378 * @param status Receives the status.
382 void setGMTOffsetPattern(UTimeZoneFormatGMTOffsetPatternType type, const UnicodeString& pattern, UErrorCode& status);
401 * will be set to the return status
[all...]
/third_party/icu/icu4c/source/i18n/unicode/
H A Dtzfmt.h315 * @param status Receives the status.
320 static TimeZoneFormat* U_EXPORT2 createInstance(const Locale& locale, UErrorCode& status);
358 * @param status Receives the status.
362 void setGMTPattern(const UnicodeString& pattern, UErrorCode& status);
378 * @param status Receives the status.
382 void setGMTOffsetPattern(UTimeZoneFormatGMTOffsetPatternType type, const UnicodeString& pattern, UErrorCode& status);
401 * will be set to the return status
[all...]
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/
H A D2-4.c68 int status; /* error code */ member
161 td->status = ret; in tf()
171 td->status = ret; in tf()
189 td->status = ret; in tf()
201 td->status = ret; in tf()
206 td->status = ret; in tf()
212 td->status = -1; in tf()
217 td->status = ret; in tf()
228 td->status = ret; in tf()
251 int status; in main() local
[all...]
H A D2-7.c69 int status; /* error code */ member
162 td->status = ret; in tf()
172 td->status = ret; in tf()
195 td->status = ret; in tf()
207 td->status = ret; in tf()
212 td->status = ret; in tf()
218 td->status = -1; in tf()
223 td->status = ret; in tf()
234 td->status = ret; in tf()
258 int status; in main() local
[all...]

Completed in 21 milliseconds

1...<<71727374757677787980>>...809