Home
last modified time | relevance | path

Searched refs:errorp (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/netinet6/
H A Din6.c1036 in6_addmulti(struct in6_addr *maddr6, struct ifnet *ifp, int *errorp) in in6_addmulti() argument
1043 *errorp = 0; in in6_addmulti()
1060 *errorp = ENOBUFS; in in6_addmulti()
1077 *errorp = (*ifp->if_ioctl)(ifp, SIOCADDMULTI, (caddr_t)&ifr); in in6_addmulti()
1079 if (*errorp) { in in6_addmulti()
1155 in6_joingroup(struct ifnet *ifp, struct in6_addr *addr, int *errorp) in in6_joingroup() argument
1161 *errorp = ENOBUFS; in in6_joingroup()
1164 imm->i6mm_maddr = in6_addmulti(addr, ifp, errorp); in in6_joingroup()
/openbsd/usr.bin/compress/
H A Dmain.c514 open_output(const char *out, int *errorp, int *oreg) in open_output() argument
543 *errorp = SUCCESS; in open_output()
550 *errorp = FAILURE; in open_output()
/openbsd/sys/net/
H A Dif_ethersubr.c345 struct rtentry *rt, int *errorp) in ether_encap() argument
357 *errorp = error; in ether_encap()
363 *errorp = ENOBUFS; in ether_encap()
/openbsd/sys/kern/
H A Dkern_event.c1474 struct kevent *kevp, struct timespec *tsp, struct proc *p, int *errorp) in kqueue_scan() argument
1657 *errorp = error; in kqueue_scan()