Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/kern/
H A Duipc_domain.c847 struct protosw *maybe = NULL; in pffindproto_locked() local
868 pp->pr_protocol == 0 && maybe == NULL) { in pffindproto_locked()
869 maybe = pp; in pffindproto_locked()
872 return maybe; in pffindproto_locked()