Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Duipc_usrreq.c2487 struct fileglob *tfg; in unp_gc() local
2489 tfg = *fpp; in unp_gc()
2491 if (FILEGLOB_DTYPE(tfg) == DTYPE_SOCKET) { in unp_gc()
2492 so = (struct socket *)fg_get_data(tfg); in unp_gc()