Searched refs:status (Results 76 - 100 of 6357) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/vms/
H A Dcmdline.c354 ** status = vms_zip_cmdline (&argc, &argv);
363 register unsigned long status;
386 status = check_cli(&cli_yyz);
387 if (!(status & 1)) {
404 status = cli$dcl_parse(&work_str, &zip_clitable, lib$get_input,
406 if (!(status & 1)) return (status);
428 status = cli$present(&cli_copy_entries);
429 if (status & 1)
436 status
360 register unsigned long status; local
1587 register unsigned long status; local
1671 register unsigned long status; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_client/
H A Dndr.c34 NTSTATUS status; local
43 status = push_fn(push, NDR_IN, data);
44 if (!NT_STATUS_IS_OK(status)) {
45 return status;
61 status = rpc_api_pipe_req(cli, opnum, &q_ps, &r_ps);
65 if (!NT_STATUS_IS_OK(status)) {
67 return status;
84 status = pull_fn(pull, NDR_OUT, data);
87 if (!NT_STATUS_IS_OK(status)) {
88 return status;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/services/
H A Dsvc_rcinit.c26 static WERROR rcinit_stop( const char *service, SERVICE_STATUS *status )
42 ZERO_STRUCTP( status );
43 status->type = 0x0020;
44 status->state = (ret == 0 ) ? 0x0001 : 0x0004;
45 status->controls_accepted = 0x0005;
75 static WERROR rcinit_status( const char *service, SERVICE_STATUS *status )
80 pstr_sprintf( command, "%s/%s/%s status", dyn_LIBDIR, SVCCTL_SCRIPT_DIR, service );
93 ZERO_STRUCTP( status );
94 status->type = 0x0020;
95 status
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dfontenum.cpp43 OSStatus status = noErr; local
48 status = ATSFontFamilyIteratorCreate(kATSFontContextLocal, nil,nil,
54 while (status == noErr)
57 status = ATSFontFamilyIteratorNext( theFontFamilyIterator, &theATSFontFamilyRef );
58 if(status == noErr)
66 status = FMGetFontFromFontFamilyInstance( fmFamily , 0 , &fontInstance , &intrinsicStyle);
67 if ( status != noErr )
69 status = noErr;
87 else if (status == kATSIterationScopeModified) // Make sure the font database hasn�t changed.
90 status
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/pmgr/
H A Dio.c55 int status = 0; local
65 status = -EINVAL;
68 status = -EINVAL;
70 if (!status) {
74 status = (*intf_fxns->pfn_io_create) (&hio_mgr, hdev_obj,
77 if (!status) {
87 return status;
99 int status; local
106 status = (*intf_fxns->pfn_io_destroy) (hio_mgr);
108 return status;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/random/
H A Drndhw.c46 unsigned int nbytes, status; local
62 : "=a" (status)
66 if ((status & (1<<6)) /* RNG still enabled. */
67 && !(status & (1<<13)) /* von Neumann corrector is enabled. */
68 && !(status & (1<<14)) /* String filter is disabled. */
69 && !(status & 0x1c00) /* BIAS voltage at default. */
70 && (!(status & 0x1f) || (status & 0x1f) == 8) /* Sanity check. */
73 nbytes += (status & 0x1f);
76 p += (status
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/random/
H A Drndhw.c46 unsigned int nbytes, status; local
62 : "=a" (status)
66 if ((status & (1<<6)) /* RNG still enabled. */
67 && !(status & (1<<13)) /* von Neumann corrector is enabled. */
68 && !(status & (1<<14)) /* String filter is disabled. */
69 && !(status & 0x1c00) /* BIAS voltage at default. */
70 && (!(status & 0x1f) || (status & 0x1f) == 8) /* Sanity check. */
73 nbytes += (status & 0x1f);
76 p += (status
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dnamei.c103 int status; local
120 status = ocfs2_inode_lock_nested(dir, NULL, 0, OI_LS_PARENT);
121 if (status < 0) {
122 if (status != -ENOENT)
123 mlog_errno(status);
124 ret = ERR_PTR(status);
128 status = ocfs2_lookup_ino_from_name(dir, dentry->d_name.name,
130 if (status < 0)
167 status = ocfs2_dentry_attach_lock(dentry, inode,
169 if (status) {
217 int status = 0; local
484 int status = 0; local
594 int status = 0; local
800 int status; local
974 int status; local
1044 int status = 0, rename_lock = 0, parents_locked = 0, target_exists = 0; local
1496 int virtual, blocks, status, i, bytes_left; local
1589 int status, l, credits; local
1845 int status, namelen; local
1996 int status = 0; local
2078 int status = 0; local
2228 int status, did_quota_inode = 0; local
2351 int status = 0; local
[all...]
H A Dquota_local.c104 int status; local
109 status = PTR_ERR(handle);
110 mlog_errno(status);
111 return status;
113 status = ocfs2_journal_access_dq(handle, INODE_CACHE(inode), bh,
115 if (status < 0) {
116 mlog_errno(status);
118 return status;
125 status = ocfs2_commit_trans(OCFS2_SB(sb), handle);
126 if (status <
179 int status, ret = 0; local
261 int i, status; local
354 int status = 0; local
404 int status = 0; local
473 int status = 0; local
594 int status = 0; local
687 int status; local
797 int status; local
817 int status; local
897 int status; local
968 int status; local
1103 int status; local
1222 int status; local
1270 int 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 Ddspdrv.c50 int status = -EPERM; local
58 status = drv_create(&drv_obj);
59 if (status) {
66 status = drv_request_resources((u32) &dev_node, &device_node_string);
67 if (!status) {
69 status = dev_start_device((struct cfg_devnode *)
71 if (status)
76 status = -EPERM;
80 if (status) {
81 /* irrespective of the status o
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/acpica/
H A Drslist.c73 acpi_status status; local
89 status =
95 if (ACPI_FAILURE(status)) {
96 ACPI_EXCEPTION((AE_INFO, status,
99 return_ACPI_STATUS(status);
138 acpi_status status; local
157 status = acpi_rs_convert_resource_to_aml(resource, ACPI_CAST_PTR(union
162 if (ACPI_FAILURE(status)) {
163 ACPI_EXCEPTION((AE_INFO, status,
166 return_ACPI_STATUS(status);
[all...]
H A Dpsxface.c82 acpi_status status; local
84 status = acpi_ut_acquire_mutex(ACPI_MTX_NAMESPACE);
85 if (ACPI_FAILURE(status)) {
86 return (status);
119 acpi_status status; local
123 status = acpi_ut_acquire_mutex(ACPI_MTX_NAMESPACE);
124 if (ACPI_FAILURE(status)) {
164 acpi_status status; local
168 status = acpi_ut_acquire_mutex(ACPI_MTX_NAMESPACE);
169 if (ACPI_FAILURE(status)) {
218 acpi_status status; local
[all...]
H A Dnsxfname.c81 acpi_status status; local
129 status =
131 if (ACPI_SUCCESS(status)) {
135 return (status);
158 acpi_status status; local
167 status = acpi_ut_validate_buffer(buffer);
168 if (ACPI_FAILURE(status)) {
169 return (status);
176 status = acpi_ns_handle_to_pathname(handle, buffer);
177 return (status);
281 acpi_status status; local
518 acpi_status status; local
[all...]
H A Dexstoren.c74 acpi_status status = AE_OK; local
103 status =
106 if (ACPI_FAILURE(status)) {
131 status = AE_AML_OPERAND_TYPE;
143 status = AE_AML_INTERNAL;
156 return_ACPI_STATUS(status);
201 acpi_status status = AE_OK; local
212 status =
215 return_ACPI_STATUS(status);
228 status
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Drecursive_action.c52 int status; local
59 status = ACTION_FOLLOWLINKS; /* hijack a variable for bitmask... */
60 if (!depth) status = ACTION_FOLLOWLINKS | ACTION_FOLLOWLINKS_L0;
61 status = ((flags & status) ? stat : lstat)(fileName, &statbuf);
62 if (status < 0) {
64 bb_error_msg("status=%d flags=%x", status, flags);
85 status = dirAction(fileName, &statbuf, userData, depth);
86 if (!status)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/common/tuners/
H A Dmxl5005s.c1696 u16 status = 0; local
1719 return status;
1758 u16 status = 0; local
1760 status += MXL_ControlWrite(fe, OVERRIDE_1, 1);
1761 status += MXL_ControlWrite(fe, OVERRIDE_2, 1);
1762 status += MXL_ControlWrite(fe, OVERRIDE_3, 1);
1763 status += MXL_ControlWrite(fe, OVERRIDE_4, 1);
1765 return status;
1771 u16 status = 0; local
1773 status
2109 u16 status = 0 ; local
2321 u16 status = 0; local
3363 u16 status = 0; local
3404 u16 status = 0; local
3596 u16 status = 0; local
3619 u16 status = 0; local
3649 u16 status = 0; local
3682 u16 status = 0 ; local
3831 u16 status = 0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dserial.c143 int status = 0; local
145 for (i = 0; i < n_ports && status == 0; i++) {
147 status = acm_bind_config(c, i);
149 status = obex_bind_config(c, i);
151 status = gser_bind_config(c, i);
153 return status;
168 int status; local
170 status = gserial_setup(cdev->gadget, n_ports);
171 if (status < 0)
172 return status;
[all...]
H A Dcdc2.c134 int status; local
141 status = ecm_bind_config(c, hostaddr);
142 if (status < 0)
143 return status;
145 status = acm_bind_config(c, 0);
146 if (status < 0)
147 return status;
166 int status; local
175 status = gether_setup(cdev->gadget, hostaddr);
176 if (status <
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/nss/
H A Dnss_winbind.c88 enum nss_status status; local
97 status = _nss_getpwent_r(pwd, nss->pwnam_buf, sizeof(nss->pwnam_buf),
99 if (status == NSS_STATUS_NOTFOUND) {
103 if (status != NSS_STATUS_SUCCESS) {
118 enum nss_status status; local
122 status = _nss_setpwent();
123 if (status != NSS_STATUS_SUCCESS) {
137 enum nss_status status; local
141 status = _nss_endpwent();
142 if (status !
159 enum nss_status status; local
193 enum nss_status status; local
227 enum nss_status status; local
299 enum nss_status status; local
331 enum nss_status status; local
364 enum nss_status status; local
398 enum nss_status status; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/emu10k1/
H A Dirq.c35 unsigned int status, status2, orig_status, orig_status2; local
39 while (((status = inl(emu->port + IPR)) != 0) && (timeout < 1000)) {
41 orig_status = status;
43 if ((status & 0xffffffff) == 0xffffffff) {
47 if (status & IPR_PCIERROR) {
50 status &= ~IPR_PCIERROR;
52 if (status & (IPR_VOLINCR|IPR_VOLDECR|IPR_MUTE)) {
54 emu->hwvol_interrupt(emu, status);
57 status &= ~(IPR_VOLINCR|IPR_VOLDECR|IPR_MUTE);
59 if (status
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libcroco/
H A Dcr-parser.c83 enum CRStatus status; member in struct:_CRParserError
148 *Checks if 'status' equals CR_OK. If not, goto the 'error' label.
150 *@param status the status (of type enum CRStatus) to test.
151 *@param is_exception if set to FALSE, the final status returned
153 *current status will be the current value of the 'status' variable.
156 #define CHECK_PARSING_STATUS(status, is_exception) \
157 if ((status) != CR_OK) \
161 status
521 enum CRStatus status = CR_OK; local
624 enum CRStatus status = CR_ERROR; local
682 enum CRStatus status = CR_ERROR; local
764 enum CRStatus status = CR_ERROR; local
839 enum CRStatus status = CR_ERROR; local
928 enum CRStatus status = CR_ERROR; local
967 enum CRStatus status = CR_ERROR; local
1036 enum CRStatus status = CR_ERROR; local
1092 enum CRStatus status = CR_ERROR; local
1174 enum CRStatus status = CR_ERROR; local
1329 enum CRStatus status = CR_OK; local
1469 enum CRStatus status = CR_OK; local
1510 enum CRStatus status = CR_PARSING_ERROR; local
1665 enum CRStatus status = CR_ERROR; local
1933 enum CRStatus status = CR_ERROR; local
2008 enum CRStatus status = CR_OK; local
2133 enum CRStatus status = CR_OK; local
2217 enum CRStatus status = CR_PARSING_ERROR; local
2247 enum CRStatus status = CR_OK; local
2275 enum CRStatus status = CR_OK; local
2307 enum CRStatus status = CR_OK; local
2755 enum CRStatus status = CR_OK; local
2912 enum CRStatus status = CR_ERROR; local
2981 enum CRStatus status = CR_ERROR; local
3014 enum CRStatus status = CR_ERROR; local
3121 enum CRStatus status = CR_ERROR; local
3174 enum CRStatus status = CR_ERROR; local
3268 enum CRStatus status = CR_ERROR; local
3330 enum CRStatus status = CR_OK; local
3546 enum CRStatus status = CR_OK; local
3704 enum CRStatus status = CR_OK; local
3874 enum CRStatus status = CR_OK; local
4126 enum CRStatus status = CR_OK; local
4216 enum CRStatus status = CR_ERROR; local
4373 enum CRStatus status = CR_ERROR; local
4469 enum CRStatus status = CR_ERROR; 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-parser.c83 enum CRStatus status; member in struct:_CRParserError
148 *Checks if 'status' equals CR_OK. If not, goto the 'error' label.
150 *@param status the status (of type enum CRStatus) to test.
151 *@param is_exception if set to FALSE, the final status returned
153 *current status will be the current value of the 'status' variable.
156 #define CHECK_PARSING_STATUS(status, is_exception) \
157 if ((status) != CR_OK) \
161 status
521 enum CRStatus status = CR_OK; local
624 enum CRStatus status = CR_ERROR; local
682 enum CRStatus status = CR_ERROR; local
764 enum CRStatus status = CR_ERROR; local
839 enum CRStatus status = CR_ERROR; local
928 enum CRStatus status = CR_ERROR; local
967 enum CRStatus status = CR_ERROR; local
1036 enum CRStatus status = CR_ERROR; local
1092 enum CRStatus status = CR_ERROR; local
1174 enum CRStatus status = CR_ERROR; local
1329 enum CRStatus status = CR_OK; local
1469 enum CRStatus status = CR_OK; local
1510 enum CRStatus status = CR_PARSING_ERROR; local
1665 enum CRStatus status = CR_ERROR; local
1933 enum CRStatus status = CR_ERROR; local
2008 enum CRStatus status = CR_OK; local
2133 enum CRStatus status = CR_OK; local
2217 enum CRStatus status = CR_PARSING_ERROR; local
2247 enum CRStatus status = CR_OK; local
2275 enum CRStatus status = CR_OK; local
2307 enum CRStatus status = CR_OK; local
2755 enum CRStatus status = CR_OK; local
2912 enum CRStatus status = CR_ERROR; local
2981 enum CRStatus status = CR_ERROR; local
3014 enum CRStatus status = CR_ERROR; local
3121 enum CRStatus status = CR_ERROR; local
3174 enum CRStatus status = CR_ERROR; local
3268 enum CRStatus status = CR_ERROR; local
3330 enum CRStatus status = CR_OK; local
3546 enum CRStatus status = CR_OK; local
3704 enum CRStatus status = CR_OK; local
3874 enum CRStatus status = CR_OK; local
4126 enum CRStatus status = CR_OK; local
4216 enum CRStatus status = CR_ERROR; local
4373 enum CRStatus status = CR_ERROR; local
4469 enum CRStatus status = CR_ERROR; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/utils/
H A Dnet_ads_gpo.c48 ADS_STATUS status; local
74 status = ads_startup(False, &ads);
75 if (!ADS_ERR_OK(status)) {
79 status = ads_do_search_all(ads, ads->config.bind_path,
83 if (!ADS_ERR_OK(status)) {
109 status = ads_get_gpo_list(ads, mem_ctx, dn, flags, &gpo_list);
110 if (!ADS_ERR_OK(status)) {
153 ADS_STATUS status; local
176 status = ads_startup(False, &ads);
177 if (!ADS_ERR_OK(status)) {
311 ADS_STATUS status; local
348 ADS_STATUS status; local
425 ADS_STATUS status; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Drunlex.sh123 status=$?
124 if [ $status -ne 0 ]
127 # No. Exit with the failing exit status.
129 exit $status
153 status=$?
154 if [ $status -ne 0 ]
157 # No. Exit with the failing exit status.
159 exit $status
168 status=$?
169 if [ $status
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/tests/
H A Dreactivatetest.c42 int status = 0; local
53 status = pcap_activate(pd);
54 if (status != PCAP_ERROR_ACTIVATED) {
55 if (status == 0)
57 else if (status == PCAP_ERROR)
62 pcap_statustostr(status));

Completed in 346 milliseconds

1234567891011>>