Searched refs:status (Results 1 - 25 of 322) sorted by relevance

1234567891011>>

/netgear-R7800-V1.0.2.28/target/linux/s3c24xx/files-2.6.30/drivers/ar6000/miscdrv/
H A Dcommon_drv.c52 A_STATUS status; local
68 status = HIFReadWrite(hifDevice,
74 if (status != A_OK) {
79 if (status != A_OK) {
82 return status;
88 status = HIFReadWrite(hifDevice,
95 if (status != A_OK) {
98 return status;
113 A_STATUS status; local
117 status
156 A_STATUS status; local
190 A_STATUS status; local
215 A_STATUS status = A_OK; local
233 A_STATUS status = A_OK; local
323 A_STATUS status = A_OK; local
404 A_STATUS status; local
[all...]
/netgear-R7800-V1.0.2.28/target/linux/ar7/base-files/etc/
H A Ddiag.sh18 [ -d /sys/class/leds/status ] && {
19 echo timer >/sys/class/leds/status/trigger
20 echo 100 >/sys/class/leds/status/delay_on
21 echo 100 >/sys/class/leds/status/delay_off
29 [ -d /sys/class/leds/status ] && {
30 echo timer >/sys/class/leds/status/trigger
31 echo 50 >/sys/class/leds/status/delay_on
32 echo 50 >/sys/class/leds/status/delay_off
40 [ -d /sys/class/leds/status ] && {
41 echo heartbeat >/sys/class/leds/status/trigge
[all...]
/netgear-R7800-V1.0.2.28/package/e2fsprogs/files/
H A De2fsck.sh11 local status="$?"
13 case "$status" in
19 *) echo "e2fsck ($device): Error $status. Check not complete."| logger -t fstab;;
/netgear-R7800-V1.0.2.28/target/linux/s3c24xx/files-2.6.30/drivers/ar6000/htc/
H A Dar6k_events.c38 A_STATUS DevRWCompletionHandler(void *context, A_STATUS status) argument
42 COMPLETE_HTC_PACKET(pPacket,status);
52 A_STATUS status = A_OK; local
68 status = pDev->GetPendingEventsFunc(pDev->HIFDevice,
71 if (A_FAILED(status))
90 status = HIFReadWrite(pDev->HIFDevice,
97 if (A_FAILED(status))
121 status = A_ERROR;
140 return status;
145 A_STATUS status; local
185 A_STATUS status; local
239 A_STATUS status; local
367 A_STATUS status = A_OK; local
427 A_STATUS status = A_OK; local
595 A_STATUS status = A_OK; local
[all...]
H A Dhtc_recv.c65 A_STATUS status; local
75 status = A_OK;
80 status = A_EPROTO;
93 status = A_EPROTO;
135 if (A_FAILED(status)) {
144 if (A_FAILED(status)) {
149 return status;
159 A_STATUS status = A_OK; local
196 status = A_EPROTO;
213 status
273 A_STATUS status; local
344 A_STATUS status; local
444 A_STATUS status = A_OK; local
612 A_STATUS status = A_OK; local
[all...]
H A Dar6k.c62 A_STATUS status = A_OK; local
76 status = HIFConfigureDevice(pDev->HIFDevice, HIF_DEVICE_GET_MBOX_ADDR,
79 if (status != A_OK) {
100 status = HIFConfigureDevice(pDev->HIFDevice, HIF_DEVICE_GET_MBOX_BLOCK_SIZE,
103 if (status != A_OK) {
159 status = DevDisableInterrupts(pDev);
163 if (A_FAILED(status)) {
168 return status;
174 A_STATUS status; local
215 status
268 A_STATUS status; local
301 A_STATUS status = A_OK; local
349 A_STATUS status = A_OK; local
650 A_STATUS status = A_OK; local
694 A_STATUS status = A_OK; local
741 A_STATUS status = A_OK; local
819 A_STATUS status; local
856 A_STATUS status; local
[all...]
H A Dhtc.c27 static A_STATUS HTCTargetRemovedHandler(void *handle, A_STATUS status);
98 A_STATUS status; local
108 status = A_ERROR;
132 status = DevSetup(&target->Device);
134 if (A_FAILED(status)) {
161 if (A_SUCCESS(status)) {
173 return status;
177 static A_STATUS HTCTargetRemovedHandler(void *handle, A_STATUS status) argument
227 A_STATUS status; local
239 status
318 A_STATUS status; local
[all...]
/netgear-R7800-V1.0.2.28/package/bridge-mode/files/
H A Dbr-dhcp-helper4 old_status=`cat /proc/sys/net/ath1/status | awk 'NR==3'`
8 old_status=`cat /proc/sys/net/ath0/status | awk 'NR==3'`
15 current_status=`cat /proc/sys/net/ath1/status | awk 'NR==3'`
17 current_status=`cat /proc/sys/net/ath0/status | awk 'NR==3'`
/netgear-R7800-V1.0.2.28/target/linux/ramips/files/drivers/net/ethernet/ramips/
H A Dramips_debugfs.c25 void raeth_debugfs_update_int_stats(struct raeth_priv *re, u32 status) argument
27 re->debug.int_stats.total += !!status;
29 re->debug.int_stats.rx_delayed += !!(status & RAMIPS_RX_DLY_INT);
30 re->debug.int_stats.rx_done0 += !!(status & RAMIPS_RX_DONE_INT0);
31 re->debug.int_stats.rx_coherent += !!(status & RAMIPS_RX_COHERENT);
33 re->debug.int_stats.tx_delayed += !!(status & RAMIPS_TX_DLY_INT);
34 re->debug.int_stats.tx_done0 += !!(status & RAMIPS_TX_DONE_INT0);
35 re->debug.int_stats.tx_done1 += !!(status & RAMIPS_TX_DONE_INT1);
36 re->debug.int_stats.tx_done2 += !!(status & RAMIPS_TX_DONE_INT2);
37 re->debug.int_stats.tx_done3 += !!(status
[all...]
/netgear-R7800-V1.0.2.28/target/linux/s3c24xx/files-2.6.30/drivers/ar6000/hif/
H A Dhif.c112 SDIO_STATUS status; local
127 status = SDIO_RegisterFunction(&FunctionContext.function);
128 DBG_ASSERT(SDIO_SUCCESS(status));
149 A_STATUS status = A_OK; local
160 status = A_NO_RESOURCE;
182 status = A_EINVAL;
192 status = A_EINVAL;
215 status = A_EINVAL;
252 status = A_EINVAL;
265 status
334 SDIO_STATUS status; local
402 A_STATUS status; local
426 A_STATUS status; local
442 SDIO_STATUS status; local
662 SDIO_STATUS status; local
675 SDIO_STATUS status; local
691 SDIO_STATUS status; local
742 A_STATUS status; local
791 SDIO_STATUS status; local
[all...]
/netgear-R7800-V1.0.2.28/target/linux/s3c24xx/files-2.6.30/drivers/ar6000/include/
H A Ddset_api.h41 A_UINT32 status,
51 A_UINT32 status,
/netgear-R7800-V1.0.2.28/package/p0f-db/files/
H A Dprio-reader.init12 EXTRA_COMMANDS=status
24 status() { function
/netgear-R7800-V1.0.2.28/package/policy-reader/files/
H A Dpolicy-reader.init12 EXTRA_COMMANDS=status
24 status() { function
/netgear-R7800-V1.0.2.28/target/linux/s3c24xx/files-2.6.30/drivers/ar6000/bmi/
H A Dbmi.c43 A_STATUS status; local
55 status = bmiBufferSend(device, (A_UCHAR *)&cid, sizeof(cid));
56 if (status != A_OK) {
68 A_STATUS status; local
79 status = bmiBufferSend(device, (A_UCHAR *)&cid, sizeof(cid));
80 if (status != A_OK) {
85 status = bmiBufferReceive(device, (A_UCHAR *)&targ_info->target_ver,
87 if (status != A_OK) {
94 status = bmiBufferReceive(device, (A_UCHAR *)&targ_info->target_info_byte_count,
96 if (status !
141 A_STATUS status; local
196 A_STATUS status; local
247 A_STATUS status; local
293 A_STATUS status; local
330 A_STATUS status; local
375 A_STATUS status; local
418 A_STATUS status; local
469 A_STATUS status; local
507 A_STATUS status; local
566 A_STATUS status; local
615 A_STATUS status; local
[all...]
/netgear-R7800-V1.0.2.28/target/linux/at91/files/drivers/misc/
H A Dat91-adc.c138 ssize_t status = 0; local
151 status = sprintf(buf, "%d\n", value);
153 return status;
240 int status; local
242 status = alloc_chrdev_region(&at91_adc_devno,0,1,at91_adc_device.name);
244 if(status){
250 if(at91_adc_cdev == NULL){ status=-ENOMEM; goto err; }
253 status = cdev_add(at91_adc_cdev,at91_adc_devno,1);
254 if(status){
260 if(IS_ERR(at91_adc_class)){ status
276 int status; local
[all...]
/netgear-R7800-V1.0.2.28/target/linux/adm5120/files/drivers/usb/host/
H A Dadm5120-hub.c66 /* build "status change" packet (one or two bytes) from HC registers */
75 u32 status; local
81 /* init status */
82 status = admhc_read_rhdesc(ahcd);
83 if (status & (ADMHC_RH_LPSC | ADMHC_RH_OCIC))
94 status = admhc_read_portstatus(ahcd, i);
97 any_connected |= (status & ADMHC_PS_CCS);
99 if (status & (ADMHC_PS_CSC | ADMHC_PS_PESC | ADMHC_PS_PSSC
160 u16 status, change; local
162 status
180 u16 status, change; local
211 u32 status; local
[all...]
/netgear-R7800-V1.0.2.28/package/base-files/files/sbin/
H A Dqos.sh44 status(){ function
56 status)
57 status
60 echo $"Usage:$0 {start|stop|restart|status}"
/netgear-R7800-V1.0.2.28/package/settings-loader/files/
H A Dsettings-loader.init9 EXTRA_COMMANDS=status
13 STATUS_KEY="status:settingsloader:start"
32 status() { function
/netgear-R7800-V1.0.2.28/package/smoketest/files/
H A Dsmoketest16 ########## check status of daemons ###############
17 STATUS=$(streamboost status)
32 STATUS=$(streamboost status)
/netgear-R7800-V1.0.2.28/package/zz-dni-streamboost/files/
H A D35_leash16 EXTRA_COMMANDS=status
29 while status >/dev/null 2>&1 ; do
/netgear-R7800-V1.0.2.28/package/leash/files/
H A Dleash.init16 EXTRA_COMMANDS=status
29 while status >/dev/null 2>&1 ; do
/netgear-R7800-V1.0.2.28/package/ipp/src/
H A Dlibnetlink.c114 int status; local
118 status = recvmsg(rth->fd, &msg, 0);
120 if (status < 0)
123 if (status == 0)
127 while (NLMSG_OK(h, status)) {
145 h = NLMSG_NEXT(h, status);
151 if (status)
158 int status; local
185 status = sendmsg(rtnl->fd, &msg, 0);
187 if (status <
[all...]
/netgear-R7800-V1.0.2.28/scripts/config/lxdialog/
H A Dchecklist.c31 static void print_item(WINDOW * win, const char *item, int status, int choice, argument
44 wprintw(win, "(%c)", status ? 'X' : ' ');
116 int key = 0, button = 0, choice = 0, scroll = 0, max_choice, *status; local
119 /* Allocate space for storing item on/off status */
120 if ((status = malloc(sizeof(int) * item_no)) == NULL) {
127 /* Initializes status */
129 status[i] = !strcasecmp(items[i * 3 + 2], "on");
130 if ((!choice && status[i])
191 status[i + scroll], i, i == choice);
221 status[scrol
[all...]
/netgear-R7800-V1.0.2.28/package/dnippp/files/
H A Ddo-3g-reconnect.sh17 [ -f /etc/ppp/ppp0-status ] && [ `cat /etc/ppp/ppp0-status` -eq 1 ] && echo "3G reconnection is completed and OK." >> /tmp/log_3g_reconnect && exit
/netgear-R7800-V1.0.2.28/package/qca-nss-drv/src/
H A Dnss_dynamic_interface.c121 nss_tx_status_t status; local
130 status = nss_dynamic_interface_tx(nss_ctx, ndim);
131 if (status != NSS_TX_SUCCESS) {
134 return status;
148 return status;
160 int32_t status; local
200 status = nss_core_send_buffer(nss_ctx, 0, nbuf, NSS_IF_CMD_QUEUE, H2N_BUFFER_CTRL, 0);
201 if (status != NSS_CORE_STATUS_SUCCESS) {
227 nss_tx_status_t status; local
252 status
283 nss_tx_status_t status; local
[all...]

Completed in 205 milliseconds

1234567891011>>