Home
last modified time | relevance | path

Searched refs:field (Results 226 – 250 of 338) sorted by relevance

12345678910>>...14

/illumos-gate/usr/src/common/crypto/ecc/
H A DTHIRDPARTYLICENSE89 * The Original Code is the elliptic curve math library for binary polynomial field curves.
126 * The Original Code is the elliptic curve math library for binary polynomial field curves.
315 * The Original Code is the elliptic curve math library for prime field curves.
352 * The Original Code is the elliptic curve math library for prime field curves.
394 * The Original Code is the elliptic curve math library for prime field curves.
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DObjective.java261 Field field = clazz.getDeclaredField("name"); in registerObjectives() local
262 String key = (String) field.get(null); in registerObjectives()
/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dlock_prim.S286 ldn [%o0], %o1 ! get the owner field
305 ldn [%o0], %o1 ! get the owner field
/illumos-gate/usr/src/cmd/lp/filter/postscript/font/devpost/charlib/
H A DBRACKETS_NOTE26 code field in the S font file for lc, rc, lf, and rf is set to 1. A code larger
/illumos-gate/usr/src/test/libc-tests/cfg/symbols/
H A DREADME26 Within these various declarations, we have the following field types:
/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/uts/sun4u/cpu/
H A Dus3_cheetahplus_asm.S590 or %g4, %g3, %g3 ! the tlo_info field for logout
729 or %g4, %g3, %g3 ! field for logout
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_encode.h271 const struct field_info *field; member
/illumos-gate/usr/src/cmd/troff/nroff.d/terms.d/
H A DREADME51 First field is the string identifying the value (this is not verified),
/illumos-gate/usr/src/cmd/oawk/
H A Dawk.def76 extern CELL *maxmfld; /* pointer to CELL for maximum field assigned to */
/illumos-gate/usr/src/tools/smatch/src/
H A Dparse.c780 struct symbol *field, *last = NULL; in parse_struct_declaration() local
783 FOR_EACH_PTR(sym->symbol_list, field) { in parse_struct_declaration()
784 if (!field->ident) { in parse_struct_declaration()
785 struct symbol *base = field->ctype.base_type; in parse_struct_declaration()
790 last->next_subobject = field; in parse_struct_declaration()
791 last = field; in parse_struct_declaration()
792 } END_FOR_EACH_PTR(field); in parse_struct_declaration()
/illumos-gate/usr/src/cmd/cxgbetool/
H A Dcudbg_view.c4001 struct cudbg_cntxt_field *field, in show_cntxt() argument
4018 while (field->name) { in show_cntxt()
4021 u32 index = field->start_bit / 32; in show_cntxt()
4022 u32 bits = field->start_bit % 32; in show_cntxt()
4023 u32 width = field->end_bit - field->start_bit + 1; in show_cntxt()
4032 if (field->islog2) in show_cntxt()
4036 field->name, data << field->shift); in show_cntxt()
4037 field++; in show_cntxt()
/illumos-gate/usr/src/cmd/svc/configd/
H A Dbackend.c122 #define UPDATE_TOTALS_WR(sb, writing, field, ts, vts) { \ argument
123 backend_spent_t *__bsp = &(sb)->be_totals[!!(writing)].field; \
129 #define UPDATE_TOTALS(sb, field, ts, vts) \ argument
130 UPDATE_TOTALS_WR(sb, (sb)->be_writing, field, ts, vts)
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_alloc.c1388 int blk, field, subfield, pos; in mapsearch() local
1435 field = around[allocsiz]; in mapsearch()
1440 if ((blk & field) == subfield) { in mapsearch()
1444 field <<= 1; in mapsearch()
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_connect.c94 #define LIST_FOREACH(var, head, field) \ argument
95 for ((var) = (head)->lh_first; (var); (var) = (var)->field.le_next)
/illumos-gate/usr/src/uts/sun4u/lw8/io/
H A Dntwdt.c341 #define OFFSET(base, field) ((char *)&base.field - (char *)&base) argument
/illumos-gate/usr/src/cmd/fm/modules/common/fabric-xlate/
H A Dfx_fabric.c35 #define FAB_LOOKUP(sz, name, field) \ argument
36 (void) nvlist_lookup_uint ## sz(nvl, name, field)
/illumos-gate/usr/src/tools/cscope-fast/
H A Dmain.c497 field = *buf - '0'; in main()
621 field = *s - '0'; in options()
/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.c176 #define AAC_GET_FIELD8(acc, d, s, field) \ argument
177 (d)->field = ddi_get8(acc, (uint8_t *)&(s)->field)
178 #define AAC_GET_FIELD32(acc, d, s, field) \ argument
179 (d)->field = ddi_get32(acc, (uint32_t *)&(s)->field)
180 #define AAC_GET_FIELD64(acc, d, s, field) \ argument
181 (d)->field = ddi_get64(acc, (uint64_t *)&(s)->field)
182 #define AAC_REP_GET_FIELD8(acc, d, s, field, r) \ argument
183 ddi_rep_get8((acc), (uint8_t *)&(d)->field, \
184 (uint8_t *)&(s)->field, (r), DDI_DEV_AUTOINCR)
185 #define AAC_REP_GET_FIELD32(acc, d, s, field, r) \ argument
[all …]
/illumos-gate/usr/src/cmd/bnu/
H A DREADME63 parms.h). If the ;time field is specified, that will always
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A DREADME.XLINK249 If you do add a new field to ld_targ that uses NULL to represent
252 add a comment for your new field. In the absence of such a comment,
262 FLG_OF1_ENCDIFF bit of the ofl_flags field of the output file
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c6826 compare_field(char *full_name, char *field_item, int field) in compare_field() argument
6828 --field; in compare_field()
6829 while ((*full_name != '\0') && (field != 0)) { in compare_field()
6831 field--; in compare_field()
6835 if (field != 0) { in compare_field()
6862 component_cat(char *link, char *name, int field) in component_cat() argument
6869 if (field == 0) { in component_cat()
6878 --field; in component_cat()
6879 while ((*name != '\0') && (field != 0)) { in component_cat()
6881 --field; in component_cat()
[all …]
/illumos-gate/usr/src/uts/common/io/bnx/570x/driver/common/lmdev/
H A Dbnx_hw_reset.c1957 #define KNL_L4_MASK(field) \ argument
1958 (1<<(OFFSETOF(l4_context_t, l4ctx_l4_bd_chain_##field) & ~0x80)/sizeof(u32_t))
1960 #define KNL_L5_MASK(field) \ argument
1961 (1<<(OFFSETOF(l5_context_t, l5ctx_##field) & ~0x80)/sizeof(u32_t))
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dtable.test140 # Create a table with many field names
202 append sql "field$k text,"
/illumos-gate/usr/src/cmd/cmd-inet/etc/dhcp/
H A Dinittab122 # DHCP packet fields. Code field is byte offset into DHCP packet.

12345678910>>...14