Searched refs:field (Results 76 - 100 of 246) sorted by relevance

12345678910

/opensolaris-onvv-gate/usr/src/cmd/ttymon/
H A Dtmpmtab.c73 int input, state, size, rawc, field, linenum; local
168 field = state;
190 field = state;
198 field = state;
213 field = state;
225 field = state;
252 field = state;
264 field = state;
289 log("Parsing failure in the \"%s\" field,\n%s"
290 "<--error detected here", states[field], lin
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dtrace.c504 /* display a bit-field */
523 /* display a bit-field */
653 uint64_t field,
666 while (field != 0 &&
668 if ((b & field) == b) {
675 field &= ~(b | tbl->bits_clear);
679 if (field != 0) {
682 (void) fprintf(ftrace, "%#llx", field);
691 trace_string(const struct bits *tbl, uint_t field, boolean_t force) argument
713 while (field !
652 trace_bits(const struct bits *tbl, uint64_t field, boolean_t force) argument
740 if_bit_string(uint_t field, boolean_t force) argument
[all...]
/opensolaris-onvv-gate/usr/src/lib/libfru/libfruraw/
H A Draw_access.c420 char *field; local
433 token = tokenizer(buf, "#", &field, &matched);
435 token = tokenizer(buf, ":", &field, &matched);
456 token = tokenizer(field, ":", &field, &matched);
463 token = tokenizer(field, ":\n", &field, &matched);
472 num_sections].description.field.read_only
476 num_sections].description.field.read_only
499 token = tokenizer(field, "
[all...]
/opensolaris-onvv-gate/usr/src/cmd/mailx/
H A Daux.c138 * pointer (or NOSTR if the desired header field is not available).
144 hfield(char field[], struct message *mp, char *(*add)(char *, char *)) argument
158 if (ishfield(linebuf, field))
164 * Return the next header field found in the given message.
239 ishfield(char linebuf[], char field[]) argument
248 if (icequal(linebuf, field)) {
257 * Extract the non label information from the given header field
714 * See if the given header field is supposed to be ignored.
718 isign(char *field, int saving) argument
726 istrcpy(realfld, sizeof (realfld), field);
[all...]
H A Dsend.c61 * the number of lines written. Adjust the status: field
75 char line[LINESIZE], field[BUFSIZ]; local
109 * headers, so force out status: field
111 * fields. Also force out Content-Length: field.
120 snprintf(field, sizeof (field),
123 (*fp)(field, obuf);
133 * of a previous header field, just echo it.
158 * Pick up the header field.
159 * If it is an ignored field an
[all...]
/opensolaris-onvv-gate/usr/src/cmd/latencytop/common/
H A Dutil.c135 lt_get_proc_field(pid_t pid, lt_field_t field) argument
156 switch (field) {
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/ec/
H A Decp_nist.c202 if (!group->field_mod_func(r, r, &group->field, ctx))
228 if (!group->field_mod_func(r, r, &group->field, ctx))
H A Dec2_smpl.c129 BN_init(&group->field);
141 BN_free(&group->field);
152 BN_clear_free(&group->field);
169 if (!BN_copy(&dest->field, &src->field)) return 0;
191 /* group->field */
192 if (!BN_copy(&group->field, p)) goto err;
193 i = BN_GF2m_poly2arr(&group->field, group->poly, 5);
225 if (!BN_copy(p, &group->field)) return 0;
245 /* Gets the degree of the field
[all...]
H A Dec_asn1.c299 static int ec_asn1_group2fieldid(const EC_GROUP *group, X9_62_FIELDID *field) argument
304 if (group == NULL || field == NULL)
308 if (field->fieldType != NULL)
309 ASN1_OBJECT_free(field->fieldType);
310 if (field->p.other != NULL)
311 ASN1_TYPE_free(field->p.other);
314 /* set OID for the field */
315 if ((field->fieldType = OBJ_nid2obj(nid)) == NULL)
335 field->p.prime = BN_to_ASN1_INTEGER(tmp,NULL);
336 if (field
[all...]
/opensolaris-onvv-gate/usr/src/lib/libfru/libfru/
H A DAncestor.cc37 Ancestor::Ancestor(Str field, fru_tag_t t, const fru_regdef_t *d) argument
38 : field_name(field),
/opensolaris-onvv-gate/usr/src/psm/stand/cpr/sparcv9/sun4u/
H A Dcprboot.h117 #define SF_STAT_INC(field) sfile.field++
/opensolaris-onvv-gate/usr/src/tools/cscope-fast/
H A Dglobal.h57 int field; member in struct:history
137 extern int field; /* input field */
138 extern unsigned fldcolumn; /* input field column */
140 extern int selectlen; /* selection number field length */
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DParseWords.pm110 my(@words,$snippet,$field);
114 $field = '';
138 $field .= $snippet;
140 push(@words, $field);
/opensolaris-onvv-gate/usr/src/cmd/power/
H A Dconf.c48 #define MCCPY_FIELD(dst, src, field) \
49 (void) memccpy(&dst.field, &src.field, 0, sizeof (dst.field) - 1)
/opensolaris-onvv-gate/usr/src/cmd/sort/common/
H A Dfields.c32 * By a field, we mean the various delimited character sequences within each
45 * The sort key is a singly-linked list of field specifiers. At present,
50 * field species such as hexadecimal.)
52 * Fields and offsets are numbered such that zero refers to the first field or
54 * is that the field begins at the nth character beyond the mth occurence of
55 * the key separator. If the blanks flag has been specified, then the field
61 * categories: field species and field modifiers. For each field species,
64 * memcmp(). For field specie
368 ssize_t field = is_end ? F->f_end_field : F->f_start_field; local
413 ssize_t field = is_end ? F->f_end_field : F->f_start_field; local
459 ssize_t field = is_end ? F->f_end_field : F->f_start_field; local
522 ssize_t field = is_end ? F->f_end_field : F->f_start_field; local
[all...]
H A Dtypes.h83 typedef struct field { struct
84 struct field *f_next;
87 * field ops vector
89 ssize_t (*f_convert)(struct field *, line_rec_t *,
/opensolaris-onvv-gate/usr/src/common/crypto/ecc/
H A Decl-exp.h50 /* Curve field type */
59 ECField field; member in struct:ECCurveParamsStr
/opensolaris-onvv-gate/usr/src/cmd/mdb/intel/modules/amd_opteron/
H A Dao.c60 uintptr_t field; local
77 if ((field = (val & AMD_NB_CFG_LDTLINKSEL_MASK)) != 0) {
78 mdb_printf("\tLdtLinkSel = %d", field >>
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DCap.pm135 files are searched and a tc field occurs in the requested entry,
175 my($term,$cap,$search,$field,$max,$tmp_term,$TERMCAP);
309 foreach $field (split(/:[\s:\\]*/,$entry)) {
310 if (defined $field && $field =~ /^(\w\w)$/) {
311 $self->{'_' . $field} = 1 unless defined $self->{'_' . $1};
314 elsif (defined $field && $field =~ /^(\w\w)\@/) {
318 elsif (defined $field && $field
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/base/t/
H A Dfields-base.t13 if ($_[0] =~ /^Hides field '.*?' in base class/) {
67 'No multiple field inheritance');
158 # We should get compile time failures field name typos
162 qr/^No such pseudo-hash field "notthere" in variable \$obj3 of type D3/;
180 # Break multiple inheritance with a field name clash.
/opensolaris-onvv-gate/usr/src/uts/common/sys/fs/
H A Dcachefs_log.h116 #define CLPAD(sname, field) \
118 offsetof(struct sname, field) - \
119 sizeof (((struct sname *)0)->field))
/opensolaris-onvv-gate/usr/src/uts/i86pc/cpu/scripts/
H A Dao_gendisp.pl177 my ($field, $valuesref, $name, $prefix) = @_;
179 if ($field eq "-") {
190 } split(/\//, $field);
/opensolaris-onvv-gate/usr/src/cmd/troff/
H A Dn4.c574 int neg, abs, field; local
576 neg = abs = field = digits = 0;
600 field++;
607 field++;
613 if (!field) {
665 if ((field != digits) && (digits > 0))
681 nonumb = !field;
/opensolaris-onvv-gate/usr/src/pkg/manifests/
H A Dsystem-network.mf89 user username=dladm ftpuser=false gcos-field="Datalink Admin" group=netadm \
91 user username=netadm ftpuser=false gcos-field="Network Admin" group=netadm \
93 user username=netcfg ftpuser=false gcos-field="Network Configuration Admin" \
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/lib/
H A Dexception.c435 int field, dsym_errcode_t rcode)
449 dsym_exception, DSYM_SYNTAX_EX, 1, fields[field]);
461 DSYM_VALUE_OUT_OF_RANGE_EX, 1, fields[field]);
434 throw_dsym_parser_exception(JNIEnv *env, const char *key, char **fields, int field, dsym_errcode_t rcode) argument

Completed in 103 milliseconds

12345678910