Searched refs:status (Results 476 - 500 of 6357) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/megatron/
H A Dnad.h16 int nad_close(int status);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/
H A Dpptpd.init31 status)
32 status pptpd
54 echo "Usage: $0 {start|stop|restart|restart-kill|status}"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/libmsrpc/cacusermgr/
H A Dcacusermgr.c64 printerr("Could not create user.", hnd->status);
85 printerr("Could not create group.", hnd->status);
115 printerr("Could not create account.", hnd->status);
195 printerr("Could not open user.", hnd->status);
200 printerr("Lost handle while flushing SAM.", hnd->status);
213 printerr("Could not open group.", hnd->status);
218 printerr("Lost handle while flushing SAM.", hnd->status);
234 printerr("Lost handle while flushing SAM.", hnd->status);
250 if(CAC_OP_FAILED(hnd->status))
251 printerr("Error occured while enumerating users.", hnd->status);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/libmsrpc/test/sam/
H A Ddisable.c22 fprintf(stderr, "Could not connect to server %s. Error: %s\n", hnd->server, nt_errstr(hnd->status));
32 fprintf(stderr, "Could not open domain. Error: %s\n", nt_errstr(hnd->status));
45 fprintf(stderr, "Could not open user. Error: %s\n", nt_errstr(hnd->status));
51 fprintf(stderr, "Could not disable user: %s\n", nt_errstr(hnd->status));
H A Denable.c23 fprintf(stderr, "Could not connect to server %s. Error: %s\n", hnd->server, nt_errstr(hnd->status));
33 fprintf(stderr, "Could not open domain. Error: %s\n", nt_errstr(hnd->status));
46 fprintf(stderr, "Could not open user. Error: %s\n", nt_errstr(hnd->status));
52 fprintf(stderr, "Could not enable user: %s\n", nt_errstr(hnd->status));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/acpica/
H A Dtbfind.c72 acpi_status status; local
101 status =
104 if (ACPI_FAILURE(status)) {
105 return_ACPI_STATUS(status);
H A Dexfield.c71 acpi_status status; local
94 status = acpi_ds_get_buffer_field_arguments(obj_desc);
95 if (ACPI_FAILURE(status)) {
96 return_ACPI_STATUS(status);
132 status = acpi_ex_access_region(obj_desc, 0,
190 status = acpi_ex_extract_from_field(obj_desc, buffer, (u32) length);
194 if (ACPI_FAILURE(status)) {
200 return_ACPI_STATUS(status);
222 acpi_status status; local
242 status
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/init/redhat/
H A Dbgpd.init36 status)
37 status bgpd
41 echo "Usage: bgpd {start|stop|restart|status}"
H A Dospf6d.init36 status)
37 status ospf6d
41 echo "Usage: ospf6d {start|stop|restart|status}"
H A Dospfd.init36 status)
37 status ospfd
41 echo "Usage: ospfd {start|stop|restart|status}"
H A Dripd.init36 status)
37 status ripd
41 echo "Usage: ripd {start|stop|restart|status}"
H A Dripngd.init36 status)
37 status ripngd
41 echo "Usage: ripngd {start|stop|restart|status}"
H A Dzebra.init36 status)
37 status zebra
41 echo "Usage: zebra {start|stop|restart|status}"
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dfpu.h44 if (task_thread_info(tsk)->status & TS_USEDFPU) {
45 task_thread_info(tsk)->status &= ~TS_USEDFPU;
62 if (task_thread_info(tsk)->status & TS_USEDFPU) {
63 task_thread_info(tsk)->status &= ~TS_USEDFPU;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/mm/
H A Dtlb-sh3.c83 unsigned long flags, status; local
93 status = __raw_readl(MMUCR);
94 status |= 0x04;
95 __raw_writel(status, MMUCR);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/rio/
H A Drup.h62 u16 status; /* Status */ member in struct:RUP
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/sysdev/bestcomm/
H A Data.h18 u32 status; member in struct:bcom_ata_bd
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Dkvm_virtio.h30 /* A status byte, written by the Guest. */
31 __u8 status; member in struct:kvm_device_desc
H A Dsigp.h98 * Signal processor with parameter and return status.
100 static inline int raw_sigp_ps(u32 *status, u32 parm, u16 cpu, int order) argument
112 *status = reg1;
126 static inline int sigp_ps(u32 *status, u32 parm, int cpu, int order) argument
128 return raw_sigp_ps(status, parm, cpu_logical_map(cpu), order);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dlguest_launcher.h23 * Devices are described by a simplified ID, a status byte, and some "config"
39 /* A status byte, written by the Guest. */
40 __u8 status; member in struct:lguest_device_desc
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/boards/merisc/
H A Dmerisc_sysfs.c56 int status; local
58 status = class_register(&merisc_class);
59 if (status < 0)
60 return status;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/
H A Ddebug-devices.c77 int status; local
85 status = gpio_request(gpio, "SMC91x irq");
86 if (status < 0) {
88 return status;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/
H A Dcompile92 status=$?
99 exit $status
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dremove_file.c33 int status = 0; local
61 status = -1;
73 return status;
81 return status;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pcmcia/
H A Dpxa2xx_balloon3.c32 * check of status
68 uint16_t status; local
72 status = __raw_readw(BALLOON3_CF_STATUS_REG);
73 flip = (status ^ balloon3_pcmcia_status[skt->nr])
76 balloon3_pcmcia_status[skt->nr] = status;
77 if (status & BALLOON3_CF_nSTSCHG_BVD1)
84 state->ready = !!(status & BALLOON3_CF_nIRQ);
85 state->bvd1 = !!(status & BALLOON3_CF_nSTSCHG_BVD1);

Completed in 172 milliseconds

<<11121314151617181920>>