HomeSort by: relevance | last modified time | path
    Searched refs:vo (Results 1 - 16 of 16) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fb/
nouveau_nvkm_subdev_fb_gddr5.c 42 int pd, lf, xd, vh, vr, vo, l3; local
54 vo = ram->next->bios.ramcfg_11_06;
106 if (!vo)
107 vo = (ram->mr[6] & 0xff0) >> 4;
111 ram->mr[6] |= (vo & 0xff) << 4;
  /src/bin/csh/
glob.c 420 Char *v[2], **vl, **vo; local
436 vo = globexpand(v);
438 if (vo[0] == NULL) {
439 free(vo);
442 if (vo[1] != NULL)
443 return (handleone(str, vo, action));
445 str = strip(vo[0]);
446 free(vo);
454 vo = v;
456 vl = libglob(vo);
479 Char **vl, **vo; local
    [all...]
  /src/external/gpl2/texinfo/dist/makeinfo/
lang.h 54 vi, vo, enumerator in enum:__anon9561
lang.c 545 { vo, "vo", "Volapuk" },
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/core/
nouveau_nvkm_core_client.c 307 compare_object_key(void *cookie, const void *vo, const void *vk)
309 const struct nvkm_object *o = vo;
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_atombios.c 3395 ATOM_VOLTAGE_OBJECT *vo = (ATOM_VOLTAGE_OBJECT *)(start + offset); local
3396 if (vo->ucVoltageType == voltage_type)
3397 return vo;
3399 vo->asFormula.ucNumOfVoltageEntries;
3412 ATOM_VOLTAGE_OBJECT_V2 *vo = (ATOM_VOLTAGE_OBJECT_V2 *)(start + offset); local
3413 if (vo->ucVoltageType == voltage_type)
3414 return vo;
3416 (vo->asFormula.ucNumOfVoltageEntries * sizeof(VOLTAGE_LUT_ENTRY));
3429 ATOM_VOLTAGE_OBJECT_V3 *vo = (ATOM_VOLTAGE_OBJECT_V3 *)(start + offset); local
3430 if ((vo->asGpioVoltageObj.sHeader.ucVoltageType == voltage_type) &
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/poly1305/asm/
poly1305-s390x.pl 540 vo ($I4,$I4,$T4);
637 vo ($I4,$I4,$T4);
825 vo ($I4,$I4,$T4);
  /src/crypto/external/bsd/openssl/dist/crypto/poly1305/asm/
poly1305-s390x.pl 540 vo ($I4,$I4,$T4);
637 vo ($I4,$I4,$T4);
825 vo ($I4,$I4,$T4);
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_atombios.c 1414 ATOM_VOLTAGE_OBJECT_V3 *vo = (ATOM_VOLTAGE_OBJECT_V3 *)(start + offset); local
1415 if ((vo->asGpioVoltageObj.sHeader.ucVoltageType == voltage_type) &&
1416 (vo->asGpioVoltageObj.sHeader.ucVoltageMode == voltage_mode))
1417 return vo;
1418 offset += le16_to_cpu(vo->asGpioVoltageObj.sHeader.usSize);
  /src/external/bsd/dhcpcd/dist/src/
dhcp6.c 4395 struct dhcp_opt *opt, *vo; local
4468 vo = vivso_find(en, ifp);
4470 vo = NULL;
4485 if (vo) {
4488 vo, dhcp6_getoption,
dhcp.c 1406 struct dhcp_opt *opt, *vo; local
1493 vo = vivso_find(en, ifp);
1494 if (vo == NULL)
1500 vo, dhcp_getoption, p, pl);
if-options.c 3053 struct vivco *vo; local
3108 for (vo = ifo->vivco;
3110 vo++, ifo->vivco_len--)
3111 free(vo->data);
  /src/crypto/external/apache2/openssl/dist/crypto/perlasm/
s390x.pm 67 vmlo vmlob vmloh vmlof vno vnot vo vpopct verllv verllvb verllvh
1313 sub vo { subroutine
  /src/crypto/external/bsd/openssl/dist/crypto/perlasm/
s390x.pm 67 vmlo vmlob vmloh vmlof vno vnot vo vpopct verllv verllvb verllvh
1313 sub vo { subroutine
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
dtoh.d 1017 const vo = vd.offset;
1019 pn, vn, vo);
  /src/external/bsd/wpa/dist/wpa_supplicant/
ctrl_iface.c 630 int be, bk, vi, vo; local
632 /* format: BE,BK,VI,VO;max SP Length */
648 vo = atoi(pos);
659 if (vo)
7588 int be, bk, vi, vo; local
7590 /* format: BE,BK,VI,VO;max SP Length */
7606 vo = atoi(pos);
7617 if (vo)

Completed in 39 milliseconds