Searched refs:out_param_len (Results 1 – 6 of 6) sorted by relevance
118 req.out_param_len = sizeof(r); in istat()193 req.out_param_len = 49; in xversion()
177 req.out_param_len = sizeof out_data; in passthrough()
109 req.out_param_len = DIAG_SIZE; in xlog()
855 if(req.out_param_len) in isdnioctl()857 req.out_param = malloc(r->out_param_len, M_DEVBUF, M_WAITOK); in isdnioctl()868 if(!error && req.out_param_len) in isdnioctl()869 error = copyout(req.out_param, r->out_param, req.out_param_len); in isdnioctl()
617 size_t out_param_len; /* available output space */ member
584 if (req->out_param_len > (DAIC_DIAG_DATA_SIZE+1)) {586 sc->sc_dev.dv_xname, req->out_param_len);646 if (req->out_param_len >= 2) {648 …1(sc->sc_iot, sc->sc_ioh, DAIC_DIAG_DATA+off, ((u_int8_t*)req->out_param)+1, req->out_param_len-1);