Home
last modified time | relevance | path

Searched refs:vptr (Results 1 – 24 of 24) sorted by relevance

/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_data.c536 const void *vptr; in bhnd_nvram_data_getvar_ptr_info() local
542 vptr = bhnd_nvram_data_getvar_ptr(nv, cookiep, len, type); in bhnd_nvram_data_getvar_ptr_info()
543 if (vptr == NULL) in bhnd_nvram_data_getvar_ptr_info()
571 return (vptr); in bhnd_nvram_data_getvar_ptr_info()
591 const void *vptr; in bhnd_nvram_data_generic_rp_getvar() local
600 vptr = bhnd_nvram_data_getvar_ptr_info(nv, cookiep, &vlen, &vtype, in bhnd_nvram_data_generic_rp_getvar()
602 if (vptr == NULL) in bhnd_nvram_data_generic_rp_getvar()
606 error = bhnd_nvram_val_init(&val, fmt, vptr, vlen, vtype, in bhnd_nvram_data_generic_rp_getvar()
657 const void *vptr; in bhnd_nvram_data_generic_rp_copy_val() local
665 vptr = bhnd_nvram_data_getvar_ptr_info(nv, cookiep, &vlen, &vtype, in bhnd_nvram_data_generic_rp_copy_val()
[all …]
H A Dbhnd_nvram_data_btxt.c675 const char *vptr; in bhnd_nvram_btxt_getvar_ptr() local
705 error = bhnd_nvram_parse_env(eptr, env_len, '\0', NULL, NULL, &vptr, in bhnd_nvram_btxt_getvar_ptr()
715 return (vptr); in bhnd_nvram_btxt_getvar_ptr()
/freebsd/sys/contrib/openzfs/lib/libefi/
H A Drdwr_efi.c339 struct dk_gpt *vptr; in efi_alloc_and_init() local
375 vptr = calloc(1, length); in efi_alloc_and_init()
376 if (vptr == NULL) in efi_alloc_and_init()
379 *vtoc = vptr; in efi_alloc_and_init()
381 vptr->efi_version = EFI_VERSION_CURRENT; in efi_alloc_and_init()
382 vptr->efi_lbasize = lbsize; in efi_alloc_and_init()
383 vptr->efi_nparts = nparts; in efi_alloc_and_init()
389 vptr->efi_first_u_lba = nblocks + 1; in efi_alloc_and_init()
390 vptr->efi_last_lba = capacity - 1; in efi_alloc_and_init()
391 vptr->efi_altern_lba = capacity -1; in efi_alloc_and_init()
[all …]
/freebsd/sbin/ipf/libipf/
H A Dload_hashnode.c60 ipe.ipe_addr.vptr, ipaddr, in load_hashnode()
66 ipe.ipe_mask.vptr, mask, in load_hashnode()
H A Dload_poolnode.c59 pn.ipn_addr.adf_addr.vptr, ipaddr, in load_poolnode()
66 pn.ipn_mask.adf_addr.vptr, mask, in load_poolnode()
/freebsd/stand/i386/libi386/
H A Dbiospnp.c89 #define vsegofs(vptr) (((uint32_t)VTOPSEG(vptr) << 16) + VTOPOFF(vptr)) argument
/freebsd/sys/dev/isp/
H A Disp_target.c109 isp_target_notify(ispsoftc_t *isp, void *vptr, uint32_t *optrp, uint16_t ql) in isp_target_notify() argument
131 type = isp_get_response_type(isp, (isphdr_t *)vptr); in isp_target_notify()
132 unp.vp = vptr; in isp_target_notify()
135 isp_print_qentry(isp, __func__, *optrp, vptr); in isp_target_notify()
/freebsd/sys/kern/
H A Dkern_proc.c1860 vm_offset_t vptr, ptr; in get_proc_vector32() local
1872 vptr = (vm_offset_t)PTRIN(pss.ps_argvstr); in get_proc_vector32()
1879 vptr = (vm_offset_t)PTRIN(pss.ps_envstr); in get_proc_vector32()
1886 vptr = (vm_offset_t)PTRIN(pss.ps_envstr) + in get_proc_vector32()
1888 if (vptr % 4 != 0) in get_proc_vector32()
1890 for (ptr = vptr, i = 0; i < PROC_AUXV_MAX; i++) { in get_proc_vector32()
1908 if (proc_readmem(td, p, vptr, proc_vector32, size) != size) { in get_proc_vector32()
1934 vm_offset_t vptr, ptr; in get_proc_vector() local
1948 vptr = (vm_offset_t)pss.ps_argvstr; in get_proc_vector()
1955 vptr = (vm_offset_t)pss.ps_envstr; in get_proc_vector()
[all …]
/freebsd/contrib/netbsd-tests/lib/libcurses/director/
H A Dtestlang_parse.y236 var_t *vptr; variable
292 vptr = &vars[command.returns[0].return_index];
293 retvar.return_len = vptr->len;
294 retvar.return_type = vptr->type;
295 retvar.return_value = vptr->value;
/freebsd/sys/x86/iommu/
H A Damd_reg.h688 u_int vptr:1; member
715 u_int vptr:1; member
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_checks.inc70 UBSAN_CHECK(DynamicTypeMismatch, "dynamic-type-mismatch", "vptr")
/freebsd/sys/dev/pci/
H A Dvga_pci.c557 const char **vptr) in vga_pci_get_vpd_readonly() argument
560 return (pci_get_vpd_readonly(dev, kw, vptr)); in vga_pci_get_vpd_readonly()
H A Dpcivar.h478 pci_get_vpd_readonly(device_t dev, const char *kw, const char **vptr) in pci_get_vpd_readonly() argument
480 return(PCI_GET_VPD_READONLY(device_get_parent(dev), dev, kw, vptr)); in pci_get_vpd_readonly()
H A Dpci_if.m107 const char **vptr;
H A Dpci.c1389 const char **vptr) in pci_get_vpd_readonly_method() argument
1401 *vptr = cfg->vpd.vpd_ros[i].value; in pci_get_vpd_readonly_method()
1405 *vptr = NULL; in pci_get_vpd_readonly_method()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSanitizers.def112 SANITIZER("vptr", Vptr)
H A DDiagnosticDriverKinds.td484 "implicitly disabling vptr sanitizer because rtti wasn't enabled">,
H A DDiagnosticGroups.td34 def AutoDisableVptrSanitizer : DiagGroup<"auto-disable-vptr-sanitizer">;
H A DAttrDocs.td1401 point within the class (except that it does not share a vptr with the enclosing
/freebsd/sys/dev/mpt/
H A Dmpt.c2516 uint8_t *vptr; in mpt_dma_buf_alloc() local
2566 vptr = mpt->request; in mpt_dma_buf_alloc()
2574 req->req_vbuf = vptr; in mpt_dma_buf_alloc()
2577 vptr += MPT_REQUEST_AREA; in mpt_dma_buf_alloc()
2580 req->sense_vbuf = (vptr - MPT_SENSE_SIZE); in mpt_dma_buf_alloc()
/freebsd/contrib/sendmail/src/
H A Dmap.c6343 char *vptr; local
6365 vptr = ni_propval("/machines", NULL, nbuf, "name", '\n');
6367 if (vptr == NULL)
6374 if ((ptr = strchr(vptr, '\n')) != NULL)
6377 if (sm_strlcpy(name, vptr, hbsize) >= hbsize)
6379 sm_free(vptr);
6383 sm_free(vptr);
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_fil.h97 void *vptr[2]; member
114 #define iplookupptr vptr[0]
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def434 /// void __atomic_load(size_t size, void *mptr, void *vptr, int smodel);
439 /// void __atomic_store(size_t size, void *mptr, void *vptr, int smodel);
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h2441 void InitializeVTablePointer(const VPtr &vptr);
3157 void EmitVTableAssumptionLoad(const VPtr &vptr, Address This);