Searched refs:action (Results 276 - 300 of 468) sorted by relevance

<<111213141516171819

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Deasy.c438 /* we start some action by calling perform right away */
734 CURLcode curl_easy_pause(CURL *curl, int action) argument
744 newstate |= ((action & CURLPAUSE_RECV)?KEEP_RECV_PAUSE:0) |
745 ((action & CURLPAUSE_SEND)?KEEP_SEND_PAUSE:0);
H A Dmulti.c94 action we should wait for */
264 int action; /* what action READ/WRITE this socket waits for */ member in struct:Curl_sh_entry
268 /* bits for 'action' having no bits means this socket is not expecting any
269 action */
587 handle has no action yet, we make sure it times out to get things to
1242 /* Perform the protocol's DO action */
1882 * singlesocket() checks what sockets we deal with and their "action state"
1913 int action = CURL_POLL_NONE; local
1921 action |
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
H A Dradix-tree.c996 unsigned long action,
1003 if (action == CPU_DEAD || action == CPU_DEAD_FROZEN) {
995 radix_tree_callback(struct notifier_block *nfb, unsigned long action, void *hcpu) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bzip2/
H A Dbzlib.c407 int BZ_API(BZ2_bzCompress) ( bz_stream *strm, int action )
423 if (action == BZ_RUN) {
428 if (action == BZ_FLUSH) {
434 if (action == BZ_FINISH) {
443 if (action != BZ_FLUSH) return BZ_SEQUENCE_ERROR;
453 if (action != BZ_FINISH) return BZ_SEQUENCE_ERROR;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/
H A Dide-io.c582 * ide_error() takes action based on the error returned by the drive.
1692 * @action: action for processing
1697 * If action is ide_wait, then the rq is queued at the end of the
1701 * If action is ide_preempt, then the rq is queued at the head of
1707 * If action is ide_end, then the rq is queued at the end of the
1713 int ide_do_drive_cmd (ide_drive_t *drive, struct request *rq, ide_action_t action) argument
1719 int must_wait = (action == ide_wait || action == ide_head_wait);
1734 if (action
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Ddm-mpath.c891 action_fn action)
900 r = action(pgpath);
1247 action_fn action; local
1266 action = reinstate_path;
1268 action = fail_path;
1280 r = action_dev(m, dev, action);
890 action_dev(struct multipath *m, struct dm_dev *dev, action_fn action) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dsysfs.c338 unsigned long action, void *hcpu)
342 switch (action) {
337 sysfs_cpu_notify(struct notifier_block *self, unsigned long action, void *hcpu) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dvtime.c545 unsigned long action, void *hcpu)
547 switch (action) {
544 vtimer_idle_notify(struct notifier_block *self, unsigned long action, void *hcpu) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/mm/
H A Dfault.c223 return (tsk->sighand->action[sig-1].sa.sa_handler == SIG_IGN) ||
224 (tsk->sighand->action[sig-1].sa.sa_handler == SIG_DFL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/utilities/
H A Dutmisc.c870 u16 action,
883 state = acpi_ut_create_update_state(object, action);
869 acpi_ut_create_update_state_and_push(union acpi_operand_object *object, u16 action, union acpi_generic_state **state_list) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dahci.c1170 unsigned int err_mask = 0, action = 0; local
1195 action |= ATA_EH_SOFTRESET;
1200 action |= ATA_EH_SOFTRESET;
1214 action |= ATA_EH_SOFTRESET;
1221 ehi->action |= action;
1261 ehi->action |= ATA_EH_SOFTRESET;
1308 ehi->action |= ATA_EH_SOFTRESET;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/bgpd/
H A Dbgpd.c1945 /* Proper action set. */
1948 struct peer_flag_action *action, u_int32_t flag)
1956 /* Check peer's frag action. */
1978 action->not_for_member = 1;
1984 action->type = peer_change_reset;
1986 action->type = peer_change_reset_in;
1988 action->type = peer_change_reset_out;
1990 action->type = peer_change_none;
2045 struct peer_flag_action action;
2047 memset (&action,
1932 peer_flag_action_set(struct peer_flag_action *action_list, int size, struct peer_flag_action *action, u_int32_t flag) argument
2030 struct peer_flag_action action; local
2133 struct peer_flag_action action; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dtopology.c407 unsigned long action, void *hcpu)
413 switch (action) {
406 cache_cpu_callback(struct notifier_block *nfb, unsigned long action, void *hcpu) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dprofile.c337 unsigned long action, void *__cpu)
342 switch (action) {
336 profile_cpu_callback(struct notifier_block *info, unsigned long action, void *__cpu) argument
H A Drcupdate.c556 unsigned long action, void *hcpu)
559 switch (action) {
555 rcu_cpu_notify(struct notifier_block *self, unsigned long action, void *hcpu) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Daudit.h284 __u32 failure; /* Failure-to-log action */
298 __u32 action; /* AUDIT_NEVER, AUDIT_POSSIBLE, AUDIT_ALWAYS */ member in struct:audit_rule_data
314 __u32 action; /* AUDIT_NEVER, AUDIT_POSSIBLE, AUDIT_ALWAYS */ member in struct:audit_rule
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/
H A DMakefile60 cp $(TIMEMACHINE_PATH)/avahi-0.6.25/avahi-autoipd/avahi-autoipd.action $(TARGETDIR)/etc/avahi/
74 cp $(TIMEMACHINE_PATH)/avahi-0.6.25/avahi-dnsconfd/avahi-dnsconfd.action $(TARGETDIR)/etc/avahi/
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dvmstat.c711 unsigned long action,
716 switch (action) {
710 vmstat_cpuup_callback(struct notifier_block *nfb, unsigned long action, void *hcpu) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/
H A Dscan.l628 synerr( _( "EOF encountered inside an action" ) );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/fc4/
H A Dfc.h126 u8 action; member in struct:__anon4383
132 /* Reject action codes */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/sysdev/
H A Dcpm2_pic.c123 && irq_desc[irq_nr].action) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/boards/mpc1211/
H A Dsetup.c177 irq_desc[irq].action = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/avr32/kernel/
H A Dtraps.c95 handler = current->sighand->action[signr-1].sa.sa_handler;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Di8259.c366 irq_desc[i].action = NULL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dtraps.c366 int action = MIPS_BE_FATAL; local
372 action = MIPS_BE_FIXUP;
375 action = board_be_handler(regs, fixup != 0);
377 switch (action) {

Completed in 224 milliseconds

<<111213141516171819