Searched refs:InitialUnits (Results 1 – 2 of 2) sorted by relevance
831 UINT32 InitialUnits, in AcpiOsCreateSemaphore() argument879 UINT32 InitialUnits, in AcpiOsCreateSemaphore() argument898 Sem = sem_open (SemaphoreName, O_EXCL|O_CREAT, 0755, InitialUnits); in AcpiOsCreateSemaphore()913 if (sem_init (Sem, 0, InitialUnits) == -1) in AcpiOsCreateSemaphore()
277 UINT32 InitialUnits,