Home
last modified time | relevance | path

Searched refs:frp (Results 1 – 13 of 13) sorted by relevance

/titanic_41/usr/src/cmd/ipf/lib/common/
H A Dprintportcmp.c12 void printportcmp(pr, frp) in printportcmp() argument
14 frpcmp_t *frp;
19 if (frp->frp_cmp == FR_INRANGE || frp->frp_cmp == FR_OUTRANGE)
20 printf(" port %d %s %d", frp->frp_port,
21 pcmp1[frp->frp_cmp], frp->frp_top);
22 else if (frp->frp_cmp == FR_INCRANGE)
23 printf(" port %d:%d", frp->frp_port, frp->frp_top);
25 printf(" port %s %s", pcmp1[frp->frp_cmp],
26 portname(pr, frp->frp_port));
/titanic_41/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c211 static int fcip_do_plogi(struct fcip *fptr, struct fcip_routing_table *frp);
218 struct fcip_routing_table *frp);
1229 struct fcip_routing_table *frp; in fcip_handle_resume() local
1231 frp = fptr->fcip_rtable[index]; in fcip_handle_resume()
1232 while (frp) { in fcip_handle_resume()
1239 if (frp->fcipr_d_id.port_id == did) { in fcip_handle_resume()
1240 frp->fcipr_state = 0; in fcip_handle_resume()
1244 frp = frp->fcipr_next; in fcip_handle_resume()
1276 struct fcip_routing_table *frp; in fcip_rt_update() local
1292 frp = fcip_lookup_rtable(fptr, &(pmap->map_pwwn), in fcip_rt_update()
[all …]
/titanic_41/usr/src/uts/common/xen/os/
H A Dxvdi.c2054 comif_ring_fe_t *frp; in xvdi_ring_avail_slots() local
2058 frp = FRONT_RING(ringp); in xvdi_ring_avail_slots()
2060 (frp->req_prod_pvt - frp->rsp_cons)); in xvdi_ring_avail_slots()
2083 comif_ring_fe_t *frp; in xvdi_ring_has_incomp_request() local
2086 frp = FRONT_RING(ringp); in xvdi_ring_has_incomp_request()
2087 return (frp->req_prod_pvt != in xvdi_ring_has_incomp_request()
2088 ddi_get32(ringp->xr_acc_hdl, &frp->sring->rsp_prod)); in xvdi_ring_has_incomp_request()
2094 comif_ring_fe_t *frp; in xvdi_ring_has_unconsumed_responses() local
2097 frp = FRONT_RING(ringp); in xvdi_ring_has_unconsumed_responses()
2098 return (frp->rsp_cons != in xvdi_ring_has_unconsumed_responses()
[all …]
/titanic_41/usr/src/uts/common/ktli/
H A Dt_krcvudat.c184 frtn_t *frp = dbp->db_frtnp; in t_krcvudata() local
190 if (frp != NULL) in t_krcvudata()
191 KTLILOG(2, ", func: %x", frp->free_func); in t_krcvudata()
192 KTLILOG(2, ", arg %x\n", frp->free_arg); in t_krcvudata()
/titanic_41/usr/src/uts/common/inet/ipf/
H A Dip_auth.c650 frentry_t *fr, **frp; local
680 for (frp = &ifs->ifs_fr_authlist; ((fr = *frp) != NULL); ) {
682 *frp = fr->fr_next;
685 frp = &fr->fr_next;
711 register frentry_t *fr, **frp; local
745 for (frp = &ifs->ifs_fr_authlist; ((fr = *frp) != NULL); ) {
747 *frp = fr->fr_next;
750 frp = &fr->fr_next;
H A Dip_frag.c1001 void fr_fragderef(frp, lock, ifs) in fr_fragderef() argument
1002 ipfr_t **frp; in fr_fragderef()
1008 fra = *frp;
1009 *frp = NULL;
H A Dfil.c1547 static INLINE int fr_portcheck(frp, pop) in fr_portcheck() argument
1548 frpcmp_t *frp; in fr_portcheck()
1555 po = frp->frp_port;
1560 switch (frp->frp_cmp)
1587 if (tup >= po && tup <= frp->frp_top) /* Out of range */
1591 if (tup <= po || tup >= frp->frp_top) /* In range */
1595 if (tup < po || tup > frp->frp_top) /* Inclusive range */
4996 int fr_derefrule(frp, ifs) in fr_derefrule() argument
4997 frentry_t **frp; in fr_derefrule()
5002 fr = *frp;
[all …]
/titanic_41/usr/src/cmd/fuser/
H A Dfuser.c111 FILE *frp; in spec_to_mount() local
115 if ((frp = fopen(MNTTAB, "r")) == NULL) in spec_to_mount()
120 ret = getmntany(frp, &mget, &mref); in spec_to_mount()
121 (void) fclose(frp); in spec_to_mount()
/titanic_41/usr/src/uts/common/io/
H A Dstream.c812 frtn_t *frp = dbp->db_frtnp; in dblk_lastfree_desb() local
815 frp->free_func(frp->free_arg); in dblk_lastfree_desb()
841 gesballoc(unsigned char *base, size_t size, uint32_t db_rtfu, frtn_t *frp, in gesballoc() argument
847 ASSERT(base != NULL && frp != NULL); in gesballoc()
858 dbp->db_frtnp = frp; in gesballoc()
872 esballoc(unsigned char *base, size_t size, uint_t pri, frtn_t *frp) in esballoc() argument
883 frp, freebs_enqueue, KM_NOSLEEP); in esballoc()
891 frp, freebs_enqueue, KM_NOSLEEP)); in esballoc()
899 esballoc_wait(unsigned char *base, size_t size, uint_t pri, frtn_t *frp) in esballoc_wait() argument
910 frp, freebs_enqueue, KM_SLEEP); in esballoc_wait()
[all …]
H A Dmultidata.c145 frtn_t frp; /* free routine */ member
203 buf_info->frp.free_arg = (caddr_t)buf; in mmd_alloc()
209 &(buf_info->frp))) == NULL) { in mmd_alloc()
275 buf_info->frp.free_func = mmd_esballoc_free; in mmd_constructor()
/titanic_41/usr/src/uts/intel/io/dnet/
H A Ddnet.c1603 struct free_ptr *frp; in dnet_getp() local
1710 frp = NULL; in dnet_getp()
1725 frp = kmem_zalloc(sizeof (*frp), KM_NOSLEEP); in dnet_getp()
1726 if (frp != NULL) { in dnet_getp()
1727 frp->free_rtn.free_func = in dnet_getp()
1729 frp->free_rtn.free_arg = (char *)frp; in dnet_getp()
1730 frp->buf = virtual_address; in dnet_getp()
1733 packet_length, 0, &frp->free_rtn); in dnet_getp()
1735 kmem_free(frp, sizeof (*frp)); in dnet_getp()
1737 frp = NULL; in dnet_getp()
[all …]
/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dsocksubr.c876 frtn_t *frp = mp->b_datap->db_frtnp; in fdbuf_verify() local
889 if (frp != NULL && in fdbuf_verify()
890 frp->free_func == fdbuf_free && in fdbuf_verify()
891 frp->free_arg != NULL && in fdbuf_verify()
892 bcmp(frp->free_arg, fdbuf, fdbuflen) == 0) { in fdbuf_verify()
/titanic_41/usr/src/uts/common/os/
H A Dstrsubr.c8322 frtn_t *frp = dbp->db_frtnp; in mblk_free() local
8329 frp->free_func(frp->free_arg); in mblk_free()