Searched refs:set_address (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/lib/libipsec/
H A Dipsec_dump_policy.c65 static char *set_address(char *, size_t, struct sockaddr *);
287 if (set_address(tmp1, sizeof(tmp1), sa1) == NULL ||
288 set_address(tmp2, sizeof(tmp2), sa2) == NULL)
297 set_address(buf, len, sa) function
/freebsd-13-stable/sys/dev/usb/
H A Dusb_controller.h146 usb_error_t (*set_address) (struct usb_device *, struct mtx *, uint16_t); member in struct:usb_bus_methods
H A Dusb_request.c1577 if (udev->bus->methods->set_address != NULL)
1578 err = (udev->bus->methods->set_address) (udev, mtx, addr);
/freebsd-13-stable/sys/dev/usb/controller/
H A Dxhci.c4392 .set_address = xhci_set_address,

Completed in 115 milliseconds