Home
last modified time | relevance | path

Searched refs:typestring (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/devfsadm/
H A Ddevalloc.c181 char *typestring; in _update_devalloc_db() local
212 typestring = DA_AUDIO_TYPE; in _update_devalloc_db()
215 typestring = DA_CD_TYPE; in _update_devalloc_db()
218 typestring = DA_FLOPPY_TYPE; in _update_devalloc_db()
221 typestring = DA_TAPE_TYPE; in _update_devalloc_db()
224 typestring = DA_RMDISK_TYPE; in _update_devalloc_db()
229 nickname = _update_dev(NULL, action, typestring, NULL, in _update_devalloc_db()
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/wanboot/ickey/
H A Dickey.c82 char *typestring = NULL; in main() local
112 typestring = value; in main()
128 if ((optind >= ac) && (typestring != NULL) && in main()
129 ((k = knownkeytype(typestring)) != NULL)) { in main()
/titanic_50/usr/src/cmd/idmap/idmap/
H A Didmap.c824 char *typestring; in sid_format() local
828 typestring = ID_USID; in sid_format()
831 typestring = ID_GSID; in sid_format()
834 typestring = ID_SID; in sid_format()
844 (void) snprintf(to, len, "%s:%s-%u", typestring, nm->sidprefix, in sid_format()