Searched refs:nep (Results 1 - 11 of 11) sorted by relevance

/openbsd-current/games/gomoku/
H A Dpickmove.c220 struct elist *ep, *nep; local
334 for (ep = sp->s_empty; ep; ep = nep) {
343 nep = ep->e_next;
348 for (ep = sp->s_nempty; ep; ep = nep) {
357 nep = ep->e_next;
536 struct elist *ep, *nep; local
546 for (ep = sp->s_empty; ep; ep = nep) {
555 nep = ep->e_next;
638 struct elist *nep; local
673 for (nep
784 struct elist *ep, *nep; local
1328 struct elist *ep, *nep, **epp; local
[all...]
/openbsd-current/lib/libpcap/
H A Dnametoaddr.c392 struct nodeent *nep; local
395 nep = getnodebyname(name);
396 if (nep == ((struct nodeent *)0))
399 memcpy((char *)&res, (char *)nep->n_addr, sizeof(unsigned short));
/openbsd-current/sys/ufs/ufs/
H A Dufs_lookup.c683 struct direct *ep, *nep; local
767 nep = (struct direct *)(dirbuf + loc);
773 /* Read nep->d_reclen now as the memmove() may clobber it. */
774 loc += nep->d_reclen;
775 if (nep->d_ino == 0) {
784 spacefree += nep->d_reclen;
789 dsize = DIRSIZ(nep);
790 spacefree += nep->d_reclen - dsize;
793 ufsdirhash_move(dp, nep,
794 dp->i_offset + ((char *)nep
[all...]
/openbsd-current/sys/kern/
H A Dvfs_subr.c1452 vfs_hang_addrlist(struct mount *mp, struct netexport *nep, argument
1465 np = &nep->ne_defexported;
1498 if ((rnh = nep->ne_rtable_inet) == NULL) {
1499 if (!rn_inithead((void **)&nep->ne_rtable_inet,
1504 rnh = nep->ne_rtable_inet;
1539 vfs_free_addrlist(struct netexport *nep) argument
1543 if ((rnh = nep->ne_rtable_inet) != NULL) {
1546 nep->ne_rtable_inet = NULL;
1552 vfs_export(struct mount *mp, struct netexport *nep, struct export_args *argp) argument
1558 vfs_free_addrlist(nep);
1573 vfs_export_lookup(struct mount *mp, struct netexport *nep, struct mbuf *nam) argument
[all...]
/openbsd-current/usr.bin/sndiod/
H A Dmidi.c453 * connect to "nep" all endpoints currently connected to "oep"
456 midi_migrate(struct midi *oep, struct midi *nep) argument
466 t->txmask |= nep->self;
470 t->rxmask |= nep->self;
478 ep->txmask |= nep->self;
486 nep->txmask |= ep->self;
/openbsd-current/usr.bin/telnet/
H A Dcommands.c1580 static struct env_lst *nep = NULL;
1583 nep = &envlisthead;
1586 if (nep) {
1587 while ((nep = nep->next)) {
1588 if (nep->export && (nep->welldefined == welldefined))
1589 return(nep->var);
1573 static struct env_lst *nep = NULL; local
/openbsd-current/sys/ufs/ext2fs/
H A Dext2fs_lookup.c751 struct ext2fs_direct *ep, *nep; local
838 nep = (struct ext2fs_direct *)(dirbuf + loc);
847 dsize = EXT2FS_DIRSIZ(nep->e2d_namlen);
848 spacefree += letoh16(nep->e2d_reclen) - dsize;
849 loc += letoh16(nep->e2d_reclen);
850 memcpy(ep, nep, dsize);
/openbsd-current/sys/dev/usb/
H A Dutvfu.c866 int nep, nalt; local
886 nep = nalt = 0;
902 nep++;
910 if (nalt != 2 || nep != 4 || psize == 0)
977 int nif, nep; local
984 nif = nep = 0;
H A Duaudio.c2332 struct uaudio_blob *p, struct uaudio_alt *a, int nep)
2370 if (isotype || nep == 1) {
2538 struct uaudio_blob *p, int ifnum, int altnum, int nep)
2599 if (!uaudio_process_as_ep(sc, &dp, a, nep))
2713 unsigned int type, ifnum, altnum, nep, class, subclass; local
2726 if (!uaudio_getnum(&dp, 1, &nep))
2755 if (nep == 0) {
2760 if (!uaudio_process_as(sc, p, ifnum, altnum, nep))
2331 uaudio_process_as_ep(struct uaudio_softc *sc, struct uaudio_blob *p, struct uaudio_alt *a, int nep) argument
2537 uaudio_process_as(struct uaudio_softc *sc, struct uaudio_blob *p, int ifnum, int altnum, int nep) argument
/openbsd-current/share/man/man4/
H A DMakefile64 ne.4 neo.4 nep.4 netintro.4 nfe.4 ngbe.4 nge.4 nmea.4 \
/openbsd-current/sys/dev/fdt/
H A Drkvop.c210 int i, port, ep, nep; local

Completed in 150 milliseconds