Searched refs:status (Results 426 - 450 of 6357) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dether.c302 int status; local
305 status = gether_setup(cdev->gadget, hostaddr);
306 if (status < 0)
307 return status;
360 status = usb_string_id(cdev);
361 if (status < 0)
363 strings_dev[STRING_MANUFACTURER_IDX].id = status;
364 device_desc.iManufacturer = status;
366 status = usb_string_id(cdev);
367 if (status <
[all...]
H A Df_hid.c185 if (req->status != 0) {
187 "End Point Request ERROR: %d\n", req->status);
198 ssize_t status = -ENOMEM; local
221 status = copy_from_user(hidg->req->buf, buffer, count);
223 if (status != 0) {
230 hidg->req->status = 0;
237 status = usb_ep_queue(hidg->in_ep, hidg->req, GFP_ATOMIC);
238 if (status < 0) {
240 "usb_ep_queue error on int endpoint %zd\n", status);
244 status
325 int status = 0; local
419 int status = 0; local
454 int status; local
595 int status; local
644 int status; local
[all...]
H A Df_subset.c273 int status; local
277 status = usb_interface_id(c, f);
278 if (status < 0)
280 subset_data_intf.bInterfaceNumber = status;
282 status = -ENODEV;
342 ERROR(cdev, "%s: can't bind, err %d\n", f->name, status);
344 return status;
372 int status; local
381 status = usb_string_id(c->cdev);
382 if (status <
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/
H A DBtRecExample.java29 OperationStatus status;
62 status = db.putNoOverwrite(null, key, data);
63 if (status != OperationStatus.SUCCESS &&
64 status!= OperationStatus.KEYEXIST)
65 throw new DatabaseException("Database.put failed " + status);
71 OperationStatus status;
102 status = cursor.getSearchRecordNumber(key, data, null);
103 if (status != OperationStatus.SUCCESS)
104 throw new DatabaseException("Cursor.setRecno failed: " + status);
110 status
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Dradeon_atpx_handler.c37 acpi_status status; local
51 status = acpi_evaluate_object(atrm_handle, NULL, &atrm_arg, &buffer);
52 if (ACPI_FAILURE(status)) {
53 printk("failed to evaluate ATRM got %s\n", acpi_format_exception(status));
82 acpi_status status; local
96 status = acpi_evaluate_object(handle, NULL, &atpx_arg, &buffer);
97 if (ACPI_FAILURE(status)) {
98 printk("%s: failed to call ATPX: %s\n", __func__, acpi_format_exception(status));
110 acpi_status status; local
132 status
176 acpi_status status; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/acpica/
H A Dexmutex.c165 acpi_status status; local
187 status = acpi_ev_acquire_global_lock(timeout);
189 status = acpi_ex_system_wait_mutex(obj_desc->mutex.os_mutex,
193 if (ACPI_FAILURE(status)) {
197 return_ACPI_STATUS(status);
229 acpi_status status; local
258 status = acpi_ex_acquire_mutex_object((u16) time_desc->integer.value,
261 if (ACPI_SUCCESS(status) && obj_desc->mutex.acquisition_depth == 1) {
276 return_ACPI_STATUS(status);
303 acpi_status status local
360 acpi_status status = AE_OK; local
[all...]
H A Dexregion.c76 acpi_status status = AE_OK; local
262 status = AE_BAD_PARAMETER;
266 return_ACPI_STATUS(status);
294 acpi_status status = AE_OK; local
309 status = acpi_hw_read_port((acpi_io_address) address,
316 status = acpi_hw_write_port((acpi_io_address) address,
321 status = AE_BAD_PARAMETER;
325 return_ACPI_STATUS(status);
353 acpi_status status = AE_OK; local
383 status
428 acpi_status status = AE_OK; local
460 acpi_status status = AE_OK; local
[all...]
H A Ddsobject.c83 acpi_status status; local
96 status = acpi_ns_lookup(walk_state->scope_info,
107 if (ACPI_FAILURE(status)) {
111 if ((status == AE_NOT_FOUND)
136 string, status);
139 return_ACPI_STATUS(status);
166 status =
172 if (ACPI_FAILURE(status)) {
173 return_ACPI_STATUS(status);
235 status
385 acpi_status status = AE_OK; local
555 acpi_status status; local
625 acpi_status status = AE_OK; local
[all...]
H A Dutcopy.c116 acpi_status status = AE_OK; local
231 return_ACPI_STATUS(status);
252 acpi_status status = AE_OK; local
271 status = acpi_ut_copy_isimple_to_esimple(source_object,
275 if (ACPI_FAILURE(status)) {
276 return (status);
312 return (status);
339 acpi_status status; local
372 status = acpi_ut_walk_package_tree(internal_object, external_object,
377 return_ACPI_STATUS(status);
398 acpi_status status; local
577 acpi_status status = AE_OK; local
639 acpi_status status; local
679 acpi_status status; local
828 acpi_status status = AE_OK; local
924 acpi_status status = AE_OK; local
980 acpi_status status = AE_OK; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/srclib/
H A Derror.c89 extern void __error (int status, int errnum, const char *message, ...)
91 extern void __error_at_line (int status, int errnum, const char *file_name,
181 error_tail (int status, int errnum, const char *message, va_list args) argument
242 if (status)
243 exit (status);
251 Exit with status STATUS if it is nonzero. */
255 error (int status, int errnum, const char *message, ...) argument
257 error (status, errnum, message, va_alist)
258 int status;
290 error_tail (status, errnu
318 error_at_line(int status, int errnum, const char *file_name, unsigned int line_number, const char *message, ...) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Derr_ev6.c25 int status = MCHK_DISPOSITION_REPORT; local
34 return status;
39 return status;
45 int status = MCHK_DISPOSITION_REPORT; local
65 return status;
86 return status;
100 int status = MCHK_DISPOSITION_REPORT; local
134 return status;
170 printk("%s Block status: %s%s%s%s\n",
177 return status;
191 int status = MCHK_DISPOSITION_UNKNOWN_ERROR; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_client/
H A Dcli_svcctl.c95 if ( !W_ERROR_IS_OK( out.status ) )
96 return out.status;
100 return out.status;
128 if ( !W_ERROR_IS_OK( out.status ) )
129 return out.status;
133 return out.status;
157 return out.status;
197 if ( W_ERROR_EQUAL( out.status, WERR_MORE_DATA ) ) {
208 if ( !W_ERROR_IS_OK(out.status) )
209 return out.status;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/platform/x86/
H A Deeepc-wmi.c132 acpi_status status; local
135 status = wmi_evaluate_method(EEEPC_WMI_MGMT_GUID,
138 if (ACPI_FAILURE(status))
139 return status;
152 return status;
163 acpi_status status; local
165 status = wmi_evaluate_method(EEEPC_WMI_MGMT_GUID,
168 return status;
174 acpi_status status; local
176 status
188 acpi_status status; local
260 acpi_status status; local
299 acpi_status status; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/arm/
H A Dcumana_1.c72 unsigned int status; local
74 status = readb(priv(host)->base + STAT);
75 if(status & 0x80)
77 if(!(status & 0x40))
97 unsigned int status; local
98 status = readb(priv(host)->base + STAT);
99 if(status & 0x80)
101 if(status & 0x40)
108 status = readb(priv(host)->base + STAT);
109 if(status
135 unsigned int status; local
159 unsigned int status; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dsnsc.c42 int status; local
46 status = ia64_sn_irtr_intr(sd->sd_nasid, sd->sd_subch);
48 if (status > 0) {
49 if (status & SAL_IROUTER_INTR_RECV) {
52 if (status & SAL_IROUTER_INTR_XMIT) {
161 int status; local
184 status = read_status_check(sd, &len);
187 while (status < 0) {
211 status = read_status_check(sd, &len);
255 int status; local
328 int status = 0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ca0106/
H A Dca0106_proc.c41 * Add iec958 file in proc file system to show status of SPDIF in.
103 u32 status[4]; local
104 status[0] = value & 0xff;
105 status[1] = (value >> 8) & 0xff;
106 status[2] = (value >> 16) & 0xff;
107 status[3] = (value >> 24) & 0xff;
109 if (! (status[0] & IEC958_AES0_PROFESSIONAL)) {
113 if (!(status[0] & IEC958_AES0_NONAUDIO)) {
119 switch (status[3] & IEC958_AES3_CON_FS) {
134 if (status[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/shared/
H A Drte_timers.c212 int status; local
231 status = TIMER_LIST_LOCK(list);
233 if (status != 0)
234 return status;
270 int status; local
273 status = TIMER_LIST_LOCK(list);
274 if (status != 0)
280 status = get_entry(&list->freed, &entry);
281 if (status != 0)
290 status
315 int status; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libcroco/
H A Dcr-utils.c266 *just converts what it can and returns a success status. After return,
278 enum CRStatus status = CR_OK; local
290 status = CR_OK;
414 return status;
436 enum CRStatus status = CR_OK; local
448 status = CR_OK;
516 status = CR_END_OF_INPUT_ERROR;
566 return status;
718 enum CRStatus status = CR_OK; local
723 status
758 enum CRStatus status = CR_OK; local
853 enum CRStatus status = CR_OK; local
897 enum CRStatus status = CR_OK; local
957 enum CRStatus status = CR_OK; local
1015 enum CRStatus status = CR_OK; local
1160 enum CRStatus status = CR_OK; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/
H A Dcr-utils.c266 *just converts what it can and returns a success status. After return,
278 enum CRStatus status = CR_OK; local
290 status = CR_OK;
414 return status;
436 enum CRStatus status = CR_OK; local
448 status = CR_OK;
516 status = CR_END_OF_INPUT_ERROR;
566 return status;
718 enum CRStatus status = CR_OK; local
723 status
758 enum CRStatus status = CR_OK; local
853 enum CRStatus status = CR_OK; local
897 enum CRStatus status = CR_OK; local
957 enum CRStatus status = CR_OK; local
1015 enum CRStatus status = CR_OK; local
1160 enum CRStatus status = CR_OK; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Dti_usb_3410_5052.c383 int status; local
410 if ((status = ti_download_firmware(tdev)) != 0)
419 status = -ENODEV;
425 status = usb_driver_set_configuration(dev, TI_ACTIVE_CONFIG);
426 status = status ? status : -ENODEV;
435 status = -ENOMEM;
448 status = -ENOMEM;
469 return status;
500 int status; local
646 int status; local
774 int status; local
851 int status; local
1051 int status; local
1080 int status = urb->status; local
1161 int status = urb->status; local
1233 int status = urb->status; local
1345 int status; local
1362 int size, status; local
1544 int status = 0; local
1569 int status; local
1589 int status; local
1609 int status; local
1650 int status = 0; local
1674 int status; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfs/
H A Dnfs4state.c67 int status; local
73 status = nfs4_proc_setclientid(clp, NFS4_CALLBACK, port, cred, &clid);
74 if (status != 0)
76 status = nfs4_proc_setclientid_confirm(clp, &clid, cred);
77 if (status != 0)
82 return status;
126 int status; local
129 status = nfs4_proc_get_lease_time(clp, &fsinfo);
130 if (status == 0) {
140 return status;
184 int status; local
825 nfs_increment_seqid(int status, struct nfs_seqid *seqid) argument
854 nfs_increment_open_seqid(int status, struct nfs_seqid *seqid) argument
871 nfs_increment_lock_seqid(int status, struct nfs_seqid *seqid) argument
879 int status = 0; local
965 int status = 0; local
1018 int status = 0; local
1220 int status = 0; local
1248 int status = -NFS4ERR_EXPIRED; local
1272 int status = -ENOENT; local
1353 int status; local
1416 nfs4_set_lease_expired(struct nfs_client *clp, int status) argument
1436 int status = 0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/tulip/
H A Dinterrupt.c87 tp->rx_ring[entry].status = cpu_to_le32(DescOwned);
129 entry, tp->rx_ring[entry].status);
141 while ( ! (tp->rx_ring[entry].status & cpu_to_le32(DescOwned))) {
142 s32 status = le32_to_cpu(tp->rx_ring[entry].status); local
150 dev->name, entry, status);
158 * checked status for RxLengthOver2047 bits)
160 pkt_len = ((status >> 16) & 0x7ff) - 4;
168 if ((status & (RxLengthOver2047 |
175 if ((status
371 s32 status = le32_to_cpu(tp->rx_ring[entry].status); local
582 int status = le32_to_cpu(tp->tx_ring[entry].status); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/irq/
H A Dchip.c38 desc->status = IRQ_DISABLED;
284 desc->status |= IRQ_NESTED_THREAD;
286 desc->status &= ~IRQ_NESTED_THREAD;
299 desc->status &= ~IRQ_MASKED;
328 desc->status |= IRQ_MASKED;
366 desc->status |= IRQ_MASKED;
373 desc->status |= IRQ_MASKED;
381 desc->status &= ~IRQ_MASKED;
406 if (unlikely(!action || (desc->status & IRQ_DISABLED)))
409 desc->status |
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/core/
H A Dtiomap3430_pwr.c78 int status = 0; local
102 status = -ETIMEDOUT;
103 return status;
110 status = dsp_clock_disable_all(dev_context->dsp_per_clks);
115 if (!status) {
119 status =
122 status = DSP_EHANDLE;
123 return status;
133 status = 0;
138 return status;
148 int status = 0; local
253 int status = 0; local
286 int status = 0; local
375 int status = 0; local
413 int status = 0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/common/
H A Dsaa7146_i2c.c13 /* this function returns the status-register of our i2c-device */
18 DEB_I2C(("status: 0x%08x\n",iicsta));
111 /* get current status */
112 u32 status = saa7146_i2c_status(dev); local
119 if ( 0 != ( status & SAA7146_I2C_BUSY) ) {
136 status = saa7146_i2c_status(dev);
138 if ( dev->i2c_bitrate != status ) {
140 DEB_I2C(("error_state detected. status:0x%08x\n",status));
153 /* the data sheet says it might be necessary to clear the status
175 u32 status = 0, mc2 = 0; local
[all...]

Completed in 160 milliseconds

<<11121314151617181920>>