Searched +refs:sh +refs:select (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/sys/arch/hpc/stand/hpcboot/sh3/
H A Dsh_console.cpp34 #include <sh3/dev/sh.h>
51 SHConsole::selectBootConsole(Console &cons, enum consoleSelect select) argument
64 switch (select) {
/netbsd-current/external/bsd/ipf/dist/tools/
H A Dipfsyncd.c250 n = select(maxfd + 1, &rd, NULL, NULL, NULL);
257 syslog(LOG_ERR, "select error: %m");
258 debug(1, "select error: %s\n", STRERROR(errno));
458 synchdr_t *sh; local
465 if (pklen < sizeof(*sh)) {
471 sh = (synchdr_t *)buff;
472 len = ntohl(sh->sm_len);
473 magic = ntohl(sh->sm_magic);
481 if (pklen < len + sizeof(*sh)) {
488 printsynchdr(sh);
520 synchdr_t *sh; local
645 synchdr_t *sh; local
[all...]
/netbsd-current/external/bsd/nvi/dist/ex/
H A Dex_script.c29 #include <sys/select.h>
114 const char *sh, *sh_path; local
197 if ((sh = strrchr(sh_path, '/')) == NULL)
198 sh = sh_path;
200 ++sh;
201 execl(sh_path, sh, "-i", NULL);
234 switch (select(master + 1, &fdset, NULL, NULL, &tv)) {
236 msgq(sp, M_SYSERR, "select");
353 switch (select(maxfd + 1, &rdfd, NULL, NULL, NULL)) {
401 switch (select(maxf
[all...]
/netbsd-current/external/bsd/ipf/dist/
H A Dip_sync.c35 # include <sys/select.h>
442 synchdr_t sh; local
459 if (uio->uio_resid >= sizeof(sh)) {
461 err = UIOMOVE(&sh, sizeof(sh), UIO_WRITE, uio);
471 sh.sm_magic = ntohl(sh.sm_magic);
472 sh.sm_len = ntohl(sh.sm_len);
473 sh
[all...]
/netbsd-current/sys/external/bsd/ipf/netinet/
H A Dip_sync.c35 # include <sys/select.h>
431 synchdr_t sh; local
448 if (uio->uio_resid >= sizeof(sh)) {
450 err = UIOMOVE((void *)&sh, sizeof(sh), UIO_WRITE, uio);
460 sh.sm_magic = ntohl(sh.sm_magic);
461 sh.sm_len = ntohl(sh.sm_len);
462 sh
[all...]
/netbsd-current/usr.bin/make/
H A Djob.c153 * "sh", "csh", "bash". For custom shells, it is the full pathname, and its
154 * basename is used to select the type of shell; the longest match wins.
155 * So /usr/pkg/bin/bash has type sh, /usr/local/bin/tcsh has type csh.
271 * select one of the predefined shells as the default shell.
274 * name or the full path of a sh-compatible shell, which will be used as
299 * An sh-compatible shell with a non-standard name.
301 * Keep this in sync with the "sh" description below, but avoid
303 * sh-compatible shells.
329 "sh", /* .name */
595 * Sends a token on the child exit pipe to wake us up from select()/pol
2315 Shell *sh = shells; local
2378 Shell *sh; local
[all...]
/netbsd-current/sys/dev/ic/
H A Dcom.c104 #include <sys/select.h>
356 com_init_regs(struct com_regs *regs, bus_space_tag_t st, bus_space_handle_t sh, argument
362 regs->cr_ioh = sh;
378 bus_space_handle_t sh, bus_addr_t addr, u_int regshift)
381 com_init_regs(regs, st, sh, addr);
395 bus_space_handle_t sh, bus_addr_t addr,
399 com_init_regs(regs, st, sh, addr);
377 com_init_regs_stride(struct com_regs *regs, bus_space_tag_t st, bus_space_handle_t sh, bus_addr_t addr, u_int regshift) argument
394 com_init_regs_stride_width(struct com_regs *regs, bus_space_tag_t st, bus_space_handle_t sh, bus_addr_t addr, u_int regshift, u_int width) argument
H A Delink3.c78 #include <sys/select.h>
915 * If the device has MII, select it, and then tell the
1102 int sh, len, pad; local
1166 sh = splsched();
1233 splx(sh);

Completed in 398 milliseconds