Searched refs:pv (Results 1 - 25 of 90) sorted by relevance

1234

/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_read_format_zip_high_compression.c49 const void *pv; local
66 assertEqualInt(ARCHIVE_OK, archive_read_data_block(a, &pv, &s, &o));
70 assertEqualInt(ARCHIVE_OK, archive_read_data_block(a, &pv, &s, &o));
74 assertEqualInt(ARCHIVE_EOF, archive_read_data_block(a, &pv, &s, &o));
109 const void *pv; local
137 assertEqualInt(ARCHIVE_OK, archive_read_data_block(a, &pv, &s, &o));
141 assertEqualInt(ARCHIVE_OK, archive_read_data_block(a, &pv, &s, &o));
145 assertEqualInt(ARCHIVE_EOF, archive_read_data_block(a, &pv, &s, &o));
H A Dtest_read_format_lha_bugfix_0.c33 const void *pv; local
49 archive_read_data_block(a, &pv, &s, &o));
52 archive_read_data_block(a, &pv, &s, &o));
H A Dtest_read_format_lha.c141 const void *pv; local
170 archive_read_data_block(a, &pv, &s, &o));
184 archive_read_data_block(a, &pv, &s, &o));
/freebsd-11-stable/sys/geom/linux_lvm/
H A Dg_linux_lvm.c194 struct g_llvm_pv *pv; local
229 pv = NULL;
239 /* get the segment and the pv */
246 pv = sg->sg_pv;
260 pv = sg->sg_pv;
269 KASSERT(pv != NULL, ("Can't find PV for chunk %zu",
272 cb->bio_to = pv->pv_gprov;
276 cb->bio_caller1 = pv;
284 pv->pv_name, cb->bio_offset);
295 pv
311 struct g_llvm_pv *pv; local
392 struct g_llvm_pv *pv; local
492 struct g_llvm_pv *pv; local
985 struct g_llvm_pv *pv; local
[all...]
/freebsd-11-stable/sys/arm/arm/
H A Dpmap-v4.c452 struct pv_addr *pv; local
454 SLIST_FOREACH(pv, &kernel_pt_list, pv_list) {
455 if (pv->pv_pa == pa)
456 return (pv->pv_va);
1176 pmap_set_cache_entry(pv_entry_t pv, pmap_t pm, vm_offset_t va, int cacheable) argument
1181 l2b = pmap_get_l2_bucket(pv->pv_pmap, pv->pv_va);
1182 ptep = &l2b->l2b_kva[l2pte_index(pv->pv_va)];
1187 if (PV_BEEN_EXECD(pv->pv_flags)) {
1188 pmap_tlb_flushID_SE(pv
1220 struct pv_entry *pv; local
1329 struct pv_entry *pv; local
1548 struct pv_entry *pv; local
1593 struct pv_entry *pv; local
1821 struct pv_entry *pv; local
1866 struct pv_entry *pv; local
2535 struct pv_entry *pv, *npv; local
2851 struct pv_entry *pv; local
2861 struct pv_entry *pv; local
3009 pv_entry_t pv; local
3546 pv_entry_t pv; local
3804 pmap_free_pv_entry(pv_entry_t pv) argument
4416 pv_entry_t pv; local
4446 pv_entry_t pv; local
[all...]
H A Dpmap-v6.c277 * Data for the pv entry allocation mechanism
1171 * Initialize the global pv list lock.
1173 rw_init(&pvh_global_lock, "pmap pv global");
1728 * Initialize the address space (zone) for the pv entries. Set a
1730 * numbers of pv entries.
1749 * Calculate the size of the pv head table for sections.
1758 * Allocate memory for the pv head table for sections.
1770 panic("%s: not enough kvm for pv chunks", __func__);
1883 * the pv lists. This eliminates many coarse-grained
1884 * invltlb calls. Note that many of the pv lis
2743 pv_to_chunk(pv_entry_t pv) argument
2829 pv_entry_t pv; local
2976 free_pv_entry(pmap_t pmap, pv_entry_t pv) argument
3019 pv_entry_t pv; local
3094 pv_entry_t pv; local
3106 pv_entry_t pv; local
3121 pv_entry_t pv; local
3146 pv_entry_t pv; local
3180 pv_entry_t pv; local
3217 pv_entry_t pv; local
3237 pv_entry_t pv; local
3861 pv_entry_t pv; local
4258 pv_entry_t pv; local
4320 pmap_remove_pte1_quick(pmap_t pmap, pt1_entry_t pte1, pv_entry_t pv, struct spglist *free) argument
4359 pmap_remove_pte2_quick(pmap_t pmap, pt2_entry_t pte2, pv_entry_t pv, struct spglist *free) argument
4400 pv_entry_t pv; local
5018 pv_entry_t pv; local
5074 pv_entry_t pv; local
5165 pv_entry_t pv; local
5233 pv_entry_t pv, pvf; local
5451 pv_entry_t next_pv, pv; local
5609 pv_entry_t next_pv, pv; local
5764 pv_entry_t pv; local
[all...]
/freebsd-11-stable/contrib/tcsh/
H A Dsh.exec.c148 Char *dp, **pv, **opv, **av, *sav; local
165 pv = globall(blk, gflag);
166 if (pv == 0) {
172 pv = saveblk(blk);
173 cleanup_push(pv, blk_cleanup);
175 trim(pv);
178 expath = Strsave(pv[0]);
206 cleanup_ignore(pv);
207 cleanup_until(pv);
208 t->t_dcom = blkspl(pv, a
643 Char **pv; local
813 Char **opv, **pv; local
1007 Char **pv; local
1085 Char **pv; local
[all...]
H A Dsh.sem.c89 int pv[2]; local
701 execute(t->t_dcdr, wanttty, pv, pipeout, do_glob);
704 execute(t->t_dcar, wanttty, pipein, pv, do_glob);
708 execute(t->t_dcar, wanttty, pipein, pv, do_glob);
711 execute(t->t_dcdr, wanttty, pv, pipeout, do_glob);
796 Char **pv; local
804 pv = globall(blk, gflag);
805 if (pv == NULL) {
810 if (pv[1] != NULL) { /* we need to fix the command vector */
811 Char **av = blkspl(t->t_dcom, &pv[
960 mypipe(int *pv) argument
[all...]
/freebsd-11-stable/sys/arm64/arm64/
H A Dpmap.c227 * Data for the pv entry allocation mechanism.
253 * Data for the pv entry allocation mechanism
260 static void free_pv_entry(pmap_t pmap, pv_entry_t pv);
891 * Initialize the pv chunk list mutex.
893 mtx_init(&pv_chunks_mutex, "pmap pv chunk list", NULL, MTX_DEF);
896 * Initialize the pool of pv list locks.
899 rw_init(&pv_list_locks[i], "pmap pv list");
902 * Calculate the size of the pv head table for superpages.
907 * Allocate memory for the pv head table for superpages.
1799 pv_to_chunk(pv_entry_t pv) argument
1860 pv_entry_t pv; local
2036 free_pv_entry(pmap_t pmap, pv_entry_t pv) argument
2093 pv_entry_t pv; local
2234 pv_entry_t pv; local
2257 pv_entry_t pv; local
2322 pv_entry_t pv; local
2337 pv_entry_t pv; local
2517 pv_entry_t pv; local
2769 pv_entry_t pv; local
2894 pv_entry_t pv; local
3555 pv_entry_t pv; local
3602 pv_entry_t pv; local
3678 pv_entry_t pv; local
3858 pv_entry_t pv; local
4010 pv_entry_t next_pv, pv; local
4113 pv_entry_t pv, pvf; local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangPersistentVariables.h35 static bool classof(const PersistentExpressionState *pv) { argument
36 return pv->getKind() == PersistentExpressionState::eKindClang;
/freebsd-11-stable/sys/geom/raid/
H A Dmd_promise.c534 struct g_raid_md_promise_pervolume *pv; local
537 pv = vol->v_md_data;
538 if (pv->pv_id == id)
548 struct g_raid_md_promise_pervolume *pv; local
553 pv = vol->v_md_data;
554 if (!pv->pv_started || vol->v_stopping)
664 struct g_raid_md_promise_pervolume *pv; local
672 pv = vol->v_md_data;
673 meta = pv->pv_meta;
702 if (!pv
830 struct g_raid_md_promise_pervolume *pv; local
894 struct g_raid_md_promise_pervolume *pv; local
963 struct g_raid_md_promise_pervolume *pv; local
982 struct g_raid_md_promise_pervolume *pv; local
1239 struct g_raid_md_promise_pervolume *pv; local
1260 struct g_raid_md_promise_pervolume *pv; local
1699 struct g_raid_md_promise_pervolume *pv; local
1978 struct g_raid_md_promise_pervolume *pv; local
[all...]
H A Dmd_intel.c894 struct g_raid_md_intel_pervolume *pv; local
897 pv = mvol->v_md_data;
898 if (pv->pv_volume_pos == id)
912 struct g_raid_md_intel_pervolume *pv; local
1035 pv = sd->sd_volume->v_md_data;
1036 mvol = intel_get_volume(meta, pv->pv_volume_pos);
1065 (!pv->pv_cng || pv->pv_cng_master_disk != disk_pos)) {
1073 } else if (mvol->dirty && (!pv->pv_cng ||
1074 pv
1250 struct g_raid_md_intel_pervolume *pv; local
1692 struct g_raid_md_intel_pervolume *pv; local
2352 struct g_raid_md_intel_pervolume *pv; local
2685 struct g_raid_md_intel_pervolume *pv; local
[all...]
H A Dmd_ddf.c1383 struct g_raid_md_ddf_pervolume *pv; local
1386 pv = vol->v_md_data;
1387 if (memcmp(pv->pv_meta.vde->VD_GUID, GUID, 24) == 0)
1418 struct g_raid_md_ddf_pervolume *pv; local
1423 pv = vol->v_md_data;
1607 struct g_raid_md_ddf_pervolume *pv; local
1625 pv = vol->v_md_data;
1626 vmeta = &pv->pv_meta;
1650 if (!pv->pv_started)
1790 struct g_raid_md_ddf_pervolume *pv; local
1854 struct g_raid_md_ddf_pervolume *pv; local
1932 struct g_raid_md_ddf_pervolume *pv; local
1950 struct g_raid_md_ddf_pervolume *pv; local
2226 struct g_raid_md_ddf_pervolume *pv; local
2247 struct g_raid_md_ddf_pervolume *pv; local
2727 struct g_raid_md_ddf_pervolume *pv; local
3052 struct g_raid_md_ddf_pervolume *pv; local
[all...]
/freebsd-11-stable/libexec/rshd/
H A Drshd.c194 int cc, nfd, pv[2], pid, s; local
424 if (pipe(pv) < 0)
433 (void) close(pv[1]);
437 FD_SET(pv[0], &readfrom);
438 if (pv[0] > s)
439 nfd = pv[0];
442 ioctl(pv[0], FIONBIO, (char *)&one);
459 if (FD_ISSET(pv[0], &ready)) {
461 cc = read(pv[0], buf, sizeof(buf));
464 FD_CLR(pv[
[all...]
/freebsd-11-stable/sys/riscv/riscv/
H A Dpmap.c226 * Data for the pv entry allocation mechanism
233 static void free_pv_entry(pmap_t pmap, pv_entry_t pv);
565 * Initialize the global pv list lock.
567 rw_init(&pvh_global_lock, "pmap pv global");
730 * Initialize the pv chunk list mutex.
732 mtx_init(&pv_chunks_mutex, "pmap pv chunk list", NULL, MTX_DEF);
735 * Initialize the pool of pv list locks.
738 rw_init(&pv_list_locks[i], "pmap pv list");
1485 pv_to_chunk(pv_entry_t pv) argument
1488 return ((struct pv_chunk *)((uintptr_t)pv
1548 free_pv_entry(pmap_t pmap, pv_entry_t pv) argument
1608 pv_entry_t pv; local
1680 pv_entry_t pv; local
1701 pv_entry_t pv; local
1717 pv_entry_t pv; local
1884 pv_entry_t pv; local
2018 pv_entry_t pv; local
2615 pv_entry_t pv; local
2651 pv_entry_t pv; local
2706 pv_entry_t pv; local
2807 pv_entry_t pv; local
2933 pv_entry_t pv; local
3012 pv_entry_t pv, pvf; local
[all...]
/freebsd-11-stable/sys/i386/i386/
H A Dpmap.c243 * Data for the pv entry allocation mechanism
295 static void free_pv_entry(pmap_t pmap, pv_entry_t pv);
424 * Initialize the global pv list lock.
426 rw_init(&pvh_global_lock, "pmap pv global");
818 * Initialize the address space (zone) for the pv entries. Set a
820 * numbers of pv entries.
856 * Calculate the size of the pv head table for superpages.
863 * Allocate memory for the pv head table for superpages.
875 panic("pmap_init: not enough kvm for pv chunks");
1457 * the pv list
2165 pv_to_chunk(pv_entry_t pv) argument
2223 pv_entry_t pv; local
2355 free_pv_entry(pmap_t pmap, pv_entry_t pv) argument
2415 pv_entry_t pv; local
2486 pv_entry_t pv; local
2502 pv_entry_t pv; local
2536 pv_entry_t pv; local
2570 pv_entry_t pv; local
2598 pv_entry_t pv; local
2613 pv_entry_t pv; local
2633 pv_entry_t pv; local
3087 pv_entry_t pv; local
3499 pv_entry_t pv; local
4428 pv_entry_t pv; local
4495 pv_entry_t pv; local
4543 pv_entry_t pv; local
4704 pv_entry_t pv; local
4777 pv_entry_t pv; local
4805 pv_entry_t next_pv, pv; local
4886 pv_entry_t pv, pvf; local
5106 pv_entry_t next_pv, pv; local
[all...]
/freebsd-11-stable/usr.bin/locate/locate/
H A Dutil.c90 char **pv; local
105 for(vlen = 0, pv = dbv; *pv != NULL; pv++, vlen++);
/freebsd-11-stable/sys/mips/mips/
H A Dpmap.c150 * Data for the pv entry allocation mechanism
156 static void free_pv_entry(pmap_t pmap, pv_entry_t pv);
590 * Initialize the global pv list lock.
592 rw_init(&pvh_global_lock, "pmap pv global");
1323 pv_to_chunk(pv_entry_t pv) argument
1326 return ((struct pv_chunk *)((uintptr_t)pv & ~(uintptr_t)PAGE_MASK));
1329 #define PV_PMAP(pv) (pv_to_chunk(pv)->pc_pmap)
1353 "Current number of pv entries");
1359 "Current number of pv entr
1391 pv_entry_t pv; local
1504 free_pv_entry(pmap_t pmap, pv_entry_t pv) argument
1560 pv_entry_t pv; local
1623 pv_entry_t pv; local
1638 pv_entry_t pv; local
1664 pv_entry_t pv; local
1847 pv_entry_t pv; local
2014 pv_entry_t pv; local
2728 pv_entry_t pv; local
2762 pv_entry_t pv; local
2841 pv_entry_t pv; local
2871 pv_entry_t pv; local
2900 pv_entry_t pv; local
3107 pv_entry_t pv; local
3545 pv_entry_t pv; local
[all...]
/freebsd-11-stable/sys/amd64/amd64/
H A Dpmap.c391 * Data for the pv entry allocation mechanism.
626 static void free_pv_entry(pmap_t pmap, pv_entry_t pv);
1367 * Initialize the pv chunk list mutex.
1369 mtx_init(&pv_chunks_mutex, "pmap pv chunk list", NULL, MTX_DEF);
1372 * Initialize the pool of pv list locks.
1375 rw_init(&pv_list_locks[i], "pmap pv list");
1378 * Calculate the size of the pv head table for superpages.
1383 * Allocate memory for the pv head table for superpages.
3163 pv_to_chunk(pv_entry_t pv)
3166 return ((struct pv_chunk *)((uintptr_t)pv
3162 pv_to_chunk(pv_entry_t pv) argument
3235 pv_entry_t pv; local
3425 free_pv_entry(pmap_t pmap, pv_entry_t pv) argument
3482 pv_entry_t pv; local
3657 pv_entry_t pv; local
3680 pv_entry_t pv; local
3748 pv_entry_t pv; local
3788 pv_entry_t pv; local
3803 pv_entry_t pv; local
3827 pv_entry_t pv; local
4348 pv_entry_t pv; local
4789 pv_entry_t pv; local
5843 pv_entry_t pv; local
5890 pv_entry_t pv; local
5996 pv_entry_t pv; local
6169 pv_entry_t pv; local
6322 pv_entry_t next_pv, pv; local
6457 pv_entry_t pv, pvf; local
6794 pv_entry_t next_pv, pv; local
[all...]
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_prio_q.c109 void *pv
114 pn = pv;
/freebsd-11-stable/tools/tools/nanobsd/pcengines/
H A Dcommon.conf68 mkdir -pv z/scratch
/freebsd-11-stable/contrib/sendmail/vacation/
H A Dvacation.c990 char *pv[8]; local
1008 pv[0] = "sendmail";
1009 pv[1] = "-oi";
1010 pv[2] = "-f";
1012 pv[3] = sender;
1014 pv[3] = myname;
1015 pv[4] = "--";
1016 pv[5] = From;
1017 pv[6] = NULL;
1030 (void) execv(_PATH_SENDMAIL, pv);
[all...]
/freebsd-11-stable/sys/net/
H A Dbridgestp.c74 #define PV2ADDR(pv, eaddr) do { \
75 eaddr[0] = pv >> 40; \
76 eaddr[1] = pv >> 32; \
77 eaddr[2] = pv >> 24; \
78 eaddr[3] = pv >> 16; \
79 eaddr[4] = pv >> 8; \
80 eaddr[5] = pv >> 0; \
735 bstp_info_cmp(struct bstp_pri_vector *pv, argument
738 if (cpv->pv_root_id < pv->pv_root_id)
740 if (cpv->pv_root_id > pv
768 bstp_info_superior(struct bstp_pri_vector *pv, struct bstp_pri_vector *cpv) argument
782 struct bstp_pri_vector pv; local
[all...]
/freebsd-11-stable/sys/powerpc/booke/
H A Dpmap.c213 /* Data for the pv entry allocation mechanism */
217 #define PV_ENTRY_ZONE_MIN 2048 /* min pv entries in uma zone */
779 pv_entry_t pv; local
784 pv = uma_zalloc(pvzone, M_NOWAIT);
786 return (pv);
811 panic("pv_insert: no pv entries!");
825 /* Destroy pv entry. */
837 /* find pv entry */
845 /* free pv entry struct */
966 /* Create and insert pv entr
1942 pv_entry_t pv, pvn; local
2102 pv_entry_t pv; local
2408 pv_entry_t pv; local
2458 pv_entry_t pv; local
2487 pv_entry_t pv; local
2542 pv_entry_t pv; local
2616 pv_entry_t pv; local
2644 pv_entry_t pv; local
[all...]
/freebsd-11-stable/sbin/ifconfig/
H A Difbridge.c66 #define PV2ID(pv, epri, eaddr) do { \
67 epri = pv >> 48; \
68 eaddr[0] = pv >> 40; \
69 eaddr[1] = pv >> 32; \
70 eaddr[2] = pv >> 24; \
71 eaddr[3] = pv >> 16; \
72 eaddr[4] = pv >> 8; \
73 eaddr[5] = pv >> 0; \

Completed in 250 milliseconds

1234