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

/freebsd-11-stable/lib/libusb/
H A Dlibusb20_desc.c66 struct libusb20_interface *last_if; local
165 last_if = NULL;
171 if (last_if) {
174 last_if->num_endpoints++;
194 last_if = lub_interface;
199 last_if = lub_alt_interface;
203 LIBUSB20_INIT(LIBUSB20_INTERFACE_DESC, &last_if->desc);
205 if (libusb20_me_decode(ptr, ptr[0], &last_if->desc)) {
210 if (last_if->desc.bInterfaceNumber != (uint8_t)(niface - 1)) {
214 last_if
[all...]
/freebsd-11-stable/sbin/pfctl/
H A Dpfctl_parser.c1344 const char *last_if = NULL; local
1368 if (last_if == NULL || strcmp(last_if, p->ifname))
1370 last_if = p->ifname;

Completed in 61 milliseconds