Home
last modified time | relevance | path

Searched refs:rpp (Results 1 – 3 of 3) sorted by relevance

/freebsd-head/bin/sh/
HDparser.c415 union node *redir, **rpp; in command() local
423 rpp = &redir; in command()
427 *rpp = n2 = redirnode; in command()
428 rpp = &n2->nfile.next; in command()
592 n1 = simplecmd(rpp, redir); in command()
600 *rpp = n2 = redirnode; in command()
601 rpp = &n2->nfile.next; in command()
605 *rpp = NULL; in command()
621 simplecmd(union node **rpp, union node *redir) in simplecmd() argument
624 union node **orig_rpp = rpp; in simplecmd()
[all …]
/freebsd-head/sys/fs/nfsserver/
HDnfs_nfsdkrpc.c412 struct nfsrvcache **rpp) in nfs_proc() argument
420 *rpp = NULL; in nfs_proc()
498 *rpp = nfsrvd_updatecache(nd); in nfs_proc()
/freebsd-head/sys/contrib/dev/rtw89/
HDpci.c579 struct rtw89_pci_rpp_fmt *rpp) in rtw89_pci_release_rpp() argument
588 seq = le32_get_bits(rpp->dword, RTW89_PCI_RPP_SEQ); in rtw89_pci_release_rpp()
589 qsel = le32_get_bits(rpp->dword, RTW89_PCI_RPP_QSEL); in rtw89_pci_release_rpp()
590 tx_status = le32_get_bits(rpp->dword, RTW89_PCI_RPP_TX_STATUS); in rtw89_pci_release_rpp()
628 struct rtw89_pci_rpp_fmt *rpp; in rtw89_pci_release_tx_skbs() local
659 rpp = (struct rtw89_pci_rpp_fmt *)(skb->data + offset); in rtw89_pci_release_tx_skbs()
660 rtw89_pci_release_rpp(rtwdev, rpp); in rtw89_pci_release_tx_skbs()