Home
last modified time | relevance | path

Searched refs:ttymux_path (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/sun/io/ttymux/
H A Dttymux_ioctl.c109 (void) strncpy(assoc->ttymux_path, assoc32->ttymux32_path, in mblk2assoc()
501 if (assoc->ttymux_ldev == NODEV && *assoc->ttymux_path != '/') { in console_cmd()
511 sm_dbg('I', ("console_cmd: path %s\n", assoc->ttymux_path)); in console_cmd()
526 strncmp(cn->sm_path, assoc->ttymux_path, MAXPATHLEN) == 0) { in console_cmd()
531 assoc->ttymux_path[MAXPATHLEN - 1] = 0; in console_cmd()
551 (void) update_config(ms, assoc->ttymux_path, in console_cmd()
592 cn->sm_path = kmem_alloc(strlen(assoc->ttymux_path) + 1, in console_cmd()
594 (void) strcpy(cn->sm_path, assoc->ttymux_path); in console_cmd()
627 (void) strncpy(a->ttymux_path, cn->sm_path, MAXPATHLEN); in get_unconfigured_consoles()
813 assoc.ttymux_path)); in ttymux_link_ioctl()
H A Dttymux_impl.h199 (void) strncpy((a)->ttymux_path, (l)->sm_path, MAXPATHLEN)
/titanic_41/usr/src/uts/sun/sys/
H A Dttymuxuser.h81 char ttymux_path[MAXPATHLEN]; member
/titanic_41/usr/src/cmd/rcm_daemon/common/
H A Dttymux_rcm.c804 if (asp->ttymux_path == NULL || in probe_dependencies()
805 *asp->ttymux_path != '/') in probe_dependencies()
809 asp->ttymux_path) > sizeof (buf)) in probe_dependencies()