Searched refs:wired (Results 1 - 23 of 23) sorted by relevance

/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/Plugin/
H A DWrap.pm84 First, attach the transmutex multiplier to the cross-wired
93 multiplier to the cross-wired quantum
102 First, attach the transmutex multiplier to the cross-wired quantum
109 multiplier to the cross-wired quantum
/macosx-10.10/xnu-2782.1.97/osfmk/vm/
H A Dpmap.h213 boolean_t wired);
222 boolean_t wired,
402 #define PMAP_ENTER(pmap, virtual_address, page, protection, fault_type, flags, wired) \
421 (wired), \
429 fault_type, flags, wired, options, result) \
448 (wired), \
614 boolean_t wired);
H A Dvm_fault.h177 boolean_t wired,
H A Dvm_fault.c765 * example, because it was previously wired down), asserting
1258 * wired mapping.
2523 boolean_t wired,
2866 * Compressor pages are neither wired
2873 if (wired) {
3124 wired,
3159 0, wired,
3242 boolean_t wired; /* Should mapping be wired down? */ local
3325 &object, &offset, &prot, &wired,
2518 vm_fault_enter(vm_page_t m, pmap_t pmap, vm_map_offset_t vaddr, vm_prot_t prot, vm_prot_t fault_type, boolean_t wired, boolean_t change_wiring, boolean_t no_cache, boolean_t cs_bypass, __unused int user_tag, int pmap_options, boolean_t *need_retry, int *type_of_fault) argument
[all...]
H A Dvm_map.c303 * manage the wired page count. vm_map_entry_copy() creates a new
304 * map entry to the same memory - the wired count in the new entry
2347 * requested all new map entries be wired.
3405 * must be wired down. Hence, the race with a multi-
4243 * Update the accounting for the amount of wired memory in this map. If the user has
4281 * the total that has been wired in the map.
4332 * user wired memory for this map.
4358 * target map as wired. Regions specified as not pageable require
4395 * wired page. We return only one physical page number
4416 /* We wired wha
4548 boolean_t wired; local
9965 vm_map_lookup_locked( vm_map_t *var_map, vm_map_offset_t vaddr, vm_prot_t fault_type, int object_lock_type, vm_map_version_t *out_version, vm_object_t *object, vm_object_offset_t *offset, vm_prot_t *out_prot, boolean_t *wired, vm_object_fault_info_t fault_info, vm_map_t *real_map) argument
14629 unsigned int purgeable, clean, dirty, wired; local
14714 unsigned int purgeable, clean, dirty, wired; local
[all...]
H A Dvm_map.h250 /* boolean_t */ zero_wired_pages:1, /* zero out the wired pages of this entry it is being deleted without unwiring them */
350 /* boolean_t */ wiring_required:1, /* All memory wired? */
546 boolean_t *wired, /* OUT */
H A Dvm_user.c1876 boolean_t wired; local
2237 &object, &obj_off, &prot, &wired,
2487 * is wired by anybody, not just the current map. Why
2857 * user wired memory. Unwiring pages wired down as a result of
H A Dvm_pageout.c544 * wired exactly once. The initial target pages are not mapped,
619 * Occurs when the original page was wired
2276 /* if it's wired, we can't put it on our queue */
5664 boolean_t wired; local
5682 &new_offset, &prot, &wired,
5921 * already be wired or BUSY, so it's
5935 * The virtual page ("m") has to be wired in some way
6517 * Occurs when the original page was wired
7909 * can't substitute if the page is already wired because
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/urlPageGrab/
H A DpltGrab59 www.wired.com \
/macosx-10.10/xnu-2782.1.97/bsd/netinet6/
H A Dudp6_output.c413 boolean_t cell, wifi, wired; local
420 wired = (!wifi && IFNET_IS_WIRED(in6p->in6p_route.
423 cell = wifi = wired = FALSE;
425 INP_ADD_STAT(in6p, cell, wifi, wired, txpackets, 1);
426 INP_ADD_STAT(in6p, cell, wifi, wired, txbytes, ulen);
H A Dudp6_usrreq.c210 boolean_t wired = (!wifi && IFNET_IS_WIRED(ifp)); local
230 INP_ADD_STAT(last, cell, wifi, wired, rxpackets, 1);
231 INP_ADD_STAT(last, cell, wifi, wired, rxbytes, n->m_pkthdr.len);
253 boolean_t cell, wifi, wired; local
267 wired = (!wifi && IFNET_IS_WIRED(ifp));
551 INP_ADD_STAT(in6p, cell, wifi, wired, rxpackets, 1);
552 INP_ADD_STAT(in6p, cell, wifi, wired, rxbytes, m->m_pkthdr.len);
/macosx-10.10/xnu-2782.1.97/osfmk/i386/
H A Dpmap_x86_common.c411 * If specified, the page will be wired down, meaning
427 boolean_t wired)
429 (void) pmap_enter_options(pmap, vaddr, pn, prot, fault_type, flags, wired, PMAP_EXPAND_OPTIONS_NONE, NULL);
441 boolean_t wired,
584 * May be changing its wired attribute or protection
605 if (wired) {
876 if (wired) {
1356 /* Remove per-pmap wired count */
1747 boolean_t wired)
1756 if (wired
420 pmap_enter( register pmap_t pmap, vm_map_offset_t vaddr, ppnum_t pn, vm_prot_t prot, vm_prot_t fault_type, unsigned int flags, boolean_t wired) argument
434 pmap_enter_options( register pmap_t pmap, vm_map_offset_t vaddr, ppnum_t pn, vm_prot_t prot, __unused vm_prot_t fault_type, unsigned int flags, boolean_t wired, unsigned int options, void *arg) argument
1744 pmap_change_wiring( pmap_t map, vm_map_offset_t vaddr, boolean_t wired) argument
[all...]
/macosx-10.10/xnu-2782.1.97/osfmk/mach/
H A Dhost_priv.defs140 wired : boolean_t);
143 * Allocate zero-filled, wired, contiguous physical memory
/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Dudp_usrreq.c304 boolean_t wired = (!wifi && IFNET_IS_WIRED(ifp)); local
736 INP_ADD_STAT(inp, cell, wifi, wired, rxpackets, 1);
737 INP_ADD_STAT(inp, cell, wifi, wired, rxbytes, m->m_pkthdr.len);
794 boolean_t wired = (!wifi && IFNET_IS_WIRED(ifp)); local
842 INP_ADD_STAT(last, cell, wifi, wired, rxpackets, 1);
843 INP_ADD_STAT(last, cell, wifi, wired, rxbytes,
1617 boolean_t cell, wifi, wired; local
1622 wired = (!wifi && IFNET_IS_WIRED(ro.ro_rt->rt_ifp));
1624 cell = wifi = wired = FALSE;
1626 INP_ADD_STAT(inp, cell, wifi, wired, txpacket
[all...]
H A Dtcp_input.c572 boolean_t wired = (!wifi && IFNET_IS_WIRED(ifp)); local
646 INP_ADD_STAT(inp, cell, wifi, wired,
648 INP_ADD_STAT(inp, cell, wifi, wired,
674 INP_ADD_STAT(inp, cell, wifi, wired, rxpackets, 1);
675 INP_ADD_STAT(inp, cell, wifi, wired, rxbytes, *tlenp);
1527 boolean_t wired = (!wifi && IFNET_IS_WIRED(ifp)); local
2628 INP_ADD_STAT(inp, cell, wifi, wired,
2631 INP_ADD_STAT(inp, cell, wifi, wired,
2634 INP_ADD_STAT(inp, cell, wifi, wired,rxbytes,
3213 INP_ADD_STAT(inp, cell, wifi, wired,
[all...]
H A Dtcp_output.c321 boolean_t wired = FALSE; local
489 wired = (!wifi && IFNET_IS_WIRED(rt->rt_ifp));
563 INP_ADD_STAT(inp, cell, wifi, wired,
565 INP_ADD_STAT(inp, cell, wifi, wired,
1512 INP_ADD_STAT(inp, cell, wifi, wired,
1514 INP_ADD_STAT(inp, cell, wifi, wired,
1523 INP_ADD_STAT(inp, cell, wifi, wired,
1525 INP_ADD_STAT(inp, cell, wifi, wired,
H A Dflow_divert.c563 Boolean wired = FALSE; local
574 wired = (!wifi && IFNET_IS_WIRED(ifp));
578 INP_ADD_STAT(inp, cell, wifi, wired, txpackets, 1);
579 INP_ADD_STAT(inp, cell, wifi, wired, txbytes, data_len);
581 INP_ADD_STAT(inp, cell, wifi, wired, rxpackets, 1);
582 INP_ADD_STAT(inp, cell, wifi, wired, rxbytes, data_len);
/macosx-10.10/top-100.1.2/
H A Dglobalstats.c429 char wired[6]; local
446 if(top_humanize_uinteger(wired, sizeof(wired), wiredresult)
456 "%s used (%s wired), "
458 used, wired,
/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dthread.c1516 boolean_t wired,
1527 if (wired) {
1551 boolean_t wired)
1553 return (thread_wire_internal(host_priv, thread, wired, NULL));
1513 thread_wire_internal( host_priv_t host_priv, thread_t thread, boolean_t wired, boolean_t *prev_state) argument
1548 thread_wire( host_priv_t host_priv, thread_t thread, boolean_t wired) argument
H A Dthread.h865 boolean_t wired,
/macosx-10.10/xnu-2782.1.97/osfmk/x86_64/
H A Dpmap.c874 * Update wired memory statistics for early boot pages
1917 int wired; local
1944 * If the pte page has any wired mappings, we cannot
1947 wired = 0;
1952 wired = 1;
1957 if (!wired) {
2027 * will specify that these pages are to be wired
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_memorystatus.c576 uint32_t purgeable, wired, clean, dirty; variable
585 error = task_freeze(p->task, &purgeable, &wired, &clean, &dirty, max_pages, &shared, FALSE);
2724 uint32_t purgeable, wired, clean, dirty; local
2768 kr = task_freeze(p->task, &purgeable, &wired, &clean, &dirty, max_pages, &shared, FALSE);
2771 "memorystatus_pages: %d, purgeable: %d, wired: %d, clean: %d, dirty: %d, shared %d, free swap: %d\n",
2773 memorystatus_available_pages, purgeable, wired, clean, dirty, shared, default_pager_swap_pages_free());
/macosx-10.10/files-662.1.1/private/etc/
H A Dservices10813 wired 4871/tcp # Wired
10814 wired 4871/udp # Wired

Completed in 358 milliseconds