HomeSort by: relevance | last modified time | path
    Searched defs:news (Results 1 - 2 of 2) sorted by relevancy

  /src/games/battlestar/
command1.c 99 news(void) function in typeref:typename:void
  /src/sys/rump/net/lib/libsockin/
sockin.c 202 registersock(struct socket *so, int news)
210 so->so_internal = (void *)(intptr_t)news;
310 int news, error, slen; local in function:sockin_waccept
314 &slen, &news);
322 if (registersock(nso, news) != 0)
328 rumpuser_close(news);
442 int error, news, family; local in function:sockin_attach
453 error = rumpcomp_sockin_socket(family, type, 0, &news);
460 error = rumpcomp_sockin_setsockopt(news,
464 error = rumpcomp_sockin_setsockopt(news,
    [all...]

Completed in 34 milliseconds