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

12

/freebsd-9.3-release/usr.sbin/pkg_install/version/
H A Dtest-pkg_version.sh38 test-pv ( ) { \
50 test-pv 0.10 "=" 0.10_0 coercion
51 test-pv 0.10 "=" 0.10,0 coercion
52 test-pv 0.10 "=" 0.10_0,0 coercion
55 test-pv 1.0 "=" 1.0 equality
56 test-pv 2.15a "=" 2.15a equality
58 test-pv 0.10 ">" 0.9 inequality
59 test-pv 0.9 "<" 0.10 inequality
61 test-pv 2.3p10 ">" 2.3p9 number/letter
62 test-pv 1.
[all...]
/freebsd-9.3-release/sys/ia64/ia64/
H A Dpmap.c197 * Data for the pv entry allocation mechanism
234 static PMAP_INLINE void free_pv_entry(pv_entry_t pv);
242 vm_offset_t va, pv_entry_t pv, int freepte);
472 * Initialize the address space (zone) for the pv entries. Set a
474 * numbers of pv entries.
695 free_pv_entry(pv_entry_t pv) argument
698 uma_zfree(pvzone, pv);
713 pv_entry_t allocated_pv, next_pv, pv; local
729 * Reclaim pv entries: At first, destroy mappings to inactive
730 * pages. After that, if a pv entr
790 pv_entry_t pv; local
905 pmap_remove_entry(pmap_t pmap, vm_page_t m, vm_offset_t va, pv_entry_t pv) argument
942 pv_entry_t pv; local
1127 pmap_remove_pte(pmap_t pmap, struct ia64_lpte *pte, vm_offset_t va, pv_entry_t pv, int freepte) argument
1331 pv_entry_t npv, pv; local
1393 pv_entry_t pv; local
1872 pv_entry_t pv; local
1904 pv_entry_t pv; local
1938 pv_entry_t pv, npv; local
1983 pv_entry_t pv; local
2017 pv_entry_t pv; local
2077 pv_entry_t pv; local
2107 pv_entry_t pv; local
2148 pv_entry_t pv; local
2176 pv_entry_t pv; local
2284 pv_entry_t pv; local
[all...]
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_acl.h75 #define _ACL_GET_ACCESS(pv,pa) (xfs_acl_vtoacl(pv,pa,NULL) == 0)
76 #define _ACL_GET_DEFAULT(pv,pd) (xfs_acl_vtoacl(pv,NULL,pd) == 0)
95 #define _ACL_GET_ACCESS(pv,pa) (0)
96 #define _ACL_GET_DEFAULT(pv,pd) (0)
/freebsd-9.3-release/sys/mips/mips/
H A Dpmap.c153 * Data for the pv entry allocation mechanism
159 static PMAP_INLINE void free_pv_entry(pv_entry_t pv);
610 * Initialize the address space (zone) for the pv entries. Set a
612 * numbers of pv entries.
1363 free_pv_entry(pv_entry_t pv) argument
1367 uma_zfree(pvzone, pv);
1384 pv_entry_t allocated_pv, next_pv, pv; local
1399 * Reclaim pv entries: At first, destroy mappings to inactive
1400 * pages. After that, if a pv entry is still needed, destroy
1411 TAILQ_FOREACH_SAFE(pv,
1483 pv_entry_t pv; local
1509 pv_entry_t pv; local
1535 pv_entry_t pv; local
1703 pv_entry_t pv; local
1852 pv_entry_t pv; local
2504 pv_entry_t pv; local
2537 pv_entry_t pv, npv; local
2598 pv_entry_t pv; local
2626 pv_entry_t pv; local
2672 pv_entry_t pv; local
2699 pv_entry_t pv, npv; local
3152 register pv_entry_t pv; local
3354 pv_entry_t pv; local
[all...]
/freebsd-9.3-release/sys/geom/linux_lvm/
H A Dg_linux_lvm.c195 struct g_llvm_pv *pv; local
230 pv = NULL;
240 /* get the segment and the pv */
247 pv = sg->sg_pv;
261 pv = sg->sg_pv;
270 KASSERT(pv != NULL, ("Can't find PV for chunk %zu",
273 cb->bio_to = pv->pv_gprov;
277 cb->bio_caller1 = pv;
285 pv->pv_name, cb->bio_offset);
296 pv
312 struct g_llvm_pv *pv; local
393 struct g_llvm_pv *pv; local
493 struct g_llvm_pv *pv; local
986 struct g_llvm_pv *pv; local
[all...]
/freebsd-9.3-release/sys/arm/arm/
H A Dpmap.c456 struct pv_addr *pv; local
458 SLIST_FOREACH(pv, &kernel_pt_list, pv_list) {
459 if (pv->pv_pa == pa)
460 return (pv->pv_va);
1281 pmap_set_cache_entry(pv_entry_t pv, pmap_t pm, vm_offset_t va, int cacheable) argument
1286 l2b = pmap_get_l2_bucket(pv->pv_pmap, pv->pv_va);
1287 ptep = &l2b->l2b_kva[l2pte_index(pv->pv_va)];
1292 if (PV_BEEN_EXECD(pv->pv_flags)) {
1293 pmap_tlb_flushID_SE(pv
1325 struct pv_entry *pv; local
1434 struct pv_entry *pv; local
1663 struct pv_entry *pv; local
1708 struct pv_entry *pv; local
1941 struct pv_entry *pv; local
1986 struct pv_entry *pv; local
2687 struct pv_entry *pv, *npv; local
2977 struct pv_entry *pv; local
2987 struct pv_entry *pv; local
3135 pv_entry_t pv; local
3871 pmap_free_pv_entry(pv_entry_t pv) argument
4522 pv_entry_t pv; local
4552 pv_entry_t pv; local
[all...]
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.exec.c152 Char *dp, **pv, **opv, **av, *sav; local
169 pv = globall(blk, gflag);
170 if (pv == 0) {
176 pv = saveblk(blk);
177 cleanup_push(pv, blk_cleanup);
179 trim(pv);
182 expath = Strsave(pv[0]);
210 cleanup_ignore(pv);
211 cleanup_until(pv);
212 t->t_dcom = blkspl(pv, a
646 Char **pv; local
816 Char **opv, **pv; local
1010 Char **pv; local
1085 Char **pv; local
[all...]
H A Dsh.sem.c93 int pv[2]; local
688 execute(t->t_dcdr, wanttty, pv, pipeout, do_glob);
691 execute(t->t_dcar, wanttty, pipein, pv, do_glob);
695 execute(t->t_dcar, wanttty, pipein, pv, do_glob);
698 execute(t->t_dcdr, wanttty, pv, pipeout, do_glob);
783 Char **pv; local
791 pv = globall(blk, gflag);
792 if (pv == NULL) {
797 if (pv[1] != NULL) { /* we need to fix the command vector */
798 Char **av = blkspl(t->t_dcom, &pv[
947 mypipe(int *pv) argument
[all...]
/freebsd-9.3-release/contrib/libarchive/libarchive/test/
H A Dtest_read_format_zip.c40 const void *pv; local
55 archive_read_data_block(a, &pv, &s, &o));
/freebsd-9.3-release/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
1238 struct g_raid_md_promise_pervolume *pv; local
1259 struct g_raid_md_promise_pervolume *pv; local
1698 struct g_raid_md_promise_pervolume *pv; local
1977 struct g_raid_md_promise_pervolume *pv; local
[all...]
H A Dmd_intel.c787 struct g_raid_md_intel_pervolume *pv; local
790 pv = mvol->v_md_data;
791 if (pv->pv_volume_pos == id)
805 struct g_raid_md_intel_pervolume *pv; local
928 pv = sd->sd_volume->v_md_data;
929 mvol = intel_get_volume(meta, pv->pv_volume_pos);
958 (!pv->pv_cng || pv->pv_cng_master_disk != disk_pos)) {
966 } else if (mvol->dirty && (!pv->pv_cng ||
967 pv
1143 struct g_raid_md_intel_pervolume *pv; local
1584 struct g_raid_md_intel_pervolume *pv; local
2244 struct g_raid_md_intel_pervolume *pv; local
2577 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
2225 struct g_raid_md_ddf_pervolume *pv; local
2246 struct g_raid_md_ddf_pervolume *pv; local
2726 struct g_raid_md_ddf_pervolume *pv; local
3051 struct g_raid_md_ddf_pervolume *pv; local
[all...]
/freebsd-9.3-release/libexec/rshd/
H A Drshd.c194 int cc, fd, nfd, pv[2], pid, s; local
406 if (pipe(pv) < 0)
415 (void) close(pv[1]);
419 FD_SET(pv[0], &readfrom);
420 if (pv[0] > s)
421 nfd = pv[0];
424 ioctl(pv[0], FIONBIO, (char *)&one);
441 if (FD_ISSET(pv[0], &ready)) {
443 cc = read(pv[0], buf, sizeof(buf));
446 FD_CLR(pv[
[all...]
/freebsd-9.3-release/usr.sbin/mount_nwfs/
H A Dmount_nwfs.c89 u_char *pv; local
142 pv = mdata.root_path + 1;
144 *pv = 0;
147 (*pv)++;
149 if (*pv) {
150 ncp_nls_mem_u2n(pv + 1, pv + 1, *pv);
151 pv += (*pv)
[all...]
/freebsd-9.3-release/sys/i386/i386/
H A Dpmap.c241 * Isolate the global pv list lock from data and other locks to prevent false
252 * Data for the pv entry allocation mechanism
306 static void free_pv_entry(pmap_t pmap, pv_entry_t pv);
416 * Initialize the global pv list lock.
418 rw_init(&pvh_global_lock, "pmap pv global");
760 * Initialize the address space (zone) for the pv entries. Set a
762 * numbers of pv entries.
798 * Calculate the size of the pv head table for superpages.
804 * Allocate memory for the pv head table for superpages.
816 panic("pmap_init: not enough kvm for pv chunk
2193 pv_to_chunk(pv_entry_t pv) argument
2251 pv_entry_t pv; local
2382 free_pv_entry(pmap_t pmap, pv_entry_t pv) argument
2442 pv_entry_t pv; local
2513 pv_entry_t pv; local
2529 pv_entry_t pv; local
2562 pv_entry_t pv; local
2595 pv_entry_t pv; local
2623 pv_entry_t pv; local
2638 pv_entry_t pv; local
2658 pv_entry_t pv; local
3073 pv_entry_t pv; local
3471 pv_entry_t pv; local
4323 pv_entry_t pv; local
4390 pv_entry_t pv; local
4439 pv_entry_t pv; local
4601 pv_entry_t pv; local
4674 pv_entry_t pv; local
4702 pv_entry_t next_pv, pv; local
4780 pv_entry_t pv, pvf, pvn; local
4860 pv_entry_t next_pv, pv; local
4952 pv_entry_t next_pv, pv; local
5493 pv_entry_t pv; local
[all...]
/freebsd-9.3-release/sys/i386/xen/
H A Dpmap.c231 * Data for the pv entry allocation mechanism
282 static void free_pv_entry(pmap_t pmap, pv_entry_t pv);
606 * Initialize the address space (zone) for the pv entries. Set a
608 * numbers of pv entries.
620 panic("pmap_init: not enough kvm for pv chunks");
1009 * the pv lists. This eliminates many coarse-grained
1010 * invltlb calls. Note that many of the pv list
1925 pv_to_chunk(pv_entry_t pv)
1928 return ((struct pv_chunk *)((uintptr_t)pv & ~(uintptr_t)PAGE_MASK));
1931 #define PV_PMAP(pv) (pv_to_chun
1924 pv_to_chunk(pv_entry_t pv) argument
1980 pv_entry_t pv; local
2102 free_pv_entry(pmap_t pmap, pv_entry_t pv) argument
2162 pv_entry_t pv; local
2235 pv_entry_t pv; local
2250 pv_entry_t pv; local
2273 pv_entry_t pv; local
2471 pv_entry_t pv; local
2653 pv_entry_t pv; local
3499 pv_entry_t pv; local
3529 pv_entry_t pv; local
3577 pv_entry_t pv; local
3684 pv_entry_t pv; local
3755 pv_entry_t pv; local
3817 pv_entry_t pv; local
3882 pv_entry_t pv, pvf, pvn; local
3924 pv_entry_t pv; local
3970 pv_entry_t pv; local
4454 pv_entry_t pv; local
[all...]
/freebsd-9.3-release/sys/amd64/amd64/
H A Dpmap.c239 * Isolate the global pv list lock from data and other locks to prevent false
250 * Data for the pv entry allocation mechanism
269 static void free_pv_entry(pmap_t pmap, pv_entry_t pv);
651 * Initialize the global pv list lock.
653 rw_init(&pvh_global_lock, "pmap pv global");
825 * Initialize the pv chunk list mutex.
827 mtx_init(&pv_chunks_mutex, "pmap pv chunk list", NULL, MTX_DEF);
830 * Initialize the pool of pv list locks.
833 rw_init(&pv_list_locks[i], "pmap pv list");
836 * Calculate the size of the pv hea
2075 pv_to_chunk(pv_entry_t pv) argument
2134 pv_entry_t pv; local
2260 free_pv_entry(pmap_t pmap, pv_entry_t pv) argument
2318 pv_entry_t pv; local
2476 pv_entry_t pv; local
2499 pv_entry_t pv; local
2565 pv_entry_t pv; local
2604 pv_entry_t pv; local
2619 pv_entry_t pv; local
2642 pv_entry_t pv; local
3086 pv_entry_t pv; local
3453 pv_entry_t pv; local
4287 pv_entry_t pv; local
4357 pv_entry_t pv; local
4417 pv_entry_t pv; local
4601 pv_entry_t pv; local
4672 pv_entry_t pv; local
4699 pv_entry_t next_pv, pv; local
4770 pv_entry_t pv, pvf, pvn; local
4849 pv_entry_t next_pv, pv; local
4929 pv_entry_t next_pv, pv; local
[all...]
/freebsd-9.3-release/usr.bin/locate/locate/
H A Dutil.c93 char **pv; local
108 for(vlen = 0, pv = dbv; *pv != NULL; pv++, vlen++);
/freebsd-9.3-release/sys/powerpc/booke/
H A Dpmap.c220 /* Data for the pv entry allocation mechanism */
225 #define PV_ENTRY_ZONE_MIN 2048 /* min pv entries in uma zone */
713 pv_entry_t pv; local
718 pv = uma_zalloc(pvzone, M_NOWAIT);
720 return (pv);
745 panic("pv_insert: no pv entries!");
759 /* Destroy pv entry. */
771 /* find pv entry */
779 /* free pv entry struct */
896 /* Create and insert pv entr
1798 pv_entry_t pv, pvn; local
1954 pv_entry_t pv; local
2198 pv_entry_t pv; local
2249 pv_entry_t pv; local
2278 pv_entry_t pv; local
2329 pv_entry_t pv; local
2369 pv_entry_t pv; local
2428 pv_entry_t pv; local
2456 pv_entry_t pv; local
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Support/Unix/
H A DPath.inc204 char *pv, *s, *t, buf[PATH_MAX];
223 if ((pv = getenv("PATH")) == NULL)
225 s = pv = strdup(pv);
226 if (pv == NULL)
230 free(pv);
234 free(pv);
/freebsd-9.3-release/tools/tools/nanobsd/pcengines/
H A Dcommon.conf68 mkdir -pv z/scratch
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntp_prio_q.c109 void *pv
114 pn = pv;
/freebsd-9.3-release/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-9.3-release/sys/net/
H A Dbridgestp.c72 #define PV2ADDR(pv, eaddr) do { \
73 eaddr[0] = pv >> 40; \
74 eaddr[1] = pv >> 32; \
75 eaddr[2] = pv >> 24; \
76 eaddr[3] = pv >> 16; \
77 eaddr[4] = pv >> 8; \
78 eaddr[5] = pv >> 0; \
733 bstp_info_cmp(struct bstp_pri_vector *pv, argument
736 if (cpv->pv_root_id < pv->pv_root_id)
738 if (cpv->pv_root_id > pv
766 bstp_info_superior(struct bstp_pri_vector *pv, struct bstp_pri_vector *cpv) argument
780 struct bstp_pri_vector pv; local
[all...]
/freebsd-9.3-release/sbin/ifconfig/
H A Difbridge.c64 #define PV2ID(pv, epri, eaddr) do { \
65 epri = pv >> 48; \
66 eaddr[0] = pv >> 40; \
67 eaddr[1] = pv >> 32; \
68 eaddr[2] = pv >> 24; \
69 eaddr[3] = pv >> 16; \
70 eaddr[4] = pv >> 8; \
71 eaddr[5] = pv >> 0; \

Completed in 256 milliseconds

12