Home
last modified time | relevance | path

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

/freebsd-13.1/stand/usb/tools/
H A Dsysinit.c47 static struct sysinit_data **start;
48 static struct sysinit_data **stop;
126 const struct sysinit_data * const *pa = _pa; in compare()
127 const struct sysinit_data * const *pb = _pb; in compare()
147 const struct sysinit_data * const *pa = _pa; in compare_R()
148 const struct sysinit_data * const *pb = _pb; in compare_R()
168 struct sysinit_data **sipp; in main()
216 if (input_len % (uint32_t)sizeof(struct sysinit_data)) { in main()
218 (unsigned int)sizeof(struct sysinit_data)); in main()
233 start[c] = &((struct sysinit_data *)input_ptr)[c]; in main()
[all …]
/freebsd-13.1/stand/kshim/
H A Dsysinit.h30 struct sysinit_data { struct
43 static const struct sysinit_data sysinit_##uniq \ argument
H A Dbsd_kernel.h581 extern const void *sysinit_data[];
H A Dbsd_kernel.c1164 sysinit_run(sysinit_data); in usb_init()