Searched refs:status (Results 126 - 150 of 6357) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/nsswitch/
H A Dwinbindd_creds.c38 NTSTATUS status; local
40 status = wcache_get_creds(domain, mem_ctx, sid, cached_nt_pass, cred_salt);
41 if (!NT_STATUS_IS_OK(status)) {
42 return status;
63 NTSTATUS status; local
100 status = wcache_count_cached_creds(domain, &count);
101 if (!NT_STATUS_IS_OK(status)) {
102 return status;
111 status = wcache_remove_oldest_cached_creds(domain, &cred_sid);
112 if (!NT_STATUS_IS_OK(status)) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/rmgr/
H A Ddisp.c96 int status = 0; local
109 status = -ENOMEM;
114 if (!status) {
115 status = dev_get_chnl_mgr(hdev_obj, &(disp_obj->hchnl_mgr));
116 if (!status) {
124 if (status)
127 status = dev_get_dev_type(hdev_obj, &dev_type);
129 if (status)
133 status = -EPERM;
144 status
228 int status = 0; local
275 int status = 0; local
491 int status = 0; local
545 int status = 0; local
594 int status = 0; local
639 int status = 0; local
695 int status = 0; local
[all...]
H A Dpwr.c43 int status = -EPERM; local
67 status = -EINVAL;
69 if (status != -EINVAL) {
70 status = (*intf_fxns->pfn_dev_cntrl) (dw_context,
75 return status;
86 int status = -EPERM; local
99 status =
106 return status;
117 int status = -EPERM; local
133 status
151 int status = -EPERM; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libmsrpc/
H A Dcac_svcctl.c29 SERVICE_STATUS * status );
44 hnd->status = NT_STATUS_INVALID_HANDLE;
49 hnd->status = NT_STATUS_INVALID_PARAMETER;
55 hnd->status = NT_STATUS_INVALID_CONNECTION;
64 &( hnd->status ) ) ) ) {
65 hnd->status = NT_STATUS_UNSUCCESSFUL;
74 hnd->status = NT_STATUS_NO_MEMORY;
80 hnd->status = werror_to_ntstatus( err );
82 if ( !NT_STATUS_IS_OK( hnd->status ) )
100 hnd->status
[all...]
H A Dcac_samr.c47 hnd->status = NT_STATUS_INVALID_HANDLE;
52 hnd->status = NT_STATUS_INVALID_PARAMETER;
58 hnd->status = NT_STATUS_INVALID_CONNECTION;
67 &hnd->status ) ) ) {
76 hnd->status = NT_STATUS_INVALID_HANDLE;
82 hnd->status = NT_STATUS_NO_MEMORY;
87 hnd->status =
93 || !NT_STATUS_IS_OK( hnd->status ) ) {
96 hnd->status =
100 if ( NT_STATUS_IS_OK( hnd->status )
1011 NTSTATUS status; local
1574 NTSTATUS status; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mfd/
H A Ddm355evm_msp.c113 * this status, for 0 and 1 instance respectively. The pdf also
115 * However on the EVM bit 2 and 4 gives this status,for 0 and 1
141 int reg, status; local
144 status = dm355evm_msp_read(reg);
145 if (status < 0)
146 return status;
148 msp_led_cache = status;
149 return status & MSP_GPIO_MASK(offset);
198 int status; local
203 status
257 int status; local
347 int status; local
370 int status; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/acpica/
H A Dnsinit.c82 acpi_status status; local
98 status = acpi_walk_namespace(ACPI_TYPE_ANY, ACPI_ROOT_OBJECT,
101 if (ACPI_FAILURE(status)) {
102 ACPI_EXCEPTION((AE_INFO, status, "During WalkNamespace"));
140 acpi_status status; local
157 status = acpi_ns_walk_namespace(ACPI_TYPE_ANY, ACPI_ROOT_OBJECT,
161 if (ACPI_FAILURE(status)) {
170 status = AE_NO_MEMORY;
184 status = acpi_ns_evaluate(info.evaluate_info);
185 if (ACPI_SUCCESS(status)) {
247 acpi_status status = AE_OK; local
456 acpi_status status; local
[all...]
H A Dexnames.c162 acpi_status status = AE_OK; local
211 status = AE_CTRL_PENDING;
217 status = AE_AML_BAD_NAME;
224 return_ACPI_STATUS(status);
249 acpi_status status = AE_OK; local
266 status = AE_NO_MEMORY;
268 status =
329 status = AE_NO_MEMORY;
337 status =
339 if (ACPI_SUCCESS(status)) {
[all...]
H A Dexutils.c89 acpi_status status; local
93 status = acpi_ut_acquire_mutex(ACPI_MTX_INTERPRETER);
94 if (ACPI_FAILURE(status)) {
149 acpi_status status; local
153 status = acpi_ut_release_mutex(ACPI_MTX_INTERPRETER);
154 if (ACPI_FAILURE(status)) {
253 acpi_status status; local
265 status = acpi_ex_acquire_mutex_object(ACPI_WAIT_FOREVER,
269 if (ACPI_FAILURE(status)) {
270 ACPI_EXCEPTION((AE_INFO, status,
292 acpi_status status; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/core/
H A Dmsg_sm.c57 int status = 0; local
60 status = -EFAULT;
65 status = -EFAULT;
88 status = -ENOMEM;
101 status = -ENOMEM;
105 if (!status)
111 status = -ENOMEM;
114 return status;
129 int status = 0; local
132 status
296 int status = 0; local
393 int status = 0; local
500 int status = 0; local
557 int status = 0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libcroco/
H A Dcr-tknzr.c73 *Checks if 'status' equals CR_OK. If not, goto the 'error' label.
75 *@param status the status (of type enum CRStatus) to test.
76 *@param is_exception if set to FALSE, the final status returned the
78 *current status will be the current value of the 'status' variable.
81 #define CHECK_PARSING_STATUS(status, is_exception) \
82 if ((status) != CR_OK) \
86 status = CR_PARSING_ERROR ; \
93 *invokes CHECK_PARSING_STATUS on the status returne
269 enum CRStatus status = CR_OK; local
344 enum CRStatus status = CR_PARSING_ERROR; local
397 enum CRStatus status = CR_ERROR; local
434 enum CRStatus status = CR_OK; local
530 enum CRStatus status = CR_OK; local
619 enum CRStatus status = CR_OK; local
688 enum CRStatus status = CR_OK; local
814 enum CRStatus status = CR_OK; local
881 enum CRStatus status = CR_OK; local
948 enum CRStatus status = CR_OK; local
1035 enum CRStatus status = CR_OK; local
1089 enum CRStatus status = CR_OK; local
1141 enum CRStatus status = CR_PARSING_ERROR; local
1260 enum CRStatus status = CR_OK; local
1394 enum CRStatus status = CR_OK; local
1434 enum CRStatus status = CR_OK; local
1486 enum CRStatus status = CR_PARSING_ERROR; local
1959 enum CRStatus status = CR_OK; local
2635 enum CRStatus status = CR_OK; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/
H A Dcr-tknzr.c73 *Checks if 'status' equals CR_OK. If not, goto the 'error' label.
75 *@param status the status (of type enum CRStatus) to test.
76 *@param is_exception if set to FALSE, the final status returned the
78 *current status will be the current value of the 'status' variable.
81 #define CHECK_PARSING_STATUS(status, is_exception) \
82 if ((status) != CR_OK) \
86 status = CR_PARSING_ERROR ; \
93 *invokes CHECK_PARSING_STATUS on the status returne
269 enum CRStatus status = CR_OK; local
344 enum CRStatus status = CR_PARSING_ERROR; local
397 enum CRStatus status = CR_ERROR; local
434 enum CRStatus status = CR_OK; local
530 enum CRStatus status = CR_OK; local
619 enum CRStatus status = CR_OK; local
688 enum CRStatus status = CR_OK; local
814 enum CRStatus status = CR_OK; local
881 enum CRStatus status = CR_OK; local
948 enum CRStatus status = CR_OK; local
1035 enum CRStatus status = CR_OK; local
1089 enum CRStatus status = CR_OK; local
1141 enum CRStatus status = CR_PARSING_ERROR; local
1260 enum CRStatus status = CR_OK; local
1394 enum CRStatus status = CR_OK; local
1434 enum CRStatus status = CR_OK; local
1486 enum CRStatus status = CR_PARSING_ERROR; local
1959 enum CRStatus status = CR_OK; local
2635 enum CRStatus status = CR_OK; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dnfs4proc.c96 __be32 status = nfs_ok; local
101 status = check_attr_support(rqstp, cstate,
104 status = check_attr_support(rqstp, cstate,
108 return status;
128 __be32 status; local
130 status = nfsd4_set_nfs4_acl(rqstp, fhp, acl);
131 if (status)
153 __be32 status; local
166 status = fh_verify(rqstp, current_fh, S_IFREG, accmode);
168 return status;
175 __be32 status; local
230 __be32 status; local
269 __be32 status; local
399 __be32 status; local
447 __be32 status; local
465 __be32 status; local
561 __be32 status; local
582 __be32 status = nfserr_nofilehandle; local
626 __be32 status; local
689 __be32 status; local
708 __be32 status = nfserr_nofilehandle; local
765 __be32 status = nfs_ok; local
806 __be32 status = nfs_ok; local
855 __be32 status; local
908 __be32 status; local
918 __be32 status; local
1002 __be32 status; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpio/
H A Dgpiolib.c226 ssize_t status; local
231 status = -EIO;
233 status = sprintf(buf, "%s\n",
238 return status;
246 ssize_t status; local
251 status = -EIO;
253 status = gpio_direction_output(gpio, 1);
255 status = gpio_direction_output(gpio, 0);
257 status = gpio_direction_input(gpio);
259 status
273 ssize_t status; local
298 ssize_t status; local
425 ssize_t status; local
452 ssize_t status; local
481 int status = 0; local
507 ssize_t status; local
526 ssize_t status; local
614 int status; local
646 int status; local
705 int status = -EINVAL; local
790 int status = -EINVAL; local
838 int status = -EINVAL; local
877 int status = 0; local
910 int status; local
952 int status; local
973 int status; local
1038 int status = 0; local
1113 int status = 0; local
1181 int status = -EINVAL; local
1371 int status = -EINVAL; local
1424 int status = -EINVAL; local
1482 int status = -EINVAL; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/edac/
H A Dppc4xx_edac.c174 * Various status data gathered and manipulated when checking and
175 * reporting ECC status.
275 * @status: A pointer to the ECC status structure to check for an
286 ppc4xx_edac_check_bank_error(const struct ppc4xx_ecc_status *status, argument
291 return status->ecces & SDRAM_ECCES_BK0ER;
293 return status->ecces & SDRAM_ECCES_BK1ER;
300 * ppc4xx_edac_generate_bank_message - generate interpretted bank status message
303 * @status: A pointer to the ECC status structur
317 ppc4xx_edac_generate_bank_message(const struct mem_ctl_info *mci, const struct ppc4xx_ecc_status *status, char *buffer, size_t size) argument
379 ppc4xx_edac_generate_checkbit_message(const struct mem_ctl_info *mci, const struct ppc4xx_ecc_status *status, char *buffer, size_t size) argument
437 ppc4xx_edac_generate_lane_message(const struct mem_ctl_info *mci, const struct ppc4xx_ecc_status *status, char *buffer, size_t size) argument
502 ppc4xx_edac_generate_ecc_message(const struct mem_ctl_info *mci, const struct ppc4xx_ecc_status *status, char *buffer, size_t size) argument
558 ppc4xx_edac_generate_plb_message(const struct mem_ctl_info *mci, const struct ppc4xx_ecc_status *status, char *buffer, size_t size) argument
599 ppc4xx_edac_generate_message(const struct mem_ctl_info *mci, const struct ppc4xx_ecc_status *status, char *buffer, size_t size) argument
632 ppc4xx_ecc_dump_status(const struct mem_ctl_info *mci, const struct ppc4xx_ecc_status *status) argument
669 ppc4xx_ecc_get_status(const struct mem_ctl_info *mci, struct ppc4xx_ecc_status *status) argument
694 ppc4xx_ecc_clear_status(const struct mem_ctl_info *mci, const struct ppc4xx_ecc_status *status) argument
721 ppc4xx_edac_handle_ce(struct mem_ctl_info *mci, const struct ppc4xx_ecc_status *status) argument
746 ppc4xx_edac_handle_ue(struct mem_ctl_info *mci, const struct ppc4xx_ecc_status *status) argument
778 struct ppc4xx_ecc_status status; local
895 int status = 0; local
1022 int status = 0; local
1113 int status = 0; local
1243 int status = 0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/bus/
H A Drc.messagebus.in63 status)
64 status $servicename
76 echo $"Usage: $0 {start|stop|status|restart|reload}"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dprecmd.c28 int status; local
43 wait(&status);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dhttp_negotiate.h37 #define GSS_ERROR(status) (status & 0x80000000)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DTerminationProcess.cpp45 void CTerminationProcess::OnTerminate(int pid, int status) argument
47 AddLogLineN(CFormat(_("Command '%s' with pid '%d' has finished with status code '%d'.")) %
48 m_cmd % pid % status); local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/utils/
H A DKadClientSearcher.h44 virtual void KadSearchNodeIDByIPResult(EKadClientSearchRes status, const unsigned char* nodeID) = 0;
45 virtual void KadSearchIPByNodeIDResult(EKadClientSearchRes status, uint32_t ip, uint16_t port) = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dpo-error.c30 void (*po_error) (int status, int errnum,
34 void (*po_error_at_line) (int status, int errnum,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dphy_fixed.h14 struct fixed_phy_status *status);
17 struct fixed_phy_status *status)
16 fixed_phy_add(unsigned int irq, int phy_id, struct fixed_phy_status *status) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dsymlink.c61 int status; local
67 status = ocfs2_read_inode_block(inode, bh);
68 if (status < 0) {
69 mlog_errno(status);
70 link = ERR_PTR(status);
77 mlog_exit(status);
114 int status = 0; local
125 status = PTR_ERR(target);
126 mlog_errno(status);
134 status
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/pmgr/
H A Ddmm.c88 int status = 0; local
90 status = dmm_delete_tables(dmm_obj);
91 if (!status) {
99 status = -ENOMEM;
109 if (status)
110 pr_err("%s: failure, status 0x%x\n", __func__, status);
112 return status;
125 int status = 0; local
136 status
150 int status = 0; local
170 int status = 0; local
202 int status = 0; local
252 int status = 0; local
280 int status = 0; local
333 int status = 0; local
364 int status = 0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libads/
H A Dldap_utils.c35 ADS_STATUS status = ADS_SUCCESS; local
58 status = ads_do_search(ads, bp, scope, expr, attrs, res);
60 status = ads_do_search_all_args(ads, bp, scope, expr, attrs, args, res);
62 if (ADS_ERR_OK(status)) {
66 return status;
76 ads->config.realm, ads_errstr(status)));
83 status = ads_connect(ads);
85 if (!ADS_ERR_OK(status)) {
87 ads_errstr(status)));
90 return status;
171 ADS_STATUS status; local
[all...]

Completed in 293 milliseconds

1234567891011>>