Searched refs:last_if (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/lib/libusb/
H A Dlibusb20_desc.c68 struct libusb20_interface *last_if; local
167 last_if = NULL;
173 if (last_if) {
176 last_if->num_endpoints++;
196 last_if = lub_interface;
201 last_if = lub_alt_interface;
205 LIBUSB20_INIT(LIBUSB20_INTERFACE_DESC, &last_if->desc);
207 if (libusb20_me_decode(ptr, ptr[0], &last_if->desc)) {
212 if (last_if->desc.bInterfaceNumber != (uint8_t)(niface - 1)) {
216 last_if
[all...]
/freebsd-12-stable/sbin/pfctl/
H A Dpfctl_parser.c1441 const char *last_if = NULL; local
1466 if (last_if == NULL || strcmp(last_if, p->ifname))
1468 last_if = p->ifname;

Completed in 184 milliseconds