Home
last modified time | relevance | path

Searched refs:field (Results 76 – 100 of 337) sorted by relevance

12345678910>>...14

/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.h359 # define httpGetField(http,field) (http)->fields[field] argument
361 extern char *httpGetSubField(http_t *http, http_field_t field,
378 extern void httpSetField(http_t *http, http_field_t field,
H A Dhttp.c660 http_field_t field, /* I - Field index */ in httpGetSubField() argument
670 http, field, name, value)); in httpGetSubField()
673 field < HTTP_FIELD_ACCEPT_LANGUAGE || in httpGetSubField()
674 field > HTTP_FIELD_WWW_AUTHENTICATE || in httpGetSubField()
678 for (fptr = http->fields[field]; *fptr;) in httpGetSubField()
783 http_field_t field, /* I - Field index */ in httpSetField() argument
787 field < HTTP_FIELD_ACCEPT_LANGUAGE || in httpSetField()
788 field > HTTP_FIELD_WWW_AUTHENTICATE || in httpSetField()
792 strlcpy(http->fields[field], value, HTTP_MAX_VALUE); in httpSetField()
1554 http_field_t field; /* Field index */ in httpUpdate() local
[all …]
/illumos-gate/usr/src/lib/nsswitch/compat/common/
H A Dgetspent.c125 #define override(field, longp) \ argument
126 if ((field) != 0) { \
128 long val = strtol(field, &end, 10); \
/illumos-gate/usr/src/test/bhyve-tests/tests/vmm/
H A Ddatarw_vcpu.c47 struct vdi_field_entry_v1 field = { in check_inval_field() local
54 .vdx_len = sizeof (field), in check_inval_field()
55 .vdx_data = &field, in check_inval_field()
/illumos-gate/usr/src/cmd/mailx/
H A Dutil.c142 hfield(char field[], struct message *mp, char *(*add)(char *, char *)) in hfield() argument
156 if (ishfield(linebuf, field)) in hfield()
237 ishfield(char linebuf[], char field[]) in ishfield() argument
246 if (icequal(linebuf, field)) { in ishfield()
716 isign(char *field, int saving) in isign() argument
724 istrcpy(realfld, sizeof (realfld), field); in isign()
/illumos-gate/usr/src/test/nvme-tests/tests/unit/
H A Dcontrollers.c319 const nvme_field_info_t *field; in nvme_unit_field_test_one() local
323 field = &test->nu_fields[test->nu_index]; in nvme_unit_field_test_one()
324 err = nvme_field_validate(field, test->nu_data, test->nu_value, buf, in nvme_unit_field_test_one()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dtreemove.sh116 x_t c.x[4][5][8].field
118 typeset -m c.x[4][6][9].field=x
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore.h122 #define ECORE_MFW_GET_FIELD(name, field) \ argument
123 (((name) & (field ## _MASK)) >> (field ## _SHIFT))
125 #define ECORE_MFW_SET_FIELD(name, field, value) \ argument
127 (name) &= ~(((u64)field ## _MASK) << ((u64)field ## _SHIFT)); \
128 (name) |= (((value) << (field ## _SHIFT)) & (field ## _MASK)); \
/illumos-gate/usr/src/cmd/mdb/intel/modules/amd_opteron/
H A Dao.c60 uintptr_t field; in ao_nbcfg_describe() local
77 if ((field = (val & AMD_NB_CFG_LDTLINKSEL_MASK)) != 0) { in ao_nbcfg_describe()
78 mdb_printf("\tLdtLinkSel = %d", field >> in ao_nbcfg_describe()
/illumos-gate/usr/src/cmd/sort/
H A Dtypes.h81 typedef struct field { struct
82 struct field *f_next; argument
87 ssize_t (*f_convert)(struct field *, line_rec_t *, argument
/illumos-gate/usr/src/common/nvme/
H A Dnvme_feature.c51 nvme_get_feat_supported_sel(const nvme_field_info_t *field, in nvme_get_feat_supported_sel() argument
60 field->nlfi_human, field->nlfi_spec); in nvme_get_feat_supported_sel()
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/
H A Daclinux.h296 #define ACPI_STRUCT_INIT(field, value) .field = value argument
/illumos-gate/usr/src/cmd/cmd-crypto/elfsign/
H A Delfsign.c92 enum field_e field; /* -f <field> */ member
115 enum field_e field; member
170 cmd_info.field = FLD_UNKNOWN; in main()
233 cmd_info.field = FLD_UNKNOWN; in main()
236 cmd_info.field = fp->field; in main()
240 if (cmd_info.field == FLD_UNKNOWN) { in main()
980 switch (cmd_info.field) { in do_list()
1016 switch (cmd_info.field) { in do_list()
/illumos-gate/usr/src/boot/sys/sys/
H A Dcdefs.h478 #define __offsetof(type, field) __builtin_offsetof(type, field) argument
481 #define __offsetof(type, field) \ argument
482 ((__size_t)(__uintptr_t)((const volatile void *)&((type *)0)->field))
484 #define __offsetof(type, field) \ argument
487 (static_cast<type *> (0)->field))))
/illumos-gate/usr/src/cmd/oawk/
H A DEXPLAIN28 1. Each variable and field can potentially be a string
64 5. The type of a field is determined by context
74 the type of each field is determined on input by
76 each field that contains only a number (in the
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access.c439 offset_tbl[cnt].fixed = segdesc.field.fixed; in build_offset_tbl()
624 char *field; in get_container_info() local
662 token = tokenizer(field, ":", &field, &matched); in get_container_info()
669 token = tokenizer(field, ":\n", &field, &matched); in get_container_info()
681 field.read_only = 1; in get_container_info()
684 field.read_only = 0; in get_container_info()
692 field.read_only = 1; in get_container_info()
733 token = tokenizer(field, ":\n ", &field, &matched); in get_container_info()
1394 fixed_segment = new_seg_desc->field.fixed; in fru_add_segment()
2020 if (!segdesc->field.ignore_checksum) { in get_dev_or_buffered_packets()
[all …]
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dheaders.c538 allocheader(field, value, flags, rp, space) in allocheader() argument
539 char *field; in allocheader()
549 s = stab(field, ST_HEADER, ST_FIND);
553 h->h_field = field;
601 addheader(field, value, flags, e, space) in addheader() argument
602 char *field; in addheader()
615 if (sm_strcasecmp(field, h->h_field) == 0)
655 char *field;
708 hvalue(field, header) in hvalue() argument
709 char *field; in hvalue()
[all …]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/
H A Dutils.h223 #define FIELD_SIZE(type, field) (sizeof(((type *)0)->field)) argument
/illumos-gate/usr/src/cmd/power/
H A Dconf.c48 #define MCCPY_FIELD(dst, src, field) \ argument
49 (void) memccpy(&dst.field, &src.field, 0, sizeof (dst.field) - 1)
/illumos-gate/usr/src/cmd/bnu/
H A DDialcodes25 # that can be used in the 'Phone' field of the Systems
31 # file 'Phone' field, and 'dial-seq' is the dial sequence
/illumos-gate/usr/src/cmd/dtrace/
H A Ddtrace.c822 #define BUFDUMPSTR(ptr, field) \ argument
823 (void) printf("%s: %20s => ", g_pname, #field); \
824 if ((ptr)->field != NULL) { \
825 const char *c = (ptr)->field; \
840 #define BUFDUMPASSTR(ptr, field, str) \ argument
843 #define BUFDUMP(ptr, field) \ argument
844 (void) printf("%s: %20s => %lld\n", g_pname, #field, \
845 (long long)(ptr)->field);
847 #define BUFDUMPPTR(ptr, field) \ argument
848 (void) printf("%s: %20s => %s\n", g_pname, #field, \
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dstty.c124 unsigned char field; member
371 switch (tp->field) in sane()
496 switch(tp->field) in output()
663 switch(tp->field) in set()
723 if (tp->field == C_SPEED) in set()
735 switch (tp->field) in set()
823 static void listfields(Sfio_t *sp,int field) in listfields() argument
828 if(Ttable[i].field==field && Ttable[i].type==BIT && *Ttable[i].description) in listfields()
/illumos-gate/usr/src/uts/i86pc/cpu/scripts/
H A Dao_gendisp.pl177 my ($field, $valuesref, $name, $prefix) = @_;
179 if ($field eq "-") {
190 } split(/\//, $field);
/illumos-gate/usr/src/cmd/lofiadm/
H A Dmain.c849 #define nullfield(i) ((field[(i)+1] - field[(i)]) <= 1) in parsetoken()
854 if ((n = (field[(i)+1] - field[(i)])) > 1) { \ in parsetoken()
856 (void) strncpy((fld), field[(i)], n); \ in parsetoken()
863 char *field[NFIELDS + 1]; /* +1 to catch extra delimiters */ in parsetoken() local
874 field[0] = spec; in parsetoken()
876 field[i] = strchr(field[i-1], ':'); in parsetoken()
877 if (field[i] == NULL) in parsetoken()
879 field[i]++; in parsetoken()
883 if (field[NFIELDS] != NULL) /* too many fields */ in parsetoken()
885 field[NFIELDS] = strchr(field[NFIELDS-1], '\0') + 1; in parsetoken()
/illumos-gate/usr/src/lib/libnvme/common/
H A Dlibnvme_format.c74 nvme_format_req_field_t field) in nvme_format_req_clear_need() argument
76 req->nfr_need &= ~(1 << field); in nvme_format_req_clear_need()

12345678910>>...14