/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | pt.c | 78 struct strioctl istr; in ptsdev() local 80 istr.ic_cmd = ISPTM; in ptsdev() 81 istr.ic_len = 0; in ptsdev() 82 istr.ic_timout = 0; in ptsdev() 83 istr.ic_dp = NULL; in ptsdev() 85 if (ioctl(fd, I_STR, &istr) < 0 || fstat64(fd, &status) < 0) in ptsdev() 123 struct strioctl istr; in unlockpt() local 125 istr.ic_cmd = UNLKPT; in unlockpt() 126 istr.ic_len = 0; in unlockpt() 127 istr.ic_timout = 0; in unlockpt() [all …]
|
/titanic_41/usr/src/lib/libc/port/sys/ |
H A D | open.c | 165 struct strioctl istr; in push_module() local 168 istr.ic_cmd = PTSSTTY; in push_module() 169 istr.ic_len = 0; in push_module() 170 istr.ic_timout = 0; in push_module() 171 istr.ic_dp = NULL; in push_module() 172 if (ioctl(fd, I_STR, &istr) != -1) { in push_module() 176 istr.ic_cmd = PTSSTTY; in push_module() 177 istr.ic_len = 0; in push_module() 178 istr.ic_timout = 0; in push_module() 179 istr.ic_dp = NULL; in push_module() [all …]
|
/titanic_41/usr/src/cmd/streams/log/ |
H A D | strace.c | 180 struct strioctl istr; in main() local 218 istr.ic_cmd = I_TRCLOG; in main() 219 istr.ic_dp = (char *)tid; in main() 220 istr.ic_len = ntid * sizeof (struct trace_ids); in main() 221 istr.ic_timout = 0; in main() 222 if (ioctl(log, I_STR, &istr) < 0) { in main()
|
H A D | strerr.c | 109 struct strioctl istr; in main() local 138 istr.ic_cmd = I_ERRLOG; in main() 139 istr.ic_timout = istr.ic_len = 0; in main() 140 istr.ic_dp = NULL; in main() 141 if (ioctl(fd, I_STR, &istr) < 0) { in main()
|
/titanic_41/usr/src/cmd/sgs/link_audit/common/ |
H A D | truss.c | 244 char *istr; in la_sparcv9_pltenter() local 258 istr = ""; in la_sparcv9_pltenter() 260 istr = "*"; in la_sparcv9_pltenter() 263 refname, defname, indent_level, istr, sym_name, in la_sparcv9_pltenter()
|
/titanic_41/usr/src/psm/stand/cpr/sparcv9/sun4u/ |
H A D | util.c | 470 cb_set_idev(char *istr) in cb_set_idev() argument 473 prom_interpret(istr, 0, 0, 0, 0, 0); in cb_set_idev() 474 CB_VPRINTF(("\ncb_set_idev: reset with [%s]\n", istr)); in cb_set_idev()
|
/titanic_41/usr/src/cmd/ssh/libssh/common/ |
H A D | g11n.c | 773 const char *istr; in do_iconv() local 783 istr = (const char *)str; in do_iconv() 787 if (iconv(cd, &istr, &ileft, &optr, &oleft) != (size_t)-1) { in do_iconv()
|
/titanic_41/usr/src/lib/libdtrace/common/ |
H A D | dt_link.c | 1029 size_t symsize, nsym, isym, istr, len; in process_obj() local 1172 istr = data_str->d_size; in process_obj() 1383 dsym.st_name = istr; in process_obj() 1390 r = (char *)data_str->d_buf + istr; in process_obj() 1391 istr += 1 + sprintf(r, dt_symfmt, in process_obj()
|
/titanic_41/usr/src/lib/fm/libfmd_msg/common/ |
H A D | fmd_msg.c | 995 const char *istr = fmd_msg_items[item]; in fmd_msg_getitem_locked() local 996 size_t len = strlen(code) + 1 + strlen(istr) + 1; in fmd_msg_getitem_locked() 1029 len = strlen(code) + 1 + strlen(istr) + 1; in fmd_msg_getitem_locked() 1031 (void) snprintf(key, len, "%s.%s", code, istr); in fmd_msg_getitem_locked()
|
/titanic_41/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_libscf.c | 1255 const char *sstr, *istr, *pgstr; in fmri_to_entity() local 1263 if (scf_parse_svc_fmri(fmri_copy, NULL, &sstr, &istr, &pgstr, NULL) != in fmri_to_entity() 1274 if (istr == NULL) { in fmri_to_entity() 1326 const char *scstr, *sstr, *istr, *pgstr; in create_entity() local 1334 if (scf_parse_svc_fmri(fmri_copy, &scstr, &sstr, &istr, &pgstr, NULL) != in create_entity() 1419 if (istr == NULL) { in create_entity() 1427 if (scf_service_get_instance(svc, istr, inst) != 0) { in create_entity() 1447 if (scf_service_add_instance(svc, istr, inst) != 0) { in create_entity()
|