Home
last modified time | relevance | path

Searched refs:entity (Results 1 – 25 of 42) sorted by relevance

12

/titanic_44/usr/src/uts/common/vm/
H A Dvm_usage.c365 vmu_entity_t *entity = (vmu_entity_t *)val; in vmu_free_entity() local
367 if (entity->vme_vnode_hash != NULL) in vmu_free_entity()
368 i_mod_hash_clear_nosync(entity->vme_vnode_hash); in vmu_free_entity()
369 if (entity->vme_amp_hash != NULL) in vmu_free_entity()
370 i_mod_hash_clear_nosync(entity->vme_amp_hash); in vmu_free_entity()
371 if (entity->vme_anon_hash != NULL) in vmu_free_entity()
372 i_mod_hash_clear_nosync(entity->vme_anon_hash); in vmu_free_entity()
374 entity->vme_next = vmu_data.vmu_free_entities; in vmu_free_entity()
375 vmu_data.vmu_free_entities = entity; in vmu_free_entity()
464 vmu_entity_t *entity; in vmu_alloc_entity() local
[all …]
/titanic_44/usr/src/lib/libnwam/
H A DREADME44 Each of these configuration components is referred to as an 'entity'.
108 Access to entities is attained via an entity-specific handle. These
109 handles can be obtained via calls to nwam_<entity>_create() or
110 nwam_<entity>_read(), and freed (in memory) via calls to nwam_<entity>_free().
111 nwam_<entity>_create() will create an in-memory representation of the
112 entity, but that entity will not be stored until nwam_<entity>_commit() is
113 called. Persistently stored entitites are retrieved via nwam_<entity>_read(),
115 via nwam_<entity>_commit(). Entities can also be copied with
116 nwam_<entity>_copy().
118 All changes made after binding a handle to an entity, and prior to calling
[all …]
/titanic_44/usr/src/lib/libshell/common/scripts/
H A Drssread.sh311 # debugmsg "error &${entity}${c}#"
313 print -n -r -- "${entity}${c}"
314 entity=""
321 if [[ "${entity_cache["${entity}"]}" != "" ]] ; then
323 value="${entity_cache["${entity}"]}"
330 value="${ printf "\u[${entity:0:7}]" ; }"
333 value="ENT=|${entity}|"
336 entity_cache["${entity}"]="${value}"
/titanic_44/usr/src/lib/fm/topo/modules/common/ipmi/
H A Dipmi_methods.c178 char *entity; in ipmi_fru_fmri() local
188 if ((ret = nvlist_lookup_string(args, "entity", &entity)) != 0) { in ipmi_fru_fmri()
194 if (strcasecmp(entity, "self") == 0) { in ipmi_fru_fmri()
197 } else if (strcasecmp(entity, "parent") == 0) { in ipmi_fru_fmri()
/titanic_44/usr/src/cmd/svc/svccfg/
H A Dsvccfg.h221 typedef struct entity { struct
230 struct entity *sc_parent; argument
242 struct entity *sc_restarter; argument
243 struct entity *sc_global;
248 struct entity *sc_instance_restarter;
267 struct entity *sc_parent; argument
H A Dsvccfg_xml.c833 lxml_get_pgroup(entity_t *entity, xmlNodePtr pgroup) in lxml_get_pgroup() argument
846 pg = internal_pgroup_find_or_create(entity, (char *)name, (char *)type); in lxml_get_pgroup()
1041 lxml_get_entity_method_context(entity_t *entity, xmlNodePtr ctx) in lxml_get_entity_method_context() argument
1045 pg = internal_pgroup_find_or_create(entity, SCF_PG_METHOD_CONTEXT, in lxml_get_entity_method_context()
1052 lxml_get_exec_method(entity_t *entity, xmlNodePtr emeth) in lxml_get_exec_method() argument
1060 if (entity->sc_op == SVCCFG_OP_APPLY) in lxml_get_exec_method()
1064 pg = internal_pgroup_find_or_create(entity, (char *)name, in lxml_get_exec_method()
1142 lxml_get_dependency(entity_t *entity, xmlNodePtr dependency) in lxml_get_dependency() argument
1158 if (entity->sc_op == SVCCFG_OP_APPLY) in lxml_get_dependency()
1162 pg = internal_pgroup_find_or_create(entity, (char *)name, in lxml_get_dependency()
[all …]
/titanic_44/usr/src/uts/common/io/usb/clients/hidparser/
H A Dhidparser.c153 entity_item_t *entity,
1352 hidparser_print_entity(entity_item_t *entity, int indent_level) in hidparser_print_entity() argument
1365 attr = entity->entity_item_attributes; in hidparser_print_entity()
1372 indent_space, items[entity->entity_item_type], in hidparser_print_entity()
1373 (entity->entity_item_params_leng ? in hidparser_print_entity()
1374 entity->entity_item_params[0] & 0xFF : 0x00)); in hidparser_print_entity()
2086 entity_item_t *entity; in hidparser_allocate_entity() local
2093 entity = kmem_zalloc(sizeof (entity_item_t), KM_SLEEP); in hidparser_allocate_entity()
2094 entity->entity_item_type = entity_type; in hidparser_allocate_entity()
2095 entity->entity_item_params_leng = len; in hidparser_allocate_entity()
[all …]
/titanic_44/usr/src/cmd/svc/configd/
H A Dclient.c497 entity_destroy(repcache_entity_t *entity) in entity_destroy() argument
499 (void) pthread_mutex_lock(&entity->re_lock); in entity_destroy()
500 rc_node_clear(&entity->re_node, 0); in entity_destroy()
501 (void) pthread_mutex_unlock(&entity->re_lock); in entity_destroy()
503 uu_avl_node_fini(entity, &entity->re_link, entity_pool); in entity_destroy()
504 (void) pthread_mutex_destroy(&entity->re_lock); in entity_destroy()
505 rc_node_ptr_free_mem(&entity->re_node); in entity_destroy()
506 uu_free(entity); in entity_destroy()
512 repcache_entity_t *entity; in entity_remove() local
515 entity = uu_avl_find(cp->rc_entities, &id, NULL, NULL); in entity_remove()
[all …]
/titanic_44/usr/src/uts/common/os/
H A Drctl.c549 rctl_entity_obtain_entity_p(rctl_entity_t entity, struct proc *p, in rctl_entity_obtain_entity_p() argument
553 e->rcep_t = entity; in rctl_entity_obtain_entity_p()
555 switch (entity) { in rctl_entity_obtain_entity_p()
576 panic("unknown rctl entity type %d seen", entity); in rctl_entity_obtain_entity_p()
1056 rctl_set_init_prealloc(rctl_entity_t entity) in rctl_set_init_prealloc() argument
1063 if (rctl_lists[entity] == NULL) in rctl_set_init_prealloc()
1068 for (rde = rctl_lists[entity]; rde != NULL; rde = rde->rcd_next) { in rctl_set_init_prealloc()
1097 rctl_set_init(rctl_entity_t entity, struct proc *p, rctl_entity_p_t *e, in rctl_set_init() argument
1104 rset->rcs_entity = entity; in rctl_set_init()
1106 if (rctl_lists[entity] == NULL) in rctl_set_init()
[all …]
/titanic_44/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.y229 %type <ival> entity proptype info_entity modify_entity
323 create_command: PCC_CREATE entity name
351 destroy_command: PCC_DESTROY entity name
451 rename_command: PCC_RENAME entity name PCK_TO name
474 modify_entity: entity
477 info_entity: entity
480 entity: PCE_SYSTEM {$$ = PCE_SYSTEM;}
/titanic_44/usr/src/cmd/hal/
H A DLICENSE44entity exercising rights under, and complying with all of the terms of, this License. For legal en…
/titanic_44/usr/src/lib/libpp/
H A DTHIRDPARTYLICENSE34 "Contributor" means any person or entity that distributes the Program.
70 patent or other intellectual property rights of any other entity.
72 brought by any other entity based on infringement of intellectual
201 institutes patent litigation against any entity (including a
225 Agreement Steward to a suitable separate entity. Each new version of
/titanic_44/usr/src/lib/libshell/
H A DTHIRDPARTYLICENSE34 "Contributor" means any person or entity that distributes the Program.
70 patent or other intellectual property rights of any other entity.
72 brought by any other entity based on infringement of intellectual
201 institutes patent litigation against any entity (including a
225 Agreement Steward to a suitable separate entity. Each new version of
/titanic_44/usr/src/lib/libsum/
H A DTHIRDPARTYLICENSE34 "Contributor" means any person or entity that distributes the Program.
70 patent or other intellectual property rights of any other entity.
72 brought by any other entity based on infringement of intellectual
201 institutes patent litigation against any entity (including a
225 Agreement Steward to a suitable separate entity. Each new version of
/titanic_44/usr/src/lib/pkcs11/pkcs11_tpm/
H A DTHIRDPARTYLICENSE28 "Contributor" means any person or entity that distributes the Program.
60 property rights of any other entity. Each Contributor disclaims any liability to
61 Recipient for claims brought by any other entity based on infringement of
177 addition, if Recipient institutes patent litigation against any entity
198 as the Agreement Steward to a suitable separate entity. Each new version of the
/titanic_44/usr/src/lib/libast/
H A DTHIRDPARTYLICENSE34 "Contributor" means any person or entity that distributes the Program.
70 patent or other intellectual property rights of any other entity.
72 brought by any other entity based on infringement of intellectual
201 institutes patent litigation against any entity (including a
225 Agreement Steward to a suitable separate entity. Each new version of
/titanic_44/usr/src/cmd/ast/
H A DTHIRDPARTYLICENSE34 "Contributor" means any person or entity that distributes the Program.
70 patent or other intellectual property rights of any other entity.
72 brought by any other entity based on infringement of intellectual
201 institutes patent litigation against any entity (including a
225 Agreement Steward to a suitable separate entity. Each new version of
/titanic_44/usr/src/lib/libdll/
H A DTHIRDPARTYLICENSE34 "Contributor" means any person or entity that distributes the Program.
70 patent or other intellectual property rights of any other entity.
72 brought by any other entity based on infringement of intellectual
201 institutes patent litigation against any entity (including a
225 Agreement Steward to a suitable separate entity. Each new version of
/titanic_44/usr/src/lib/libcmd/
H A DTHIRDPARTYLICENSE34 "Contributor" means any person or entity that distributes the Program.
70 patent or other intellectual property rights of any other entity.
72 brought by any other entity based on infringement of intellectual
201 institutes patent litigation against any entity (including a
225 Agreement Steward to a suitable separate entity. Each new version of
/titanic_44/usr/src/cmd/isns/isnsd/
H A Dobj.c1875 isns_obj_t *entity = NULL; in reg_get_entity() local
1882 entity = obj_calloc(OBJ_ENTITY); in reg_get_entity()
1883 if (entity != NULL) { in reg_get_entity()
1885 attr = &entity->attrs[ in reg_get_entity()
1898 attr = &entity->attrs[ in reg_get_entity()
1905 } else if (entity != NULL) { in reg_get_entity()
1906 free(entity); in reg_get_entity()
1907 entity = NULL; in reg_get_entity()
1911 *p = entity; in reg_get_entity()
/titanic_44/usr/src/
H A DOPENSOLARIS.LICENSE12 1.1. "Contributor" means each individual or entity that creates
27 1.5. "Initial Developer" means the individual or entity that first
67 1.13. "You" (or "Your") means an individual or a legal entity
70 entity which controls, is controlled by, or is under common
73 the direction or management of such entity, whether by
76 ownership of such entity.
/titanic_44/usr/src/lib/smhba/
H A DTHIRDPARTYLICENSE12 * 1.2 "Contributor" means each entity that creates or contributes to
25 * 1.7 "Initial Developer" means the individual or entity identified
60 * 1.15 "You" (or "Your") means an individual or a legal entity
63 Section 6.1. For legal entities, "You" includes any entity which
67 entity, whether by contract or otherwise, or (b) ownership of more
69 ownership of such entity
/titanic_44/usr/src/lib/mpapi/libmpapi/
H A DTHIRDPARTYLICENSE12 * 1.2 "Contributor" means each entity that creates or contributes to
25 * 1.7 "Initial Developer" means the individual or entity identified
60 * 1.15 "You" (or "Your") means an individual or a legal entity
63 Section 6.1. For legal entities, "You" includes any entity which
67 entity, whether by contract or otherwise, or (b) ownership of more
69 ownership of such entity
/titanic_44/usr/src/lib/hbaapi/
H A DTHIRDPARTYLICENSE12 * 1.2 "Contributor" means each entity that creates or contributes to
25 * 1.7 "Initial Developer" means the individual or entity identified
60 * 1.15 "You" (or "Your") means an individual or a legal entity
63 Section 6.1. For legal entities, "You" includes any entity which
67 entity, whether by contract or otherwise, or (b) ownership of more
69 ownership of such entity
/titanic_44/usr/src/lib/libima/
H A DTHIRDPARTYLICENSE12 * 1.2 "Contributor" means each entity that creates or contributes to
25 * 1.7 "Initial Developer" means the individual or entity identified
60 * 1.15 "You" (or "Your") means an individual or a legal entity
63 Section 6.1. For legal entities, "You" includes any entity which
67 entity, whether by contract or otherwise, or (b) ownership of more
69 ownership of such entity

12