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

/freebsd-10.1-release/sys/contrib/dev/acpica/components/executer/
H A Dexsystem.c275 Status = AcpiOsSignalSemaphore (ObjDesc->Event.OsSemaphore, 1);
310 Status = AcpiExSystemWaitSemaphore (ObjDesc->Event.OsSemaphore,
348 (void) AcpiOsDeleteSemaphore (ObjDesc->Event.OsSemaphore);
349 ObjDesc->Event.OsSemaphore = TempSemaphore;
H A Dexcreate.c197 &ObjDesc->Event.OsSemaphore);
H A Dexdump.c141 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Event.OsSemaphore), "OsSemaphore"}
/freebsd-10.1-release/sys/contrib/dev/acpica/components/utilities/
H A Dutdelete.c205 Object, Object->Event.OsSemaphore));
207 (void) AcpiOsDeleteSemaphore (Object->Event.OsSemaphore);
208 Object->Event.OsSemaphore = NULL;
H A Dutcopy.c841 &DestDesc->Event.OsSemaphore);
/freebsd-10.1-release/sys/contrib/dev/acpica/include/
H A Dacobject.h175 ACPI_SEMAPHORE OsSemaphore; /* Actual OS synchronization object */ member in struct:acpi_object_event

Completed in 43 milliseconds