Searched refs:selres (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/miscfs/specfs/
H A Dspec_vnops.c2048 int selres; local
2078 selres = VNOP_SELECT(vp, filter_to_seltype(kn->kn_filter), 0, kn->kn_hook, ctx);
2082 if (kn->kn_fp->f_fglob->fg_offset >= (uint32_t)selres) {
2085 kn->kn_data = ((uint32_t)selres) - kn->kn_fp->f_fglob->fg_offset;
2088 kn->kn_data = selres;
2103 int error, selres; local
2119 selres = VNOP_SELECT(vp, filter_to_seltype(kn->kn_filter), 0, kn->kn_hook, ctx);
2123 return selres;

Completed in 20 milliseconds