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

/freebsd-11-stable/sys/dev/usb/
H A Dusb_generic.c2113 struct usb_fs_init *pinit; member in union:__anon180
2307 if (u.pinit->pEndpoints == NULL) {
2311 if (u.pinit->ep_index_max > 127) {
2315 if (u.pinit->ep_index_max == 0) {
2331 error = usb_fifo_alloc_buffer(f, 1, u.pinit->ep_index_max);
2336 u.pinit->ep_index_max, M_USB, M_WAITOK | M_ZERO);
2337 f->fs_ep_max = u.pinit->ep_index_max;
2338 f->fs_ep_ptr = u.pinit->pEndpoints;
/freebsd-11-stable/crypto/openssl/crypto/evp/
H A Dpmeth_lib.c594 int (**pinit) (EVP_PKEY_CTX *ctx))
596 *pinit = pmeth->init;
H A Devp.h1367 int (**pinit) (EVP_PKEY_CTX *ctx));
/freebsd-11-stable/sys/vm/
H A Dvm_map.c273 * If 'pinit' is NULL then the embedded pmap is initialized via pmap_pinit().
276 vmspace_alloc(vm_offset_t min, vm_offset_t max, pmap_pinit_t pinit) argument
282 if (!pinit(vmspace_pmap(vm))) {

Completed in 83 milliseconds