Searched refs:field (Results 226 - 246 of 246) sorted by relevance

12345678910

/opensolaris-onvv-gate/usr/src/common/crypto/aes/amd64/
H A Daes_amd64.s221 / finite field multiplies by {02}, {04} and {08}
227 / finite field multiplies required in table generation
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/x509/
H A Dx509.h363 /* The field separator information */
371 #define XN_FLAG_SEP_MULTILINE (4 << 16) /* One line per field */
375 /* How the field name is shown */
382 #define XN_FLAG_FN_NONE (3 << 21) /* No field names */
392 #define XN_FLAG_FN_ALIGN (1 << 25) /* Align field names to 20 characters */
1100 const char *field, int type, const unsigned char *bytes, int len);
1103 int X509_NAME_add_entry_by_txt(X509_NAME *name, const char *field, int type,
/opensolaris-onvv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_k_encode.c68 /* asn1_addfield -- add a field, or component, to the encoding */
283 the same time, might as well add the msg-type field and encode both
1378 addlenfield(rep->field_length, rep->field, i-1, asn1_type);
1381 retval = asn1_encode_asn1_type(buf,rep->field,&length);
1398 /* asn1_addlenfield -- add a field whose length must be separately specified */
1410 /* asn1_addfield_implicit -- add an implicitly tagged field, or component, to the encoding */
/opensolaris-onvv-gate/usr/src/uts/sun4/os/
H A Dstartup.c2977 #define OFFSET(type, field) ((uintptr_t)(&((type *)0)->field))
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/
H A DUCD.pm107 comment ISO 10646 comment field
/opensolaris-onvv-gate/usr/src/lib/libsqlite/tool/
H A Dspaceanal.tcl356 includes formatting information such as nul-terminators and field-lengths
/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dstream.c133 #define DBLK_RTFU_SHIFT(field) \
134 (8 * (&((dblk_t *)0)->db_struioflag - &((dblk_t *)0)->field))
136 #define DBLK_RTFU_SHIFT(field) \
137 (8 * (&((dblk_t *)0)->field - &((dblk_t *)0)->db_ref))
1293 * runbufcalls(). Since bcp_id field is returned, we save its value in
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c292 /* table of name to id mappings for originator field */
857 * it is placed in this opaque private field.
1002 * it is placed in this opaque private field.
6307 res = add_aref(&cls->alist, src->alist->field, src->alist->name);
6741 * add an action reference element with parameter field and action
6748 char *field,
6767 if (field)
6768 (void) strlcpy(aref->field, field, IPQOS_CONF_PNAME_LEN);
7004 /* change class originator field t
6746 add_aref( ipqos_conf_act_ref_t **arefs, char *field, char *action_name) argument
[all...]
/opensolaris-onvv-gate/usr/src/cmd/file/
H A Dmagic269 >3 byte &0x4 , extra field
/opensolaris-onvv-gate/usr/src/lib/librdc/common/
H A Drdcconfig.c75 extern int replace_cfgfield(rdcconfig_t *rdcs, char *field, char *value);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dconfig_h.SH430 * available to select active file descriptors. If the timeout field
682 * of directory entry names is provided by a d_namlen field. Otherwise
683 * you need to do strlen() on the d_name field.
1168 * This macro is used to access the _ptr field (or equivalent) of the
1177 * This macro is used to access the _cnt field (or equivalent) of the
1205 * This symbol is defined if the _base field (or similar) of the
1208 * will also be defined and should be used to access this field.
1214 * This macro is used to access the _base field (or equivalent) of the
1220 * buffer pointed to by _base field (or equivalent) of the FILE
1264 * the struct tm has a tm_zone field
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DNNTP.pm955 Obtain the header field C<HEADER> for all the messages specified.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DLaTeX.pm403 # Cause the '=head1 NAME' field to be treated specially
408 # Also creates a purpose field
598 Its value is set automatically from the C<NAME> field
/opensolaris-onvv-gate/usr/src/cmd/truss/
H A Dexpound.c1192 const char *field, uint_t ports)
1196 (void) printf("%s\t%s\t%s=", pri->pname, mode, field);
1191 show_audio_ports(private_t *pri, const char *mode, const char *field, uint_t ports) argument
/opensolaris-onvv-gate/usr/src/lib/libc/port/
H A Dllib-lc418 int ffs(int field);
/opensolaris-onvv-gate/usr/src/uts/common/inet/ip/
H A Dspdsock.c696 #define ADDR2SEL(sel, extv, field, pfield, extn, bit) \
708 bcopy((ap+1), &((sel)->field), addrlen); \
/opensolaris-onvv-gate/usr/src/uts/common/io/usb/clients/video/usbvc/
H A Dusbvc.c2958 bufs[i].v4l2_buf.field = V4L2_FIELD_NONE;
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/daktari/conf/
H A Dpsvcobj.conf39 * <addr_spec field> <addr_spec field> ... <addr_spec field>
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/silverstone/conf/
H A Dpsvcobj.conf39 * <addr_spec field> <addr_spec field> ... <addr_spec field>
/opensolaris-onvv-gate/usr/src/lib/libscf/common/
H A Dlowlevel.c150 #define HOLD_HANDLE(h, flag, field) \
151 (handle_hold_subhandles((h), (flag)), (h)->field)
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCPAN.pm6662 The only required part is the first field, the name of a module

Completed in 258 milliseconds

12345678910