Home
last modified time | relevance | path

Searched refs:ncp (Results 1 – 15 of 15) sorted by relevance

/f-stack/freebsd/kern/
H A Dvfs_cache.c751 hash = cache_get_hash(ncp->nc_name, ncp->nc_nlen, ncp->nc_dvp); in NCP2BUCKET()
760 hash = cache_get_hash(ncp->nc_name, ncp->nc_nlen, ncp->nc_dvp); in NCP2BUCKETLOCK()
1326 lncp = ncp; in cache_neg_evict_select_entry()
1329 ncp = TAILQ_NEXT(ncp, nc_dst); in cache_neg_evict_select_entry()
1390 ncp = NULL; in cache_neg_evict()
1504 MPASS(vp == ncp->nc_dvp || vp == ncp->nc_vp); in cache_zap_locked_vnode_kl2()
2265 if (ncp != NULL && (ncp->nc_flag & NCF_ISDOTDOT)) { in cache_enter_dotdot_prep()
2607 hash = cache_get_hash(ncp->nc_name, ncp->nc_nlen, in cache_changesize()
2806 __func__, vp, ncp->nc_vp, ncp, ncp->nc_name, ncp->nc_dvp, in cache_validate()
3058 memcpy(buf + *buflen, ncp->nc_name, ncp->nc_nlen); in vn_vptocnp()
[all …]
/f-stack/dpdk/drivers/compress/octeontx/
H A Dotx_zip.c95 union zip_nptr_s ncp; in zipvf_push_command() local
118 ncp.u = 0ull; in zipvf_push_command()
119 ncp.s.addr = cmdq->iova; in zipvf_push_command()
120 *ncb_ptr = ncp.u; in zipvf_push_command()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzap_micro.c970 boolean_t *ncp) in zap_lookup_impl() argument
980 realname, rn_len, ncp); in zap_lookup_impl()
995 if (ncp) { in zap_lookup_impl()
996 *ncp = mzap_normalization_conflict(zap, in zap_lookup_impl()
1010 boolean_t *ncp) in zap_lookup_norm() argument
1019 num_integers, buf, mt, realname, rn_len, ncp); in zap_lookup_norm()
1058 boolean_t *ncp) in zap_lookup_norm_by_dnode() argument
1067 num_integers, buf, mt, realname, rn_len, ncp); in zap_lookup_norm_by_dnode()
H A Dzap.c793 char *realname, int rn_len, boolean_t *ncp) in fzap_lookup() argument
814 if (ncp) { in fzap_lookup()
815 *ncp = zap_entry_normalization_conflict(&zeh, in fzap_lookup()
/f-stack/freebsd/contrib/device-tree/Bindings/mfd/
H A Dqcom-rpm.txt159 lvs0, lvs1, ncp
169 ncp
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzap.h231 boolean_t *ncp);
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dqcom-msm8960-cdp.dts267 pm8921_ncp: ncp {
H A Dqcom-apq8064-sony-xperia-yuga.dts327 ncp {
H A Dqcom-msm8660.dtsi488 pm8058_ncp: ncp {};
H A Dqcom-apq8060-dragonboard.dts916 ncp {
H A Dqcom-apq8064.dtsi918 pm8921_ncp: ncp {};
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-pci-defs.h1868 uint32_t ncp : 8; /**< Next Capability Pointer */ member
1872 uint32_t ncp : 8;
1967 uint32_t ncp : 8; /**< Next Capability Pointer */ member
1971 uint32_t ncp : 8;
2060 uint32_t ncp : 8; /**< Next Capability Pointer */ member
2064 uint32_t ncp : 8;
H A Dcvmx-pciercx-defs.h2081 uint32_t ncp : 8; /**< Next Capability Pointer member
2087 uint32_t ncp : 8;
2201 uint32_t ncp : 8; /**< Next Capability Pointer member
2208 uint32_t ncp : 8;
2233 uint32_t ncp : 8; /**< Next Capability Pointer member
2240 uint32_t ncp : 8;
2376 uint32_t ncp : 8; /**< Next Capability Pointer member
2382 uint32_t ncp : 8;
H A Dcvmx-pcieepx-defs.h2262 uint32_t ncp : 8; /**< Next Capability Pointer member
2269 uint32_t ncp : 8;
2380 uint32_t ncp : 8; /**< Next Capability Pointer member
2387 uint32_t ncp : 8;
2409 uint32_t ncp : 8; /**< Next Capability Pointer member
2416 uint32_t ncp : 8;
2552 uint32_t ncp : 8; /**< Next Capability Pointer member
2558 uint32_t ncp : 8;
/f-stack/freebsd/mips/cavium/
H A Doctopci.c896 pci_cfg56.s.ncp = 0xe8; in octopci_init_pci()