summaryrefslogtreecommitdiff
path: root/usr/src/uts/sun/io/ttymux/ttymux_ioctl.c
diff options
context:
space:
mode:
authorahrens <none@none>2005-10-31 11:33:35 -0800
committerahrens <none@none>2005-10-31 11:33:35 -0800
commitfa9e4066f08beec538e775443c5be79dd423fcab (patch)
tree576d99665e57bb7cb70584431adb08c14d47e3ce /usr/src/uts/sun/io/ttymux/ttymux_ioctl.c
parentf1b64740276f67fc6914c1d855f2af601efe99ac (diff)
downloadillumos-joyent-fa9e4066f08beec538e775443c5be79dd423fcab.tar.gz
PSARC 2002/240 ZFS
6338653 Integrate ZFS PSARC 2004/652 - DKIOCFLUSH 5096886 Write caching disks need mechanism to flush cache to physical media
Diffstat (limited to 'usr/src/uts/sun/io/ttymux/ttymux_ioctl.c')
-rw-r--r--usr/src/uts/sun/io/ttymux/ttymux_ioctl.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/uts/sun/io/ttymux/ttymux_ioctl.c b/usr/src/uts/sun/io/ttymux/ttymux_ioctl.c
index e3aa089ced..dd03a8a842 100644
--- a/usr/src/uts/sun/io/ttymux/ttymux_ioctl.c
+++ b/usr/src/uts/sun/io/ttymux/ttymux_ioctl.c
@@ -126,7 +126,7 @@ mblk2assoc(mblk_t *mp, ttymux_assoc_t *assoc)
* Given a device path return an OBP alias for it if it exists.
*/
static char *
-val2alias(dnode_t node, char *path)
+val2alias(pnode_t node, char *path)
{
char *buf1;
char *buf2;
@@ -291,7 +291,7 @@ device_fini_impl(sm_mux_state_t *ms, sm_console_t *cn, sm_lqi_t *plqi)
}
static int
-read_prop(dnode_t node, char *propname, char **propval)
+read_prop(pnode_t node, char *propname, char **propval)
{
int proplen = prom_getproplen(node, propname);
@@ -347,7 +347,7 @@ sm_strtok_r(char *p, char *sep, char **lasts)
static int
upd_config(boolean_t append, char *pname, char *path)
{
- dnode_t onode, anode;
+ pnode_t onode, anode;
size_t plen; /* length of property name */
char *pval; /* value of property */
char *tok, *lasts;