Home
last modified time | relevance | path

Searched refs:modesp (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/io/
H A Dtty_common.c444 char **modesp, *cp; in ttyinit() local
461 property, (char ***)&modesp, &len) != DDI_PROP_SUCCESS) { in ttyinit()
486 cp = *modesp; in ttyinit()
491 if (termioval(&cp, &val, *modesp+strlen(*modesp)) == -1) { in ttyinit()
540 ddi_prop_free(modesp); in ttyinit()
/titanic_44/usr/src/cmd/ipcs/
H A Dipcs.c387 hp(char type, char *modesp, struct ipc_perm64 *permp, int slot) in hp() argument
397 for (i = 02000; i; modesp++, i >>= 1) in hp()
398 (void) printf("%c", (permp->ipcx_mode & i) ? *modesp : '-'); in hp()