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

12345678910

/opensolaris-onvv-gate/usr/src/cmd/addbadsec/
H A Dix_altsctr.c581 uint_t field = badsec % 8; local
585 mask >>= field; local
/opensolaris-onvv-gate/usr/src/cmd/bnu/
H A DREADME63 parms.h). If the ;time field is specified, that will always
/opensolaris-onvv-gate/usr/src/cmd/format/
H A Dix_altsctr.c597 uint_t field = badsec % 8; local
601 mask >>= field; local
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dc2ph.PL251 one returns the C type of that field. This would allow
450 &defvar('type_width', 'width of type field (column 1)');
451 &defvar('member_width', 'width of member field (column 2)');
452 &defvar('offset_width', 'width of offset field (column 3)');
453 &defvar('size_width', 'width of size field (column 4)');
842 local($field, $fieldname, $typeno, $count, $offset, $entry);
864 for $field (split(/;/, $struct{$what})) {
867 ($fieldname, $typeno, $count, $offset, $length) = split(/,/, $field);
1107 warn "weird field $_ of $line" if $debug;
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/
H A Dlibfruaccess.c1094 offset_tbl[cnt].fixed = segdesc.field.fixed;
1762 fixed_segment = new_seg_desc->field.fixed;
1889 if (!(desc->field.field_perm & SEGMENT_DELETE)) {
2264 if (!segdesc->field.ignore_checksum) {
2319 if (segdesc->field.opaque) {
2494 if (!(desc->field.field_perm & SEGMENT_WRITE)) {
2606 if (!(desc->field.field_perm & SEGMENT_WRITE)) {
2868 if (!(desc->field.field_perm & SEGMENT_WRITE)) {
/opensolaris-onvv-gate/usr/src/cmd/praudit/
H A Dprint_audit.txt106 if non-NULL, this is used as the field delimiter instead of the
/opensolaris-onvv-gate/usr/src/lib/efcode/engine/
H A Dinteractive.c111 field(fcode_env_t *env) function
791 FORTH(IMMEDIATE, "field", field);
/opensolaris-onvv-gate/usr/src/pkg/manifests/
H A Dsystem-file-system-nfs.mf112 user username=unknown ftpuser=false gcos-field="Unknown Remote UID" \
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/
H A DB.pm558 Access methods correspond to the underlying C macros for field access,
653 are always stored with a null terminator, and the length field
731 This method returns TRUE if the GP field of the GV is NULL.
918 Access methods correspond to the underlying C structre field names,
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/Peek/
H A DPeek.pm146 in the output of mstat() into %hash. The field of this hash are
229 current PV field is valid. Because POK is set we look at the PV item
342 element zero, which is another SV. The field C<FILL> above indicates
524 it has no prototype (C<PROTOTYPE> field is missing).
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dfields.pm25 # an array reference. The first element in the array is the lowest field
27 # are the field numbers. The values are integer bit masks, or undef
54 # Allow the module to be reloaded so long as field positions
60 warn("Hides field '$f' in base class") if $^W;
62 warnings::warnif("Hides field '$f' in base class") ;
231 fields declared using the C<fields> pragma. This enables field
/opensolaris-onvv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_encode.h200 strings, field descriptors, functions) most of which don't need
233 /* Encode this object using a single field descriptor. This may
234 mean the atype/field breakdown needs revision....
271 const struct field_info *field; member in struct:atype_info
301 structure field, so we use the function pointer type that uses
332 loaded from the indicated location, not the address of the field.
422 pointer-to-pointer-to-thing field, make a DEFPTRTYPE of this type,
423 and use that type for the structure field. */
488 /* Sequence field descriptor.
502 /* Field ATYPE describes processing of field a
[all...]
/opensolaris-onvv-gate/usr/src/lib/libcommputil/common/
H A Dsdp.c294 * Adds origin field to the session.
338 * Adds session name field to the session.
352 * Adds session information field to the session or media section of SDP.
366 * Adds uri field to the session.
380 * Adds email address field to the session.
393 * Adds phone number field to the session.
406 * Adds connection field to the session or media section of SDP
453 * Adds bandwidth field to the session or media section of SDP.
485 * Adds time field to the session
520 * Adds repeat field t
1127 sdp_delete_all_field(sdp_session_t *session, const char field) argument
1196 sdp_delete_all_media_field(sdp_media_t *media, const char field) argument
[all...]
/opensolaris-onvv-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...]
/opensolaris-onvv-gate/usr/src/cmd/rcap/rcapd/
H A Drcapd_main.c1030 #define DELTA(field) \
1032 (lcol->lcol_stat.field - lcol->lcol_stat_old.field))
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DBalanced.pm913 my ($field, $rem);
922 { ($field,$rem,$pref) = @bits = $func->($$textref);
923 # print "[$field|$rem]" if $field;
926 { @bits = $field = $func->extract($$textref) }
928 { @bits = $field = defined($1) ? $1 : $& }
930 if (defined($field) && length($field))
944 ? bless (\$field, $class)
945 : $field;
[all...]
/opensolaris-onvv-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 = '';
535 # For that latter case, field 18 (software-carrier) has 'y'.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DNetrc.pm272 Define a macro. C<Net::Netrc> only parses this field to be compatible
/opensolaris-onvv-gate/usr/src/cmd/svc/configd/
H A Dbackend.c122 #define UPDATE_TOTALS_WR(sb, writing, field, ts, vts) { \
123 backend_spent_t *__bsp = &(sb)->be_totals[!!(writing)].field; \
129 #define UPDATE_TOTALS(sb, field, ts, vts) \
130 UPDATE_TOTALS_WR(sb, (sb)->be_writing, field, ts, vts)
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/ec/
H A Dec_lcl.h166 * optimized implementations of expensive field operations: */
202 BIGNUM field; /* Field specification. member in struct:ec_group_st
205 * irreducible polynomial defining the field.
/opensolaris-onvv-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;
/opensolaris-onvv-gate/usr/src/uts/sun4u/starcat/io/
H A Dmboxsc.c111 * and mbox_update_wait fields. The mbox_refcount field will probably need to
159 * These macros can be used to determine the offset or size of any field in the
162 #define FIELD_OFFSET(type, field) ((uint32_t)&(((type *)0)->field))
163 #define FIELD_SIZE(type, field) (sizeof (((type *)0)->field))
279 * Set the os_mbox_version field in the IOSRAM header to indicate the
289 * Read the sms_mbox_version field in the IOSRAM header to determine
304 * changes to the IOSRAM header, in case the sms_mbox_version field
926 * because we can't safely interpret anything beyond the version field
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/aac/
H A Daac.c174 #define AAC_GET_FIELD8(acc, d, s, field) \
175 (d)->field = ddi_get8(acc, (uint8_t *)&(s)->field)
176 #define AAC_GET_FIELD32(acc, d, s, field) \
177 (d)->field = ddi_get32(acc, (uint32_t *)&(s)->field)
178 #define AAC_GET_FIELD64(acc, d, s, field) \
179 (d)->field = ddi_get64(acc, (uint64_t *)&(s)->field)
180 #define AAC_REP_GET_FIELD8(acc, d, s, field,
[all...]
/opensolaris-onvv-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c3566 * field in the head so that our
5689 * Note that we can't assert that the flags field
6288 * selector, p_link, and an optionally s_link. If s_link field is not
6328 * For a given devfs_spec field, for each element in the field, add it to
6341 /* parse_devfs_spec splits the next field into keyword & value */
6440 * link is either the second or third field of devlink.tab. Parse link
6579 * field matches this minor node. If it does, return DEVFSADM_SUCCESS,
6807 * Compares "field" number of the comma separated list "full_name" with
6812 compare_field(char *full_name, char *field_item, int field) argument
6848 component_cat(char *link, char *name, int field) argument
[all...]
/opensolaris-onvv-gate/usr/src/cmd/fm/modules/common/fabric-xlate/
H A Dfx_fabric.c32 #define FAB_LOOKUP(sz, name, field) \
33 (void) nvlist_lookup_uint ## sz(nvl, name, field)

Completed in 169 milliseconds

12345678910