Searched refs:udlen (Results 1 – 3 of 3) sorted by relevance
| /freebsd/crypto/openssl/apps/lib/ |
| H A D | win32_init.c | 59 int i, slash, udlen; in process_glob() local 93 udlen = WideCharToMultiByte(CP_UTF8, 0, wstr, slash, in process_glob() 96 udlen = 0; in process_glob() 120 arg = malloc(udlen + uflen); in process_glob() 124 if (udlen) in process_glob() 126 arg, udlen, NULL, NULL); in process_glob() 129 arg + udlen, uflen, NULL, NULL); in process_glob()
|
| /freebsd/sys/dev/hyperv/include/ |
| H A D | vmbus.h | 172 int txbr_size, int rxbr_size, const void *udata, int udlen, 176 int udlen, vmbus_chan_callback_t cb, void *cbarg);
|
| /freebsd/sys/dev/hyperv/vmbus/ |
| H A D | vmbus_chan.c | 342 const void *udata, int udlen, vmbus_chan_callback_t cb, void *cbarg) in vmbus_chan_open() argument 363 error = vmbus_chan_open_br(chan, &cbr, udata, udlen, cb, cbarg); in vmbus_chan_open() 386 const void *udata, int udlen, vmbus_chan_callback_t cb, void *cbarg) in vmbus_chan_open_br() argument 397 if (udlen > VMBUS_CHANMSG_CHOPEN_UDATA_SIZE) { in vmbus_chan_open_br() 399 "invalid udata len %d for chan%u\n", udlen, chan->ch_id); in vmbus_chan_open_br() 478 if (udlen > 0) in vmbus_chan_open_br() 479 memcpy(req->chm_udata, udata, udlen); in vmbus_chan_open_br()
|