Searched refs:ESRCH (Results 126 - 146 of 146) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dsysctl.c2740 return -ESRCH;
H A Dperf_event.c1847 return ERR_PTR(-ESRCH);
1852 err = -ESRCH;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43/
H A Dphy_n.c3352 return -ESRCH;
3356 return -ESRCH;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dperfmon.c2600 if (p == NULL) return -ESRCH;
4110 int ret = -ESRCH;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/misc/
H A Dss.c2251 errno = ESRCH;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/core/
H A Ddevio.c595 return -ESRCH;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dscsi_transport_iscsi.c1293 if (rc == -ESRCH)
H A Dscsi_transport_fc.c3725 ret = -ESRCH;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dtty_io.c2294 retval = -ESRCH;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Droute.c1349 int err = -ESRCH;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dmempolicy.c1252 err = -ESRCH;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dhush.c872 if (errno == ESRCH) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43legacy/
H A Dmain.c2485 return -ESRCH;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/dlm/
H A Ddlmmaster.c1305 if (ret == -ESRCH) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Droute.c2241 if (err == -ESRCH)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/modutils/
H A Dinsmod.c4238 case ESRCH:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A DBerkeleyDB.xs1363 bool processAlive = ( kill(pid, 0) == 0 ) || ( errno != ESRCH );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dhcp6/
H A Dconfigure4841 setpgrp(1, 1) will fail with ESRCH and return -1, in that case
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/bnx2x/
H A Dbnx2x_link.c5861 return -ESRCH;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Dconfigure4841 setpgrp(1, 1) will fail with ESRCH and return -1, in that case
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dconfigure5785 setpgrp(1, 1) will fail with ESRCH and return -1, in that case

Completed in 514 milliseconds

123456