Home
last modified time | relevance | path

Searched refs:field (Results 1 – 25 of 338) sorted by path

12345678910>>...14

/illumos-gate/exception_lists/
H A Dinterface_cmp98 # executables already in the field that were bound to it.
/illumos-gate/usr/src/
H A DMakefile.master432 CERRWARN += -_gcc=-Wno-missing-field-initializers
450 CCERRWARN += -_gcc=-Wno-missing-field-initializers
/illumos-gate/usr/src/boot/libsa/
H A Dufs.c130 #define DIP(fp, field) \ argument
132 (fp)->f_di.di1.field : (fp)->f_di.di2.field)
/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))))
H A Dqueue.h229 #define SLIST_NEXT(elm, field) ((elm)->field.sle_next) argument
247 SLIST_NEXT(SLIST_NEXT(elm, field), field); \
435 LIST_NEXT((elm), field)->field.le_prev != \
481 LIST_NEXT((listelm), field)->field.le_prev = \
489 (elm)->field.le_prev = (listelm)->field.le_prev; \
503 #define LIST_NEXT(elm, field) ((elm)->field.le_next) argument
516 LIST_NEXT((elm), field)->field.le_prev = \
518 *(elm)->field.le_prev = LIST_NEXT((elm), field); \
585 TAILQ_NEXT((elm), field)->field.tqe_prev != \
665 TAILQ_NEXT((elm), field)->field.tqe_prev = \
[all …]
H A Dstddef.h41 #define offsetof(type, field) __offsetof(type, field) argument
H A Dtypes.h295 #define offsetof(type, field) __offsetof(type, field) argument
/illumos-gate/usr/src/cmd/acpi/iasl/
H A Dnew_table.txt26 (Don't use xxxxx[1] for a field that can have multiple items.)
/illumos-gate/usr/src/cmd/addbadsec/
H A Dix_altsctr.c581 uint_t field = badsec % 8; in altsmap_getbit() local
585 mask >>= field; in altsmap_getbit()
/illumos-gate/usr/src/cmd/bhyvectl/
H A Dbhyvectl.c401 vm_get_vmcs_field(struct vcpu *vcpu, int field, uint64_t *ret_val) in vm_get_vmcs_field() argument
408 vm_set_vmcs_field(struct vcpu *vcpu, int field, uint64_t val) in vm_set_vmcs_field() argument
/illumos-gate/usr/src/cmd/bnu/
H A DDevconfig38 # caller type (3rd field in Systems file, 1st field in Devices file),
H A DDevices31 # Types that appear in the 5th field must be either built-in
34 # field in the Dialers file.
38 # Both refer to the phone number field in the Systems file (field 5)
68 # (The third field in Systems matches the first field in Devices)
127 # either in the Devices file (where device type is field 1)
128 # or in the Systems file (where it is field 3).
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
H A DDialers27 # Each caller type that appears in the Devices file (5th field)
H A DGrades42 # to code the job_size field. K, M, and
48 # the id_list is contained in this field.
50 # the only valid arguments of this field.
H A DREADME63 parms.h). If the ;time field is specified, that will always
H A DSystems41 # in the format "[expect send] ...". The expect field
/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/cmd/cmd-inet/etc/dhcp/
H A Dinittab122 # DHCP packet fields. Code field is byte offset into DHCP packet.
H A Dinittab660 # DHCPv6 packet fields. Code field is byte offset into DHCPv6 packet.
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A DREADME204 field (which is used for NCUs only).
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A DREADME.v6804 'htype' field.
887 - The dsm_name field currently just points to the lif_name on the
H A Ddhcpagent.dfl84 # (and hence, the chaddr field is used by the DHCP server as the
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dasppp2pppd192 local(@words,$snippet,$field,$havefield,$cont,@triparray,$maytrail);
256 $field .= $snippet;
258 push(@words, $field) if $havefield;
260 $field = '';
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dtrace.c653 uint64_t field, in trace_bits() argument
666 while (field != 0 && in trace_bits()
668 if ((b & field) == b) { in trace_bits()
675 field &= ~(b | tbl->bits_clear); in trace_bits()
679 if (field != 0) { in trace_bits()
682 (void) fprintf(ftrace, "%#llx", field); in trace_bits()
713 while (field != 0 && tbl->bits_mask != 0) { in trace_string()
726 if (field != 0) { in trace_string()
729 cp += sprintf(cp, "%#x", field); in trace_string()
740 if_bit_string(uint_t field, boolean_t force) in if_bit_string() argument
[all …]

12345678910>>...14