Home
last modified time | relevance | path

Searched refs:rvp (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/contrib/gdtoa/
H A DstrtoIg.c36 strtoIg(s00, se, fpi, exp, B, rvp) CONST char *s00; char **se; FPI *fpi; Long *exp; Bigint **B; int… in strtoIg() argument
38 strtoIg(CONST char *s00, char **se, FPI *fpi, Long *exp, Bigint **B, int *rvp)
50 return *rvp = rv;
123 rvp[0] = rv1;
124 rvp[1] = rv;
131 rvp[0] = rv;
132 rvp[1] = rv1;
H A Dprintf.c0424 pfput(Finfo *f, int *rvp)
428 *rvp += n = (int)(f->obe1 - ob0);
437 (f, rvp) Finfo *f; int *rvp;
439 (Finfo *f, int *rvp)
444 *rvp += f->obe1 - ob0;
457 (f, rvp) Finfo *f; int *rvp;
459 (Finfo *f, int *rvp)
464 *rvp += f->obe1 - ob0;
1391 (f, rvp) Finfo *f; int *rvp;
1393 (Finfo *f, int *rvp)
[all …]
/freebsd/sys/dev/rtwn/rtl8821a/usb/
H A Dr21au_dfs.c169 struct rtwn_vap *rvp = RTWN_VAP(vap); in r21au_newstate() local
173 KASSERT(rvp->id == 0 || rvp->id == 1, in r21au_newstate()
174 ("%s: unexpected vap id %d\n", __func__, rvp->id)); in r21au_newstate()
199 (sc->vaps[!rvp->id] == NULL || in r21au_newstate()
200 sc->vaps[!rvp->id]->vap.iv_state < IEEE80211_S_CAC || in r21au_newstate()
201 sc->vaps[!rvp->id]->vap.iv_state == IEEE80211_S_CSA)) { in r21au_newstate()
219 return (rs->rs_newstate[rvp->id](vap, nstate, arg)); in r21au_newstate()
/freebsd/sys/fs/fdescfs/
H A Dfdesc_vfsops.c80 struct vnode *rvp; in fdesc_mount() local
103 error = fdesc_allocvp(Froot, -1, FD_ROOT, mp, &rvp); in fdesc_mount()
109 VN_LOCK_ASHARE(rvp); in fdesc_mount()
110 rvp->v_type = VDIR; in fdesc_mount()
111 rvp->v_vflag |= VV_ROOT; in fdesc_mount()
112 fmp->f_root = rvp; in fdesc_mount()
113 VOP_UNLOCK(rvp); in fdesc_mount()
H A Dfdesc_vnops.c255 struct vnode **rvp) in fdesc_get_ino_alloc() argument
267 *rvp = vp; in fdesc_get_ino_alloc()
270 error = fdesc_allocvp(a->ftype, a->fd_fd, a->ix, mp, rvp); in fdesc_get_ino_alloc()
/freebsd/sys/dev/rtwn/
H A Dif_rtwn_beacon.c223 struct rtwn_vap *rvp = RTWN_VAP(vap); in rtwn_tx_beacon_csa() local
225 KASSERT (rvp->id == 0 || rvp->id == 1, in rtwn_tx_beacon_csa()
226 ("wrong port id %d\n", rvp->id)); in rtwn_tx_beacon_csa()
232 __func__, rvp->id, vap->iv_csa_count, ic->ic_csa_count); in rtwn_tx_beacon_csa()
238 (void) rvp; in rtwn_tx_beacon_csa()
H A Dif_rtwn_cam.c261 rtwn_init_static_keys(struct rtwn_softc *sc, struct rtwn_vap *rvp) in rtwn_init_static_keys() argument
269 const struct ieee80211_key *k = rvp->keys[i]; in rtwn_init_static_keys()
312 struct rtwn_vap *rvp = RTWN_VAP(vap); in rtwn_process_key() local
315 rvp->keys[k->wk_keyix] = (set ? k : NULL); in rtwn_process_key()
H A Dif_rtwn.c1262 struct rtwn_vap *rvp; in rtwn_calc_basicrates() local
1268 rvp = sc->vaps[i]; in rtwn_calc_basicrates()
1269 if (rvp == NULL || rvp->curr_mode == R92C_MSR_NOLINK) in rtwn_calc_basicrates()
1272 vap = &rvp->vap; in rtwn_calc_basicrates()
/freebsd/sys/dev/usb/wlan/
H A Dif_rum.c663 struct rum_vap *rvp; in rum_vap_create() local
668 rvp = malloc(sizeof(struct rum_vap), M_80211_VAP, M_WAITOK | M_ZERO); in rum_vap_create()
669 vap = &rvp->vap; in rum_vap_create()
675 free(rvp, M_80211_VAP); in rum_vap_create()
680 rvp->newstate = vap->iv_newstate; in rum_vap_create()
696 rvp->recv_mgmt = vap->iv_recv_mgmt; in rum_vap_create()
700 rvp->bmiss = vap->iv_bmiss; in rum_vap_create()
704 usb_callout_init_mtx(&rvp->ratectl_ch, &sc->sc_mtx, 0); in rum_vap_create()
705 TASK_INIT(&rvp->ratectl_task, 0, rum_ratectl_task, rvp); in rum_vap_create()
718 struct rum_vap *rvp = RUM_VAP(vap); in rum_vap_delete() local
[all …]
H A Dif_mtw.c744 struct mtw_vap *rvp; in mtw_vap_create() local
785 rvp = malloc(sizeof(struct mtw_vap), M_80211_VAP, M_WAITOK | M_ZERO); in mtw_vap_create()
786 vap = &rvp->vap; in mtw_vap_create()
791 free(rvp, M_80211_VAP); in mtw_vap_create()
818 rvp->newstate = vap->iv_newstate; in mtw_vap_create()
821 rvp->recv_mgmt = vap->iv_recv_mgmt; in mtw_vap_create()
836 rvp->rvp_id = i; in mtw_vap_create()
847 rvp->rvp_id, sc->rvp_bmap, sc->rvp_cnt); in mtw_vap_create()
855 struct mtw_vap *rvp = MTW_VAP(vap); in mtw_vap_delete() local
867 m_freem(rvp->beacon_mbuf); in mtw_vap_delete()
[all …]
H A Dif_run.c989 struct run_vap *rvp; in run_vap_create() local
1030 rvp = malloc(sizeof(struct run_vap), M_80211_VAP, M_WAITOK | M_ZERO); in run_vap_create()
1031 vap = &rvp->vap; in run_vap_create()
1036 free(rvp, M_80211_VAP); in run_vap_create()
1063 rvp->newstate = vap->iv_newstate; in run_vap_create()
1066 rvp->recv_mgmt = vap->iv_recv_mgmt; in run_vap_create()
1081 rvp->rvp_id = i; in run_vap_create()
1092 rvp->rvp_id, sc->rvp_bmap, sc->rvp_cnt); in run_vap_create()
1100 struct run_vap *rvp = RUN_VAP(vap); in run_vap_delete() local
1113 m_freem(rvp->beacon_mbuf); in run_vap_delete()
[all …]
/freebsd/contrib/sendmail/src/
H A Dparseaddr.c1065 register char **rvp; /* rewrite vector pointer */ local
1145 rvp = rwr->r_lhs;
1159 while ((ap = *avp) != NULL || *rvp != NULL)
1161 rp = *rvp;
1187 mlp->match_pattern = rvp;
1223 mlp->match_pattern = rvp;
1231 mlp->match_pattern = rvp;
1284 rvp++;
1291 rvp = mlp->match_pattern;
1292 rp = *rvp;
[all …]
/freebsd/sys/fs/devfs/
H A Ddevfs_vfsops.c70 struct vnode *rvp; in devfs_mount() local
141 error = devfs_root(mp, LK_EXCLUSIVE, &rvp); in devfs_mount()
155 VOP_UNLOCK(rvp); in devfs_mount()
156 vfs_cache_root_set(mp, rvp); in devfs_mount()
/freebsd/sys/ofed/include/rdma/
H A Drdma_vt.h283 int (*get_guid_be)(struct rvt_dev_info *rdi, struct rvt_ibport *rvp,
467 struct rvt_ibport *rvp, in rvt_lookup_qpn() argument
473 qp = rcu_dereference(rvp->qp[qpn]); in rvt_lookup_qpn()
/freebsd/sys/ufs/ufs/
H A Dufs_extattr.c465 struct vnode *rvp, *attr_dvp, *attr_system_dvp, *attr_user_dvp; in ufs_extattr_autostart_locked() local
480 error = VFS_ROOT(mp, LK_EXCLUSIVE, &rvp); in ufs_extattr_autostart_locked()
487 error = ufs_extattr_lookup(rvp, UE_GETDIR_LOCKPARENT_DONT, in ufs_extattr_autostart_locked()
491 vrele(rvp); in ufs_extattr_autostart_locked()
494 if (rvp == attr_dvp) { in ufs_extattr_autostart_locked()
496 vput(rvp); in ufs_extattr_autostart_locked()
500 vrele(rvp); in ufs_extattr_autostart_locked()
/freebsd/sys/kern/
H A Dvfs_export.c536 struct vnode *rvp; in vfs_setpublicfs() local
567 if ((error = VFS_ROOT(mp, LK_EXCLUSIVE, &rvp))) in vfs_setpublicfs()
570 if ((error = VOP_VPTOFH(rvp, &nfs_pub.np_handle.fh_fid))) in vfs_setpublicfs()
573 vput(rvp); in vfs_setpublicfs()
H A Dvfs_vnops.c2340 struct vnode **rvp) in vn_get_ino_alloc_vget() argument
2343 return (VFS_VGET(mp, *(ino_t *)arg, lkflags, rvp)); in vn_get_ino_alloc_vget()
2347 vn_vget_ino(struct vnode *vp, ino_t ino, int lkflags, struct vnode **rvp) in vn_vget_ino() argument
2351 lkflags, rvp)); in vn_vget_ino()
2356 int lkflags, struct vnode **rvp) in vn_vget_ino_gen() argument
2381 error = alloc(mp, alloc_arg, lkflags, rvp); in vn_vget_ino_gen()
2383 if (error != 0 || *rvp != vp) in vn_vget_ino_gen()
2387 if (*rvp == vp) in vn_vget_ino_gen()
2390 vput(*rvp); in vn_vget_ino_gen()
/freebsd/sys/dev/rtwn/pci/
H A Drtwn_pci_attach.c555 struct rtwn_vap *rvp = RTWN_VAP(vap); in rtwn_pci_beacon_update_begin() local
559 rtwn_beacon_enable(sc, rvp->id, 0); in rtwn_pci_beacon_update_begin()
565 struct rtwn_vap *rvp = RTWN_VAP(vap); in rtwn_pci_beacon_update_end() local
569 if (rvp->curr_mode != R92C_MSR_NOLINK) in rtwn_pci_beacon_update_end()
570 rtwn_beacon_enable(sc, rvp->id, 1); in rtwn_pci_beacon_update_end()
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_ctldir.c356 vnode_t *rvp; in zfsctl_create() local
367 VERIFY0(VFS_ROOT(zfsvfs->z_vfs, LK_EXCLUSIVE, &rvp)); in zfsctl_create()
368 VERIFY0(sa_lookup(VTOZ(rvp)->z_sa_hdl, SA_ZPL_CRTIME(zfsvfs), in zfsctl_create()
371 vput(rvp); in zfsctl_create()
/freebsd/sys/dev/ral/
H A Drt2661.c359 struct rt2661_vap *rvp; in rt2661_vap_create() local
395 rvp = malloc(sizeof(struct rt2661_vap), M_80211_VAP, M_WAITOK | M_ZERO); in rt2661_vap_create()
396 vap = &rvp->ral_vap; in rt2661_vap_create()
400 rvp->ral_newstate = vap->iv_newstate; in rt2661_vap_create()
418 struct rt2661_vap *rvp = RT2661_VAP(vap); in rt2661_vap_delete() local
422 free(rvp, M_80211_VAP); in rt2661_vap_delete()
748 struct rt2661_vap *rvp = RT2661_VAP(vap); in rt2661_newstate() local
761 error = rvp->ral_newstate(vap, nstate, arg); in rt2661_newstate()
H A Drt2560.c366 struct rt2560_vap *rvp; in rt2560_vap_create() local
402 rvp = malloc(sizeof(struct rt2560_vap), M_80211_VAP, M_WAITOK | M_ZERO); in rt2560_vap_create()
403 vap = &rvp->ral_vap; in rt2560_vap_create()
407 rvp->ral_newstate = vap->iv_newstate; in rt2560_vap_create()
423 struct rt2560_vap *rvp = RT2560_VAP(vap); in rt2560_vap_delete() local
427 free(rvp, M_80211_VAP); in rt2560_vap_delete()
744 struct rt2560_vap *rvp = RT2560_VAP(vap); in rt2560_newstate() local
756 error = rvp->ral_newstate(vap, nstate, arg); in rt2560_newstate()
H A Drt2860.c425 struct rt2860_vap *rvp; in rt2860_vap_create() local
461 rvp = malloc(sizeof(struct rt2860_vap), M_80211_VAP, M_WAITOK | M_ZERO); in rt2860_vap_create()
462 vap = &rvp->ral_vap; in rt2860_vap_create()
466 rvp->ral_newstate = vap->iv_newstate; in rt2860_vap_create()
487 struct rt2860_vap *rvp = RT2860_VAP(vap); in rt2860_vap_delete() local
491 free(rvp, M_80211_VAP); in rt2860_vap_delete()
901 struct rt2860_vap *rvp = RT2860_VAP(vap); in rt2860_newstate() local
922 error = rvp->ral_newstate(vap, nstate, arg); in rt2860_newstate()
/freebsd/sys/fs/msdosfs/
H A Dmsdosfs_lookup.c103 struct vnode **rvp) in msdosfs_deget_dotdot() argument
115 *rvp = DETOV(rdp); in msdosfs_deget_dotdot()
/freebsd/sys/sys/
H A Dvnode.h817 struct vnode **rvp);
819 void *alloc_arg, int lkflags, struct vnode **rvp);
/freebsd/sys/fs/tmpfs/
H A Dtmpfs_vnops.c85 struct vnode **rvp) in tmpfs_vn_get_ino_alloc() argument
88 return (tmpfs_alloc_vp(mp, arg, lkflags, rvp)); in tmpfs_vn_get_ino_alloc()

12