Lines Matching refs:str
125 struct strioctl str;
127 str.ic_cmd = cmd;
128 str.ic_timout = 0; /* Default timeout; 15 seconds */
129 str.ic_len = ilen;
130 str.ic_dp = ptr;
132 if (ioctl(fd, I_STR, &str) == -1) {
135 if (str.ic_len != olen) {
225 poe_add_str(poep_t *poep, uint16_t ttype, const char *str)
227 return (poe_tag_insert(poep, ttype, str, strlen(str)));