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,8 +903,8 @@ NsEnter (char *Name, NsType Type, OpMode LoadMode, NsHandle *RetHandle)
|
||||
* Type is significant only at the last level.
|
||||
*/
|
||||
|
||||
Status = NsSearchTable (Name, EntryToSearch, Size, LoadMode,
|
||||
NumSegments == 0 ? Type : TYPE_Any, &ThisEntry);
|
||||
Status = NsSearchAndEnter (Name, EntryToSearch, LoadMode,
|
||||
NumSegments == 0 ? Type : TYPE_Any, &ThisEntry);
|
||||
CheckTrash ("after NsSearchTable");
|
||||
|
||||
if (Status != AE_OK)
|
||||
|
Loading…
Reference in New Issue
Block a user