Searched refs:status (Results 351 - 375 of 6357) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/collections/
H A DStoredIterator.java149 OperationStatus status = move(toNext);
150 if (status == OperationStatus.SUCCESS) {
178 OperationStatus status = move(toPrevious);
179 if (status == OperationStatus.SUCCESS) {
204 OperationStatus status = move(toNext);
205 if (status == OperationStatus.SUCCESS) {
237 OperationStatus status = move(toPrevious);
238 if (status == OperationStatus.SUCCESS) {
422 OperationStatus status = OperationStatus.SUCCESS;
432 status
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/libmsrpc/test/lsa/
H A Dlsaenumprivs.c25 fprintf(stderr, "Could not connect to server.\n Error: %s\n errno %s\n", nt_errstr(hnd->status), strerror(errno));
40 fprintf(stderr, "Could not open policy handle.\n Error: %s\n", nt_errstr(hnd->status));
65 if(CAC_OP_FAILED(hnd->status)) {
66 fprintf(stderr, "Error while enumerating privileges.\n Error: %s\n", nt_errstr(hnd->status));
72 fprintf(stderr, "Could not close policy handle.\n Error: %s\n", nt_errstr(hnd->status));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/boot/
H A Da20.c23 u8 status; local
30 status = inb(0x64);
31 if (status == 0xff) {
32 /* FF is a plausible, but very unlikely status */
36 if (status & 1) {
40 } else if (!(status & 2)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Dradeon_acpi.c21 acpi_status status; local
34 status = acpi_evaluate_object(handle, "ATIF", &atif_arg, &buffer);
37 if (ACPI_FAILURE(status) && status != AE_NOT_FOUND) {
38 printk(KERN_DEBUG "failed to evaluate ATIF got %s\n", acpi_format_exception(status));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/irq/
H A Dresend.c68 unsigned int status = desc->status; local
84 if ((status & (IRQ_LEVEL | IRQ_PENDING | IRQ_REPLAY)) == IRQ_PENDING) {
85 desc->status = (status & ~IRQ_PENDING) | IRQ_REPLAY;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-davinci/
H A Dsram.c57 int status = 0; local
63 status = -ENOMEM;
66 status = gen_pool_add(sram_pool, SRAM_VIRT, len, -1);
67 WARN_ON(status < 0);
68 return status;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dln.c28 int status = EXIT_SUCCESS; local
68 status = EXIT_FAILURE;
79 status = EXIT_FAILURE;
101 status = EXIT_FAILURE;
108 return status;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlags49_h2/
H A Dwl_pci.c303 * an HCF status code
379 /* This function is used in PCMCIA to check the status of the 'open' field
381 doesn't seem to be an analog to this for PCI, and checking the status
682 int status = 0; local
692 // status = wl_pci_dma_alloc_tx_packet( pdev, lp, &lp->dma.tx_packet[i] );
693 // if( status == 0 ) {
702 // if( status == 0 ) {
703 // status = wl_pci_dma_alloc_desc( pdev, lp, &lp->dma.tx_reclaim_desc );
707 // if( status == 0 ) {
709 // status
753 int status = 0; local
880 int status = 0; local
925 int status = 0; local
985 int status = 0; local
1037 int status = 0; local
1077 int status = 0; local
1166 int status = 0; local
1204 int status = 0; local
1255 int status = 0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/core/
H A Dtiomap_io.c57 int status = 0; local
67 status = dev_get_symbol(dev_context->hdev_obj,
73 if (!status && !ul_trace_sec_beg) {
74 status = dev_get_symbol(dev_context->hdev_obj,
79 if (!status && !ul_trace_sec_end) {
80 status = dev_get_symbol(dev_context->hdev_obj,
85 if (!status) {
103 if (!status && !ul_dyn_ext_base) {
104 status = dev_get_symbol(dev_context->hdev_obj,
109 if (!status) {
188 int status = 0; local
394 int status = 0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/spi/
H A Dbcm5301x_spi.c201 int status = 0; local
212 status = bcm5301x_spi_transfer_setup(spi, t);
213 if (status) {
215 __FUNCTION__, status));
224 status = bcm5301x_spi_transfer_txrx(spi, t);
225 if (status) {
227 __FUNCTION__, status));
247 m->status = status;
264 m->status
296 int status; local
329 int status = 0; local
[all...]
H A Dspidev.c109 int status; local
116 status = -ESHUTDOWN;
118 status = spi_async(spidev->spi, message);
121 if (status == 0) {
123 status = message->status;
124 if (status == 0)
125 status = message->actual_length;
127 return status;
165 ssize_t status local
195 ssize_t status = 0; local
224 int status = -EFAULT; local
477 int status = -ENXIO; local
510 int status = 0; local
564 int status; local
651 int status; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libads/
H A Dsasl.c179 ADS_STATUS status; local
190 status = ADS_ERROR(rc);
206 status = ADS_ERROR(LDAP_OPERATIONS_ERROR);
255 status = ads_sasl_spnego_krb5_bind(ads, principal);
256 if (ADS_ERR_OK(status)) {
258 return status;
262 "calling kinit\n", ads_errstr(status)));
264 status = ADS_ERROR_KRB5(ads_kinit_password(ads));
266 if (ADS_ERR_OK(status)) {
267 status
315 ADS_STATUS status; local
506 ADS_STATUS status; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Derr_titan.c32 int status = MCHK_DISPOSITION_REPORT; local
43 return status;
69 return status;
75 int status = MCHK_DISPOSITION_REPORT; local
112 return status;
136 return status;
144 int status = MCHK_DISPOSITION_REPORT; local
224 status = MCHK_DISPOSITION_DISMISS;
229 return status;
270 return status;
276 int status = MCHK_DISPOSITION_REPORT; local
360 int status = MCHK_DISPOSITION_UNKNOWN_ERROR; local
374 int status = MCHK_DISPOSITION_UNKNOWN_ERROR; local
536 int status; local
593 int status = MCHK_DISPOSITION_UNKNOWN_ERROR; local
636 int status = MCHK_DISPOSITION_UNKNOWN_ERROR; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dopencl.c174 const char *av_opencl_errstr(cl_int status) argument
178 if (opencl_err_msg[i].err_code == status)
204 cl_int status; local
210 status = clGetPlatformIDs(0, NULL, &device_list->platform_num);
211 if (status != CL_SUCCESS) {
213 "Could not get OpenCL platform ids: %s\n", av_opencl_errstr(status));
219 status = clGetPlatformIDs(device_list->platform_num, platform_ids, NULL);
220 if (status != CL_SUCCESS) {
222 "Could not get OpenCL platform ids: %s\n", av_opencl_errstr(status));
243 status
427 cl_int status; local
493 cl_int status; local
613 cl_int status; local
645 cl_int status; local
656 cl_int status = 0; local
669 cl_int status; local
692 cl_int status; local
718 cl_int status; local
760 cl_int status; local
801 cl_int status; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/dlm/
H A Ddlmdomain.c550 int status; local
559 status = o2net_send_message(DLM_EXIT_DOMAIN_MSG, dlm->key,
562 if (status < 0)
564 "node %u\n", status, DLM_EXIT_DOMAIN_MSG, dlm->key, node);
565 mlog(0, "status return %d from o2net_send_message\n", status);
567 return status;
573 int node, clear_node, status; local
595 status = dlm_send_one_domain_exit(dlm, node);
596 if (status <
949 int status; local
976 int status, tmpstat; local
1012 int status; local
1091 int status; local
1115 int status, node, live; local
1177 int status = 0, tmpstat, node; local
1280 int status; local
1411 int status; local
1783 int status = 0; local
1868 int status; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dps3_gelic_net.c70 int status; local
72 status = lv1_net_set_interrupt_mask(bus_id(card), dev_id(card),
74 if (status)
76 "%s failed %d\n", __func__, status); local
77 return status;
113 int status; local
116 status = lv1_net_control(bus_id(card), dev_id(card),
119 if (status) {
121 status);
173 * gelic_descr_get_status -- returns the status o
192 gelic_descr_set_status(struct gelic_descr *descr, enum gelic_descr_dma_status status) argument
495 enum gelic_descr_dma_status status; local
512 __func__, status); local
554 int status; local
562 status); local
569 status); local
579 status); local
597 status); local
610 int status; local
627 "lv1_net_start_rx_dma failed, status=%d\\n", status); local
639 int status; local
645 "lv1_net_stop_rx_dma faild, %d\\n", status); local
657 int status; local
663 "lv1_net_stop_tx_dma faild, status=%d\\n", status); local
831 int status = 0; local
842 "status=%d\\n", status); local
982 enum gelic_descr_dma_status status; local
1024 status); local
1048 status); local
1143 u64 status; local
1344 int status; local
1512 int status; local
1524 __func__, status); local
1541 __func__, netdev->name, status); local
1612 int status; local
1638 vlan_id_ix[i].tx, status); local
1654 vlan_id_ix[i].rx, 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-rgb.c464 enum CRStatus status = CR_OK; local
476 status = CR_OK;
478 status = CR_UNKNOWN_TYPE_ERROR;
480 return status;
493 enum CRStatus status = CR_OK; local
511 status = CR_UNKNOWN_TYPE_ERROR;
519 status = CR_OK;
523 status = CR_OK;
527 status = CR_OK;
529 status
556 enum CRStatus status = CR_OK ; local
641 enum CRStatus status = CR_OK ; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/spufs/
H A Drun.c40 /* ensure that the exception status has hit memory before a
86 u32 status; local
120 /* clear purge status */
138 while (((status = ctx->ops->status_read(ctx)) & status_loading) ==
149 if (!(status & SPU_STATUS_RUNNING)) {
158 if (!(status & SPU_STATUS_ISOLATED_STATE)) {
244 u32 *status)
250 *status = ctx->ops->status_read(ctx);
255 spu_switch_log_notify(NULL, ctx, SWITCH_LOG_EXIT, *status);
356 u32 status; local
243 spu_run_fini(struct spu_context *ctx, u32 *npc, u32 *status) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/
H A Dcr-rgb.c464 enum CRStatus status = CR_OK; local
476 status = CR_OK;
478 status = CR_UNKNOWN_TYPE_ERROR;
480 return status;
493 enum CRStatus status = CR_OK; local
511 status = CR_UNKNOWN_TYPE_ERROR;
519 status = CR_OK;
523 status = CR_OK;
527 status = CR_OK;
529 status
556 enum CRStatus status = CR_OK ; local
641 enum CRStatus status = CR_OK ; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/config/
H A Dchecklist.c32 print_item (WINDOW * win, const char *item, int status, argument
46 wprintw (win, "[%c]", status ? 'X' : ' ');
48 wprintw (win, "(%c)", status ? 'X' : ' ');
126 int key = 0, button = 0, choice = 0, scroll = 0, max_choice, *status; local
131 /* Allocate space for storing item on/off status */
132 if ((status = malloc (sizeof (int) * item_no)) == NULL) {
139 /* Initializes status */
141 status[i] = items[i]->selected;
142 if (!choice && status[i])
212 status[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libgpo/
H A Dgpo_util.c246 ADS_STATUS status; local
250 status = ads_parse_gp_ext(mem_ctx, gpo->machine_extensions, &gp_ext);
251 if (!ADS_ERR_OK(status)) {
260 ADS_STATUS status; local
264 status = ads_parse_gp_ext(mem_ctx, gpo->user_extensions, &gp_ext);
265 if (!ADS_ERR_OK(status)) {
274 ADS_STATUS status; local
319 status = ads_get_gpo(ads, mem_ctx, gp_link->link_names[i], NULL, NULL, &gpo);
320 if (!ADS_ERR_OK(status)) {
321 DEBUG(lvl,("get gpo for %s failed: %s\n", gp_link->link_names[i], ads_errstr(status)));
357 ADS_STATUS status; local
413 ADS_STATUS status; local
463 ADS_STATUS status; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-scan.c66 if (!test_bit(STATUS_SCAN_HW, &priv->status)) {
67 clear_bit(STATUS_SCANNING, &priv->status);
71 if (test_bit(STATUS_SCANNING, &priv->status)) {
72 if (!test_and_set_bit(STATUS_SCAN_ABORTING, &priv->status)) {
79 return test_bit(STATUS_SCANNING, &priv->status);
100 test_bit(STATUS_SCANNING, &priv->status))
104 return test_bit(STATUS_SCANNING, &priv->status);
123 if (!test_bit(STATUS_SCAN_HW, &priv->status)) {
124 clear_bit(STATUS_SCAN_ABORTING, &priv->status);
130 clear_bit(STATUS_SCAN_ABORTING, &priv->status);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/lockd/
H A Dmon.c46 u32 status; member in struct:nsm_res
88 int status; local
103 status = PTR_ERR(clnt);
105 "status=%d\n", status);
112 status = rpc_call_sync(clnt, &msg, 0);
113 if (status < 0)
114 dprintk("lockd: NSM upcall RPC failed, status=%d\n",
115 status);
117 status
138 int status; local
179 int status; local
433 int status; local
454 int status; local
482 int status; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/vms/
H A Dvms_pk.c116 int status; member in struct:__anon7710
162 int status; local
215 status = sys$parse(&Fab);
217 if (!(status & 1))
220 " vms_open(): $parse sts = %%x%08x.\n", status);
236 status = sys$search(&Fab);
238 if (!(status & 1))
241 " vms_open(): $search sts = %%x%08x.\n", status);
251 status = sys$assign(&DevDesc,&ctx->chan,0,0);
253 if (!(status
342 int status; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dutil_seaccess.c32 NTSTATUS *status)
70 *status = NT_STATUS_ACCESS_DENIED;
76 *status = NT_STATUS_NOT_IMPLEMENTED;
79 *status = NT_STATUS_INVALID_PARAMETER;
93 NTSTATUS *status)
115 *status = NT_STATUS_NOT_IMPLEMENTED;
119 *status = NT_STATUS_INVALID_PARAMETER;
131 *status = NT_STATUS_ACCESS_DENIED;
141 *status = NT_STATUS_OK;
215 NTSTATUS *status)
31 check_ace(SEC_ACE *ace, const NT_USER_TOKEN *token, uint32 acc_desired, NTSTATUS *status) argument
91 get_max_access( SEC_ACL *the_acl, const NT_USER_TOKEN *token, uint32 *granted, uint32 desired, NTSTATUS *status) argument
213 se_access_check(const SEC_DESC *sd, const NT_USER_TOKEN *token, uint32 acc_desired, uint32 *acc_granted, NTSTATUS *status) argument
[all...]

Completed in 141 milliseconds

<<11121314151617181920>>