Searched refs:sm_path (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/sun/sys/
H A Dttymux.h127 char sm_path[MAXPATHLEN]; member in struct:sm_lqi
140 char *sm_path; /* device tree device path */ member in struct:console
/illumos-gate/usr/src/uts/sun4u/montecarlo/io/ttymux_dacf/
H A Dttymux_dacf.c406 if (cn->sm_path && strcmp(cn->sm_path, path) == 0)
456 if (cn->sm_path != NULL)
457 kmem_free(cn->sm_path, strlen(cn->sm_path) + 1);
458 cn->sm_path = cpath;
514 if (cn->sm_path == NULL) {
515 cn->sm_path = kmem_alloc(strlen(devpath) + 1, KM_SLEEP);
516 (void) strcpy(cn->sm_path, devpath);
608 ASSERT(cn->sm_path);
[all...]
/illumos-gate/usr/src/uts/sun/io/ttymux/
H A Dttymux_ioctl.c525 } else if (cn->sm_path != NULL &&
526 strncmp(cn->sm_path, assoc->ttymux_path, MAXPATHLEN) == 0) {
547 if (cn->sm_path == NULL) {
549 cn->sm_path = sm_di_path(assoc->ttymux_ldev);
554 if (cn->sm_path) {
555 (void) update_config(ms, cn->sm_path, cn->sm_mode, cmd);
556 kmem_free(cn->sm_path, strlen(cn->sm_path) + 1);
557 cn->sm_path = NULL;
590 cn->sm_path
[all...]
H A Dttymux_impl.h199 (void) strncpy((a)->ttymux_path, (l)->sm_path, MAXPATHLEN)
211 (void) strncpy((a)->ttymux32_path, (l)->sm_path, MAXPATHLEN)
H A Dttymux.c521 (void) strncpy(plqi->sm_path, dp, MAXPATHLEN);
523 *(plqi->sm_path) = '\0';

Completed in 71 milliseconds