Lines Matching defs:xst
208 struct xs_transaction xst;
212 memset(&xst, 0, sizeof(xst));
213 xst.xst_id = 0;
214 xst.xst_cookie = sc->sc_xs;
1393 struct xs_transaction xst;
1398 memset(&xst, 0, sizeof(xst));
1399 xst.xst_id = 0;
1400 xst.xst_cookie = sc->sc_xs;
1402 if ((error = xs_cmd(&xst, XS_LIST, "device", &iovp1, &iov1_cnt)) != 0)
1410 if ((error = xs_cmd(&xst, XS_LIST, path, &iovp2,
1438 xs_resfree(&xst, iovp2, iov2_cnt);
1445 xs_resfree(&xst, iovp2, iov2_cnt);
1446 xs_resfree(&xst, iovp1, iov1_cnt);
1456 struct xs_transaction xst;
1462 memset(&xst, 0, sizeof(xst));
1463 xst.xst_id = 0;
1464 xst.xst_cookie = sc->sc_xs;
1467 if ((error = xs_cmd(&xst, XS_LIST, path, &iovp, &iov_cnt)) != 0)
1509 xs_resfree(&xst, iovp, iov_cnt);