Searched refs:dpp (Results 26 - 31 of 31) sorted by relevance

12

/freebsd-13-stable/sys/fs/nfsclient/
H A Dnfs_clrpcops.c488 u_int8_t *name, int namelen, struct nfscldeleg **dpp,
501 dp = *dpp;
502 *dpp = NULL;
678 *dpp = ndp;
2183 nfsquad_t cverf, int fmode, struct nfsclowner *owp, struct nfscldeleg **dpp,
2205 *dpp = NULL;
2419 *dpp = dp;
7492 struct nfsclopen *op, uint8_t *name, int namelen, struct nfscldeleg **dpp,
7538 dpp, &stateid, usecurstateid, layouttype, layoutlen,
7547 mode, op, name, namelen, dpp,
486 nfsrpc_openrpc(struct nfsmount *nmp, vnode_t vp, u_int8_t *nfhp, int fhlen, u_int8_t *newfhp, int newfhlen, u_int32_t mode, struct nfsclopen *op, u_int8_t *name, int namelen, struct nfscldeleg **dpp, int reclaim, u_int32_t delegtype, struct ucred *cred, NFSPROC_T *p, int syscred, int recursed) argument
2182 nfsrpc_createv4(vnode_t dvp, char *name, int namelen, struct vattr *vap, nfsquad_t cverf, int fmode, struct nfsclowner *owp, struct nfscldeleg **dpp, struct ucred *cred, NFSPROC_T *p, struct nfsvattr *dnap, struct nfsvattr *nnap, struct nfsfh **nfhpp, int *attrflagp, int *dattrflagp, void *dstuff, int *unlockedp) argument
7490 nfsrpc_getopenlayout(struct nfsmount *nmp, vnode_t vp, u_int8_t *nfhp, int fhlen, uint8_t *newfhp, int newfhlen, uint32_t mode, struct nfsclopen *op, uint8_t *name, int namelen, struct nfscldeleg **dpp, struct ucred *cred, NFSPROC_T *p) argument
7563 nfsrpc_openlayoutrpc(struct nfsmount *nmp, vnode_t vp, u_int8_t *nfhp, int fhlen, uint8_t *newfhp, int newfhlen, uint32_t mode, struct nfsclopen *op, uint8_t *name, int namelen, struct nfscldeleg **dpp, nfsv4stateid_t *stateidp, int usecurstateid, int layouttype, int layoutlen, int *retonclosep, struct nfsclflayouthead *flhp, int *laystatp, struct ucred *cred, NFSPROC_T *p) argument
7737 nfsrpc_createlayout(vnode_t dvp, char *name, int namelen, struct vattr *vap, nfsquad_t cverf, int fmode, struct nfsclowner *owp, struct nfscldeleg **dpp, struct ucred *cred, NFSPROC_T *p, struct nfsvattr *dnap, struct nfsvattr *nnap, struct nfsfh **nfhpp, int *attrflagp, int *dattrflagp, void *dstuff, int *unlockedp, nfsv4stateid_t *stateidp, int usecurstateid, int layouttype, int layoutlen, int *retonclosep, struct nfsclflayouthead *flhp, int *laystatp) argument
7993 nfsrpc_getcreatelayout(vnode_t dvp, char *name, int namelen, struct vattr *vap, nfsquad_t cverf, int fmode, struct nfsclowner *owp, struct nfscldeleg **dpp, struct ucred *cred, NFSPROC_T *p, struct nfsvattr *dnap, struct nfsvattr *nnap, struct nfsfh **nfhpp, int *attrflagp, int *dattrflagp, void *dstuff, int *unlockedp) argument
[all...]
H A Dnfs_clstate.c438 int fhlen, struct ucred *cred, NFSPROC_T *p, struct nfscldeleg **dpp)
440 struct nfscldeleg *dp = *dpp, *tdp;
451 *dpp = NULL;
463 *dpp = NULL;
477 *dpp = NULL;
479 *dpp = tdp;
4300 u_int32_t mode, struct nfsclopen *op, struct nfscldeleg **dpp,
4314 NFS4NODENAME(np->n_v4), np->n_v4->n4_namelen, dpp, 0, 0,
437 nfscl_deleg(mount_t mp, struct nfsclclient *clp, u_int8_t *nfhp, int fhlen, struct ucred *cred, NFSPROC_T *p, struct nfscldeleg **dpp) argument
4299 nfsrpc_reopen(struct nfsmount *nmp, u_int8_t *fhp, int fhlen, u_int32_t mode, struct nfsclopen *op, struct nfscldeleg **dpp, struct ucred *cred, NFSPROC_T *p) argument
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant_i.h1213 struct dpp_global *dpp; member in struct:wpa_supplicant
H A Dctrl_iface.c24 #include "common/dpp.h"
4490 if (os_strcmp(field, "dpp") == 0) {
10676 res = dpp_bootstrap_gen(wpa_s->dpp, buf + 18);
10685 if (dpp_bootstrap_remove(wpa_s->dpp, buf + 21) < 0)
10690 uri = dpp_bootstrap_get_uri(wpa_s->dpp, atoi(buf + 22));
10699 reply_len = dpp_bootstrap_info(wpa_s->dpp, atoi(buf + 19),
10713 res = dpp_configurator_add(wpa_s->dpp, buf + 20);
10722 if (dpp_configurator_remove(wpa_s->dpp, buf + 24) < 0)
10728 reply_len = dpp_configurator_get_key_id(wpa_s->dpp,
10753 dpp_controller_stop(wpa_s->dpp);
[all...]
H A DAndroid.mk251 OBJS += src/common/dpp.c
H A Dwpa_supplicant.c43 #include "common/dpp.h"
677 dpp_global_deinit(wpa_s->dpp);
678 wpa_s->dpp = NULL;

Completed in 297 milliseconds

12