Searched refs:strioc (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libnsl/nsl/
H A Dt_alloc.c53 struct strioctl strioc; local
78 strioc.ic_cmd = TI_GETINFO;
79 strioc.ic_timout = -1;
80 strioc.ic_len = (int)sizeof (struct T_info_req);
81 strioc.ic_dp = (char *)&info;
83 retval = ioctl(fd, I_STR, &strioc);
94 if (strioc.ic_len != (int)sizeof (struct T_info_ack)) {
H A D_utility.c474 struct strioctl strioc; local
476 strioc.ic_cmd = cmd;
477 strioc.ic_timout = -1;
478 strioc.ic_len = size;
479 strioc.ic_dp = buf;
481 if ((retval = ioctl(fd, I_STR, &strioc)) < 0) {
493 *retlenp = strioc.ic_len;
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dti_opts.c81 struct strioctl strioc; local
88 strioc.ic_cmd = TL_IOC_UCREDOPT;
89 strioc.ic_timout = -1;
90 strioc.ic_len = (int)sizeof (unsigned int);
91 strioc.ic_dp = (char *)&set;
93 if (ioctl(fd, I_STR, &strioc) == -1 &&

Completed in 3624 milliseconds