Home
last modified time | relevance | path

Searched refs:osa (Results 1 – 2 of 2) sorted by relevance

/xnu-11417.121.6/bsd/kern/
H A Dkern_sig.c482 if (uap->osa) { in sigaction()
509 error = copyout(&vec64, uap->osa, sizeof(vec64)); in sigaction()
513 error = copyout(&vec32, uap->osa, sizeof(vec32)); in sigaction()
/xnu-11417.121.6/bsd/net/
H A Dif.c5201 struct osockaddr *__single osa = in ifconf() local
5204 osa->sa_family = sa->sa_family; in ifconf()