Searched refs:status (Results 26 - 50 of 6357) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/acpica/
H A Dhwxface.c68 acpi_status status; local
87 status =
94 status = acpi_hw_write(acpi_gbl_FADT.reset_value, reset_reg);
97 return_ACPI_STATUS(status);
125 acpi_status status; local
135 status = acpi_hw_validate_register(reg, 64, &address);
136 if (ACPI_FAILURE(status)) {
137 return (status);
155 status = acpi_os_read_memory((acpi_physical_address)
157 if (ACPI_FAILURE(status)) {
222 acpi_status status; local
317 acpi_status status; local
378 acpi_status status = AE_OK; local
473 acpi_status status = AE_OK; local
[all...]
H A Dnsxfeval.c84 acpi_status status; local
101 status =
104 if (ACPI_FAILURE(status)) {
105 return_ACPI_STATUS(status);
175 acpi_status status; local
195 status = AE_BAD_PARAMETER;
213 status = AE_NO_MEMORY;
220 status =
225 if (ACPI_FAILURE(status)) {
243 status
470 acpi_status status; local
541 acpi_status status; local
672 acpi_status status; local
731 acpi_status status; local
777 acpi_status status; local
824 acpi_status status; local
[all...]
H A Devxfevnt.c72 acpi_status status; local
93 status = acpi_hw_set_mode(ACPI_SYS_MODE_ACPI);
94 if (ACPI_FAILURE(status)) {
97 return_ACPI_STATUS(status);
131 acpi_status status = AE_OK; local
141 status = acpi_hw_set_mode(ACPI_SYS_MODE_LEGACY);
143 if (ACPI_FAILURE(status)) {
146 return_ACPI_STATUS(status);
152 return_ACPI_STATUS(status);
171 acpi_status status local
229 acpi_status status = AE_OK; local
297 acpi_status status = AE_BAD_PARAMETER; local
333 acpi_status status = AE_BAD_PARAMETER; local
371 acpi_status status = AE_OK; local
416 acpi_status status = AE_OK; local
470 acpi_status status = AE_OK; local
507 acpi_status status = AE_OK; local
546 acpi_status status = AE_OK; local
606 acpi_status status = AE_OK; local
654 acpi_status status; local
743 acpi_status status; local
802 acpi_status status; local
884 acpi_status status; local
913 acpi_status status; local
[all...]
H A Ddsinit.c87 acpi_status status; local
108 status = acpi_ds_initialize_region(obj_handle);
109 if (ACPI_FAILURE(status)) {
110 ACPI_EXCEPTION((AE_INFO, status,
158 acpi_status status; local
165 status = acpi_tb_get_owner_id(table_index, &owner_id);
166 if (ACPI_FAILURE(status)) {
167 return_ACPI_STATUS(status);
183 status = acpi_ut_acquire_mutex(ACPI_MTX_NAMESPACE);
184 if (ACPI_FAILURE(status)) {
[all...]
H A Devgpe.c111 acpi_status status; local
126 status = acpi_hw_clear_gpe(gpe_event_info);
127 if (ACPI_FAILURE(status)) {
128 return_ACPI_STATUS(status);
132 status = acpi_hw_low_set_gpe(gpe_event_info, ACPI_GPE_ENABLE);
134 return_ACPI_STATUS(status);
153 acpi_status status = AE_OK; local
161 status = acpi_ev_update_gpe_enable_mask(gpe_event_info);
162 if (ACPI_SUCCESS(status)) {
163 status
189 acpi_status status = AE_OK; local
323 acpi_status status; local
443 acpi_status status; local
515 acpi_status status; local
556 acpi_status status; local
[all...]
H A Dexoparg2.c94 acpi_status status = AE_OK; local
119 status = AE_AML_OPERAND_TYPE;
130 status = acpi_ev_queue_notify_request(node, value);
137 status = AE_AML_BAD_OPCODE;
140 return_ACPI_STATUS(status);
161 acpi_status status; local
176 status = AE_NO_MEMORY;
183 status = AE_NO_MEMORY;
189 status = acpi_ut_divide(operand[0]->integer.value,
193 if (ACPI_FAILURE(status)) {
259 acpi_status status = AE_OK; local
491 acpi_status status = AE_OK; local
[all...]
H A Dutalloc.c64 acpi_status status; local
68 status =
73 if (ACPI_FAILURE(status)) {
74 return (status);
77 status =
81 if (ACPI_FAILURE(status)) {
82 return (status);
85 status =
90 if (ACPI_FAILURE(status)) {
91 return (status);
[all...]
H A Drsxface.c95 acpi_status status; local
123 status = acpi_ut_validate_buffer(buffer);
124 if (ACPI_FAILURE(status)) {
125 return_ACPI_STATUS(status);
147 * If the function fails an appropriate status will be returned
159 acpi_status status; local
166 status = acpi_rs_validate_parameters(device_handle, ret_buffer, &node);
167 if (ACPI_FAILURE(status)) {
168 return_ACPI_STATUS(status);
171 status
204 acpi_status status; local
246 acpi_status status; local
285 acpi_status status; local
397 acpi_status status; local
440 acpi_status status; local
505 acpi_status status; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dnokia.c111 int status = 0; local
113 status = phonet_bind_config(c);
114 if (status)
117 status = obex_bind_config(c, 0);
118 if (status)
121 status = obex_bind_config(c, 1);
122 if (status)
125 status = acm_bind_config(c, 2);
126 if (status)
129 status
158 int status; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/irq/
H A Dautoprobe.c35 unsigned int status; local
49 if (!desc->action && !(desc->status & IRQ_NOPROBE)) {
77 if (!desc->action && !(desc->status & IRQ_NOPROBE)) {
78 desc->status |= IRQ_AUTODETECT | IRQ_WAITING;
80 desc->status |= IRQ_PENDING;
95 status = desc->status;
97 if (status & IRQ_AUTODETECT) {
99 if (!(status & IRQ_WAITING)) {
100 desc->status
127 unsigned int status, mask = 0; local
171 unsigned int status; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/pmgr/
H A Dchnl.c58 int status; local
71 status = 0;
73 status = -EINVAL;
75 status = -ECHRNG;
78 status = -EINVAL;
80 if (!status) {
81 status = dev_get_chnl_mgr(hdev_obj, &hchnl_mgr);
82 if (!status && hchnl_mgr != NULL)
83 status = -EEXIST;
87 if (!status) {
117 int status; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/utils/
H A Dnet_domain.c53 NTSTATUS status = NT_STATUS_UNSUCCESSFUL; local
64 if ( (pipe_hnd = cli_rpc_pipe_open_noauth(cli, PI_SAMR, &status)) == NULL ) {
66 nt_errstr(status) ));
67 return status;
70 status = rpccli_samr_connect(pipe_hnd, mem_ctx,
72 if ( !NT_STATUS_IS_OK(status) )
73 return status;
76 status = rpccli_samr_open_domain(pipe_hnd, mem_ctx, &sam_pol,
78 if ( !NT_STATUS_IS_OK(status) )
79 return status;
165 NTSTATUS status = NT_STATUS_UNSUCCESSFUL; local
205 NTSTATUS status = NT_STATUS_UNSUCCESSFUL; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx231xx/
H A Dcx231xx-avcore.c66 int status; local
69 status = cx231xx_read_i2c_data(dev, AFE_DEVICE_ADDRESS,
72 return status;
77 int status = 0; local
84 status = afe_write_byte(dev, SUP_BLK_TUNE2, temp);
85 if (status < 0)
86 return status;
88 status = afe_read_byte(dev, SUP_BLK_TUNE2, &afe_power_status);
89 if (status < 0)
90 return status;
145 int status = 0; local
195 int status = 0; local
218 int status = 0; local
252 int status = 0; local
287 int status = 0; local
413 int status = 0; local
462 int status; local
485 int status = 0; local
539 int status = 0; local
846 int status = 0; local
913 int status = 0; local
937 int status; local
1052 int status = vid_blk_write_word(dev, HSCALE_CTRL, dev->hscale); local
1066 int status = 0; local
1078 int status = 0; local
1096 int status = 0; local
1129 int status = 0; local
1220 int status = 0; local
1599 int status = 0; local
1614 int status = 0; local
1638 int status = 0; local
1657 int status = 0; local
1677 int status = 0; local
1703 int status = 0; local
1923 int status = 0; local
1950 int status = 0; local
1975 int status = 0; local
1998 int status = 0; local
2129 int status = 0; local
2138 int status = 0; local
2159 int status = 0; local
2193 int status = 0; local
2229 int status = 0; local
2262 int status = 0; local
2298 int status = 0; local
2346 int status = 0; local
2387 int status = 0; local
2441 int status = 0; local
2469 int status = 0; local
2495 int status = 0; local
2539 int status = 0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/jazz/
H A Dreset.c14 int status; local
17 status = jazz_kh->command;
18 } while (status & KBD_STAT_IBF);
24 int status; local
27 status = jazz_kh->command;
28 } while (status & KBD_STAT_IBF);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/entity/
H A DSupplier.java25 private int status; field in class:Supplier
28 public Supplier(String number, String name, int status, String city) { argument
32 this.status = status;
48 return status;
60 " status=" + status +
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/sentity/
H A DSupplier.java35 private int status; field in class:Supplier
38 public Supplier(String number, String name, int status, String city) { argument
42 this.status = status;
67 return status;
79 " status=" + status +
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/tuple/
H A DSupplier.java25 private int status; field in class:Supplier
28 public Supplier(String number, String name, int status, String city) { argument
32 this.status = status;
48 return status;
60 " status=" + status +
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/common/
H A Dtuklib_exit.c24 tuklib_exit(int status, int err_status, int show_error) argument
26 if (status != err_status) {
32 status = err_status;
46 if (status != err_status) {
49 // Just set the exit status.
53 status = err_status;
56 exit(status);
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/common/
H A Dtuklib_exit.c24 tuklib_exit(int status, int err_status, int show_error) argument
26 if (status != err_status) {
32 status = err_status;
46 if (status != err_status) {
49 // Just set the exit status.
53 status = err_status;
56 exit(status);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/rmgr/
H A Dstrm.c103 int status = 0; local
116 status = -EINVAL;
119 status = -EFAULT;
122 if (status)
130 status = -ENOMEM;
135 if (status)
138 if (status)
144 return status;
157 int status = 0; local
163 status
201 int status = 0; local
270 int status = 0; local
307 int status = 0; local
372 int status = 0; local
419 int status = 0; local
470 int status = 0; local
620 int status = 0; local
704 int status = 0; local
749 int status = 0; local
829 int status = 0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pnp/pnpbios/
H A Dbioscalls.c86 u16 status; local
128 "popl %%ebp\n\t":"=a"(status)
150 return status;
153 void pnpbios_print_status(const char *module, u16 status) argument
155 switch (status) {
226 printk(KERN_ERR "PnPBIOS: %s: unexpected status 0x%x\n", module,
227 status);
255 u16 status; local
259 status = call_pnp_bios(PNP_GET_NUM_SYS_DEV_NODES, 0, PNP_TS1, 2,
263 return status;
268 int status = __pnp_bios_dev_node_info(data); local
292 u16 status; local
309 int status; local
326 u16 status; local
340 int status; local
360 u16 status; local
377 u16 status; local
388 int status; local
401 u16 status; local
413 int status; local
426 u16 status; local
438 int status; local
452 u16 status; local
463 int status; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-u300/
H A Ddummyspichip.c50 int status; local
63 status = -ENOMEM;
82 status = spi_w8r8(spi, 0xAA);
83 if (status < 0)
85 "failed with status %d\n", status);
91 status = spi_write_then_read(spi, &txbuf[0], 8, &rxbuf[0], 8);
92 if (status < 0)
94 "failed with status %d\n", status);
229 int status; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpcclient/
H A Dcmd_test.c29 NTSTATUS status = NT_STATUS_UNSUCCESSFUL; local
34 lsa_pipe = cli_rpc_pipe_open_noauth(cli->cli, PI_LSARPC, &status);
37 samr_pipe = cli_rpc_pipe_open_noauth(cli->cli, PI_SAMR, &status);
40 status = rpccli_lsa_open_policy(lsa_pipe, mem_ctx, False,
43 if (!NT_STATUS_IS_OK(status))
46 status = rpccli_lsa_close(lsa_pipe, mem_ctx, &pol);
48 if (!NT_STATUS_IS_OK(status))
55 return status;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DTerminationProcessAmuleweb.cpp40 void CTerminationProcessAmuleweb::OnTerminate(int pid, int status) argument
46 CTerminationProcess::OnTerminate(pid, status);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/scripts/
H A Dcheck_defines.pl81 my $status = $checkedFiles{$file};
82 unless (defined $status) {
83 $status = 0;
86 $status |= 1 if /^\s*\#.+AMULE_DAEMON/;
87 $status |= 2 if /^\s*\#.+CLIENT_GUI/;
90 $checkedFiles{$file} = $status;
92 print "$obj: AMULE_DAEMON used in $file\n" if $checkAMULE_DAEMON && ($status & 1);
93 print "$obj: CLIENT_GUI used in $file\n" if $checkCLIENT_GUI && ($status & 2);

Completed in 253 milliseconds

1234567891011>>