Searched defs:reqbuf (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_backend.c382 uchar_t reqbuf[NWAM_BACKEND_DOOR_ARG_SIZE]; local
384 nwam_backend_door_arg_t *req = (nwam_backend_door_arg_t *)&reqbuf;
392 req, sizeof (reqbuf)) != 0)
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dhostconfig.c119 struct ifreq *reqbuf; local
234 reqbuf = (struct ifreq *)malloc(bufsize);
235 if (reqbuf == NULL) {
239 ifc.ifc_buf = (caddr_t)&reqbuf[0];
274 (void) free((char *)reqbuf);
H A Din.rarpd.c302 struct ifreq *reqbuf; local
321 reqbuf = (struct ifreq *)malloc(bufsize);
322 if (reqbuf == NULL) {
327 ifconf.ifc_buf = (caddr_t)reqbuf;
382 (void) free((char *)reqbuf);
/illumos-gate/usr/src/uts/common/io/usb/clients/video/usbvc/
H A Dusbvc_v4l2.c242 struct v4l2_requestbuffers reqbuf; local
248 USBVC_COPYIN(reqbuf);
249 if (reqbuf.type != V4L2_BUF_TYPE_VIDEO_CAPTURE ||
250 reqbuf.memory != V4L2_MEMORY_MMAP) {
263 if (reqbuf.count > USBVC_MAX_MAP_BUF_NUM) {
280 if (reqbuf.count == 0) {
294 if (reqbuf.count == strm_if->buf_map.buf_cnt) {
319 if (reqbuf.count == 0) {
326 if ((reqbuf.count =
328 reqbuf
[all...]
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dnetdir_inet_sundry.c909 int reqbuf[64/sizeof (int)]; local
971 opt = (struct opthdr *)reqbuf;
989 optval = (int *)((char *)reqbuf + sizeof (struct opthdr));
992 resp.opt.buf = (char *)reqbuf;
993 resp.opt.maxlen = sizeof (reqbuf);
1020 resp.opt.buf = (char *)reqbuf;
1021 resp.opt.maxlen = sizeof (reqbuf);
/illumos-gate/usr/src/cmd/krb5/kadmin/server/
H A Dovsec_kadmd.c433 char reqbuf[128]; local
714 opt = (struct opthdr *) reqbuf;
725 reqbuf[sizeof (struct opthdr)] = 1;
732 resp.opt.buf = reqbuf;
733 resp.opt.maxlen = sizeof (reqbuf);
/illumos-gate/usr/src/lib/sun_fc/common/
H A DFCHBAPort.cc415 scsi_cmd_init(struct fcp_scsi_cmd *fscsi, const char *portname, void *reqbuf, argument
422 fscsi->scsi_cdbbufaddr = (char *)reqbuf;
/illumos-gate/usr/src/cmd/rpcbind/
H A Drpcbind.c942 char reqbuf[ sizeof (struct ipv6_mreq) + 24]; local
945 opt = (struct opthdr *)reqbuf;
957 pmreq = (struct ipv6_mreq *)&reqbuf[sizeof (struct opthdr)];
965 resp.opt.buf = reqbuf;
966 resp.opt.maxlen = sizeof (reqbuf);
/illumos-gate/usr/src/cmd/avs/rdc/
H A Dsndrd.c685 char reqbuf[128]; local
689 opt = (struct opthdr *)reqbuf;
695 ip = (int *)&reqbuf[sizeof (struct opthdr)];
703 resp.opt.buf = reqbuf;
704 resp.opt.maxlen = sizeof (reqbuf);
1689 char reqbuf[128]; local
1769 opt = (struct opthdr *)reqbuf;
1781 resp.opt.buf = reqbuf;
1782 resp.opt.maxlen = sizeof (reqbuf);
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_tbind.c291 char reqbuf[128]; local
422 opt = (struct opthdr *)reqbuf;
434 resp.opt.buf = reqbuf;
435 resp.opt.maxlen = sizeof (reqbuf);
457 } reqbuf; local
459 reqbuf.opt.level = level;
460 reqbuf.opt.name = name;
461 reqbuf.opt.len = sizeof (int);
462 reqbuf.value = 0;
465 req.opt.len = sizeof (reqbuf);
486 } reqbuf; local
[all...]

Completed in 64 milliseconds