Home
last modified time | relevance | path

Searched refs:match_table (Results 1 – 25 of 201) sorted by relevance

123456789

/dports/emulators/qemu5/qemu-5.2.0/roms/opensbi/lib/utils/fdt/
H A Dfdt_helper.c37 if (!fdt || nodeoff < 0 || !match_table) in fdt_match_node()
40 while (match_table->compatible) { in fdt_match_node()
42 match_table->compatible); in fdt_match_node()
44 return match_table; in fdt_match_node()
45 match_table++; in fdt_match_node()
52 const struct fdt_match *match_table, in fdt_find_match() argument
57 if (!fdt || !match_table) in fdt_find_match()
60 while (match_table->compatible) { in fdt_find_match()
62 match_table->compatible); in fdt_find_match()
65 *out_match = match_table; in fdt_find_match()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/opensbi/lib/utils/fdt/
H A Dfdt_helper.c37 if (!fdt || nodeoff < 0 || !match_table) in fdt_match_node()
40 while (match_table->compatible) { in fdt_match_node()
42 match_table->compatible); in fdt_match_node()
44 return match_table; in fdt_match_node()
45 match_table++; in fdt_match_node()
52 const struct fdt_match *match_table, in fdt_find_match() argument
57 if (!fdt || !match_table) in fdt_find_match()
60 while (match_table->compatible) { in fdt_find_match()
62 match_table->compatible); in fdt_find_match()
65 *out_match = match_table; in fdt_find_match()
[all …]
/dports/sysutils/opensbi/opensbi-0.9/lib/utils/fdt/
H A Dfdt_helper.c37 if (!fdt || nodeoff < 0 || !match_table) in fdt_match_node()
40 while (match_table->compatible) { in fdt_match_node()
42 match_table->compatible); in fdt_match_node()
44 return match_table; in fdt_match_node()
45 match_table++; in fdt_match_node()
52 const struct fdt_match *match_table, in fdt_find_match() argument
57 if (!fdt || !match_table) in fdt_find_match()
60 while (match_table->compatible) { in fdt_find_match()
62 match_table->compatible); in fdt_find_match()
65 *out_match = match_table; in fdt_find_match()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/opensbi/lib/utils/fdt/
H A Dfdt_helper.c37 if (!fdt || nodeoff < 0 || !match_table) in fdt_match_node()
40 while (match_table->compatible) { in fdt_match_node()
42 match_table->compatible); in fdt_match_node()
44 return match_table; in fdt_match_node()
45 match_table++; in fdt_match_node()
52 const struct fdt_match *match_table, in fdt_find_match() argument
57 if (!fdt || !match_table) in fdt_find_match()
60 while (match_table->compatible) { in fdt_find_match()
62 match_table->compatible); in fdt_find_match()
65 *out_match = match_table; in fdt_find_match()
[all …]
/dports/net/mpich/mpich-3.4.3/src/pm/hydra2/libhydra/arg/
H A Dhydra_arg.c9 static HYD_status match_arg(char ***argv_p, struct HYD_arg_match_table *match_table) in match_arg() argument
32 m = match_table; in match_arg()
63 HYD_status HYD_arg_parse_array(char ***argv, struct HYD_arg_match_table *match_table) in HYD_arg_parse_array() argument
68 status = match_arg(argv, match_table); in HYD_arg_parse_array()
/dports/security/ophcrack/ophcrack-3.8.0/src/core/
H A Dophstat.c66 stat1->match_table += stat2->match_table; in ophstat_add()
80 stat->match_table = 0; in ophstat_reset()
/dports/emulators/qemu60/qemu-6.0.0/roms/opensbi/lib/utils/serial/
H A Dfdt_serial.c37 .match_table = NULL,
75 match = fdt_match_node(fdt, noff, drv->match_table); in fdt_serial_init()
96 noff = fdt_find_match(fdt, -1, drv->match_table, &match); in fdt_serial_init()
/dports/emulators/qemu5/qemu-5.2.0/roms/opensbi/lib/utils/serial/
H A Dfdt_serial.c37 .match_table = NULL,
75 match = fdt_match_node(fdt, noff, drv->match_table); in fdt_serial_init()
96 noff = fdt_find_match(fdt, -1, drv->match_table, &match); in fdt_serial_init()
/dports/sysutils/opensbi/opensbi-0.9/lib/utils/serial/
H A Dfdt_serial.c37 .match_table = NULL,
75 match = fdt_match_node(fdt, noff, drv->match_table); in fdt_serial_init()
96 noff = fdt_find_match(fdt, -1, drv->match_table, &match); in fdt_serial_init()
/dports/emulators/qemu/qemu-6.2.0/roms/opensbi/lib/utils/serial/
H A Dfdt_serial.c37 .match_table = NULL,
75 match = fdt_match_node(fdt, noff, drv->match_table); in fdt_serial_init()
96 noff = fdt_find_match(fdt, -1, drv->match_table, &match); in fdt_serial_init()
/dports/emulators/qemu60/qemu-6.0.0/roms/opensbi/include/sbi_utils/fdt/
H A Dfdt_helper.h29 const struct fdt_match *match_table);
32 const struct fdt_match *match_table,
/dports/emulators/qemu5/qemu-5.2.0/roms/opensbi/include/sbi_utils/fdt/
H A Dfdt_helper.h29 const struct fdt_match *match_table);
32 const struct fdt_match *match_table,
/dports/sysutils/opensbi/opensbi-0.9/include/sbi_utils/fdt/
H A Dfdt_helper.h29 const struct fdt_match *match_table);
32 const struct fdt_match *match_table,
/dports/emulators/qemu/qemu-6.2.0/roms/opensbi/include/sbi_utils/fdt/
H A Dfdt_helper.h29 const struct fdt_match *match_table);
32 const struct fdt_match *match_table,
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/config/
H A Dfdi2iclass.py32 match_table = { variable
70 if key in match_table:
71 match = match_table[key]
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/config/
H A Dfdi2iclass.py32 match_table = { variable
70 if key in match_table:
71 match = match_table[key]
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/config/
H A Dfdi2iclass.py32 match_table = { variable
70 if key in match_table:
71 match = match_table[key]
/dports/x11-servers/xwayland/xorg-server-1.20.13/config/
H A Dfdi2iclass.py32 match_table = { variable
70 if key in match_table:
71 match = match_table[key]
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/config/
H A Dfdi2iclass.py32 match_table = { variable
70 if key in match_table:
71 match = match_table[key]
/dports/x11-servers/xephyr/xorg-server-1.20.13/config/
H A Dfdi2iclass.py32 match_table = { variable
70 if key in match_table:
71 match = match_table[key]
/dports/x11-servers/xarcan/xarcan-0.6.0/config/
H A Dfdi2iclass.py32 match_table = { variable
70 if key in match_table:
71 match = match_table[key]
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/config/
H A Dfdi2iclass.py32 match_table = { variable
70 if key in match_table:
71 match = match_table[key]
/dports/x11-servers/xorg-server/xorg-server-1.20.13/config/
H A Dfdi2iclass.py32 match_table = { variable
70 if key in match_table:
71 match = match_table[key]
/dports/emulators/qemu60/qemu-6.0.0/roms/opensbi/lib/utils/ipi/
H A Dfdt_ipi.c29 .match_table = NULL,
74 drv->match_table, &match)) >= 0) { in fdt_ipi_cold_init()
/dports/emulators/qemu60/qemu-6.0.0/roms/opensbi/lib/utils/timer/
H A Dfdt_timer.c34 .match_table = NULL,
85 drv->match_table, &match)) >= 0) { in fdt_timer_cold_init()

123456789