/
githubmirror
/
open-iscsi
ОбзорДокументацияВойти
/
githubmirror
/
open-iscsi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
open-iscsi/
usr/fwparam_ibft/
..
Makefile

Small bug fixes (#364)

4 года назад
README

Make fwparam_ibft build more reliable.

4 года назад
fw_entry.c

Small cleanups for firmware discovery. (#522)

7 месяцев назад
fwparam.h

Build: Cleanup fwparam_ibft and sysdeps subdirs.

4 года назад
fwparam_ppc.c

fwparam_ppc.c: Fix the calloc-transposed-args issue (#504)

год назад
fwparam_sysfs.c

Small cleanups for firmware discovery. (#522)

7 месяцев назад
iscsi_obp.h

Build: Cleanup fwparam_ibft and sysdeps subdirs.

4 года назад
meson.build

Use meson as the main build system (#365)

4 года назад
prom_lex.c

Build: Cleanup fwparam_ibft and sysdeps subdirs.

4 года назад
prom_lex.l

Build: Cleanup fwparam_ibft and sysdeps subdirs.

4 года назад
prom_parse.h

Build: Cleanup fwparam_ibft and sysdeps subdirs.

4 года назад
prom_parse.tab.c

Build: Cleanup fwparam_ibft and sysdeps subdirs.

4 года назад
prom_parse.tab.h

Build: Cleanup fwparam_ibft and sysdeps subdirs.

4 года назад
prom_parse.y

Build: Cleanup fwparam_ibft and sysdeps subdirs.

4 года назад
README
The files in this directory are used by
iscsi programs in "usr" to access and parse
the iBFT data.
 
This code uses bison/lex to parse the data,
but at some point it was decided to check in
the output files from bison and flex, so that
the average source-code user would not have
to run those tools to compile the code.
 
Now it is likely that most folks can get those
tools, but the system of having static
parsing and lexical analysis has worked for
so long (and isn't broken), it would be a
shame to change and break it. So the static
files remain, for now. If you actually wish
to rerun either of these tools, the Makefile
is set up so that you have to first remove the
generated files (prom_lex.c for lex, prom_parse.tab.c,
and prom_parse.tab.h for bison).
 
Note: if you wish to use these object files,
they have two external requirements: they
need the compatability routines in sysdeps.o,
and they need the file iscsi_net_util.o.
 
Lee Duncan Mar, 2022