Searched refs:entities (Results 1 - 17 of 17) sorted by relevance

/opensolaris-onvv-gate/usr/src/pkg/manifests/
H A Dtext-doctools.mf51 dir path=usr/share/lib/sgml/locale/C/entities
274 file path=usr/share/lib/sgml/locale/C/entities/aap-shortref.gml
275 file path=usr/share/lib/sgml/locale/C/entities/allisoents.gml
276 file path=usr/share/lib/sgml/locale/C/entities/ati-dflt.dcl
277 file path=usr/share/lib/sgml/locale/C/entities/ati-eqn1.gml
278 file path=usr/share/lib/sgml/locale/C/entities/ati-graph.gml
279 file path=usr/share/lib/sgml/locale/C/entities/ati-math.elm
280 file path=usr/share/lib/sgml/locale/C/entities/ati-num.gml
281 file path=usr/share/lib/sgml/locale/C/entities/ati-tbl.elm
282 file path=usr/share/lib/sgml/locale/C/entities/atilog
[all...]
/opensolaris-onvv-gate/usr/src/cmd/stat/fsstat/
H A Dfsstat.c82 #define NENTITY_INIT 1 /* Initial number of entities to allocate */
109 /* Types of entities (e_type) */
576 entity_t **entityp) /* Array of stat-able entities */
578 int nentities = 0; /* Number of entities found */
584 * We know exactly what the maximum number of entities is going
588 perror("calloc() entities");
642 * operands are stat-able entities.
650 * stat-able entities. We also need to reset interval.
758 * We have an array of entities that are potentially stat-able. Using
767 set_ksnames(entity_t *entities, in argument
866 entity_t *entities; /* Array of stat-able entities */ local
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/vm/
H A Dvm_usage.c208 * vme_next: links the list of all entities currently being counted by
211 * vme_next_calc: links the list of entities related to the current process
215 * list of the entities related to that process using vme_next_calc. This
229 * Hash of entities visited within a zone, and an entity for the zone
267 mod_hash_t *vmu_rusers_col_hash; /* keep track of entities, */
278 vmu_entity_t *vmu_entities; /* Linked list of entities */
279 size_t vmu_nentities; /* Count of entities in list */
379 * Free zone entity, and all hashes of entities inside that zone,
459 * Update list of entities.
1074 * list of entities t
1450 vmu_entity_t *entities = NULL; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/svc/svcs/
H A Dexplain.c167 uu_list_t *entities; /* List of struct dependency's */ member in struct:dependency_group
325 dg->entities = uu_list_create(deps, dg, UU_LIST_DEBUG);
326 if (dg->entities == NULL)
358 "dependency without an entities "
395 (void) uu_list_append(dg->entities, d);
755 walk = uu_list_walk_start(dg->entities, UU_WALK_ROBUST);
769 uu_list_remove(dg->entities, d);
828 for (d = uu_list_first(dg->entities);
830 d = uu_list_next(dg->entities, d)) {
868 walk = uu_list_walk_start(dg->entities, UU_WALK_ROBUS
[all...]
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A DREADME36 paths built from the standard drawing commands as single entities (eg. for filling
/opensolaris-onvv-gate/usr/src/cmd/man/src/util/
H A DMakefile86 SGMLENTSDIR = $(ROOTSHLIB)/sgml/locale/C/entities
/opensolaris-onvv-gate/usr/src/cmd/man/src/util/nsgmls.src/generic/
H A DSGMLApplication.h101 const Entity *entities; member in struct:SGMLApplication::Attribute
108 CharString entityName; // non-ESIS; optional for PI entities
/opensolaris-onvv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
H A DAttribute.cxx236 // should we count CDATA and SDATA entities here?
440 Vector<ConstPtr<Entity> > entities(nTokens);
442 entities[i] = context.getAttributeEntity(value.token(i),
444 if (entities[i].isNull()) {
452 else if (!entities[i]->isDataOrSubdoc()) {
462 return new EntityAttributeSemantics(entities);
H A DGenericEventHandler.cxx558 p->entities = v;
/opensolaris-onvv-gate/usr/src/lib/libnwam/
H A DREADME104 Persistent configuration state of entities is stored in project-private
108 Access to entities is attained via an entity-specific handle. These
143 These are permitted given the nature of the entities changing NWAM
234 For NCP entities:
259 For NCU entities:
301 For Location entities:
360 For ENM entities:
407 For known WLAN entities:
/opensolaris-onvv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/
H A DAttribute.h82 entities, enumerator in enum:SP_NAMESPACE::AttributeDefinitionDesc::DeclaredValue
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DChecker.pm85 Check for malformed or nonexisting entities C<EE<lt>...E<gt>>.
457 # Additional ISO-8859/1 entities listed in rfc1866 (section 14)
490 # some POD special entities
1108 # preserve entities
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DComplex.pm1930 operation (for instance) between two overloaded entities.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCGI.pm4124 objects, entities that contain the values of the current query string
5627 numeric character entities ("&#8249" and "&#8250;"). If you manually change
5630 be replaced by their numeric entities, since CGI.pm has no lookup
H A Doverload.pm851 that $a and $b are separate entities.
H A DCPAN.pm6080 mentioned four. Each of the four entities is implemented as a class
H A Dperl5db.pl3738 (which means external entities can't fiddle with it) and create the name of

Completed in 318 milliseconds