Searched refs:vl (Results 1 - 25 of 37) sorted by relevance

12

/freebsd-current/contrib/llvm-project/lldb/tools/driver/
H A DPlatform.cpp23 va_list vl; local
24 va_start(vl, request);
26 winsize *ws = va_arg(vl, winsize *);
33 va_end(vl);
/freebsd-current/contrib/tcsh/
H A Dsh.glob.c229 Char **vl, **el, **nv, *s; local
231 vl = nv = *nvp;
235 el = vl + blklen(vl);
237 for (s = *vl; s; s = *++vl) {
251 *vl-- = *bl;
259 l = vl - nv;
263 vl = nv + l;
266 /* nv vl e
299 Char ***fnv, **vl, **el; local
393 handleone(Char *str, Char **vl, int action) argument
428 libglob(Char **vl) argument
482 Char *v[2], **vl, **vo; local
538 Char **vl, **vo; local
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DLinuxPTraceDefines_arm64sve.h23 * of the vl/vq terminology.
37 inline uint16_t vl_valid(uint16_t vl) { argument
38 return (vl % vq_bytes == 0 && vl >= vl_min && vl <= vl_max);
41 inline uint16_t vq_from_vl(uint16_t vl) { return vl / vq_bytes; } argument
56 * SigContextSize(vq_from_vl(sve_context.vl))
60 * SigContextSize(vq_from_vl(sve_context.vl)),
72 * sve_context.vl mus
149 uint16_t vl; /* current vector length */ member in struct:lldb_private::sve::user_sve_header
[all...]
/freebsd-current/sys/security/mac/
H A Dmac_audit.c118 struct label *vl; local
122 vl = (vp != NULL) ? vp->v_label : NULL;
123 MAC_POLICY_CHECK(system_check_auditctl, cred, vp, vl);
/freebsd-current/stand/libofw/
H A Dofw_disk.c126 va_list vl; local
128 va_start(vl, f);
129 dp = va_arg(vl, struct ofw_devdesc *);
130 va_end(vl);
/freebsd-current/contrib/ntp/libntp/
H A Dprettydate.c231 vint64 vl; local
232 vl = ntpcal_ntp_to_time(ntp, NULL);
233 return get_struct_tm(&vl, local);
/freebsd-current/contrib/arm-optimized-routines/string/aarch64/
H A Dmemcpy-sve.S66 ld1b z0.b, p0/z, [src, 0, mul vl]
67 ld1b z1.b, p1/z, [src, 1, mul vl]
68 st1b z0.b, p0, [dstin, 0, mul vl]
69 st1b z1.b, p1, [dstin, 1, mul vl]
/freebsd-current/contrib/ntp/ntpq/
H A Dntpq-subs.c462 struct varlist *vl; local
464 for (vl = list; vl < list + MAXLIST && vl->name != NULL; vl++)
465 if (!strcmp(name, vl->name))
466 return vl;
467 if (vl < list + MAXLIST)
468 return vl;
483 struct varlist *vl; local
519 struct varlist *vl; local
554 register struct varlist *vl; local
577 register struct varlist *vl; local
3765 struct varlist vl[MAXLIST]; local
[all...]
/freebsd-current/crypto/openssl/crypto/conf/
H A Dconf_mod.c121 CONF_VALUE *vl; local
163 vl = sk_CONF_VALUE_value(values, i);
165 ret = module_run(cnf, vl->name, vl->value, flags);
167 vl->name, vl->value, ret);
/freebsd-current/crypto/openssl/crypto/x509/
H A Dv3_sxnet.c74 long vl = (long)v;
76 BIO_printf(out, "%*sVersion: %ld (0x%lX)", indent, "", vl + 1, vl);
/freebsd-current/sys/contrib/openzfs/cmd/
H A Dzhack.c507 zhack_repair_read_label(const int fd, vdev_label_t *vl, argument
510 const int err = pread64(fd, vl, sizeof (vdev_label_t), label_offset);
680 zhack_repair_write_uberblock(vdev_label_t *vl, const int l, argument
685 (char *)vl + offsetof(vdev_label_t, vl_uberblock);
757 vdev_label_t *vl, const uint64_t label_offset, const int l,
761 uberblock_t *ub = (uberblock_t *)vl->vl_uberblock;
763 (char *)vl + offsetof(vdev_label_t, vl_vdev_phys);
775 err = zhack_repair_read_label(fd, vl, label_offset, l);
806 err = nvlist_unpack(vl->vl_vdev_phys.vp_nvlist,
827 buf = vl
756 zhack_repair_one_label(const zhack_repair_op_t op, const int fd, vdev_label_t *vl, const uint64_t label_offset, const int l, uint32_t *labels_repaired) argument
[all...]
/freebsd-current/usr.bin/rpcinfo/
H A Drpcinfo.c633 struct verslist *vl; local
635 for (vl = rs->vlist; vl; vl = vl->next)
636 if (vl->vers == vers)
638 if (vl)
640 vl = (struct verslist *)malloc(sizeof (struct verslist));
641 if (vl == NULL)
643 vl
677 struct verslist *vl; local
[all...]
/freebsd-current/contrib/ofed/libibmad/
H A Ddump.c692 static inline void ib_slvl_get_i(ib_slvl_table_t * tbl, int i, uint8_t * vl) argument
694 *vl = (tbl->vl_by_sl_num[i >> 1] >> ((!(i & 1)) << 2)) & 0xf;
706 static inline void ib_vl_arb_get_vl(uint8_t res_vl, uint8_t * const vl) argument
708 *vl = res_vl & 0x0F;
714 uint8_t vl; local
718 ib_slvl_get_i(p_slvl_tbl, i, &vl);
719 n += snprintf(buf + n, bufsz - n, "%2u|", vl);
730 uint8_t vl; local
738 ib_vl_arb_get_vl(p_vla_tbl->vl_entry[i].res_vl, &vl);
739 n += snprintf(buf + n, bufsz - n, "0x%-2X|", vl);
[all...]
/freebsd-current/sbin/bsdlabel/
H A Dbsdlabel.c1136 struct disklabel *vl; local
1138 vl = getvirginlabel();
1140 lp->d_secsize = vl->d_secsize;
1142 lp->d_nsectors = vl->d_nsectors;
1144 lp->d_ntracks = vl->d_ntracks;
1146 lp->d_ncylinders = vl->d_ncylinders;
1148 lp->d_rpm = vl->d_rpm;
1150 lp->d_interleave = vl->d_interleave;
1152 lp->d_secpercyl = vl->d_secpercyl;
1154 lp->d_secperunit > vl
[all...]
/freebsd-current/contrib/ofed/infiniband-diags/src/
H A Dibmirror.c281 int vl; local
291 vl = ib_slvl_table_get(p_slvl_tbl, mirror_sl);
292 printf("mirror_sl %d, mirror_vl %d\n", mirror_sl, vl);
293 return vl;
H A Dsaquery.c693 e[i + 0].vl, e[i + 1].vl, e[i + 2].vl, e[i + 3].vl,
694 e[i + 4].vl, e[i + 5].vl, e[i + 6].vl, e[i + 7].vl,
695 e[i + 8].vl, e[i + 9].vl,
[all...]
/freebsd-current/contrib/one-true-awk/
H A Dawkgram.y506 void checkdup(Node *vl, Cell *cp) /* check if name already in list */
509 for ( ; vl; vl = vl->nnext) {
510 if (strcmp(s, ((Cell *)(vl->narg[0]))->nval) == 0) {
H A Dparse.c256 void defn(Cell *v, Node *vl, Node *st) /* turn on FCN bit in definition, */ argument
273 for (p = vl; p; p = p->nnext)
/freebsd-current/sys/ofed/include/rdma/
H A Dib_smi.h140 u8 vl; /* IB: VL is low 4 bits, upper 4 bits reserved */ member in struct:ib_vl_weight_elem
H A Dopa_port_info.h158 /* vl.cap */
298 } vl; member in struct:opa_port_info
/freebsd-current/stand/kboot/kboot/
H A Dhostdisk.c336 va_list vl; local
338 va_start(vl, f);
339 desc = va_arg(vl, struct devdesc *);
340 va_end(vl);
/freebsd-current/crypto/openssl/crypto/chacha/asm/
H A Dchacha-s390x.pl476 vl (@K[0],"0(%r7)"); # load sigma
477 vl (@K[1],"0($key)"); # load key
478 vl (@K[2],"16($key)");
479 vl (@K[3],"0($counter)"); # load counter
481 vl ($beperm,"0x40(%r7)");
482 vl ($xt1,"0x50(%r7)");
766 vl (@K[3],"0($counter)"); # load counter
/freebsd-current/contrib/ofed/opensm/opensm/
H A Dosm_qos_parser_l.l154 VLARB_HIGH_LIMIT vl\-high\-limit
H A Dosm_subnet.c1928 long vl, weight; local
1933 vl = strtol(vl_str, &end, 0);
1937 "%s_vlarb_%s:vl=%s"
1940 else if (vl < 0 || vl > 14)
1942 "%s_vlarb_%s:vl=%ld out of range\n",
1943 prefix, suffix, vl);
1959 "%s_vlarb_%s:vl:weight=%s "
1969 " excess vl:weight pairs will be dropped\n",
1987 long vl local
[all...]
/freebsd-current/stand/lua/
H A Ddrawer.lua231 local vl = framespec.vertical
263 printc(vl)
265 printc(vl)

Completed in 229 milliseconds

12