HomeSort by relevance Sort by last modified time
    Searched refs:def (Results 1 - 25 of 1472) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /onnv/onnv-gate/usr/src/ucblib/libcurses/
fullname.c 25 * This routine fills in "def" with the full name of the terminal.
30 fullname(char *bp, char *def)
34 *def = 0; /* in case no name */
37 cp = def; /* start of answer */
46 return (def);
longname.c 25 * This routine fills in "def" with the long name of the terminal.
29 longname(char *bp, char *def)
37 cp = def;
42 return (def);
  /onnv/onnv-gate/usr/src/cmd/rpcgen/
rpc_hout.c 71 print_datadef(definition *def)
73 if (def->def_kind == DEF_PROGRAM) /* handle data only */
76 if (def->def_kind != DEF_CONST)
78 switch (def->def_kind) {
80 pstructdef(def);
83 puniondef(def);
86 penumdef(def);
89 ptypedef(def);
92 pprogramdef(def);
95 pconstdef(def);
542 definition *def; local
    [all...]
rpc_util.c 123 findit(definition *def, char *type)
125 return (streq(def->def_name, type));
131 definition *def; local
133 def = (definition *)FINDVAL(defined, type, findit);
134 if (def == NULL || def->def_kind != DEF_TYPEDEF)
136 switch (def->def.ty.rel) {
138 if (streq(def->def.ty.old_type, "opaque")
195 definition *def; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libfru/libfru/
Ancestor.cc 40 def(d),
68 fprintf(stderr, "Tag Name: %s\n", def->name);
114 return (def);
146 fru_regdef_t *def = NULL; local
158 def = (fru_regdef_t *)
160 Ancestor *ant = createTaggedAncestor(def, element);
183 Ancestor::createTaggedAncestor(const fru_regdef_t *def, Str element)
186 if (def->tagType == FRU_X)
190 mk_tag(def->tagType, def->tagDense, def->payloadLen, &tag)
    [all...]
nameSyntaxYacc.y 70 = Ancestor::listTaggedAncestors((char *)$1->def->name);
80 if ($1->def->dataType != FDTYPE_Record)
86 for ( int i=0;i<$1->def->enumCount;i++)
88 if ( strcmp ($3->def->name, $1->def->enumTable[i].text) == 0 )
104 if ( $2->def->tagType == FRU_X )
116 const fru_regdef_t *def = fru_reg_lookup_def_by_name($1);
117 if ( def == NULL )
125 pathDef->def = (fru_regdef_t *)def;
    [all...]
PayloadReader.cc 35 (pathDef->def->iterationType != FRU_NOT_ITERATED)
180 if (iterPoss != path->def->iterationCount) {
201 int length = ((path->def->payloadLen - ITER_CONT_BYTE_LEN)
202 /path->def->iterationCount);
204 rc = calcOffset(path->def->iterationType,
238 calc_data_len = (path->def->payloadLen
240 path->def->iterationCount;
259 calc_data_len = path->def->payloadLen;
265 if (path->def->dataType == FDTYPE_Record) {
270 if (path->def->dataType == FDTYPE_Binary)
    [all...]
Ancestor.h 75 const fru_regdef_t *def; member in struct:Ancestor
83 static Ancestor * createTaggedAncestor(const fru_regdef_t *def,
85 static int definitionContains(const fru_regdef_t *def,
  /onnv/onnv-gate/usr/src/tools/onbld/Checks/
__init__.py 50 def onSWAN():
  /onnv/devref/
fixup.py 36 def fix_href(targ):
63 def test_href():
74 def fix_title(text):
93 def __init__(self):
99 def start_html(self, attributes):
104 def end_html(self):
108 def start_body(self, attributes):
113 def end_body(self):
117 def start_head(self, attributes):
121 def end_head(self)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/man/src/util/instant.src/
translate.h 125 #ifdef def
126 #undef def macro
129 # define def macro
131 # define def extern macro
134 def Trans_t *TrSpecs;
135 def Mapping_t *CharMap;
136 def int nCharMap;
general.h 213 # define def macro
215 # define def extern macro
218 def Element_t *DocTree; /* root of document tree */
219 def char **UsedElem; /* a unique list of used elem names */
220 def int nUsedElem; /* number of used elem names */
221 def char **UsedAtt; /* a unique list of used attrib names */
222 def int nUsedAtt; /* number of used attrib names */
223 def ID_t *IDList; /* list of IDs used in the doc */
224 def Map_t *Variables; /* general, global variables */
225 def Map_t *SDATAmap; /* SDATA mappings *
    [all...]
  /onnv/onnv-gate/usr/src/lib/libfru/libnvfru/
nvfru.c 57 convert_field(const uint8_t *field, const fru_regdef_t *def, const char *path,
65 switch (def->dataType) {
67 assert(def->payloadLen <= sizeof (value));
68 switch (def->dispType) {
71 if (def->payloadLen > sizeof (timefield)) {
93 sizeof (value) - def->payloadLen),
94 field, def->payloadLen);
96 switch (def->payloadLen) {
122 def->payloadLen), field, def->payloadLen)
260 const fru_regdef_t *def; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/i86pc/cpu/scripts/
Makefile 36 def all install setup: $(PERLFILES)
  /onnv/onnv-gate/usr/src/cmd/prtfru/
prtfru.c 146 static void print_element(const uint8_t *data, const fru_regdef_t *def,
307 const fru_regdef_t *def; local
368 if ((def = fru_reg_lookup_def_by_name(element[i])) == NULL) {
375 if (def->tagType != FRU_X) tagged[i] = 1;
377 if (def->dataType == FDTYPE_Record) {
378 if (def->iterationType == FRU_NOT_ITERATED)
380 def->enumTable[0].text);
386 element[i], def->enumTable[0].text);
388 for (j = 1; j < def->enumCount; j++)
389 output(",\n\t%s", def->enumTable[j].text)
1043 const fru_regdef_t *def; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
ContentState.cxx 42 ConstPtr<ElementDefinition> def local
48 documentElementContainer_.setElementDefinition(def, 0);
70 const ElementDefinition *def = e->type()->definition(); local
71 if (def) {
73 for (i = 0; i < def->nInclusions(); i++)
74 includeCount_[def->inclusion(i)->index()]++;
75 for (i = 0; i < def->nExclusions(); i++) {
76 excludeCount_[def->exclusion(i)->index()]++;
92 const ElementDefinition *def = e->type()->definition(); local
93 if (def) {
    [all...]
  /onnv/onnv-gate/usr/src/cmd/format/
defect.c 235 pr_defect(struct defect_entry *def, int num)
245 fmt_print("%4d%8d%7d", num, def->cyl, def->head);
251 if (def->bfi != UNKNOWN) {
252 fmt_print("%8d", def->bfi);
253 if (def->nbits != UNKNOWN)
254 fmt_print("%8d", def->nbits);
257 fmt_print("%8d", def->sect);
258 fmt_print("%8llu", chs2bn(def->cyl, def->head, def->sect))
409 struct defect_entry def; local
    [all...]
defect.h 112 int makebfi(struct defect_list *list, struct defect_entry *def);
113 void calc_bfi(struct defect_list *list, struct defect_entry *def,
117 void pr_defect(struct defect_entry *def, int num);
118 int sort_defect(struct defect_entry *def, struct defect_list *list);
121 void add_def(struct defect_entry *def, struct defect_list *list,
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
study.t 56 ok($x !~ /^def/);
59 ok($x =~ /^def/);
69 ok($x =~ /def/);
70 nok($x !~ /def/);
73 ok($x !~ /.def/);
74 nok($x =~ /.def/);
  /onnv/onnv-gate/usr/src/pkgdefs/common_files/
i.defpasswd 46 def=`grep "^$var=" $dest | tail -1 2>/dev/null`
51 if [ -n "$def" ]; then
52 echo "s|^[# ]*$var=.*|$def|" >> $sedfile
  /onnv/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/
Attributed.h 49 void Attributed::setAttributeDef(const Ptr<AttributeDefinitionList> &def)
51 attributeDef_ = def;
  /onnv/onnv-gate/usr/src/lib/libsmedia/
Makefile 32 def := TARGET= def macro
  /onnv/onnv-gate/usr/src/lib/libsmedia/plugins/
Makefile 37 def := TARGET= def macro
  /onnv/onnv-gate/usr/src/uts/intel/genassym/
Makefile 64 def: $(DEF_DEPS)
74 install: def
  /onnv/onnv-gate/usr/src/uts/intel/kmech_dummy/
Makefile 64 def: $(DEF_DEPS)
82 install: def

Completed in 1260 milliseconds

1 2 3 4 5 6 7 8 91011>>