Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/kern/
H A Dkern_sig.c487 if (uap->osa) { in sigaction()
514 error = copyout(&vec64, uap->osa, sizeof(vec64)); in sigaction()
518 error = copyout(&vec32, uap->osa, sizeof(vec32)); in sigaction()
/xnu-12377.81.4/bsd/net/
H A Dif.c5237 struct osockaddr *__single osa = in ifconf() local
5240 osa->sa_family = sa->sa_family; in ifconf()