Searched refs:errorp (Results 1 – 4 of 4) sorted by relevance
/openbsd/sys/netinet6/ |
H A D | in6.c | 1036 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 D | main.c | 514 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 D | if_ethersubr.c | 345 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 D | kern_event.c | 1474 struct kevent *kevp, struct timespec *tsp, struct proc *p, int *errorp) in kqueue_scan() argument 1657 *errorp = error; in kqueue_scan()
|