Searched defs:field (Results 51 - 75 of 84) sorted by relevance

1234

/illumos-gate/usr/src/cmd/addbadsec/
H A Dix_altsctr.c581 uint_t field = badsec % 8; local
585 mask >>= field; local
/illumos-gate/usr/src/uts/i86xpv/io/
H A Dprivcmd_hcall.c62 uaddr_from_handle(void *field) argument
64 struct { void *p; } *hdl = field;
148 import_handle(import_export_t *iep, void *field, size_t size, int flags) argument
150 struct { void *p; } *hdl = field;
154 ptr = uaddr_from_handle(field);
/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.c38 * httpGetSubField() - Get a sub-field value.
63 * http_field() - Return the field index for a field name.
657 * 'httpGetSubField()' - Get a sub-field value.
662 http_field_t field, /* I - Field index */
663 const char *name, /* I - Name of sub-field */
666 const char *fptr; /* Pointer into field */
671 DEBUG_printf(("httpGetSubField(http=%p, field=%d, name=\"%s\", value=%p)\n",
672 http, field, name, value));
675 field < HTTP_FIELD_ACCEPT_LANGUAG
661 httpGetSubField(http_t *http, http_field_t field, const char *name, char *value) argument
784 httpSetField(http_t *http, http_field_t field, const char *value) argument
1556 http_field_t field; /* Field index */ local
[all...]
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dserver.c836 char *field; local
840 /* find end of field */
842 field = sasl_ALLOC(d + 1);
843 if (!field) { return NULL; }
844 memcpy(field, line, d);
845 field[d] = '\0';
848 return field;
2306 * most likely to be deployed and useful in the field.
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlbridge.c1354 int field, int *valuep)
1364 switch (field) {
1353 dladm_bridge_get_port_cfg(dladm_handle_t handle, datalink_id_t linkid, int field, int *valuep) argument
/illumos-gate/usr/src/lib/libeti/form/inc/
H A Dform.h51 PTF_int fcheck; /* field validation */
64 int pmin; /* first field on page */
65 int pmax; /* last field on page */
66 int smin; /* top leftmost field */
84 int maxgrow; /* maximum field growth */
89 int index; /* into form -> field */
96 struct fieldnode * link; /* linked field chain */
98 FIELDTYPE * type; /* field type */
100 char * buf; /* field buffers */
117 /* scrollable field */
127 FIELD ** field; /* field [maxfield] */ member in struct:formnode
[all...]
/illumos-gate/usr/src/lib/libfru/include/
H A Dlibfru.h125 } field; member in union:__anon3233
143 } field; member in union:__anon3235
162 /* segment descriptor field perm. */
179 } field; member in union:__anon3237
192 } field; member in union:__anon3239
/illumos-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...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/
H A Dfru_access_impl.h154 } field; member in union:__anon1213
/illumos-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...]
/illumos-gate/usr/src/cmd/cmd-crypto/elfsign/
H A Delfsign.c92 enum field_e field; /* -f <field> */ member in struct:__anon81
115 enum field_e field; member in struct:field_s
170 cmd_info.field = FLD_UNKNOWN;
233 cmd_info.field = FLD_UNKNOWN;
236 cmd_info.field = fp->field;
240 if (cmd_info.field == FLD_UNKNOWN) {
241 cryptodebug("Invalid field option");
389 "\telfsign list -f field
[all...]
/illumos-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 *,
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dkdc_util.c502 * ASSUMPTIONS: This procedure assumes that the transited field from
507 * transited field will be in compressed form. The
508 * basis step is an empty transited field which is, by
511 * ARGUMENTS: krb5_data *tgt_trans Transited field from TGT
512 * krb5_data *new_trans The transited field for the new ticket
517 * to be added to the transited field.
524 * implicitly part of the transited field of the new ticket
530 * transited field.
536 * Memory will be allocated for the new transited field
540 * BUGS: The space allocated for the new transited field i
1035 fetch_asn1_field(unsigned char *astream, unsigned int level, unsigned int field, krb5_data *data) argument
[all...]
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_alloc.c1389 int blk, field, subfield, pos; local
1436 field = around[allocsiz];
1441 if ((blk & field) == subfield) {
1445 field <<= 1;
H A Dufs_subr.c1477 int field, subfield; local
1488 field = around[siz];
1491 if ((fragmap & field) == subfield) {
1495 field <<= siz;
1498 field <<= 1;
/illumos-gate/usr/src/uts/common/io/comstar/port/pppt/
H A Dalua_ic_if.c62 * of the struct field.
67 #define NVLIST_ADD_FIELD(type, structure, field) \
69 rc = nvlist_add_##type(nvl, #field, structure->field); \
75 #define NVLIST_ADD_ARRAY(type, structure, field) \
77 rc = nvlist_add_##type##_array(nvl, #field, \
78 structure->field, sizeof (structure->field)); \
84 * use this macro when the array field is a ptr or you need to explictly
87 #define NVLIST_ADD_ARRAY_LEN(type, structure, field, le
2287 stmf_ic_nvlookup_warn(const char *func, char *field) argument
[all...]
/illumos-gate/usr/src/lib/libdisasm/common/
H A Ddis_sparc_fmt.c68 * or have a few minor differences (which are described in the 'flags' field
982 * The register sets used for %rd are set in the instructions flags field
983 * The asi variants are used if FLG_ASI is set in the instructions flags field
1042 /* fcn field is the same as rd */
2178 * For debugging, print out a field of the instruction
2179 * field is the name of the field
2180 * val is the value of the field
2181 * len is the length of the field (in bits)
2186 prt_field(const char *field, uint32_ argument
2193 prt_field(const char *field, uint32_t val, int len) argument
[all...]
/illumos-gate/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...]
/illumos-gate/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...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/
H A Dfru_access.c445 offset_tbl[cnt].fixed = segdesc.field.fixed;
632 char *field; local
645 token = tokenizer(buf, "#", &field, &matched);
647 token = tokenizer(buf, ":", &field, &matched);
668 token = tokenizer(field, ":", &field, &matched);
675 token = tokenizer(field, ":\n", &field, &matched);
684 num_sections].description.field.read_only = 1;
687 num_sections].description.field
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access.c441 offset_tbl[cnt].fixed = segdesc.field.fixed;
626 char *field; local
641 token = tokenizer(buf, "#", &field, &matched);
643 token = tokenizer(buf, ":", &field, &matched);
664 token = tokenizer(field, ":", &field, &matched);
671 token = tokenizer(field, ":\n", &field, &matched);
683 field.read_only = 1;
686 field
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.h273 char field[IPQOS_CONF_PNAME_LEN]; member in struct:ipqos_conf_act_ref_s
/illumos-gate/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...]
/illumos-gate/usr/src/cmd/lofiadm/
H A Dmain.c834 #define nullfield(i) ((field[(i)+1] - field[(i)]) <= 1)
839 if ((n = (field[(i)+1] - field[(i)])) > 1) { \
841 (void) strncpy((fld), field[(i)], n); \
848 char *field[NFIELDS + 1]; /* +1 to catch extra delimiters */ local
859 field[0] = spec;
861 field[i] = strchr(field[i-1], ':');
862 if (field[
[all...]

Completed in 110 milliseconds

1234