Searched defs:istr (Results 1 - 9 of 9) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | pt.c | 78 struct strioctl istr; local 80 istr.ic_cmd = ISPTM; 81 istr.ic_len = 0; 82 istr.ic_timout = 0; 83 istr.ic_dp = NULL; 85 if (ioctl(fd, I_STR, &istr) < 0 || fstat64(fd, &status) < 0) 123 struct strioctl istr; local 125 istr.ic_cmd = UNLKPT; 126 istr.ic_len = 0; 127 istr 139 struct strioctl istr; local 175 struct strioctl istr; local [all...] |
/illumos-gate/usr/src/lib/libc/port/sys/ |
H A D | open.c | 165 struct strioctl istr; local 168 istr.ic_cmd = PTSSTTY; 169 istr.ic_len = 0; 170 istr.ic_timout = 0; 171 istr.ic_dp = NULL; 172 if (ioctl(fd, I_STR, &istr) != -1) { 176 istr.ic_cmd = PTSSTTY; 177 istr.ic_len = 0; 178 istr.ic_timout = 0; 179 istr [all...] |
/illumos-gate/usr/src/cmd/streams/log/ |
H A D | strace.c | 180 struct strioctl istr; local 218 istr.ic_cmd = I_TRCLOG; 219 istr.ic_dp = (char *)tid; 220 istr.ic_len = ntid * sizeof (struct trace_ids); 221 istr.ic_timout = 0; 222 if (ioctl(log, I_STR, &istr) < 0) {
|
H A D | strerr.c | 109 struct strioctl istr; local 138 istr.ic_cmd = I_ERRLOG; 139 istr.ic_timout = istr.ic_len = 0; 140 istr.ic_dp = NULL; 141 if (ioctl(fd, I_STR, &istr) < 0) {
|
/illumos-gate/usr/src/cmd/sgs/link_audit/common/ |
H A D | truss.c | 244 char *istr; local 258 istr = ""; 260 istr = "*"; 263 refname, defname, indent_level, istr, sym_name,
|
/illumos-gate/usr/src/psm/stand/cpr/sparcv9/sun4u/ |
H A D | util.c | 470 cb_set_idev(char *istr) argument 473 prom_interpret(istr, 0, 0, 0, 0, 0); 474 CB_VPRINTF(("\ncb_set_idev: reset with [%s]\n", istr));
|
/illumos-gate/usr/src/lib/fm/libfmd_msg/common/ |
H A D | fmd_msg.c | 995 const char *istr = fmd_msg_items[item]; local 996 size_t len = strlen(code) + 1 + strlen(istr) + 1; 1020 * is derived by looking up the key <code>.<istr> in the dict object. 1029 len = strlen(code) + 1 + strlen(istr) + 1; 1031 (void) snprintf(key, len, "%s.%s", code, istr);
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_link.c | 1029 size_t symsize, nsym, isym, istr, len; local 1172 istr = data_str->d_size; 1383 dsym.st_name = istr; 1390 r = (char *)data_str->d_buf + istr; 1391 istr += 1 + sprintf(r, dt_symfmt,
|
/illumos-gate/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_libscf.c | 1255 const char *sstr, *istr, *pgstr; local 1263 if (scf_parse_svc_fmri(fmri_copy, NULL, &sstr, &istr, &pgstr, NULL) != 1274 if (istr == NULL) { 1326 const char *scstr, *sstr, *istr, *pgstr; local 1334 if (scf_parse_svc_fmri(fmri_copy, &scstr, &sstr, &istr, &pgstr, NULL) != 1419 if (istr == NULL) { 1427 if (scf_service_get_instance(svc, istr, inst) != 0) { 1447 if (scf_service_add_instance(svc, istr, inst) != 0) {
|
Completed in 130 milliseconds