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

1234

/illumos-gate/usr/src/cmd/format/
H A Dix_altsctr.c597 uint_t field = badsec % 8; local
601 mask >>= field; local
/illumos-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) {
/illumos-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;
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmttydefs.c74 int input,state,size,rawc,field; local
139 field = state;
168 field = state;
181 field = state;
193 field = state;
202 field = state;
209 field = state;
222 field = state;
256 log("Parsing failure in the \"%s\" field\n"
257 "%s<--error detected here\n", states[field],lin
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_encode.h200 strings, field descriptors, functions) most of which don't need
233 /* Encode this object using a single field descriptor. This may
234 mean the atype/field breakdown needs revision....
271 const struct field_info *field; member in struct:atype_info
301 structure field, so we use the function pointer type that uses
332 loaded from the indicated location, not the address of the field.
422 pointer-to-pointer-to-thing field, make a DEFPTRTYPE of this type,
423 and use that type for the structure field. */
488 /* Sequence field descriptor.
502 /* Field ATYPE describes processing of field a
[all...]
/illumos-gate/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...]
/illumos-gate/usr/src/lib/libcmd/common/
H A Dstty.c47 "Modes are listed by group corresponding to field in the "
122 unsigned char field; member in struct:tty_s
369 switch (tp->field)
494 switch(tp->field)
661 switch(tp->field)
721 if (tp->field == C_SPEED)
733 switch (tp->field)
821 static void listfields(Sfio_t *sp,int field) argument
826 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...]
/illumos-gate/usr/src/cmd/mailx/
H A Dcmd2.c611 char field[BUFSIZ]; local
619 istrcpy(field, sizeof (field), *ap);
621 if (member(field, retain))
624 h = hash(field);
630 calloc(strlen(field) + 1, sizeof (char))) == NULL) {
633 strcpy(igp->i_field, field);
677 char **ap, field[BUFSIZ]; local
700 istrcpy(field, sizeof (field), *a
724 char field[BUFSIZ]; local
797 char **ap, field[BUFSIZ]; local
[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...]
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...]
/illumos-gate/usr/src/cmd/kvmstat/
H A Dkvmstat.c45 char *ksf_header; /* header for field */
47 int ksf_width; /* width for field in output line */
48 uint32_t ksf_flags; /* flags for this field, if any */
49 int ksf_hint; /* index hint for field in kstat */
83 kstat_field_hint(kstat_t *ksp, kstat_field_t *field) argument
91 if (strcmp(field->ksf_name, nm[i].name) == 0)
92 return (field->ksf_hint = i);
95 fatal("could not find field '%s' in %s:%d\n",
96 field->ksf_name, ksp->ks_name, ksp->ks_instance);
270 kstat_field_t *field local
[all...]
/illumos-gate/usr/src/tools/cscope-fast/
H A Ddisplay.c46 #define displayfcn() (field <= ASSIGN)
52 int field; /* input field */ variable
53 unsigned fldcolumn; /* input field column */
55 int selectlen; /* selection number field length */
63 static int fldline; /* input field line */
65 /* field length */
66 static int booklen; /* OGS book name display field length */
67 static int filelen; /* file name display field length */
68 static int fcnlen; /* function name display field lengt
[all...]
/illumos-gate/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...]
/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_gld_v3.c94 sfxge_phy_dfl_cap_test64(sfxge_t *sp, uint32_t field) argument
96 return (sfxge_phy_cap_test(sp, EFX_PHY_CAP_DEFAULT, field, NULL) ?
102 sfxge_phy_cur_cap_test64(sfxge_t *sp, uint32_t field) argument
104 return (sfxge_phy_cap_test(sp, EFX_PHY_CAP_CURRENT, field, NULL) ?
109 sfxge_phy_lp_cap_test64(sfxge_t *sp, uint32_t field) argument
111 return (sfxge_phy_lp_cap_test(sp, field) ? 1ull : 0ull);
/illumos-gate/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,
/illumos-gate/usr/src/lib/efcode/engine/
H A Dinteractive.c111 field(fcode_env_t *env) function
791 FORTH(IMMEDIATE, "field", field);
/illumos-gate/usr/src/lib/libfru/libfruraw/
H A Dfru_access_impl.h90 } field; member in union:__anon3253
/illumos-gate/usr/src/lib/libcommputil/common/
H A Dsdp.c294 * Adds origin field to the session.
338 * Adds session name field to the session.
352 * Adds session information field to the session or media section of SDP.
366 * Adds uri field to the session.
380 * Adds email address field to the session.
393 * Adds phone number field to the session.
406 * Adds connection field to the session or media section of SDP
453 * Adds bandwidth field to the session or media section of SDP.
485 * Adds time field to the session
520 * Adds repeat field t
1127 sdp_delete_all_field(sdp_session_t *session, const char field) argument
1196 sdp_delete_all_media_field(sdp_media_t *media, const char field) argument
[all...]
/illumos-gate/usr/src/common/crypto/ecc/
H A Decl-exp.h50 /* Curve field type */
59 ECField field; member in struct:ECCurveParamsStr
/illumos-gate/usr/src/common/devid/
H A Ddevid_scsi.c326 * Ensure that the page length field - third and 4th bytes
333 * in this field.
340 /* length field is 0! */
344 /* length field exceeds expected size of 255 bytes */
360 * Ensure that the length field is non zero
382 * The spec says that if the PIV field is 0 OR the
383 * association field contains value other than 1 and 2,
384 * then the protocol identifier field should be ignored.
385 * If association field contains a value of 1 or 2
386 * and the PIV field i
1485 scsi_ascii_inquiry_len(char *field, size_t length) argument
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/
H A Dfru_access_impl.h99 } field; member in union:__anon1082
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access_impl.h96 } field; member in union:__anon1149
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/
H A Dpiclsmc.c172 /* data field for request */
231 * routine to read the IPMI common header field
260 * Read the values of each field based on FORMAT
264 read_bd_fields(uint8_t *field, int offset, format_t *format) argument
271 bzero(field, MANR_MAX_LENGTH);
324 (void) memcpy(field, store, alloc_size);
382 current_offset += 1; /* for length/type field */
385 current_offset += 1; /* for length/type field */
389 current_offset += 1; /* for length/type field */
393 current_offset += 1; /* for length/type field */
[all...]
/illumos-gate/usr/src/cmd/prtfru/
H A Dprtfru.c452 static int check_utf_char(const uint8_t *field, int len) argument
458 for (i = 0; i < len && field[i]; i++) {
459 (void) sprintf(tmp1, "%2.2X", field[i]);
461 if (iswprint(field[i]) == 0) {
463 (void) sprintf(tmp1, " : 0x%2.2X", field[i]);
477 * Safely pretty-print the value of a field
480 print_field(const uint8_t *field, const fru_regdef_t *def) argument
505 ((field[i] & 0x80) ? '1' : '0'),
506 ((field[i] & 0x40) ? '1' : '0'),
507 ((field[
[all...]

Completed in 99 milliseconds

1234