Searched refs:leasep (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/mpl/dhcp/dist/server/
H A Dmdb6.c1705 * - leasep must be a pointer to a (struct iasubopt *) pointer previously
1708 * On return leasep has a reference to the removed entry. It is left
1712 expire_lease6(struct iasubopt **leasep, struct ipv6_pool *pool, time_t now) { argument
1716 if (leasep == NULL) {
1720 if (*leasep != NULL) {
1732 iasubopt_reference(leasep, tmp, MDL);
H A Dconfpars.c85 int group_type, int leasep)
97 if (leasep)
127 if (leasep) {
185 if (leasep)
84 read_conf_file(const char *filename, struct group *group, int group_type, int leasep) argument
/netbsd-current/sys/fs/nfs/common/
H A Dnfs_commonsubs.c814 u_int32_t *leasep, u_int32_t *rderrp, NFSPROC_T *p, struct ucred *cred)
1060 } else if (leasep != NULL) {
1061 *leasep = fxdr_unsigned(u_int32_t, *tl);
810 nfsv4_loadattr(struct nfsrv_descript *nd, vnode_t vp, struct nfsvattr *nap, struct nfsfh **nfhpp, fhandle_t *fhp, int fhsize, struct nfsv3_pathconf *pc, struct statfs *sbp, struct nfsstatfs *sfp, struct nfsfsinfo *fsp, NFSACL_T *aclp, int compare, int *retcmpp, u_int32_t *leasep, u_int32_t *rderrp, NFSPROC_T *p, struct ucred *cred) argument
/netbsd-current/sys/fs/nfs/client/
H A Dnfs_clrpcops.c1030 uint32_t *leasep)
1054 NULL, NULL, NULL, NULL, NULL, 0, NULL, leasep, NULL,
1028 nfsrpc_getattrnovp(struct nfsmount *nmp, u_int8_t *fhp, int fhlen, int syscred, struct ucred *cred, NFSPROC_T *p, struct nfsvattr *nap, u_int64_t *xidp, uint32_t *leasep) argument
/netbsd-current/external/mpl/dhcp/dist/includes/
H A Ddhcpd.h3840 isc_result_t expire_lease6(struct iasubopt **leasep,

Completed in 121 milliseconds