Searched refs:status (Results 276 - 300 of 6357) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dlua.c135 static int report (lua_State *L, int status) { argument
136 if (status != LUA_OK && !lua_isnil(L, -1)) {
144 return status;
149 static void finalreport (lua_State *L, int status) { argument
150 if (status != LUA_OK) {
173 int status; local
179 status = lua_pcall(L, narg, nres, base);
182 return status;
211 int status = luaL_loadfile(L, name); local
212 if (status
218 int status = luaL_loadbuffer(L, s, strlen(s), name); local
225 int status; local
247 incomplete(lua_State *L, int status) argument
282 int status; local
304 int status; local
327 int status; local
481 int status, result; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dstatus.c41 #include "status.h"
50 uint16_t status; local
52 status = AFPSRVRINFO_COPY
61 status |= AFPSRVRINFO_PASSWD;
63 status |= AFPSRVRINFO_NOSAVEPASSWD;
65 status |= AFPSRVRINFO_TCPIP;
67 status |= AFPSRVRINFO_SRVNOTIFY;
69 status |= AFPSRVRINFO_UUID;
71 status = htons(status);
80 u_int16_t status; local
128 u_int16_t status; local
166 char *status; local
381 u_int16_t offset, status; local
429 u_int16_t ret, status; local
456 char *status = NULL; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/xilinx_hwicap/
H A Dxilinx_hwicap.c239 int status; local
256 status = drvdata->config->set_configuration(drvdata,
258 if (status)
259 return status;
262 status = drvdata->config->get_status(drvdata);
263 if ((status & XHI_SR_DALIGN_MASK) != XHI_SR_DALIGN_MASK)
275 status = drvdata->config->set_configuration(drvdata,
277 if (status)
278 return status;
283 status
292 int status; local
334 int status; local
420 ssize_t status; local
503 int status; local
539 int status = 0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/acpica/
H A Devregion.c91 acpi_status status; local
96 status = acpi_ut_acquire_mutex(ACPI_MTX_NAMESPACE);
97 if (ACPI_FAILURE(status)) {
98 return_ACPI_STATUS(status);
121 status = acpi_ev_install_space_handler(acpi_gbl_root_node,
126 switch (status) {
133 status = AE_OK;
144 return_ACPI_STATUS(status);
206 acpi_status status; local
211 status
257 acpi_status status; local
346 acpi_status status; local
513 acpi_status status; local
706 acpi_status status; local
835 acpi_status status; local
1049 acpi_status status; local
1083 acpi_status status; local
[all...]
H A Dexmisc.c164 acpi_status status; local
182 status = acpi_ut_get_resource_end_tag(operand0, &end_tag);
183 if (ACPI_FAILURE(status)) {
184 return_ACPI_STATUS(status);
191 status = acpi_ut_get_resource_end_tag(operand1, &end_tag);
192 if (ACPI_FAILURE(status)) {
193 return_ACPI_STATUS(status);
252 acpi_status status; local
265 status =
270 status
502 acpi_status status = AE_OK; local
569 acpi_status status = AE_OK; local
[all...]
H A Dnsnames.c135 acpi_status status; local
158 status = acpi_ns_build_external_path(node, size, name_buffer);
159 if (ACPI_FAILURE(status)) {
219 * RETURN: Status, Buffer is filled with pathname if status is AE_OK
229 acpi_status status; local
249 status = acpi_ut_initialize_buffer(buffer, required_size);
250 if (ACPI_FAILURE(status)) {
251 return_ACPI_STATUS(status);
256 status =
258 if (ACPI_FAILURE(status)) {
[all...]
H A Dutmutex.c71 acpi_status status; local
78 status = acpi_ut_create_mutex(i);
79 if (ACPI_FAILURE(status)) {
80 return_ACPI_STATUS(status);
91 status = acpi_ut_create_rw_lock(&acpi_gbl_namespace_rw_lock);
92 return_ACPI_STATUS(status);
145 acpi_status status = AE_OK; local
150 status =
157 return_ACPI_STATUS(status);
197 acpi_status status; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dxhci-hub.c77 * connect status, over-current status, port speed, and device removable.
78 * connect status and port speed are also sticky - meaning they're in
114 * port being in the same state, if the value was written to the port status
122 /* Save read-only status and port state */
139 xhci_dbg(xhci, "disable port, actual port %d status = 0x%x\n",
147 u32 status; local
151 status = PORT_RC;
155 status = PORT_CSC;
159 status
183 u32 temp, status; local
305 u32 temp, status; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/kernel/
H A Dinventory.c45 long status; local
58 status = pdc_system_map_find_mods(&module_result, &module_path, 0);
59 if (status == PDC_OK) {
77 status = pdc_pat_cell_get_number(&cell_info);
78 if (status == PDC_OK) {
87 status = pdc_model_info(&model);
176 long status; /* PDC return value status */ local
184 status = pdc_pat_cell_module(&bytecnt, pcell_loc, mod_index,
187 if (status !
289 long status; local
351 int status; local
383 long status; local
436 int status = pdc_mem_map_hpa(r_addr, module_path); local
503 long status; local
536 long status = PDC_OK; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/core/
H A Dio_sm.c171 int status = 0; local
181 status = -EFAULT;
186 status = -EFAULT;
196 status = -EFAULT;
211 status = -ENOMEM;
233 status = dev_get_dev_node(hdev_obj, &dev_node_obj);
236 if (!status) {
240 status = -EPERM;
242 status = -EIO;
245 if (status) {
265 int status = 0; local
310 int status = 0; local
843 int status; local
1530 int status = 0; local
1815 int status = 0; local
1982 int status = 0; local
2219 int status = 0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/torture/
H A Dscanner.c30 static void trans2_check_hit(const char *format, int op, int level, NTSTATUS status) argument
32 if (NT_STATUS_V(status) == NT_STATUS_V(NT_STATUS_INVALID_LEVEL) ||
33 NT_STATUS_V(status) == NT_STATUS_V(NT_STATUS_NOT_IMPLEMENTED) ||
34 NT_STATUS_V(status) == NT_STATUS_V(NT_STATUS_NOT_SUPPORTED) ||
35 NT_STATUS_V(status) == NT_STATUS_V(NT_STATUS_UNSUCCESSFUL) ||
36 NT_STATUS_V(status) == NT_STATUS_V(NT_STATUS_INVALID_INFO_CLASS)) {
40 printf("possible %s hit op=%3d level=%5d status=%s\n",
41 format, op, level, nt_errstr(status));
120 NTSTATUS status; local
128 status
234 nttrans_check_hit(const char *format, int op, int level, NTSTATUS status) argument
322 NTSTATUS status; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Do_time.c105 int status; local
112 status = sys$trnlnm(0, &tabnam, &lognam, 0, itemlist);
113 if (!(status & 1))
131 status = atoi(logvalue);
134 t -= status;
182 status = lib$cvt_to_internal_time(&operation,
187 status = lib$add_times(unix_epoch, deltatime, systime);
190 status = sys$numtim(&time_values, systime);
201 status = lib$cvt_from_internal_time(&operation,
206 status
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/misc/
H A Datlas_btns.c55 acpi_status status; local
65 status = AE_OK;
69 status = AE_BAD_PARAMETER;
72 return status;
77 acpi_status status; local
112 status = acpi_install_address_space_handler(device->handle,
115 if (ACPI_FAILURE(status)) {
126 acpi_status status; local
128 status = acpi_remove_address_space_handler(device->handle,
130 if (ACPI_FAILURE(status))
[all...]
H A Ddm355evm_keys.c110 int status; local
118 status = dm355evm_msp_read(DM355EVM_MSP_INPUT_HIGH);
119 if (status < 0) {
121 status);
124 event = status << 8;
126 status = dm355evm_msp_read(DM355EVM_MSP_INPUT_LOW);
127 if (status < 0) {
129 status);
132 event |= status;
179 int status; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Dtimer_compat.c73 struct snd_timer_status status; local
78 memset(&status, 0, sizeof(status));
79 status.tstamp = tu->tstamp;
80 status.resolution = snd_timer_resolution(tu->timeri);
81 status.lost = tu->timeri->lost;
82 status.overrun = tu->overrun;
84 status.queue = tu->qused;
86 if (copy_to_user(_status, &status, sizeof(status)))
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/rmgr/
H A Ddrv.c86 int status = 0; local
91 status = -ENOMEM;
101 status = -ENOMEM;
110 status = -EFAULT;
113 if (status)
116 return status;
124 int status; local
135 (node_res_obj->hnode, &status);
148 int status = 0; local
154 status
174 drv_proc_node_update_status(void *node_resource, s32 status) argument
183 drv_proc_node_update_heap_status(void *node_resource, s32 status) argument
213 int status = 0; local
293 int status = 0; local
310 int status = 0; local
375 int status = 0; local
403 int status = 0; local
577 int status = -EPERM; local
616 int status = 0; local
665 int status = 0; local
738 int status = 0; local
[all...]
H A Ddrv_interface.c396 int status = 0; local
399 status = cfg_get_object((u32 *) &hdrv_obj, REG_DRV_OBJECT);
400 if (status)
438 u32 status; local
441 status = pwr_sleep_dsp(command, time_out);
442 if (status)
451 u32 status; local
453 status = pwr_wake_dsp(time_out);
454 if (status)
492 int status local
546 int status = 0; local
574 int status; local
621 u32 status; local
645 int 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 Df_rndis.c90 /* status endpoint is optional; this could be patched later */
288 int status; local
301 status = usb_ep_queue(rndis->notify, req, GFP_ATOMIC);
302 if (status) {
304 DBG(cdev, "notify/0 --> %d\n", status);
312 int status = req->status; local
316 * - RNDIS_RESPONSE_AVAILABLE (status/irq)
318 switch (status) {
326 ep->name, status,
351 int status; local
562 int status; local
747 int status; local
[all...]
H A Df_obex.c277 int status; local
282 status = usb_function_activate(&g->func);
283 if (status)
285 obex->port_num, status);
292 int status; local
297 status = usb_function_deactivate(&g->func);
298 if (status)
300 obex->port_num, status);
310 int status; local
315 status
443 int status; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kvm/
H A Dkvm_fw.c41 x.status = PAL_STATUS_UNIMPLEMENTED; \
49 x.status = PAL_STATUS_SUCCESS; \
101 long status; member in struct:cache_flush_args
109 long status; local
112 status = ia64_pal_cache_flush(args->cache_type, args->operation,
114 if (status != 0)
115 args->status = status;
137 if (args.status != 0)
139 "status
264 long status; local
331 long status; local
355 long status; local
375 long status; local
553 long status; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Drpc_dfs.h204 WERROR status; member in struct:netdfs_r_dfs_Add
216 WERROR status; member in struct:netdfs_r_dfs_Remove
224 WERROR status; member in struct:netdfs_r_dfs_SetInfo
238 WERROR status; member in struct:netdfs_r_dfs_GetInfo
255 WERROR status; member in struct:netdfs_r_dfs_Enum
263 WERROR status; member in struct:netdfs_r_dfs_Rename
271 WERROR status; member in struct:netdfs_r_dfs_Move
279 WERROR status; member in struct:netdfs_r_dfs_ManagerGetConfigInfo
287 WERROR status; member in struct:netdfs_r_dfs_ManagerSendSiteInfo
295 WERROR status; member in struct:netdfs_r_dfs_AddFtRoot
303 WERROR status; member in struct:netdfs_r_dfs_RemoveFtRoot
311 WERROR status; member in struct:netdfs_r_dfs_AddStdRoot
319 WERROR status; member in struct:netdfs_r_dfs_RemoveStdRoot
327 WERROR status; member in struct:netdfs_r_dfs_ManagerInitialize
335 WERROR status; member in struct:netdfs_r_dfs_AddStdRootForced
343 WERROR status; member in struct:netdfs_r_dfs_GetDcAddress
351 WERROR status; member in struct:netdfs_r_dfs_SetDcAddress
359 WERROR status; member in struct:netdfs_r_dfs_FlushFtTable
367 WERROR status; member in struct:netdfs_r_dfs_Add2
375 WERROR status; member in struct:netdfs_r_dfs_Remove2
383 WERROR status; member in struct:netdfs_r_dfs_EnumEx
391 WERROR status; member in struct:netdfs_r_dfs_SetInfo2
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dexport.c56 int status, set; local
79 status = ocfs2_nfs_sync_lock(osb, 1);
80 if (status < 0) {
81 mlog(ML_ERROR, "getting nfs sync lock(EX) failed %d\n", status);
85 status = ocfs2_test_inode_bit(osb, blkno, &set);
86 if (status < 0) {
87 if (status == -EINVAL) {
93 mlog(0, "test inode bit failed %d\n", status);
94 status = -ESTALE;
96 mlog(ML_ERROR, "test inode bit failed %d\n", status);
152 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 Ddlmunlock.c95 * returns: DLM_NORMAL, DLM_NOLOCKMGR, status from network
105 enum dlm_status status; local
144 status = DLM_RECOVERING;
149 status = DLM_MIGRATING;
156 status = dlm_get_cancel_actions(dlm, res, lock, lksb, &actions);
158 status = dlm_get_unlock_actions(dlm, res, lock, lksb, &actions);
160 if (status != DLM_NORMAL && (status != DLM_CANCELGRANT || !master_node))
182 status = dlm_send_remote_unlock_request(dlm, res, lock, lksb,
188 if (status
316 int status = 0; local
393 enum dlm_status status = DLM_NORMAL; local
530 enum dlm_status status; local
562 enum dlm_status status; local
586 enum dlm_status status; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/
H A Dcontainer.c80 acpi_status status; local
84 status = acpi_get_handle(handle, "_STA", &temp);
85 if (ACPI_FAILURE(status))
88 status = acpi_evaluate_integer(handle, "_STA", NULL, &sta);
89 if (ACPI_FAILURE(status))
123 acpi_status status = AE_OK; local
128 return status;
160 acpi_status status; local
172 status = acpi_bus_get_device(handle, &device);
174 if (ACPI_FAILURE(status) || !devic
207 acpi_status status; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/scsi/
H A Dzfcp_erp.c86 act->status |= ZFCP_STATUS_ERP_DISMISSED;
93 if (atomic_read(&unit->status) & ZFCP_STATUS_COMMON_ERP_INUSE)
101 if (atomic_read(&port->status) & ZFCP_STATUS_COMMON_ERP_INUSE)
115 if (atomic_read(&adapter->status) & ZFCP_STATUS_COMMON_ERP_INUSE)
134 u_status = atomic_read(&unit->status);
137 p_status = atomic_read(&port->status);
145 p_status = atomic_read(&port->status);
150 p_status = atomic_read(&port->status);
153 a_status = atomic_read(&adapter->status);
161 a_status = atomic_read(&adapter->status);
178 u32 status = 0; local
446 status_change_set(unsigned long mask, atomic_t *status) argument
451 status_change_clear(unsigned long mask, atomic_t *status) argument
814 int status = atomic_read(&port->status); local
1101 int status = atomic_read(target_status); local
1586 int status = atomic_read(&unit->status); local
1599 int status = atomic_read(&port->status); local
[all...]

Completed in 317 milliseconds

<<11121314151617181920>>