Home
last modified time | relevance | path

Searched refs:ifix (Results 1 – 3 of 3) sorted by relevance

/src/contrib/processor-trace/libipt/test/src/
H A Dptunit-image.c70 struct image_fixture *ifix; member
128 struct image_fixture *ifix) in ifix_init_section() argument
145 status->ifix = ifix; in ifix_init_section()
148 static int ifix_add_section(struct image_fixture *ifix, char *filename) in ifix_add_section() argument
152 if (!ifix) in ifix_add_section()
155 index = ifix->nsecs; in ifix_add_section()
159 ifix_init_section(&ifix->section[index], filename, &ifix->status[index], in ifix_add_section()
160 &ifix->mapping[index], ifix); in ifix_add_section()
162 ifix->nsecs += 1; in ifix_add_section()
166 static int ifix_cache_section(struct image_fixture *ifix, in ifix_cache_section() argument
[all …]
H A Dptunit-msec_cache.c383 struct test_fixture sfix, ifix, cfix, cifix; in main() local
388 ifix.init = ifix_init; in main()
389 ifix.fini = NULL; in main()
409 ptu_run_f(suite, read_nomap, ifix); in main()
415 ptu_run_f(suite, fill, ifix); in main()
/src/sbin/dhclient/
H A Dprivsep.c103 dispatch_imsg(struct interface_info *ifix, int fd) in dispatch_imsg() argument
236 send_packet_priv(ifix, &hdr, fd); in dispatch_imsg()
243 interface_set_mtu_priv(ifix->name, mtu); in dispatch_imsg()