OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:path_list
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/microcode/aic7xxx/
aicasm.h
71
SLIST_HEAD(
path_list
, path_entry);
73
extern struct
path_list
search_path;
aicasm.c
89
struct
path_list
search_path;
/src/sys/arch/hpcmips/stand/pbsdboot/
main.c
345
struct path_s
path_list
[] = {
variable in typeref:struct:path_s
369
int path_list_items = ARRAYSIZEOF(
path_list
);
455
if (!(
path_list
[i].flags & PATH_SAVE)) {
459
path_list
[i].name, LOGNAME);
524
if (pref_load(
path_list
, path_list_items) == 0) {
536
wsprintf(tmpbuf, TEXT("%s%S"),
path_list
[0].name, "netbsd");
561
if (
path_list
[i].langid == LANGID_DEFAULT ||
562
path_list
[i].langid == GetSystemDefaultLangID()) {
565
path_list
[i].name, "netbsd");
1185
pref_save(
path_list
, path_list_items)
[
all
...]
Completed in 43 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026