Searched refs:nowait (Results 1 - 23 of 23) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/examples/
H A Dinetd.conf18 echo stream tcp nowait root internal
20 #discard stream tcp nowait root internal
22 daytime stream tcp nowait root internal
24 #chargen stream tcp nowait root internal
26 time stream tcp nowait root internal
31 #ftp stream tcp nowait root /usr/sbin/tcpd in.ftpd
32 #telnet stream tcp nowait root /sbin/telnetd /sbin/telnetd
33 #nntp stream tcp nowait root tcpd in.nntpd
34 #smtp stream tcp nowait root tcpd sendmail -v
45 #shell stream tcp nowait roo
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/os/
H A Dos_flock.c20 __os_fdlock(env, fhp, offset, acquire, nowait)
23 int acquire, nowait;
46 (fcntl(fhp->fd, nowait ? F_SETLK : F_SETLKW, &fl)), ret);
57 COMPQUIET(nowait, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/os_windows/
H A Dos_flock.c18 __os_fdlock(env, fhp, offset, acquire, nowait)
21 int acquire, nowait;
60 if (nowait)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dlock001.tcl66 set lockp [$env lock_get -nowait write $locker $obj]
88 catch {$env lock_get -nowait $i $locker $obj} ret
100 set lockp [$env lock_get -nowait $i $locker $obj ]
H A Dlock006.tcl96 set lockp [$env lock_vec -nowait $locker "get $obj write"]
120 set lock2p [$env lock_vec -nowait $locker2 \
127 catch {$env lock_vec -nowait $locker2 \
155 catch {$env lock_vec -nowait $newlocker "get $obj $m"} ret
166 set lockp [$env lock_vec -nowait $newlocker "get $obj $m"]
H A Dlock005.tcl31 set txn1 [$e txn -nowait]
37 set txn2 [$e txn -nowait]
69 set txn1 [$e txn -nowait]
78 set txn2 [$e txn -nowait]
H A Drep052.tcl179 # Turn on nowait.
180 $clientenv rep_config {nowait on}
H A Dmdbscript.tcl111 if {[catch {$dbenv lock_get -nowait write $locker $k} klock] != 0 } {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/SGI/
H A Dstartswat.sh12 echo swat stream tcp nowait root /usr/samba/bin/swat swat >> /etc/inetd.conf
H A Dinetd.sh18 echo netbios-ssn stream tcp nowait root /usr/samba/bin/smbd smbd >> /etc/inetd.conf
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/env/
H A Denv_register.c21 #define REGISTRY_LOCK(env, pos, nowait) \
22 __os_fdlock(env, (env)->dbenv->registry, (off_t)(pos), 1, nowait)
25 #define REGISTRY_EXCL_LOCK(env, nowait) \
26 REGISTRY_LOCK(env, 1, nowait)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/rc/
H A Dinit.c122 run_shell(int timeout, int nowait) argument
166 if (nowait)
176 run_shell(int timeout, int nowait) argument
H A Drc.h92 extern pid_t run_shell(int timeout, int nowait);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dmroute.h223 extern int ipmr_get_route(struct sk_buff *skb, struct rtmsg *rtm, int nowait);
H A Dmroute6.h235 extern int ip6mr_get_route(struct sk_buff *skb, struct rtmsg *rtm, int nowait);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dcpu-probe.c88 static int __initdata nowait = 0; variable
92 nowait = 1;
97 __setup("nowait", wait_disable);
103 if (nowait) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dnf_conntrack_netlink.c269 int event, int nowait,
281 nlh->nlmsg_flags = (nowait && pid) ? NLM_F_MULTI : 0;
1148 int nowait,
1159 nlh->nlmsg_flags = (nowait && pid) ? NLM_F_MULTI : 0;
268 ctnetlink_fill_info(struct sk_buff *skb, u32 pid, u32 seq, int event, int nowait, const struct nf_conn *ct) argument
1146 ctnetlink_exp_fill_info(struct sk_buff *skb, u32 pid, u32 seq, int event, int nowait, const struct nf_conntrack_expect *exp) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/lock/
H A Dlock_stat.c275 u_int32_t wait, nowait; local
288 &wait, &nowait);
291 (u_long)wait, DB_PCT(wait, wait + nowait), NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dsmc91x.c28 * nowait = 0 for normal wait states, 1 eliminates additional wait states
123 static int nowait = SMC_NOWAIT; variable
124 module_param(nowait, int, 0400);
125 MODULE_PARM_DESC(nowait, "set to 1 for no wait state");
360 if (nowait)
2015 printk("%s%s\n", nowait ? " [nowait]" : "",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/quota/
H A Dxfs_qm.c1037 boolean_t nowait; local
1044 nowait = (boolean_t)(flags & SYNC_BDFLUSH || (flags & SYNC_WAIT) == 0);
1069 if (nowait) {
1091 if (nowait) {
1109 flush_flags = (nowait) ? XFS_QMOPT_DELWRI : XFS_QMOPT_SYNC;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dipmr.c1644 int ipmr_get_route(struct sk_buff *skb, struct rtmsg *rtm, int nowait) argument
1659 if (nowait) {
1687 if (!nowait && (rtm->rtm_flags&RTM_F_NOTIFY))
H A Droute.c2680 int nowait, unsigned int flags)
2749 int err = ipmr_get_route(skb, r, nowait);
2751 if (!nowait) {
2679 rt_fill_info(struct sk_buff *skb, u32 pid, u32 seq, int event, int nowait, unsigned int flags) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/decnet/
H A Ddn_route.c1469 int event, int nowait, unsigned int flags)
1468 dn_rt_fill_info(struct sk_buff *skb, u32 pid, u32 seq, int event, int nowait, unsigned int flags) argument

Completed in 146 milliseconds