search for: searchdir4dir

Displaying 1 result from an estimated 1 matches for "searchdir4dir".

2009 Mar 21
0
[PATCH 1/1] SYSLINUX/COMBOOT: Abstract searchdir and fix the opendir call
...behavior to INT 22h AX=0006h (openfile). Next, rename the function searchdir to searchdir4any, create a new function called searchdir and move all regular file-specific code to searchdir. This allows for future expansion into a more generic directory searching capability. Last, create a function searchdir4dir designed to find a directory. This function is designed to act just like searchdir except it returns a handle to a directory. This also removes the COMBOOT API requirement on INT 22h AX=0020h to have a trailing '/' in the filename, cleaning up the API as it probably should have been in the...