Searched refs:v2 (Results 51 - 75 of 122) sorted by relevance

12345

/freebsd-9.3-release/contrib/amd/amd/
H A Dops_nfs.c210 memmove(&fp->fh_nfs_handle.v2, &res.fhs_fh, NFS_FHSIZE);
274 memmove(&fp->fh_nfs_handle.v2, &res.dr_u.dr_drok_u.drok_fhandle, NFS_FHSIZE);
376 memmove((voidp) &(fhbuf->v2), (voidp) &(fp->fh_nfs_handle.v2),
377 sizeof(fp->fh_nfs_handle.v2));
H A Damfs_host.c272 memmove(&fhp->v2, &res.fhs_fh, NFS_FHSIZE);
/freebsd-9.3-release/sys/pc98/cbus/
H A Dscterm-sck.c389 int v0, v1, v2; local
819 v2 = tcp->param[2];
829 v2 = 0;
834 if (v2 == 0) /* count from top */
838 else if (v2 == 1) /* count from bottom */
/freebsd-9.3-release/sys/arm/arm/
H A Dtrap.c827 uint16_t v2; member in union:__anon5546
843 rv = badaddr_read_2(addr, &u.v2);
845 *(uint16_t *) rptr = u.v2;
/freebsd-9.3-release/sys/boot/ficl/
H A Dtools.c856 unsigned v1, v2; local
863 v2 = POPUNS();
865 ficlSetEnvD(pVM->pSys, pVM->pad, v1, v2);
/freebsd-9.3-release/sys/dev/oce/
H A Doce_mbox.c1869 ctx->v2.num_pages = LE_16(num_pages);
1870 ctx->v2.page_size = page_size;
1871 ctx->v2.eventable = is_eventable;
1872 ctx->v2.valid = 1;
1873 ctx->v2.count = OCE_LOG2(cq->cq_cfg.q_len / 256);
1874 ctx->v2.nodelay = cq->cq_cfg.nodelay;
1875 ctx->v2.coalesce_wm = ncoalesce;
1876 ctx->v2.armed = 0;
1877 ctx->v2.eq_id = cq->eq->eq_id;
1878 if (ctx->v2
[all...]
/freebsd-9.3-release/crypto/openssl/ssl/
H A Dssl_asn1.c91 int v1 = 0, v2 = 0, v3 = 0, v4 = 0, v5 = 0; local
229 M_ASN1_I2D_len_EXP_opt(&(a.timeout), i2d_ASN1_INTEGER, 2, v2);
268 M_ASN1_I2D_put_EXP_opt(&(a.timeout), i2d_ASN1_INTEGER, 2, v2);
/freebsd-9.3-release/contrib/ntp/ntpq/
H A Dntpq-subs.c2921 const void *v2
2925 const mru * const * ppm2 = v2;
2958 const void *v2
2961 return -qcmp_mru_addr(v1, v2);
2971 const void *v2
2975 const mru * const * ppm2 = v2;
2993 const void *v2
2996 return -qcmp_mru_count(v1, v2);
3006 const void *v2
3010 const mru * const * ppm2 = v2;
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/gssapi/ntlm/
H A Dinit_sec_context.c464 _gss_ntlm_set_key(&ctx->u.v2.send, 0, (ctx->flags & NTLM_NEG_KEYEX),
467 _gss_ntlm_set_key(&ctx->u.v2.recv, 1, (ctx->flags & NTLM_NEG_KEYEX),
/freebsd-9.3-release/sys/powerpc/ps3/
H A Dps3-hvcall.h82 int lv1_get_repository_node_value(uint64_t lpar_id, uint64_t n1, uint64_t n2, uint64_t n3, uint64_t n4, uint64_t *v1, uint64_t *v2);
116 int lv1_net_control(uint64_t bus, uint64_t dev, uint64_t p1, uint64_t p2, uint64_t p3, uint64_t p4, uint64_t *v1, uint64_t *v2);
/freebsd-9.3-release/contrib/binutils/binutils/
H A Ddebug.c3345 struct debug_method_variant *v1, *v2;
3348 v2 = *pv2;
3349 if (v1->physname[0] != v2->physname[0]
3350 || v1->visibility != v2->visibility
3351 || v1->constp != v2->constp
3352 || v1->volatilep != v2->volatilep
3353 || v1->voffset != v2->voffset
3354 || (v1->context == NULL) != (v2->context == NULL)
3355 || strcmp (v1->physname, v2->physname) != 0
3356 || ! debug_type_samep (info, v1->type, v2
3342 struct debug_method_variant *v1, *v2; local
[all...]
H A Dieee.c556 bfd_vma v1, v2; local
565 v2 = *--esp;
566 *esp++ = v1 + v2;
2076 bfd_vma v, v2, v3, v4, v5; local
2252 || ! ieee_read_number (info, pp, &v2)
2295 || ! ieee_read_optional_number (info, pp, &v2, &present))
2321 || ! ieee_read_number (info, pp, &v2)
2346 || ! ieee_read_optional_number (info, pp, &v2, &present))
2350 if (! ieee_read_optional_number (info, pp, &v2, &present))
2369 v2
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dvalops.c1372 struct value *v2 = allocate_value (basetype);
1391 if (target_read_memory (base_addr, VALUE_CONTENTS_RAW (v2),
1394 VALUE_LVAL (v2) = lval_memory;
1395 VALUE_ADDRESS (v2) = base_addr;
1399 VALUE_LVAL (v2) = VALUE_LVAL (arg1);
1400 VALUE_ADDRESS (v2) = VALUE_ADDRESS (arg1);
1401 VALUE_OFFSET (v2) = VALUE_OFFSET (arg1) + boffset;
1403 VALUE_LAZY (v2) = 1;
1405 memcpy (VALUE_CONTENTS_RAW (v2),
1411 return v2;
1370 struct value *v2 = allocate_value (basetype); local
[all...]
/freebsd-9.3-release/contrib/amd/include/
H A Dam_xdr_func.h175 am_nfs_fh v2; /* NFS version 2 handle */ member in union:am_nfs_handle
/freebsd-9.3-release/contrib/gcc/
H A Dunwind-dw2-fde.c539 struct fde_vector *v1, struct fde_vector *v2)
544 i2 = v2->count;
551 fde2 = v2->array[i2];
560 v1->count += v2->count;
536 fde_merge(struct object *ob, fde_compare_t fde_compare, struct fde_vector *v1, struct fde_vector *v2) argument
H A Dglobal.c643 Returns -1 (1) if *v1 should be allocated before (after) *v2. */
648 int v1 = *(const int *)v1p, v2 = *(const int *)v2p;
659 = (((double) (floor_log2 (allocno[v2].n_refs) * allocno[v2].freq)
660 / allocno[v2].live_length)
661 * (10000 / REG_FREQ_MAX) * allocno[v2].size);
667 return v1 - v2;
646 int v1 = *(const int *)v1p, v2 = *(const int *)v2p; local
H A Dexpmed.c1912 rtx base, a1, a2, v1, v2, comb, shift, result, start;
1956 v2 = gen_rtx_MEM (mode, a2);
1957 set_mem_align (v2, m_bitsize);
1958 v2 = force_reg (mode, validize_mem (v2));
1966 emit_move_insn (gen_rtx_SUBREG (mode, comb, m_size), v2);
1971 comb = v1, v1 = v2, v2 = comb;
1975 v2 = convert_modes (dmode, mode, v2, tru
1905 rtx base, a1, a2, v1, v2, comb, shift, result, start; local
1959 emit_move_insn (gen_rtx_SUBREG (mode, comb, m_size), v2); local
[all...]
/freebsd-9.3-release/sys/dev/drm2/radeon/
H A Dradeon_atombios.c1933 struct _ATOM_PPLIB_STATE_V2 v2; member in union:pplib_power_state
2531 non_clock_array_index = i; /* power_state->v2.nonClockInfoIndex */
2535 (power_state->v2.ucNumDPMLevels ?
2536 power_state->v2.ucNumDPMLevels : 1),
2540 if (power_state->v2.ucNumDPMLevels) {
2541 for (j = 0; j < power_state->v2.ucNumDPMLevels; j++) {
2542 clock_array_index = power_state->v2.clockInfoIndex[j];
2705 struct _SET_VOLTAGE_PARAMETERS_V2 v2; member in union:set_voltage
2729 args.v2.ucVoltageType = voltage_type;
2730 args.v2
[all...]
H A Datombios_dp.c53 PROCESS_AUX_CHANNEL_TRANSACTION_PARAMETERS_V2 v2; member in union:aux_channel_transaction
80 args.v2.ucHPD_ID = chan->rec.hpd;
/freebsd-9.3-release/crypto/heimdal/lib/gssapi/krb5/
H A Darcfour.c121 const void *v2, size_t l2,
139 memcpy(ptr + l1, v2, l2);
117 arcfour_mic_cksum(krb5_context context, krb5_keyblock *key, unsigned usage, u_char *sgn_cksum, size_t sgn_cksum_sz, const u_char *v1, size_t l1, const void *v2, size_t l2, const void *v3, size_t l3) argument
/freebsd-9.3-release/usr.sbin/quot/
H A Dquot.c312 cmpusers(const void *v1, const void *v2) argument
316 u2 = (const struct user *)v2;
/freebsd-9.3-release/gnu/usr.bin/gdb/libgdb/
H A DMakefile30 gdb-events.c gdbarch.c gdbtypes.c gnu-v2-abi.c gnu-v3-abi.c \
/freebsd-9.3-release/sys/compat/linux/
H A Dlinux_mib.c234 int len, v0, v1, v2, v; local
252 v2 = strtol(osrelease, &sep, 10);
258 v = v0 * 1000000 + v1 * 1000 + v2;
/freebsd-9.3-release/sys/dev/sound/usb/
H A Duaudio.c131 const struct usb_audio20_streaming_interface_descriptor *v2; member in union:uaudio_asid
136 const struct usb_audio20_streaming_type1_descriptor *v2; member in union:uaudio_asf1d
141 const struct usb_audio20_streaming_endpoint_descriptor *v2; member in union:uaudio_sed
493 /* ==== USB audio v2.0 ==== */
513 /* USB audio v1.0 and v2.0 */
1591 if (desc->bLength >= sizeof(*asid.v2)) {
1592 asid.v2 = (void *)desc;
1607 if (desc->bLength >= sizeof(*asf1d.v2))
1608 asf1d.v2 = (void *)desc;
1646 if (desc->bLength >= sizeof(*sed.v2))
[all...]
/freebsd-9.3-release/contrib/libpcap/
H A Dgencode.c5206 gen_portrangeatom(off, v1, v2)
5208 bpf_int32 v1, v2;
5212 if (v1 > v2) {
5219 v1 = v2;
5220 v2 = vtemp;
5224 b2 = gen_cmp_le(OR_TRAN_IPV4, off, BPF_H, v2);
5308 gen_portrangeatom6(off, v1, v2)
5310 bpf_int32 v1, v2;
5314 if (v1 > v2) {
5321 v1 = v2;
[all...]

Completed in 245 milliseconds

12345