Searched refs:status (Results 301 - 325 of 6357) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/librpc/gen_ndr/
H A Dsrv_wkssvc.c13 NTSTATUS status; local
30 status = ndr_pull_wkssvc_NetWkstaGetInfo(pull, NDR_IN, &r);
31 if (NT_STATUS_IS_ERR(status)) {
63 status = ndr_push_wkssvc_NetWkstaGetInfo(push, NDR_OUT, &r);
64 if (NT_STATUS_IS_ERR(status)) {
84 NTSTATUS status; local
101 status = ndr_pull_wkssvc_NetWkstaSetInfo(pull, NDR_IN, &r);
102 if (NT_STATUS_IS_ERR(status)) {
129 status = ndr_push_wkssvc_NetWkstaSetInfo(push, NDR_OUT, &r);
130 if (NT_STATUS_IS_ERR(status)) {
150 NTSTATUS status; local
229 NTSTATUS status; local
293 NTSTATUS status; local
357 NTSTATUS status; local
431 NTSTATUS status; local
495 NTSTATUS status; local
559 NTSTATUS status; local
623 NTSTATUS status; local
687 NTSTATUS status; local
751 NTSTATUS status; local
815 NTSTATUS status; local
879 NTSTATUS status; local
943 NTSTATUS status; local
1007 NTSTATUS status; local
1071 NTSTATUS status; local
1135 NTSTATUS status; local
1199 NTSTATUS status; local
1263 NTSTATUS status; local
1327 NTSTATUS status; local
1391 NTSTATUS status; local
1455 NTSTATUS status; local
1519 NTSTATUS status; local
1583 NTSTATUS status; local
1647 NTSTATUS status; local
1711 NTSTATUS status; local
1775 NTSTATUS status; local
1839 NTSTATUS status; local
1903 NTSTATUS status; local
1967 NTSTATUS status; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfs/
H A Dproc.c95 int status; local
99 status = rpc_call_sync(server->client, &msg, 0);
101 if (status && server->nfs_client->cl_rpcclient != server->client)
102 status = rpc_call_sync(server->nfs_client->cl_rpcclient, &msg, 0);
103 dprintk("%s: reply getattr: %d\n", __func__, status);
104 if (status)
105 return status;
109 status = rpc_call_sync(server->client, &msg, 0);
111 if (status && server->nfs_client->cl_rpcclient != server->client)
112 status
140 int status; local
163 int status; local
197 int status; local
219 int status; local
267 int status = -ENOMEM; local
297 int status = -ENOMEM; local
344 int status; local
384 int status; local
407 int status; local
435 int status = -ENAMETOOLONG; local
473 int status = -ENOMEM; local
504 int status; local
536 int status; local
557 int status; local
585 int status; local
[all...]
H A Dcallback_xdr.c146 __be32 status; local
148 status = decode_string(xdr, &hdr->taglen, &hdr->tag);
149 if (unlikely(status != 0))
150 return status;
188 __be32 status; local
190 status = decode_fh(xdr, &args->fh);
191 if (unlikely(status != 0))
194 status = decode_bitmap(xdr, args->bitmap);
196 dprintk("%s: exit with status = %d\n", __func__, ntohl(status));
203 __be32 status; local
242 __be32 status; local
281 __be32 status; local
467 __be32 status; local
496 __be32 status = res->status; local
540 unsigned status = res->csr_status; local
628 __be32 status; local
685 __be32 status, drc_status = 0; local
[all...]
H A Dcallback_proc.c28 res->status = htonl(NFS4ERR_BADHANDLE);
54 res->status = 0;
61 dprintk("%s: exit with status = %d\n", __func__, ntohl(res->status));
62 return res->status;
102 dprintk("%s: exit with status = %d\n", __func__, ntohl(res));
232 bool status = 0; local
261 status = (test_bit(ref->rc_slotid, tbl->used_slots) &&
265 if (status)
271 return status;
279 __be32 status; local
326 __be32 status; local
357 __be32 status; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/rmgr/
H A Dnldr.c318 int status = 0; local
331 status = -ENOMEM;
402 if (status && nldr_node_obj)
405 DBC_ENSURE((!status && *nldr_nodeobj)
406 || (status && *nldr_nodeobj == NULL));
407 return status;
431 int status = 0; local
443 /* warning, lazy status checking alert! */
446 status = cod_get_loader(cod_mgr, &nldr_obj->dbll);
447 DBC_ASSERT(!status);
673 int status = 0; local
764 int status = 0; local
805 int status = 0; local
865 int status = 0; local
926 int status = 0; local
1005 int status = 0; local
1064 int status = 0; local
1154 bool status = false; local
1249 int status = 0; local
1468 int status = 0; local
1628 int status = -ENOMEM; /* Set to fail */ local
1740 int status = -ENOMEM; /* Set to fail */ local
1911 int status = 0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/devices/
H A Dmtd_dataflash.c42 /* group B requests can run even while status reports "busy" */
104 * Return the status of the DataFlash device.
120 int status; local
123 status = dataflash_status(spi);
124 if (status < 0) {
125 DEBUG(MTD_DEBUG_LEVEL1, "%s: status %d?\n",
126 dev_name(&spi->dev), status);
127 status = 0;
130 if (status & (1 << 7)) /* RDY/nBSY */
131 return status;
175 int status; local
239 int status; local
314 int status = -EINVAL; local
475 int status; local
519 int status; local
536 int status; local
557 int status; local
784 int status; local
863 int status; local
938 int status; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/lockd/
H A Dclntproc.c158 int status; local
173 status = nlmclnt_lock(call, fl);
175 status = nlmclnt_unlock(call, fl);
177 status = nlmclnt_test(call, fl);
179 status = -EINVAL;
185 dprintk("lockd: clnt proc returns %d\n", status);
186 return status;
237 int status = -EINTR; local
244 status = 0;
247 return status;
265 int status; local
422 int status; local
521 int status = -ENOLCK; local
623 int status; local
656 int status; local
695 u32 status = ntohl(req->a_res.status); local
733 int status; local
758 u32 status = ntohl(req->a_res.status); local
809 nlm_stat_to_errno(__be32 status) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/pmc-sierra/yosemite/
H A Dirq.c65 * another status bit
69 u32 status = OCD_READ(RM9000x2_OCD_INTP0STATUS4); local
72 if (status != 0)
75 status = OCD_READ(RM9000x2_OCD_INTP1STATUS4);
76 if (status != 0)
83 switch (status) {
117 unsigned int status = read_c0_status(); local
118 unsigned int pending = cause & status;
H A Dsmp.c49 unsigned long status; local
53 status = OCD_READ(RM9000x2_OCD_INTP0STATUS3);
54 OCD_WRITE(RM9000x2_OCD_INTP0CLEAR3, status);
56 if (status & 0x2)
61 status = OCD_READ(RM9000x2_OCD_INTP1STATUS3);
62 OCD_WRITE(RM9000x2_OCD_INTP1CLEAR3, status);
64 if (status & 0x2)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Did.c29 int status = EXIT_FAILURE; local
33 status = EXIT_SUCCESS;
36 return status;
46 short status; local
104 status = printf_full(uid, bb_getpwuid(NULL, 0, uid), 'u');
106 status |= printf_full(gid, bb_getgrgid(NULL, 0, gid), 'g');
125 fflush_stdout_and_exit(status);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/pmgr/
H A Dcod.c217 int status = 0; local
258 status = mgr_new->fxns.create_fxn(&mgr_new->target, &zl_attrs);
260 if (status) {
318 int status = 0; local
326 return status;
335 int status = 0; local
344 status = -EPERM;
346 return status;
374 int status = 0; local
382 return status;
395 int status = 0; local
494 int status; local
550 int status = 0; local
587 int status = 0; local
625 int status = 0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dslot_map.c206 int status; local
216 status = ocfs2_write_block(osb, bh, INODE_CACHE(si->si_inode));
217 if (status < 0)
218 mlog_errno(status);
220 return status;
358 int status = 0; local
364 status = ocfs2_slot_map_physical_size(osb, si->si_inode, &bytes);
365 if (status)
390 status = -ENOMEM;
391 mlog_errno(status);
423 int status; local
474 int status; local
521 int status, slot_num; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/
H A Dacpi_memhotplug.c97 acpi_status status; local
99 status = acpi_resource_to_address64(resource, &address64);
100 if (ACPI_FAILURE(status) ||
131 acpi_status status; local
138 status = acpi_walk_resources(mem_device->device->handle, METHOD_NAME__CRS,
140 if (ACPI_FAILURE(status)) {
154 acpi_status status; local
164 status = acpi_get_parent(handle, &phandle);
165 if (ACPI_FAILURE(status)) {
166 ACPI_EXCEPTION((AE_INFO, status, "Canno
277 acpi_status status; local
472 acpi_status status; local
497 acpi_status status; local
514 acpi_status status; local
531 acpi_status status; local
556 acpi_status status; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/qlge/
H A Dqlge_dbg.c13 unsigned int status = 0; local
19 status = ql_read_mpi_reg(qdev, register_to_read, &reg_val);
20 if (status != 0)
31 int status = 0; local
37 status = ql_write_mpi_reg(qdev, register_to_read, reg_val);
39 return status;
65 int status; local
68 status = ql_wait_other_func_reg_rdy(qdev, XG_SERDES_ADDR / 4,
70 if (status)
77 status
91 int status; local
116 unsigned int status; local
137 int status; local
341 int status = 0; local
370 int status = 0; local
410 int status = 0; local
439 int i, status; local
476 int status; local
502 int status; local
521 int i, status = 0; local
581 int status; local
703 int status; local
739 int status; local
1248 int i, status; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43/
H A Dxmit.c346 * in the tx status easier. need the actual retry limit to
522 struct ieee80211_rx_status status; local
533 memset(&status, 0, sizeof(status));
545 status.flag |= RX_FLAG_FAILED_FCS_CRC;
548 status.flag |= RX_FLAG_FAILED_PLCP_CRC;
550 status.flag |= RX_FLAG_SHORTPRE;
593 status.flag |= RX_FLAG_DECRYPTED;
602 // Fill status.ssi and status
673 memcpy(IEEE80211_SKB_RXCB(skb), &status, sizeof(status)); local
685 b43_handle_txstatus(struct b43_wldev *dev, const struct b43_txstatus *status) argument
714 b43_fill_txstatus_report(struct b43_wldev *dev, struct ieee80211_tx_info *report, const struct b43_txstatus *status) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/core/
H A Dtiomap3430.c308 int status = 0; local
314 status = -EPERM;
315 return status;
322 status = read_ext_dsp_data(dev_context, host_buff, dsp_addr,
324 return status;
328 return status;
334 * This routine updates the Board status.
339 int status = 0; local
343 return status;
359 int status local
625 int status = 0; local
708 int status = 0; local
736 int status = 0; local
904 int status = 0; local
959 int status = 0; local
1052 int status = 0; local
1092 int status = 0; local
1132 int status = 0; local
1363 int status = 0; local
1580 int status = 0; local
1632 int status = 0; local
1713 int status = 0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/nsswitch/
H A Dwinbindd_ccache_access.c51 NTSTATUS status; local
55 status = ntlmssp_client_start(&ntlmssp_state);
57 if (!NT_STATUS_IS_OK(status)) {
59 nt_errstr(status)));
63 status = ntlmssp_set_username(ntlmssp_state, username);
65 if (!NT_STATUS_IS_OK(status)) {
67 nt_errstr(status)));
71 status = ntlmssp_set_domain(ntlmssp_state, domain);
73 if (!NT_STATUS_IS_OK(status)) {
75 nt_errstr(status)));
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-egp.c220 register int status; local
249 status = egp->egp_status;
258 switch (status) {
262 printf(" %s", egp_acquire_status[status]);
266 printf(" [status %d]", status);
278 switch (status ) {
285 printf(" %s", egp_acquire_status[status]);
289 printf("[status %d]", status);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dfhci-q.c29 static int status_to_error(u32 status) argument
31 if (status == USB_TD_OK)
33 else if (status & USB_TD_RX_ER_CRC)
35 else if (status & USB_TD_RX_ER_NONOCT)
37 else if (status & USB_TD_RX_ER_OVERUN)
39 else if (status & USB_TD_RX_ER_BITSTUFF)
41 else if (status & USB_TD_RX_ER_PID)
43 else if (status & (USB_TD_TX_ER_NAK | USB_TD_TX_ER_TIMEOUT))
45 else if (status & USB_TD_TX_ER_STALL)
47 else if (status
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/libmsrpc/test/svcctl/
H A Dsvc.c38 fprintf(stderr, "Could not connect to server %s. Error: %s\n", hnd->server, nt_errstr(hnd->status));
48 fprintf(stderr, "Could not open SCM. Error: %s\n", nt_errstr(hnd->status));
60 printf("[g] Get service status\n");
81 printf("Could not enumerate services. Error: %s\n", nt_errstr(hnd->status));
103 printf("Could not open service. Error: %s\n", nt_errstr(hnd->status));
120 case 'g': /*get svc status*/
132 printf("Could not get status. Error: %s\n", nt_errstr(hnd->status));
136 print_service_status(gs.out.status);
163 printf("Could not start service. Error: %s\n", nt_errstr(hnd->status));
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dtmp102.c97 int status = tmp102_read_reg(client, tmp102_reg[i]); local
98 if (status > -1)
99 tmp102->temp[i] = tmp102_reg_to_mC(status);
125 int status; local
133 status = tmp102_write_reg(client, tmp102_reg[sda->index],
136 return status ? : count;
165 int status; local
181 status = tmp102_read_reg(client, TMP102_CONF_REG);
182 if (status < 0) {
186 tmp102->config_orig = status;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-sa1100/
H A Ddma.c49 int status = dma_regs->RdDCSR; local
51 if (status & (DCSR_ERROR)) {
56 dma_regs->ClrDCSR = status & (DCSR_DONEA | DCSR_DONEB);
58 if (status & DCSR_DONEA)
60 if (status & DCSR_DONEB)
220 u_long status; local
231 status = regs->RdDCSR;
234 if ((status & (DCSR_STRTA | DCSR_STRTB)) == (DCSR_STRTA | DCSR_STRTB)) {
235 DPRINTK("start: st %#x busy\n", status);
240 if (((status
289 int status; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Dio_ti.c244 int status; local
246 status = usb_control_msg(dev, usb_rcvctrlpipe(dev, 0), request,
249 if (status < 0)
250 return status;
251 if (status != size) {
253 __func__, size, status);
262 int status; local
264 status = usb_control_msg(dev, usb_sndctrlpipe(dev, 0), request,
267 if (status < 0)
268 return status;
310 int status = 0; local
364 int status = 0; local
391 int status = 0; local
430 int status = 0; local
503 int status; local
634 int status; local
669 int status; local
712 int status = 0; local
793 int status; local
921 int status; local
968 int status; local
981 int status = 0; local
1024 int status = 0; local
1502 int status = 0; local
1630 int status = urb->status; local
1723 int status = urb->status; local
1810 int status = urb->status; local
1846 int status; local
2017 int status; local
2190 int status; local
2217 int status; local
2260 int status = 0; local
2286 int status; local
2584 int status; local
2605 int status; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dadpcm.c87 ADPCMChannelStatus status[6]; member in struct:ADPCMDecodeContext
118 c->status[0].step = c->status[1].step = 511;
126 c->status[0].predictor = AV_RL32(avctx->extradata);
127 c->status[1].predictor = AV_RL32(avctx->extradata + 4);
428 *samples++ = c->status[i].predictor = get_sbits(&gb, 16);
429 c->status[i].step_index = get_bits(&gb, 6);
438 int step = ff_adpcm_step_table[c->status[i].step_index];
451 c->status[i].predictor -= vpdiff;
453 c->status[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/os-Linux/
H A Dstart_up.c96 int pid, n, status; local
104 CATCH_EINTR(n = waitpid(pid, &status, WUNTRACED));
107 if (!WIFSTOPPED(status) || (WSTOPSIG(status) != SIGSTOP))
108 fatal("check_ptrace : expected SIGSTOP, got status = %d",
109 status);
122 int status, n, ret = 0; local
128 CATCH_EINTR(n = waitpid(pid, &status, 0));
129 if (!WIFEXITED(status) || (WEXITSTATUS(status) !
204 int pid, n, status, count=0; local
298 int pid, syscall, n, status; local
[all...]

Completed in 165 milliseconds

<<11121314151617181920>>