Searched defs:utype (Results 1 - 7 of 7) sorted by relevance
| /illumos-gate/usr/src/cmd/oamuser/user/ |
| H A D | funcs.c | 348 char *utype; local 365 utype = kva_match(result->attr, USERATTR_TYPE_KW); 366 if (utype == NULL) { 371 if (strcmp(utype, USERATTR_TYPE_NONADMIN_KW) != 0) {
|
| /illumos-gate/usr/src/cmd/lvm/metassist/layout/ |
| H A D | layout_slice.c | 1775 char *utype = NULL; local 1781 ((error = hba_get_type(uhba, &utype)) != 0) || 1791 (type == utype)) {
|
| /illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
| H A D | typegraph.c | 403 * be passed as utype. 406 typegraph_type_name(mdb_ctf_id_t type, mdb_ctf_id_t utype) argument 418 (void) mdb_ctf_type_name(utype, buf, sizeof (buf)); 1424 const char *rmember, size_t roffs, mdb_ctf_id_t utype, mdb_ctf_id_t type) 1447 tp->tgt_utype = utype; 1423 typegraph_node_addtype(tg_node_t *node, tg_edge_t *edge, mdb_ctf_id_t rtype, const char *rmember, size_t roffs, mdb_ctf_id_t utype, mdb_ctf_id_t type) argument
|
| /illumos-gate/usr/src/cmd/cmd-crypto/pktool/ |
| H A D | setpin.c | 244 char *utype = NULL; local 275 utype = optarg_av; 299 if (utype != NULL) { 300 if (strcmp(utype, "so") == 0) 302 else if (strcmp(utype, "user") == 0)
|
| /illumos-gate/usr/src/uts/sun4v/os/ |
| H A D | mpo.c | 1457 * dynamic space depending on utype, and return the result in mc. 1462 mblock_alloc(mpo_config_t *mc, update_t utype, int nmblocks) argument 1484 if (utype == U_ADD || utype == U_DEL) { 1887 mnode_update(mpo_config_t *mc, pfn_t ubase, pfn_t uend, update_t utype) argument 1896 if (utype == U_ADD) 1898 else if (utype == U_DEL) 1901 panic("mnode update: %d: invalid\n", utype); 1923 switch (utype) { 1938 panic("mnode_update: %d: invalid\n", utype); [all...] |
| /illumos-gate/usr/src/uts/sun4/sys/ |
| H A D | fcode.h | 357 int utype; /* providers private type field */ member in struct:fc_untyped_resource 398 #define fc_untyped_type un.r.utype
|
| /illumos-gate/usr/src/uts/sun4u/montecarlo/io/ |
| H A D | scsb.c | 2636 scsb_utype_t utype; member in struct:ps_auto_on 2749 pao.utype = fru_type;
|
Completed in 139 milliseconds