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

12

/osnet-11/usr/src/lib/scsi/plugins/ses/SUN-Storage-J4500/common/
H A Dloki.c81 char *field; local
146 * fields, where each field can be either a key ("Fan PartNUM") or a
147 * value. If the field length is less than our shortest expected
155 for (field = (char *)stringin + 4;
156 field + fieldlen <= (char *)stringin + len; field += fieldlen) {
157 if (strncmp(field, "Storage J4500", 13) == 0) {
164 field += fieldlen;
165 if (field + fieldlen > (char *)stringin + len)
170 LIBSES_PROP_PART, field, fieldle
[all...]
/osnet-11/usr/src/lib/libeti/form/common/
H A Dfield.c40 * default field
113 f->type = fsrc->type; /* copy field type */
189 dup_field(FIELD *field, int frow, int fcol) argument
191 /* FIELD * field; field to duplicate */
198 if (field && frow >= 0 && fcol >= 0 && Alloc(f, FIELD)) {
205 f->rows = field->rows;
206 f->cols = field->cols;
207 f->drows = field->drows;
208 f->dcols = field
238 link_field(FIELD *field, int frow, int fcol) argument
[all...]
H A Dform.c60 (FIELD **) 0, /* field */
73 * insert - insert field f into sorted list pointed
115 FIELD **field; local
119 field = f->field;
127 for (i = pmin; i <= pmax; ++i) { /* for each field */
128 field[i]->index = i;
129 field[i]->page = page;
131 p = insert(field[i], p);
138 /* merge - xmax/ymax is the minimum window size to hold field
224 new_form(FIELD **field) argument
[all...]
H A Dutility.c90 * offset of v from beginning of field buffer
178 /* _update_current - sync up current field */
243 /* justify - justify field f in window w as given by Just(f) */
268 /* unjustify - left justify field f in window w for editing */
282 /* _sync_buffer - sync current field with characters in window */
294 /* _sync_linked - sync fields linked to field f */
309 /* display_field - display field f */
335 /* erase_field - erase field f */
351 /* _sync_field - sync the field after a change to the field buffe
499 _set_current_field(FORM *f, FIELD *field) argument
[all...]
/osnet-11/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),
/osnet-11/usr/src/lib/libadr/common/
H A Dadr_typeset.c131 adr_structfield_t *field = &type->t_aux.t_fields[i]; local
132 adr_typeset_insert_all(typeset, field->sf_type);
/osnet-11/usr/src/lib/librdc/common/
H A Drdcpersist.c571 * this will set the value at "field" in dscfg to the
577 replace_cfgfield(rdcconfig_t *rdc, char *field, char *entry) argument
588 if (strncmp(field, "pbitmap", NSC_MAXPATH) == 0)
590 if (strncmp(field, "sbitmap", NSC_MAXPATH) == 0)
615 snprintf(key, CFG_MAX_KEY, "sndr.set%d.%s", setnum, field);
/osnet-11/usr/src/lib/libfru/libnvfru/
H A Dnvfru.c56 convert_field(const uint8_t *field, const fru_regdef_t *def, const char *path, argument
74 (void) memcpy(&timefield, field, sizeof (timefield));
93 field, def->payloadLen);
115 (void) nvlist_add_string(nv, path, (char *)field);
121 def->payloadLen), field, def->payloadLen);
133 (void) nvlist_add_byte_array(nv, path, (uchar_t *)field,
154 /* iteration, record and field */
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_encode.c378 const struct field_info *field,
397 assert(a->field != NULL);
398 return encode_a_field(buf, val, a->field, retlen);
437 const struct field_info *field,
445 switch (field->ftype) {
450 retval = asn1_encode_integer(buf, (asn1_intmax) field->dataoff,
464 * The field holds a pointer to the array of objects. So the
466 * field->atype must help us dereference.
468 dataptr = (const char *)val + field->dataoff;
469 lenptr = (const char *)val + field
436 encode_a_field(asn1buf *buf, const void *val, const struct field_info *field, unsigned int *retlen) argument
[all...]
H A Dasn1_encode.h212 * strings, field descriptors, functions) most of which don't need
255 * Encode this object using a single field descriptor. This may
256 * mean the atype/field breakdown needs revision....
296 const struct field_info *field; member in struct:atype_info
329 * structure field, so we use the function pointer type that uses
362 * loaded from the indicated location, not the address of the field.
456 * pointer-to-pointer-to-thing field, make a DEFPTRTYPE of this type,
457 * and use that type for the structure field.
530 * Sequence field descriptor.
545 /* Field ATYPE describes processing of field a
[all...]
/osnet-11/usr/src/lib/nametoaddr/straddr/common/
H A Dstraddr.c398 * The "field" parameter signifies which field to compare the token
403 searchhost(struct netconfig *netconfigp, char *token, int field, char *hostbuf) argument
482 cmpstr = (field == FIELD1)? fileaddr : filehost;
483 retstr = (field == FIELD1)? filehost : fileaddr;
487 if (field == FIELD2) {
512 * The "field" parameter signifies which field to compare the token
517 searchserv(struct netconfig *netconfigp, char *token, int field, char *servname) argument
550 cmpstr = (field
[all...]
/osnet-11/usr/src/lib/libradproto/common/
H A Dradproto_adr.c78 adr_structfield_t *field = &type->t_aux.t_fields[i]; local
79 if (!xdr_string(xdrs, (char **)&field->sf_name, -1) ||
80 !xdr_bool(xdrs, (int *)&field->sf_nullable) ||
81 !xdr_typeref_t(xdrs, typeset, field->sf_type))
/osnet-11/usr/src/lib/libcmd/common/
H A Dstty.c48 "listed by group corresponding to field in the \btermios\b structure "
124 unsigned char field; member in struct:tty_s
371 switch (tp->field)
496 switch(tp->field)
663 switch(tp->field)
723 if (tp->field == C_SPEED)
735 switch (tp->field)
823 static void listfields(Sfio_t *sp,int field) argument
828 if(Ttable[i].field==field
[all...]
H A Djoin.c36 "output. By default, a field is delimited by one or more spaces "
38 "can be used to change the field delimiter.]"
39 "[+?The \ajoin field\a is a field in each file on which files are compared. "
42 "fields. The default output line consists of the join field, "
59 "and a field number or \b0\b representing the join field. "
62 "[t:separator|tabs]:[delim?Use \adelim\a as the field separator for both input"
64 "[1:j1]#[field?Join on field \afiel
136 int field; member in struct:File_s
299 register Field_t* field = fp->fields; local
[all...]
/osnet-11/usr/src/lib/libdhcputil/common/
H A Ddhcp_symbol.c355 * dsym_get_cat_by_name(): given a category field, returns the pointer to its
421 * dsym_parse_cat(): given a category field, returns the category value
424 * input: const char *: a category field
430 dsym_parse_cat(const char *field, dsym_category_t *cat) argument
436 ret = dsym_get_cat_by_name(field, &entry, B_TRUE);
454 * dsym_parse_intrange(): given a DHCP integer field, returns the value
456 * input: const char *: a DHCP code field
464 dsym_parse_intrange(const char *field, int *intval, int min, int max) argument
470 ret = dsym_get_long(field, &longval);
538 * dsym_get_type_by_name(): given a type field, return
580 dsym_parse_type(char *field, dsym_cdtype_t *type) argument
659 char *field; local
[all...]
/osnet-11/usr/src/lib/libinetutil/common/
H A Dofmt.c46 uint_t s_currfield; /* the current field being processed */
96 char *field, *token, *lasts = NULL; local
112 while ((field = strtok_r(token, ",", &lasts)) != NULL) {
116 sp->s_fields[sp->s_nfields++] = field;
148 * in a fields_str, build a list of field names, stopping
310 * Print the value for the selected field by calling the callback-function
311 * registered for the field.
326 * Parsable fields are separated by ':'. If such a field contains
381 * Print enough to fit the field width.
504 * Print the field header
[all...]
/osnet-11/usr/src/lib/libcommputil/common/
H A Dsdp.c291 * Adds origin field to the session.
335 * Adds session name field to the session.
349 * Adds session information field to the session or media section of SDP.
363 * Adds uri field to the session.
377 * Adds email address field to the session.
390 * Adds phone number field to the session.
403 * Adds connection field to the session or media section of SDP
450 * Adds bandwidth field to the session or media section of SDP.
482 * Adds time field to the session
517 * Adds repeat field t
1124 sdp_delete_all_field(sdp_session_t *session, const char field) argument
1193 sdp_delete_all_media_field(sdp_media_t *media, const char field) argument
[all...]
/osnet-11/usr/src/lib/libfru/libfruraw/
H A Dfru_access_impl.h90 } field; member in union:__anon1676
/osnet-11/usr/src/lib/efcode/engine/
H A Dinteractive.c111 field(fcode_env_t *env) function
791 FORTH(IMMEDIATE, "field", field);
/osnet-11/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_configfile.c61 config_field_t field; member in struct:usbcfg_var
250 * returns the field from the token
258 while (cfgvar->field != USB_NONE) {
266 return (cfgvar->field);
514 "Syntax Error: Invalid field %s",
535 "for field: %s\n", tokval,
567 "for field: %s\n", tokval,
/osnet-11/usr/src/common/crypto/ecc/
H A Decl-exp.h50 /* Curve field type */
59 ECField field; member in struct:ECCurveParamsStr
/osnet-11/usr/src/lib/nsswitch/files/common/
H A Dgethostent.c61 hash_field_tolower(const char *line, int linelen, uint_t field, argument
67 while (field > 0 && linelen > 0) {
74 /* set name when we have our field */
75 if (field == 1)
85 if (field == 1) {
89 field--;
118 uint_t field = 2; local
130 ((new_arr = realloc(hash_arr, field * sizeof (uint_t))) != NULL)) {
133 hash_arr[field - 1] = hash_field_tolower(line, linelen, field,
[all...]
/osnet-11/usr/src/lib/libsasl/lib/
H A Dserver.c847 char *field; local
851 /* find end of field */
853 field = sasl_ALLOC(d + 1);
854 if (!field) { return NULL; }
855 memcpy(field, line, d);
856 field[d] = '\0';
859 return field;
2337 * most likely to be deployed and useful in the field.
/osnet-11/usr/src/lib/libeti/form/inc/
H A Dform.h48 PTF_int fcheck; /* field validation */
61 int pmin; /* first field on page */
62 int pmax; /* last field on page */
63 int smin; /* top leftmost field */
81 int maxgrow; /* maximum field growth */
86 int index; /* into form -> field */
93 struct fieldnode * link; /* linked field chain */
95 FIELDTYPE * type; /* field type */
97 char * buf; /* field buffers */
114 /* scrollable field */
124 FIELD ** field; /* field [maxfield] */ member in struct:formnode
[all...]
/osnet-11/usr/src/lib/libfru/include/
H A Dlibfru.h125 } field; member in union:__anon1656
143 } field; member in union:__anon1658
162 /* segment descriptor field perm. */
179 } field; member in union:__anon1660
192 } field; member in union:__anon1662

Completed in 98 milliseconds

12