Searched defs:field (Results 26 - 34 of 34) sorted by relevance

12

/osnet-11/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...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/unicode/
H A Ducdata.c182 * the header count field. This means the offset to the ranges must be
390 _uccase_lookup(krb5_ui_4 code, long l, long r, int field) argument
410 return tmp[field];
419 int field; local
429 field = 2;
436 field = 1;
440 return _uccase_lookup(code, l, r, field);
446 int field; local
456 field = 1;
463 field
473 int field; local
[all...]
/osnet-11/usr/src/lib/nsswitch/files/common/
H A Dfiles_common.c264 hash_field(const char *line, int linelen, int field) argument
268 while (field > 0 && linelen > 0) {
269 if (field == 1)
277 if (field == 1)
279 field--;
304 * Hash the uid or the gid. Uid and gid are at the same field,
305 * the argument is passed in the same field of the union and
/osnet-11/usr/src/lib/libdisasm/sparc/
H A Ddis_sparc_fmt.c68 * or have a few minor differences (which are described in the 'flags' field
1034 * The register sets used for %rd are set in the instructions flags field
1035 * The asi variants are used if FLG_ASI is set in the instructions flags field
1093 /* fcn field is the same as rd */
2320 * For debugging, print out a field of the instruction
2321 * field is the name of the field
2322 * val is the value of the field
2323 * len is the length of the field (in bits)
2328 prt_field(const char *field, uint32_ argument
2335 prt_field(const char *field, uint32_t val, int len) argument
[all...]
/osnet-11/usr/src/lib/libdladm/common/
H A Dlibdlbridge.c73 #define BRIDGE_PROP_FIELD_MASK "field-mask"
1462 int field, int *valuep)
1472 switch (field) {
1461 dladm_bridge_get_port_cfg(dladm_handle_t handle, datalink_id_t linkid, int field, int *valuep) argument
/osnet-11/usr/src/lib/libdscfg/common/
H A Dcfg.c78 /* field to be sorted on in sorting routines */
81 char field[CFG_MAX_KEY]; member in struct:sortby_s
130 * return position from parser config given tag and field
133 cfg_get_item(struct parser *tbl, const char *tag, const char *field) argument
152 if (strcmp(p->l_word, field) == 0)
298 * find the cnode field in the buf and see if it matches
315 if (fld < 0) /* no cnode field always good */
337 * insert resource in bufs which contain cnode parser field
351 if ((fld < 0) && !(cfg->cf_node)) /* no cnode field always good */
389 * CC = field o
554 char *field, *p; local
3331 cfg_get_srtdsec(CFGFILE *cfg, char ***list, const char *section, const char *field) argument
[all...]
/osnet-11/usr/src/lib/libdtrace_jni/common/
H A Ddtj_util.c319 "Failed field list creation");
376 "Failed to allocate field description");
469 dtj_throw_out_of_memory(jenv, "failed field pool creation");
536 * Class not added until all of its method and field information
609 "field description not preceded "
623 "Failed to add field description");
630 "static field description not preceded "
644 "Failed to add static field description");
713 dtj_java_field_t *field; local
717 while ((field
[all...]
/osnet-11/usr/src/cmd/sendmail/src/
H A Dmilter.c1261 /* p now points to field code */
1273 /* p now points to the field body */
1276 /* install the field into the filter struct */
1425 /* p now points to field code */
1437 /* p now points to the field body */
1441 /* install the field into the filter struct */
3005 sm_dprintf("empty field name\n");
3082 char *field, *val, *mh_value; local
3105 field = response + MILTER_LEN_BYTES;
3106 val = field
3162 char *field, *val, *mh_value; local
[all...]
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_diff.c1095 zdiff_field_t field; local
1101 field = di->fields[i];
1102 switch (field) {
1164 /* Process each field */
1186 dgettext(TEXT_DOMAIN, "illegal field %s"), propstr);
1304 zdiff_field_t field; local
1305 field = di.fields[i];
1306 if (field == ZFIELD_NAME)
1308 if (field == ZFIELD_OLD_NAME)

Completed in 105 milliseconds

12