Searched refs:bytoff (Results 1 – 1 of 1) sorted by relevance
341 for (int bytoff = 0; bytoff < ifc->ifc_bmlen; bytoff++) { in if_clone_free() local342 KASSERT(ifc->ifc_units[bytoff] == 0x00, in if_clone_free()343 ("ifc_units[%d] is not empty", bytoff)); in if_clone_free()444 int wildcard, bytoff, bitoff; in ifc_alloc_unit() local449 bytoff = bitoff = 0; in ifc_alloc_unit()455 while ((bytoff < ifc->ifc_bmlen) in ifc_alloc_unit()456 && (ifc->ifc_units[bytoff] == 0xff)) in ifc_alloc_unit()457 bytoff++; in ifc_alloc_unit()458 if (bytoff >= ifc->ifc_bmlen) { in ifc_alloc_unit()462 while ((ifc->ifc_units[bytoff] & (1 << bitoff)) != 0) in ifc_alloc_unit()[all …]