Home
last modified time | relevance | path

Searched refs:udlen (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/apps/lib/
H A Dwin32_init.c60 int i, slash, udlen; in process_glob() local
94 udlen = WideCharToMultiByte(CP_UTF8, 0, wstr, slash, in process_glob()
97 udlen = 0; in process_glob()
122 arg = malloc(udlen + uflen); in process_glob()
126 if (udlen) in process_glob()
128 arg, udlen, NULL, NULL); in process_glob()
131 arg + udlen, uflen, NULL, NULL); in process_glob()
/freebsd/sys/dev/hyperv/include/
H A Dvmbus.h171 int txbr_size, int rxbr_size, const void *udata, int udlen,
175 int udlen, vmbus_chan_callback_t cb, void *cbarg);
/freebsd/sys/dev/hyperv/vmbus/
H A Dvmbus_chan.c335 const void *udata, int udlen, vmbus_chan_callback_t cb, void *cbarg) in vmbus_chan_open() argument
356 error = vmbus_chan_open_br(chan, &cbr, udata, udlen, cb, cbarg); in vmbus_chan_open()
379 const void *udata, int udlen, vmbus_chan_callback_t cb, void *cbarg)
390 if (udlen > VMBUS_CHANMSG_CHOPEN_UDATA_SIZE) { in vmbus_chan_open_br()
392 "invalid udata len %d for chan%u\n", udlen, chan->ch_id); in vmbus_chan_open_br()
471 if (udlen > 0) in vmbus_chan_open_br()
472 memcpy(req->chm_udata, udata, udlen); in vmbus_chan_open_br()
381 vmbus_chan_open_br(struct vmbus_channel * chan,const struct vmbus_chan_br * cbr,const void * udata,int udlen,vmbus_chan_callback_t cb,void * cbarg) vmbus_chan_open_br() argument