Lines Matching refs:ioctl

733 		if (ioctl(prov->pkc_fd, POOL_QUERY, &query) < 0) {
743 if (ioctl(prov->pkc_fd, POOL_QUERY, &query) < 0) {
816 if (ioctl(prov->pkc_fd, POOL_COMMIT, lock) < 0) {
833 assert(ioctl(prov->pkc_fd, POOL_COMMIT, lock) >= 0);
846 assert(ioctl(prov->pkc_fd, POOL_COMMIT, lock) >= 0);
855 assert(ioctl(prov->pkc_fd, POOL_COMMIT, lock) >= 0);
1444 if (ioctl(prov->pkc_fd, POOL_BINDQ, &bindq) < 0) {
1499 while ((ret = ioctl(prov->pkc_fd, POOL_BIND, &bind)) < 0 &&
1531 if (ioctl(prov->pkc_fd, POOL_BINDQ, &bindq) < 0) {
1747 * POOL_CREATE ioctl and appending the details into the log.
1806 * POOL_DESTROY ioctl and appending the details into the log.
1883 * POOL_XTRANSFER ioctl and appending the details into the log.
2009 * POOL_ASSOC ioctl and appending the details into the log.
2056 * POOL_DISSOC ioctl and appending the details into the log.
2355 if (ioctl(prov->pkc_fd, POOL_PROPGET, &propget) < 0) {
2422 * POOL_PROPPUT ioctl and appending the details into the log.
2512 * POOL_PROPRM ioctl and appending the details into the log.
2818 if (ioctl(prov->pkc_fd, POOL_CREATE, &create->pcu_ioctl) < 0) {
2861 while ((ret = ioctl(prov->pkc_fd, POOL_DESTROY,
2881 while ((ret = ioctl(prov->pkc_fd, POOL_ASSOC,
2896 while ((ret = ioctl(prov->pkc_fd, POOL_DISSOC,
2931 * on the POOL_DESTROY ioctl to transfer the CPUS.
2934 ioctl(prov->pkc_fd, POOL_XTRANSFER,
2937 dprintf("log_item_commit: POOL_XTRANSFER, ioctl "
2959 if (ioctl(prov->pkc_fd, POOL_PROPPUT,
2974 if (ioctl(prov->pkc_fd, POOL_PROPRM, &proprm->pru_ioctl) < 0) {
3157 while ((ret = ioctl(prov->pkc_fd, POOL_DESTROY,
3172 if (ioctl(prov->pkc_fd, POOL_CREATE, &u_create) < 0) {
3224 if (ioctl(prov->pkc_fd, POOL_PROPPUT, &u_propput) < 0) {
3246 if (ioctl(prov->pkc_fd, POOL_ASSOC, &u_assoc) < 0) {
3260 while ((ret = ioctl(prov->pkc_fd, POOL_ASSOC, &u_assoc)) < 0 &&
3276 while ((ret = ioctl(prov->pkc_fd, POOL_ASSOC, &u_assoc)) < 0 &&
3299 if (ioctl(prov->pkc_fd, POOL_XTRANSFER, &u_xtransfer) < 0) {
3322 if (ioctl(prov->pkc_fd, POOL_PROPPUT,
3351 if (ioctl(prov->pkc_fd, POOL_PROPRM,
3392 if (ioctl(prov->pkc_fd, POOL_PROPPUT, &u_propput) < 0) {