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

12345678910

/opensolaris-onvv-gate/usr/src/cmd/rcap/rcapstat/
H A Drcapstat.c263 #define DELTA(field) \
264 (col->col_src_stat.field - col->col_old_stat.field)
/opensolaris-onvv-gate/usr/src/cmd/sendmail/src/
H A Dmilter.c1261 /* p now points to field code */
1273 /* p now points to the field body */
1276 /* install the field into the filter struct */
1425 /* p now points to field code */
1437 /* p now points to the field body */
1441 /* install the field into the filter struct */
3005 sm_dprintf("empty field name\n");
3082 char *field, *val, *mh_value; local
3105 field = response + MILTER_LEN_BYTES;
3106 val = field
3162 char *field, *val, *mh_value; local
[all...]
H A Dudb.c577 ** UDBMATCH -- match user in field, return result of lookup.
581 ** field -- the field to lookup.
594 udbmatch(user, field, rpool)
596 char *field;
607 sm_dprintf("udbmatch(%s, %s)\n", user, field);
624 i = strlen(field);
635 (void) sm_strlcpyn(keybuf, sizeof(keybuf), 3, user, ":", field);
697 if (strcmp(field, "mailname") != 0)
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.h273 char field[IPQOS_CONF_PNAME_LEN]; member in struct:ipqos_conf_act_ref_s
/opensolaris-onvv-gate/usr/src/cmd/fruadm/
H A Dfruadm.c95 gettext("\"%s\" is not a supported field\n"),
109 gettext("\"%s\" is not a field\n"), argv[i]);
374 * called update_field() to update the field with specific field value.
376 * field_name represents the field to be updated with the value field_value.
460 * it updates the UNIX_Timestamp32 field with the current system time.
504 seg_desc.field.field_perm = 0x6;
505 seg_desc.field.operations_perm = 0x6;
506 seg_desc.field.engineering_perm = 0x6;
507 seg_desc.field
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A Dstat.pm88 return the similarly named structure field name from the
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A Dprotoent.pm68 similarly named structure field name from the C's protoent structure
H A Dservent.pm70 named structure field name from the C's servent structure from F<netdb.h>;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Time/
H A Dgmtime.pm64 This object has methods that return the similarly named structure field
H A Dlocaltime.pm59 This object has methods that return the similarly named structure field
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/User/
H A Dgrent.pm67 named structure field name from the C's passwd structure from F<grp.h>;
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/
H A Dfru_access_impl.h154 } field; member in union:__anon1379
/opensolaris-onvv-gate/usr/src/lib/libeti/form/common/
H A Dutility.c90 * offset of v from beginning of field buffer
178 /* _update_current - sync up current field */
243 /* justify - justify field f in window w as given by Just(f) */
268 /* unjustify - left justify field f in window w for editing */
282 /* _sync_buffer - sync current field with characters in window */
294 /* _sync_linked - sync fields linked to field f */
309 /* display_field - display field f */
335 /* erase_field - erase field f */
351 /* _sync_field - sync the field after a change to the field buffe
499 _set_current_field(FORM *f, FIELD *field) argument
[all...]
/opensolaris-onvv-gate/usr/src/lib/librdc/common/
H A Drdcpersist.c571 * this will set the value at "field" in dscfg to the
577 replace_cfgfield(rdcconfig_t *rdc, char *field, char *entry) argument
588 if (strncmp(field, "pbitmap", NSC_MAXPATH) == 0)
590 if (strncmp(field, "sbitmap", NSC_MAXPATH) == 0)
615 snprintf(key, CFG_MAX_KEY, "sndr.set%d.%s", setnum, field);
/opensolaris-onvv-gate/usr/src/tools/cscope-fast/
H A Dfind.c755 if (field == FILENAME || field == INCLUDES) {
757 if (invertedindex == YES && field == INCLUDES &&
820 if (truncatesyms == YES && field <= CALLING) {
/opensolaris-onvv-gate/usr/src/cmd/oamuser/user/
H A Duserdefs.c72 #define DEFOFF(field) offsetof(struct userdefs, field)
354 /* If it's a role, we must skip the defrole field */
/opensolaris-onvv-gate/usr/src/cmd/oawk/
H A Dawk.g.y134 field: label
157 | field
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/bn/
H A Dbn_gf2m.c643 BIGNUM *field; local
648 if ((field = BN_CTX_get(ctx)) == NULL) goto err;
649 if (!BN_GF2m_arr2poly(p, field)) goto err;
651 ret = BN_GF2m_mod_inv(r, xx, field, ctx);
769 BIGNUM *field; local
776 if ((field = BN_CTX_get(ctx)) == NULL) goto err;
777 if (!BN_GF2m_arr2poly(p, field)) goto err;
779 ret = BN_GF2m_mod_div(r, yy, xx, field, ctx);
/opensolaris-onvv-gate/usr/src/lib/passwdutil/
H A DREADME.SunOS-aging47 Note the comma in the encrypted password field. The characters after
/opensolaris-onvv-gate/usr/src/tools/onbld/Checks/
H A DDbLookups.py133 is a mapping of field=>value
199 for field in monacoFields:
200 results[cr][field] = values[v]
215 is a mapping of field=>value
/opensolaris-onvv-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_sun.c648 #define CHANGED(new, old, field) \
649 ((new->field != ((uint32_t)~0)) && (new->field != old->field))
650 #define CHANGED8(new, old, field) \
651 ((new->field != ((uint8_t)~0)) && (new->field != old->field))
/opensolaris-onvv-gate/usr/src/uts/common/io/usb/usba/
H A Dusba_devdb.c113 * returns the field from the token
121 while (cfgvar->field != USB_NONE) {
129 return (cfgvar->field);
174 "Syntax Error: Invalid field %s",
187 " for field: %s\n", tokval,
218 " for field: %s\n", tokval,
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dtie.t335 my ($obj, $field) = @$self;
336 untie $obj->{$field};
337 $obj->{$field} = "Bar";
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/pod/
H A DObject.pod55 This method returns the type field of the Perl exacct object. The value of the
56 type field is returned as a dual-typed scalar and is either C<EO_ITEM>,
61 This method returns the catalog field of the Perl exacct object. The value is
/opensolaris-onvv-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

Completed in 154 milliseconds

12345678910