Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/usr/src/cmd/oamuser/user/
H A Dfuncs.c346 char *utype; in check_role() local
363 utype = kva_match(result->attr, USERATTR_TYPE_KW); in check_role()
364 if (utype == NULL) { in check_role()
369 if (strcmp(utype, USERATTR_TYPE_NONADMIN_KW) != 0) { in check_role()
/illumos-gate/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()
/illumos-gate/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()
/illumos-gate/usr/src/uts/sun4/sys/
H A Dfcode.h357 int utype; /* providers private type field */ member
398 #define fc_untyped_type un.r.utype
/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfhdr.h1107 #define sfucvt(v,s,n,list,type,utype) \ argument
1108 { while((utype)v >= 10000) \
1109 { n = v; v = (type)(((utype)v)/10000); \
1110 n = (type)((utype)n - ((utype)v)*10000); \
/illumos-gate/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()