Home
last modified time | relevance | path

Searched refs:utype (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/cmd/cmd-crypto/pktool/
H A Dsetpin.c244 char *utype = NULL; in pk_setpin() local
275 utype = optarg_av; in pk_setpin()
299 if (utype != NULL) { in pk_setpin()
300 if (strcmp(utype, "so") == 0) in pk_setpin()
302 else if (strcmp(utype, "user") == 0) in pk_setpin()
/titanic_50/usr/src/cmd/oamuser/user/
H A Dfuncs.c348 char *utype; in check_role() local
365 utype = kva_match(result->attr, USERATTR_TYPE_KW); in check_role()
366 if (utype == NULL) { in check_role()
371 if (strcmp(utype, USERATTR_TYPE_NONADMIN_KW) != 0) { in check_role()
/titanic_50/usr/src/uts/sun4v/os/
H A Dmpo.c1462 mblock_alloc(mpo_config_t *mc, update_t utype, int nmblocks) in mblock_alloc() argument
1484 if (utype == U_ADD || utype == U_DEL) { in mblock_alloc()
1887 mnode_update(mpo_config_t *mc, pfn_t ubase, pfn_t uend, update_t utype) in mnode_update() argument
1896 if (utype == U_ADD) in mnode_update()
1898 else if (utype == U_DEL) in mnode_update()
1901 panic("mnode update: %d: invalid\n", utype); in mnode_update()
1923 switch (utype) { in mnode_update()
1938 panic("mnode_update: %d: invalid\n", utype); in mnode_update()
1950 if (utype == U_ADD_ALL || utype == U_DEL) in mnode_update()
/titanic_50/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceStoreFactory.java283 ServiceType utype = url.getServiceType(); in deserialize() local
285 if (utype.isServiceURL()) { in deserialize()
289 utype}); in deserialize()
/titanic_50/usr/src/uts/sun4/sys/
H A Dfcode.h357 int utype; /* providers private type field */ member
398 #define fc_untyped_type un.r.utype
/titanic_50/usr/src/lib/libast/common/sfio/
H A Dsfhdr.h1089 #define sfucvt(v,s,n,list,type,utype) \ argument
1090 { while((utype)v >= 10000) \
1091 { n = v; v = (type)(((utype)v)/10000); \
1092 n = (type)((utype)n - ((utype)v)*10000); \
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dtypegraph.c406 typegraph_type_name(mdb_ctf_id_t type, mdb_ctf_id_t utype) in typegraph_type_name() argument
418 (void) mdb_ctf_type_name(utype, buf, sizeof (buf)); in typegraph_type_name()
1424 const char *rmember, size_t roffs, mdb_ctf_id_t utype, mdb_ctf_id_t type) in typegraph_node_addtype() argument
1447 tp->tgt_utype = utype; in typegraph_node_addtype()
/titanic_50/usr/src/uts/sun4u/montecarlo/io/
H A Dscsb.c2636 scsb_utype_t utype; member
2749 pao.utype = fru_type; in scsb_set_scfg_pres_leds()