Searched refs:status (Results 401 - 425 of 6357) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/libmsrpc/test/reg/
H A Dregkeycreate.c29 fprintf(stderr, "Could not connect to server.\n Error: %s.\n errno: %s\n", nt_errstr(hnd->status), strerror(errno));
44 fprintf(stderr, "Could not open key %s\n Error: %s\n", rok.in.name, nt_errstr(hnd->status));
59 fprintf(stderr, "Could not create key. Error %s\n", nt_errstr(hnd->status));
64 fprintf(stderr, "Could not close key. Error %s\n", nt_errstr(hnd->status));
85 if(CAC_OP_FAILED(hnd->status)) {
86 fprintf(stderr, "Could not enumerate keys: %s\n", nt_errstr(hnd->status));
99 fprintf(stderr, "Could not delete key. Error %s\n", nt_errstr(hnd->status));
105 fprintf(stderr, "Could not close handle %s\n", nt_errstr(hnd->status));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/libmsrpc/test/sam/
H A Dsamenum.c28 fprintf(stderr, "Could not connect to server %s. Error: %s\n", hnd->server, nt_errstr(hnd->status));
38 fprintf(stderr, "Could not open domain. Error: %s\n", nt_errstr(hnd->status));
64 if(CAC_OP_FAILED(hnd->status)) {
65 printf("Could not enumerate users. Error: %s\n", nt_errstr(hnd->status));
82 if(CAC_OP_FAILED(hnd->status)) {
83 printf("Could not enumerate Groups. Error: %s\n", nt_errstr(hnd->status));
100 if(CAC_OP_FAILED(hnd->status)) {
101 printf("Could not enumerate Aliases. Error: %s\n", nt_errstr(hnd->status));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/boards/mach-cayman/
H A Dirq.c109 unsigned long status; local
112 status = __raw_readl(EPLD_STATUS_BASE) &
114 if (status == 0) {
118 if (status & (1<<i))
126 unsigned long status; local
129 status = __raw_readl(EPLD_STATUS_BASE + 3 * sizeof(u32)) &
131 if (status == 0) {
135 if (status & (1<<i))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/acpica/
H A Dnswalk.c192 acpi_status status; local
221 status = AE_OK;
239 status = AE_CTRL_DEPTH;
263 status =
270 status =
285 switch (status) {
294 /* Exit now, with OK status */
302 return_ACPI_STATUS(status);
313 (level < max_depth) && (status != AE_CTRL_DEPTH)) {
H A Ddswstate.c76 acpi_status status; local
117 status = acpi_ds_result_stack_pop(walk_state);
118 if (ACPI_FAILURE(status)) {
119 return (status);
149 acpi_status status; local
161 status = acpi_ds_result_stack_push(walk_state);
162 if (ACPI_FAILURE(status)) {
165 return (status);
602 acpi_status status; local
623 status
[all...]
H A Dnsutils.c81 acpi_status status; local
97 status = acpi_ns_externalize_name(ACPI_UINT32_MAX,
102 if (ACPI_SUCCESS(status)) {
126 * method_status - Execution status
141 acpi_status status; local
147 status =
150 if (ACPI_FAILURE(status)) {
176 acpi_status status; local
187 status = acpi_ns_handle_to_pathname(node, &buffer);
188 if (ACPI_SUCCESS(status)) {
487 acpi_status status; local
802 acpi_status status; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/platform/5249/
H A Dconfig.c88 int status; local
90 status = gpio_request(MCFQSPI_CS0, "MCFQSPI_CS0");
91 if (status) {
95 status = gpio_direction_output(MCFQSPI_CS0, 1);
96 if (status) {
101 status = gpio_request(MCFQSPI_CS1, "MCFQSPI_CS1");
102 if (status) {
106 status = gpio_direction_output(MCFQSPI_CS1, 1);
107 if (status) {
112 status
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/platform/527x/
H A Dconfig.c140 int status; local
142 status = gpio_request(MCFQSPI_CS0, "MCFQSPI_CS0");
143 if (status) {
147 status = gpio_direction_output(MCFQSPI_CS0, 1);
148 if (status) {
153 status = gpio_request(MCFQSPI_CS1, "MCFQSPI_CS1");
154 if (status) {
158 status = gpio_direction_output(MCFQSPI_CS1, 1);
159 if (status) {
164 status
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/platform/528x/
H A Dconfig.c103 int status; local
105 status = gpio_request(MCFQSPI_CS0, "MCFQSPI_CS0");
106 if (status) {
110 status = gpio_direction_output(MCFQSPI_CS0, 1);
111 if (status) {
116 status = gpio_request(MCFQSPI_CS1, "MCFQSPI_CS1");
117 if (status) {
121 status = gpio_direction_output(MCFQSPI_CS1, 1);
122 if (status) {
127 status
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/netfilter/
H A Dnf_nat_core.h24 return test_bit(IPS_SRC_NAT_DONE_BIT, &ct->status);
26 return test_bit(IPS_DST_NAT_DONE_BIT, &ct->status);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/srclib/
H A Derror.h49 extern void error (int status, int errnum, const char *format, ...)
52 extern void error_at_line (int status, int errnum, const char *fname,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/via/
H A Dvia_irq.c112 u32 status; local
118 status = VIA_READ(VIA_REG_INTERRUPT);
119 if (status & VIA_IRQ_VBLANK_PENDING) {
140 if (status & cur_irq->pending_mask) {
153 VIA_WRITE(VIA_REG_INTERRUPT, status);
164 u32 status; local
168 status = VIA_READ(VIA_REG_INTERRUPT);
169 VIA_WRITE(VIA_REG_INTERRUPT, status |
177 u32 status; local
184 status
196 u32 status; local
265 u32 status; local
314 u32 status; local
334 u32 status; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/platform/x86/
H A Dclassmate-laptop.c85 acpi_status status; local
92 status = acpi_evaluate_object(handle, "ACMD", &input, NULL);
93 return status;
100 acpi_status status; local
107 status = acpi_evaluate_object(handle, "ACMD", &input, NULL);
108 return status;
134 acpi_status status; local
141 status = acpi_evaluate_object(handle, "ACMD", &input, &output);
142 if (ACPI_SUCCESS(status)) {
151 return status;
158 acpi_status status; local
318 acpi_status status; local
403 acpi_status status; local
420 acpi_status status; local
435 acpi_status status; local
449 acpi_status status; local
475 acpi_status status; local
492 acpi_status status; local
507 acpi_status status; local
522 acpi_status status; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/irq/
H A Dmanage.c33 unsigned int status; local
45 while (desc->status & IRQ_INPROGRESS)
50 status = desc->status;
54 } while (status & IRQ_INPROGRESS);
76 if (CHECK_IRQ_PER_CPU(desc->status) || !desc->chip ||
120 if (desc->status & IRQ_MOVE_PCNTXT) {
127 desc->status |= IRQ_MOVE_PENDING;
136 desc->status |= IRQ_AFFINITY_SET;
170 if (desc->status
293 unsigned int status = desc->status & ~IRQ_DISABLED; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/be2iscsi/
H A Dbe_cmds.c78 u32 status; local
85 status = readl((void *)mpu_sem);
87 if ((status & 0x80000000) || (status & 0x0000FFFF) == 0xC000)
93 if ((status & 0x80000000) || (!num_loop)) {
95 "status = 0x%x\n", status);
173 compl_status = (compl->status >> CQE_STATUS_COMPL_SHIFT) &
176 extd_status = (compl->status >> CQE_STATUS_EXTD_SHIFT) &
179 "error in cmd completion: status(comp
268 int num = 0, status = 0; local
302 int i, status; local
355 int status; local
403 int status; local
526 int status; local
563 int status; local
598 int status; local
657 int status; local
700 int status; local
756 int status; local
802 int status; local
829 int status; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvda_h264.c53 OSStatus status,
73 OSStatus status; local
81 status = VDADecoderDecode(vda_ctx->decoder, 0, coded_frame, NULL);
83 if (kVDADecoderNoErr == status)
84 status = VDADecoderFlush(vda_ctx->decoder, flush_flags);
88 return status;
149 int status; local
154 status = vda_sync_decode(vda, vda_ctx);
157 if (status)
158 av_log(avctx, AV_LOG_ERROR, "Failed to decode frame (%d)\n", status);
51 vda_decoder_callback(void *vda_hw_ctx, CFDictionaryRef user_info, OSStatus status, uint32_t infoFlags, CVImageBufferRef image_buffer) argument
181 OSStatus status; local
266 OSStatus status = kVDADecoderNoErr; local
297 ff_vda_output_callback(void *opaque, CFDictionaryRef user_info, OSStatus status, uint32_t infoFlags, CVImageBufferRef image_buffer) argument
366 OSStatus status; local
408 OSStatus status = kVDADecoderNoErr; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_server/
H A Dsrv_samr_nt.c70 uint32 status; /* some sort of flag. best to record it. comes from opnum 0x39 */ member in struct:samr_info
169 NTSTATUS status = NT_STATUS_ACCESS_DENIED; local
188 if ( se_access_check(psd, token, des_access, acc_granted, &status) )
200 status = NT_STATUS_OK;
207 matters is status is ok) */
212 debug, NT_STATUS_IS_OK(status) ? "GRANTED" : "DENIED",
215 return status;
566 r_u->status = NT_STATUS_OK;
574 return r_u->status;
587 NTSTATUS status; local
703 NTSTATUS status; local
3008 NTSTATUS status; local
3214 NTSTATUS status; local
3297 NTSTATUS status; local
3442 NTSTATUS status; local
3864 NTSTATUS status; local
4738 NTSTATUS status; local
4843 NTSTATUS status; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/core/
H A Ddriver.c379 } else if (!error && intf->dev.power.status == DPM_ON) {
998 if (intf->dev.power.status == DPM_ON) {
1047 int status = 0; local
1060 status = udriver->suspend(udev, msg);
1063 dev_vdbg(&udev->dev, "%s: status %d\n", __func__, status);
1064 return status;
1070 int status = 0; local
1077 status = -ENOTCONN;
1093 status
1104 int status = 0; local
1132 int status = 0; local
1212 int status = 0; local
1277 int status = 0; local
1348 int status; local
1432 int status; local
1458 int status; local
1486 int status; local
1517 int status; local
1547 int status = 0; local
1616 int status; local
1649 int status = 0; local
1754 int status = 0; local
1794 int status; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnouveau_irq.c139 uint32_t status, reassign; local
143 while ((status = nv_rd32(dev, NV03_PFIFO_INTR_0)) && (cnt++ < 100)) {
154 if (status & NV_PFIFO_INTR_CACHE_ERROR) {
200 status &= ~NV_PFIFO_INTR_CACHE_ERROR;
203 if (status & NV_PFIFO_INTR_DMA_PUSHER) {
206 status &= ~NV_PFIFO_INTR_DMA_PUSHER;
216 if (status & NV_PFIFO_INTR_SEMAPHORE) {
219 status &= ~NV_PFIFO_INTR_SEMAPHORE;
230 if (status) {
232 status, chi
570 uint32_t status; local
657 uint32_t addr, mp10, status, pc, oplow, ophigh; local
799 uint32_t status = nv_rd32(dev, 0x400108); local
1047 uint32_t status; local
1208 uint32_t status; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/nsswitch/
H A Didmap_nss.c70 ids[i]->status = ID_UNMAPPED;
79 ids[i]->status = ID_UNMAPPED;
85 ids[i]->status = ID_UNKNOWN;
99 ids[i]->status = ID_UNMAPPED;
106 ids[i]->status = ID_MAPPED;
114 ids[i]->status = ID_MAPPED;
119 ids[i]->status = ID_UNKNOWN;
165 ids[i]->status = ID_UNMAPPED;
178 ids[i]->status = ID_MAPPED;
190 ids[i]->status
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pcmcia/
H A Dpxa2xx_mainstone.c61 unsigned long status, flip; local
63 status = (skt->nr == 0) ? MST_PCMCIA0 : MST_PCMCIA1;
64 flip = (status ^ mst_pcmcia_status[skt->nr]) & MST_PCMCIA_nSTSCHG_BVD1;
67 mst_pcmcia_status[skt->nr] = status;
68 if (status & MST_PCMCIA_nSTSCHG_BVD1)
76 state->detect = (status & MST_PCMCIA_nCD) ? 0 : 1;
77 state->ready = (status & MST_PCMCIA_nIRQ) ? 1 : 0;
78 state->bvd1 = (status & MST_PCMCIA_nSTSCHG_BVD1) ? 1 : 0;
79 state->bvd2 = (status & MST_PCMCIA_nSPKR_BVD2) ? 1 : 0;
80 state->vs_3v = (status
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/dlmfs/
H A Ddlmfs.c136 int status, level, flags; local
146 status = dlmfs_decode_open_flags(file->f_flags, &level, &flags);
147 if (status < 0)
156 status = -ENOMEM;
163 status = user_dlm_cluster_lock(&ip->ip_lockres, level, flags);
164 if (status < 0) {
169 if (flags & DLM_LKF_NOQUEUE && status == -EAGAIN)
170 status = -ETXTBSY;
177 return status;
183 int level, status; local
361 int status; local
485 int status; local
534 int status = 0; local
566 int status; local
658 int status; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/misc/
H A Dsgi_btns.c32 u8 status; local
34 status = readb(&sgioc->panel) ^ 0xa0;
35 return ((status & 0x80) >> 6) | ((status & 0x20) >> 5);
44 u64 status; local
46 status = readq(&mace->perif.audio.control);
47 writeq(status & ~(3U << 23), &mace->perif.audio.control);
49 return (status >> 23) & 3;
71 u8 status; local
74 status
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dlm70.c56 int status, val = 0; local
68 status = spi_write_then_read(spi, NULL, 0, &rxbuf[0], 2);
69 if (status < 0) {
71 "spi_write_then_read failed with status %d\n", status);
104 status = sprintf(buf, "%d\n", val); /* millidegrees Celsius */
107 return status;
139 int status; local
162 status = PTR_ERR(p_lm70->hwmon_dev);
167 if ((status
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-msm/
H A Dvreg.c30 int status; member in struct:vreg
35 { .name = _name, .id = _id, .status = _status, .refcnt = _refcnt }
108 vreg->status = msm_proc_comm(PCOM_VREG_SWITCH, &id, &enable);
110 if ((vreg->refcnt < UINT_MAX) && (!vreg->status))
113 return vreg->status;
125 vreg->status = msm_proc_comm(PCOM_VREG_SWITCH, &id, &enable);
127 if (!vreg->status)
130 return vreg->status;
137 vreg->status = msm_proc_comm(PCOM_VREG_SET_LEVEL, &id, &mv);
138 return vreg->status;
[all...]

Completed in 237 milliseconds

<<11121314151617181920>>