Searched refs:field (Results 151 - 175 of 476) sorted by relevance

1234567891011>>

/freebsd-11.0-release/crypto/openssl/crypto/x509/
H A Dx509name.c158 /* else we need to fixup the set field */
209 int X509_NAME_add_entry_by_txt(X509_NAME *name, const char *field, int type, argument
215 ne = X509_NAME_ENTRY_create_by_txt(NULL, field, type, bytes, len);
285 const char *field, int type,
292 obj = OBJ_txt2obj(field, 0);
296 ERR_add_error_data(2, "name=", field);
284 X509_NAME_ENTRY_create_by_txt(X509_NAME_ENTRY **ne, const char *field, int type, const unsigned char *bytes, int len) argument
/freebsd-11.0-release/crypto/openssl/crypto/bn/
H A Dbn_nist.c367 int BN_nist_mod_192(BIGNUM *r, const BIGNUM *a, const BIGNUM *field, argument
387 field = &_bignum_nist_p_192; /* just to make sure */
390 return BN_nnmod(r, a, field, ctx);
392 i = BN_ucmp(field, a);
508 int BN_nist_mod_224(BIGNUM *r, const BIGNUM *a, const BIGNUM *field, argument
532 field = &_bignum_nist_p_224; /* just to make sure */
535 return BN_nnmod(r, a, field, ctx);
537 i = BN_ucmp(field, a);
689 int BN_nist_mod_256(BIGNUM *r, const BIGNUM *a, const BIGNUM *field, argument
713 field
935 BN_nist_mod_384(BIGNUM *r, const BIGNUM *a, const BIGNUM *field, BN_CTX *ctx) argument
1204 BN_nist_mod_521(BIGNUM *r, const BIGNUM *a, const BIGNUM *field, BN_CTX *ctx) argument
[all...]
/freebsd-11.0-release/sys/ufs/ffs/
H A Dffs_subr.c141 int field, subfield; local
149 field = around[siz];
152 if ((fragmap & field) == subfield) {
155 field <<= siz;
158 field <<= 1;
/freebsd-11.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-l2c.c78 uint32_t field; local
89 * bit offset of the UMSK[] field in the L2C_SPAR register.
91 field = (core & 0x3) * 8;
94 * Return the UMSK[] field from the appropriate L2C_SPAR
100 return (cvmx_read_csr(CVMX_L2C_SPAR0) & (0xFF << field)) >> field;
102 return (cvmx_read_csr(CVMX_L2C_SPAR1) & (0xFF << field)) >> field;
104 return (cvmx_read_csr(CVMX_L2C_SPAR2) & (0xFF << field)) >> field;
113 uint32_t field; local
148 mask << field); local
153 mask << field); local
158 mask << field); local
163 mask << field); local
[all...]
H A Dcvmx-bootmem.c88 * Logically it is the same as "sizeof(s::field)" in C++, but
91 #define SIZEOF_FIELD(s, field) sizeof(((s*)NULL)->field)
99 * "field" is the member name of the cvmx_bootmem_desc_t to read.
100 * Regardless of the type of the field, the return type is always
103 #define CVMX_BOOTMEM_DESC_GET_FIELD(field) \
105 offsetof(cvmx_bootmem_desc_t, field), \
106 SIZEOF_FIELD(cvmx_bootmem_desc_t, field))
114 * "field" is the member name of the cvmx_bootmem_desc_t to write.
116 #define CVMX_BOOTMEM_DESC_SET_FIELD(field, valu
[all...]
/freebsd-11.0-release/contrib/gdb/gdb/
H A Ddwarfread.c238 field is valid (I.E. we found a matching attribute in the DIE). Since
240 such as AT_low_pc, without restricting the values of the field,
321 /* We put a pointer to this structure in the read_symtab_private field
927 struct field field; member in struct:nextfield
1006 /* Get space to record the next field's data. */
1011 list->field.name =
1014 FIELD_TYPE (list->field) = decode_die_type (&mbr);
1015 FIELD_BITPOS (list->field) = 8 * locval (&mbr);
1016 FIELD_STATIC_KIND (list->field)
1645 struct field field; member in struct:nextfield
[all...]
/freebsd-11.0-release/sys/dev/usb/wlan/
H A Dif_rsureg.h149 #define MS(val, field) \
150 (((val) & field##_M) >> field##_S)
153 #define SM(field, val) \
154 (((val) << field##_S) & field##_M)
157 #define RW(var, field, val) \
158 (((var) & ~field##_M) | SM(field, val))
161 * ROM field wit
[all...]
/freebsd-11.0-release/lib/libc/gen/
H A Dgetpwent.c975 #define STRING(field) do { \
976 (field) = p; \
983 #define SCALAR(field) do { \
984 if (p + sizeof(field) > eom) \
986 memcpy(&(field), p, sizeof(field)); \
987 p += sizeof(field); \
1046 #define STRING(field) do { \
1047 (field) = p; \
1054 #define SCALAR(field) d
[all...]
H A Ddisklabel.c98 #define getnumdflt(field, dname, dflt) \
99 { long f; (field) = (cgetnum(buf, dname, &f) == -1) ? (dflt) : f; }
/freebsd-11.0-release/sys/cddl/contrib/opensolaris/common/zfs/
H A Dzfs_ioctl_compat.c67 #define FIELD_COPY(field) zc->field = resume_c->field
127 #define FIELD_COPY(field) zc->field = edbp_c->field
187 #define FIELD_COPY(field) zc->field = zcmd_c->field
251 #define FIELD_COPY(field) z
[all...]
/freebsd-11.0-release/contrib/binutils/opcodes/
H A Dia64-gen.c126 list). This field is filled in by compute_completer_bits (). */
892 irf_operand (int op, const char *field)
894 if (!field)
903 return ((op == IA64_OPND_RR_R3 && strstr (field, "rr"))
904 || (op == IA64_OPND_DBR_R3 && strstr (field, "dbr"))
905 || (op == IA64_OPND_IBR_R3 && strstr (field, "ibr"))
906 || (op == IA64_OPND_PKR_R3 && strstr (field, "pkr"))
907 || (op == IA64_OPND_PMC_R3 && strstr (field, "pmc"))
908 || (op == IA64_OPND_PMD_R3 && strstr (field, "pmd"))
909 || (op == IA64_OPND_MSR_R3 && strstr (field, "ms
890 irf_operand(int op, const char *field) argument
915 in_iclass_mov_x(struct ia64_opcode *idesc, struct iclass *ic, const char *format, const char *field) argument
1029 in_iclass(struct ia64_opcode *idesc, struct iclass *ic, const char *format, const char *field, int *notep) argument
1057 ic->comment, field); local
[all...]
/freebsd-11.0-release/contrib/gcc/cp/
H A Dsearch.c380 figure out whether it can access this field. (Since it is only one
386 tree field;
421 field = NULL_TREE;
423 /* We might have a nested class and a field with the
426 field with this name. */
430 field = fields[i--];
432 if (TREE_CODE (field) != TYPE_DECL
433 && !DECL_CLASS_TEMPLATE_P (field))
434 field = NULL_TREE;
439 field
384 tree field; local
[all...]
/freebsd-11.0-release/bin/ls/
H A Dprint.c134 printname(const char *field, const char *name) argument
140 snprintf(fmt, sizeof(fmt), "{:%s/%%hs}", field);
523 printtime(const char *field, time_t ftime) argument
550 snprintf(fmt, sizeof(fmt), "{d:%s/%%hs} ", field);
553 snprintf(fmt, sizeof(fmt), "{en:%s/%%ld}", field);
762 printsize(const char *field, size_t width, off_t bytes) argument
775 snprintf(fmt, sizeof(fmt), "{:%s/%%%ds} ", field, (int) width);
781 field, (int) width, f_thousands ? "'" : "");
H A Dutil.c59 prn_normal(const char *field, const char *s) argument
63 snprintf(fmt, sizeof(fmt), "{:%s/%%hs}", field);
/freebsd-11.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/privs/
H A Dtst.fds.ksh31 #define DUMPFIELD(fd, fmt, field) \
32 errmsg = "could not dump field"; \
33 printf("%d: field =fmt\n", fd, fds[fd].field);
/freebsd-11.0-release/sys/fs/nfs/
H A Dnfs.h665 #define LIST_NEWHEAD(nhead, ohead, field) do { \
667 (ohead)->lh_first->field.le_prev = &(nhead)->lh_first; \
671 #define LIST_PREPEND(head, phead, lelm, field) do { \
673 (lelm)->field.le_next = (head)->lh_first; \
674 (lelm)->field.le_next->field.le_prev = \
675 &(lelm)->field.le_next; \
678 (head)->lh_first->field.le_prev = &(head)->lh_first; \
/freebsd-11.0-release/crypto/openssl/crypto/ec/
H A Decp_nist.c186 if (!group->field_mod_func(r, r, &group->field, ctx))
212 if (!group->field_mod_func(r, r, &group->field, ctx))
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DGoASTContext.cpp1121 const auto *field = s->GetField(idx); local
1122 if (field)
1124 name = field->m_name.GetStringRef();
1126 *bit_offset_ptr = field->m_byte_offset * 8;
1127 return field->m_type;
1291 for (auto* field = st->GetField(field_idx); field != nullptr; field_idx++)
1307 ConstString field_type_name = field->m_type.GetTypeName();
1311 s->Printf("%s = ", field->m_name.AsCString());
1315 CompilerType field_type = field
[all...]
/freebsd-11.0-release/contrib/opie/libopie/
H A Dlogin.c82 #error No ut_name field in struct utmp? (Please send in a bug report)
/freebsd-11.0-release/contrib/less/
H A Dmkutable7 -f = zero-based type field (default 2)
/freebsd-11.0-release/sys/ofed/drivers/infiniband/core/
H A Dsa_query.c123 #define PATH_REC_FIELD(field) \
124 .struct_offset_bytes = offsetof(struct ib_sa_path_rec, field), \
125 .struct_size_bytes = sizeof ((struct ib_sa_path_rec *) 0)->field, \
126 .field_name = "sa_path_rec:" #field
223 #define MCMEMBER_REC_FIELD(field) \
224 .struct_offset_bytes = offsetof(struct ib_sa_mcmember_rec, field), \
225 .struct_size_bytes = sizeof ((struct ib_sa_mcmember_rec *) 0)->field, \
226 .field_name = "sa_mcmember_rec:" #field
307 #define SERVICE_REC_FIELD(field) \
308 .struct_offset_bytes = offsetof(struct ib_sa_service_rec, field), \
[all...]
H A Dud_header.c41 #define STRUCT_FIELD(header, field) \
42 .struct_offset_bytes = offsetof(struct ib_unpacked_ ## header, field), \
43 .struct_size_bytes = sizeof ((struct ib_unpacked_ ## header *) 0)->field, \
44 .field_name = #header ":" #field
/freebsd-11.0-release/sys/dev/twa/
H A Dtw_cl_share.h319 /* Determine the offset of a field from the head of the structure it is in. */
320 #define TW_CL_STRUCT_OFFSET(struct_type, field) \
321 (TW_INT8 *)(&((struct_type *)0)->field)
326 * field within it.
328 #define TW_CL_STRUCT_HEAD(addr, struct_type, field) \
330 TW_CL_STRUCT_OFFSET(struct_type, field))
/freebsd-11.0-release/sys/cam/ctl/
H A Dctl_error.h67 int field, int bit_valid, int bit);
/freebsd-11.0-release/usr.bin/cut/
H A Dcut.c169 * set a byte in the positions array to indicate if a field or
383 int field, i, isdelim; local
426 for (field = maxval, p = lbuf; field; --field, ++pos) {

Completed in 373 milliseconds

1234567891011>>