Home
last modified time | relevance | path

Searched refs:PROC_IO (Results 1 – 15 of 15) sorted by relevance

/dports/net/dante/dante-1.4.3/sockd/
H A Dsockd_child.c182 case -PROC_IO:
183 case PROC_IO:
234 if (type == PROC_IO) {
918 return PROC_IO;
939 case PROC_IO:
1356 case PROC_IO:
1578 case PROC_IO:
1758 case PROC_IO: {
1982 case PROC_IO:
2120 case PROC_IO:
[all …]
H A Dsockd.c275 || childcheck(PROC_IO) < SOCKD_FREESLOTS_IO)
557 child = nextchild(PROC_IO, saved_io.state.protocol);
822 if ((child = nextchild(PROC_IO, SOCKS_TCP)) == NULL) {
837 if ((child = nextchild(PROC_IO, SOCKS_UDP)) == NULL) {
978 case PROC_IO: {
1619 if (child->type == PROC_IO) {
1730 if ((child = nextchild(PROC_IO, SOCKS_TCP)) == NULL) in dotest()
H A Dmother_util.c394 + childcheck(-PROC_IO) / SOCKD_IOMAX; in mother_getlimitinfo()
475 childtype2string(PROC_IO), in mother_getlimitinfo()
668 clients += (max_ioc = childcheck(-PROC_IO));
672 clients -= (free_ioc = childcheck(PROC_IO));
1196 case PROC_IO:
H A Dsockd_io_misc.c62 SASSERTX(sockscf.state.type == PROC_IO);
H A Dsockd_util.c493 log_rusage(PROC_IO, 0, &sockscf.state.rusage_io);
H A Dserverconfig.c510 case PROC_IO:
1814 PROC_IO }; in checkconfig()
/dports/devel/libgtop/libgtop-2.40.0/examples/
H A Dsysdeps.c141 FEATURE_CHECK(PROC_IO), in main()
/dports/net/dante/dante-1.4.3/lib/
H A Dshowconfig.c211 childtype2string(PROC_IO),
268 childtype2string(PROC_IO));
H A Dconfig_scan.l70 #define PROC_IO 0 macro
444 yylval.number = PROC_IO;
H A Dconfig_scan.c3412 #define PROC_IO 0 macro
4215 yylval.number = PROC_IO;
H A Dconfig_parse.y1462 case PROC_IO:
1504 case PROC_IO:
H A Dconfig.c193 case PROC_IO: in postconfigloadinit()
H A Dtostring.c2248 case PROC_IO:
H A Dconfig_parse.c3754 case PROC_IO: in yyparse()
3799 case PROC_IO: in yyparse()
/dports/net/dante/dante-1.4.3/include/
H A Dsockd.h870 #define PROC_IO (4) macro