mirror of
https://github.com/acpica/acpica/
synced 2025-01-18 07:29:20 +03:00
New interface to SearchTable
date 99.05.17.22.20.00; author rmoore1; state Exp;
This commit is contained in:
parent
81f97dea02
commit
a4e836b551
@ -903,7 +903,7 @@ NsEnter (char *Name, NsType Type, OpMode LoadMode, NsHandle *RetHandle)
|
|||||||
* Type is significant only at the last level.
|
* Type is significant only at the last level.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
Status = NsSearchTable (Name, EntryToSearch, Size, LoadMode,
|
Status = NsSearchAndEnter (Name, EntryToSearch, LoadMode,
|
||||||
NumSegments == 0 ? Type : TYPE_Any, &ThisEntry);
|
NumSegments == 0 ? Type : TYPE_Any, &ThisEntry);
|
||||||
CheckTrash ("after NsSearchTable");
|
CheckTrash ("after NsSearchTable");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user