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

/freebsd-13-stable/lib/libefivar/
H A Defivar-dp-parse.c245 @param IsInstanceEnd This node is the end of a device path instance
254 OUT BOOLEAN *IsInstanceEnd
307 *IsInstanceEnd = TRUE;
311 *IsInstanceEnd = FALSE;
3653 BOOLEAN IsInstanceEnd; local
3667 while ((DeviceNodeStr = GetNextDeviceNodeStr (&Str, &IsInstanceEnd)) != NULL) {
3675 if (IsInstanceEnd) {

Completed in 102 milliseconds