Searched defs:rpp (Results 1 - 17 of 17) sorted by relevance

/illumos-gate/usr/src/lib/libdladm/common/
H A Dflowprop.c528 resource_prop_t *rpp = &rsrc_prop_table[j]; local
530 if (strcasecmp(aip->ai_name, rpp->rp_name) != 0)
534 if (rpp->rp_extract != NULL) {
535 status = rpp->rp_extract(vdp,
H A Dlinkprop.c4670 resource_prop_t *rpp = &rsrc_prop_table[j]; local
4672 if (strcasecmp(aip->ai_name, rpp->rp_name) != 0)
4676 if (rpp->rp_extract != NULL) {
4677 status = rpp->rp_extract(vdp,
/illumos-gate/usr/src/uts/common/fs/swapfs/
H A Dswap_vnops.c148 struct page *pp, *rpp; local
196 if (page_relocate_cage(&pp, &rpp) != 0)
200 pp = rpp;
/illumos-gate/usr/src/uts/common/c2/
H A Daudit_io.c507 audit_async_block(au_kcontext_t *kctx, caddr_t *rpp) argument
516 audit_async_drop(rpp, AU_BACKEND);
732 audit_async_done(caddr_t *rpp, int flags) argument
746 if ((rpp != NULL) && (*rpp != NULL)) {
747 au_toss_token((au_buff_t *)*rpp);
748 *rpp = NULL;
758 audit_async_drop(caddr_t *rpp, int flags) argument
763 audit_async_done((caddr_t *)rpp, flags);
/illumos-gate/usr/src/uts/common/io/efe/
H A Defe.c1197 efe_ring_free(efe_ring_t **rpp) argument
1199 efe_ring_t *rp = *rpp;
1222 *rpp = NULL;
/illumos-gate/usr/src/uts/common/io/
H A Dphysmem.c733 page_t *rpp; local
743 rpp = page_lookup(vp, ptob(pp->p_pagenum), SE_SHARED);
744 if (rpp != pp) {
745 page_unlock(rpp);
/illumos-gate/usr/src/uts/sun4/io/
H A Drootnex.c297 struct prop_def *rpp; local
303 for (i = 0, rpp = root_props; i < NROOT_PROPS; ++i, ++rpp) {
305 rpp->prop_name, *((int *)rpp->prop_value));
/illumos-gate/usr/src/cmd/svc/configd/
H A Dclient.c146 request_log_ptr_t *rpp; local
154 rpp = &rlp->rl_ptrs[rlp->rl_num_ptrs++];
155 rpp->rlp_type = type;
156 rpp->rlp_id = id;
157 rpp->rlp_ptr = ptr;
164 rpp->rlp_data = ((repcache_entity_t *)ptr)->re_node.rnp_node;
/illumos-gate/usr/src/uts/common/os/
H A Dmem_cage.c1551 * Relocate page opp (Original Page Pointer) from cage pool to page rpp
1561 page_t *rpp = NULL; local
1568 result = page_relocate(&opp, &rpp, 1, 1, &npgs, NULL);
1574 ASSERT(rpp != NULL);
1575 tpp = rpp;
1576 page_sub(&rpp, tpp);
1580 ASSERT(rpp == NULL);
/illumos-gate/usr/src/uts/common/ipp/
H A Dippconf.c1896 ipp_ref_t **rpp; local
1906 rpp = &(imp->ippm_action);
1907 while ((rp = *rpp) != NULL) {
1909 rpp = &(rp->ippr_nextp);
1924 *rpp = rp;
1943 ipp_ref_t **rpp; local
1953 rpp = &(imp->ippm_action);
1954 while ((rp = *rpp) != NULL) {
1957 rpp = &(rp->ippr_nextp);
1965 *rpp
2191 ipp_ref_t **rpp; local
2276 ipp_ref_t **rpp; local
2464 condemn_action( ipp_ref_t **rpp, ipp_action_t *ap) argument
2617 ipp_ref_t **rpp; local
2718 ipp_ref_t **rpp; local
2873 ipp_ref_t **rpp; local
2967 ipp_ref_t **rpp; local
[all...]
/illumos-gate/usr/src/uts/i86pc/io/
H A Drootnex.c602 rootnex_intprop_t *rpp; local
606 rpp = rootnex_intprp;
609 rpp[i].prop_name, rpp[i].prop_value);
/illumos-gate/usr/src/cmd/fm/fmadm/common/
H A Dfaulty.c617 resource_list_t **rpp)
623 np = *rpp;
641 rpp, np);
661 add_resource(status_rec_p, rpp, np);
616 add_resource_list(status_record_t *status_rec_p, name_list_t *fp, resource_list_t **rpp) argument
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_pagelist.c3219 page_t *targpp, *rpp, *hpp; local
3337 rpp = replpp;
3338 ASSERT(rpp != NULL);
3339 page_sub(&replpp, rpp);
3340 ASSERT(PAGE_EXCL(rpp));
3341 ASSERT(!PP_ISFREE(rpp));
3342 page_unlock_nocapture(rpp);
H A Dvm_page.c5051 page_t *tpp, *rpp; local
5064 rpp = page_get_replacement_page(tpp, NULL, PGR_NORELOC);
5065 if (rpp == NULL) {
5069 } while (rpp == NULL);
5071 ASSERT(PP_ISNORELOC(rpp));
5073 result = page_relocate(&tpp, &rpp, 0, 1, &npgs, NULL);
5076 *replacement = rpp;
/illumos-gate/usr/src/uts/sun4/os/
H A Dstartup.c2696 struct page *rpp = pp; local
2703 while (rpp < lpp) {
2704 ASSERT(PAGE_EXCL(rpp) && rpp->p_vnode == &promvp);
2705 ASSERT(PP_ISNORELOC(rpp));
2706 PP_CLRNORELOC(rpp);
2707 page_pp_unlock(rpp, 0, 1);
2708 page_hashout(rpp, NULL);
2709 page_unlock(rpp);
2710 rpp
[all...]
/illumos-gate/usr/src/cmd/cron/
H A Dcron.c2916 struct runinfo **rpp; local
2922 for (rpp = &rthead; (rp = *rpp) != NULL; rpp = &rp->next) {
2924 *rpp = rp->next; /* unlink the entry */
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c6754 page_t *tpp, *rpp; local
6826 rpp = repl;
6827 sfmmu_mlist_reloc_enter(tpp, rpp, &low, &high);
6879 for (i = 0; i < npages; i++, tpp++, rpp++) {
6887 if ((PP_GET_VCOLOR(rpp) != NO_VCOLOR) &&
6888 (tpp->p_vcolor != rpp->p_vcolor) &&
6889 !CacheColor_IsFlushed(cflags, PP_GET_VCOLOR(rpp))) {
6890 CacheColor_SetFlushed(cflags, PP_GET_VCOLOR(rpp));
6891 sfmmu_cache_flushcolor(PP_GET_VCOLOR(rpp),
6892 rpp
[all...]

Completed in 180 milliseconds