Home
last modified time | relevance | path

Searched refs:sysinit_data (Results 1 – 4 of 4) sorted by relevance

/freebsd/stand/usb/tools/
H A Dsysinit.c46 static struct sysinit_data **start;
47 static struct sysinit_data **stop;
125 const struct sysinit_data * const *pa = _pa; in compare()
126 const struct sysinit_data * const *pb = _pb; in compare()
146 const struct sysinit_data * const *pa = _pa; in compare_R()
147 const struct sysinit_data * const *pb = _pb; in compare_R()
167 struct sysinit_data **sipp; in main()
215 if (input_len % (uint32_t)sizeof(struct sysinit_data)) { in main()
217 (unsigned int)sizeof(struct sysinit_data)); in main()
226 entries = input_len / (uint32_t)sizeof(struct sysinit_data); in main()
[all …]
/freebsd/stand/kshim/
H A Dsysinit.h29 struct sysinit_data { struct
42 static const struct sysinit_data sysinit_##uniq \ argument
H A Dbsd_kernel.h594 extern const void *sysinit_data[];
H A Dbsd_kernel.c1137 sysinit_run(sysinit_data); in usb_init()