Searched refs:lpp (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/compat/linux/
H A Dlinux_ipc.c111 bsd_to_linux_shminfo( struct shminfo *bpp, struct l_shminfo64 *lpp) argument
114 lpp->shmmax = bpp->shmmax;
115 lpp->shmmin = bpp->shmmin;
116 lpp->shmmni = bpp->shmmni;
117 lpp->shmseg = bpp->shmseg;
118 lpp->shmall = bpp->shmall;
122 bsd_to_linux_shm_info( struct shm_info *bpp, struct l_shm_info *lpp) argument
125 lpp->used_ids = bpp->used_ids;
126 lpp->shm_tot = bpp->shm_tot;
127 lpp
134 linux_to_bsd_ipc_perm(struct l_ipc64_perm *lpp, struct ipc_perm *bpp) argument
147 bsd_to_linux_ipc_perm(struct ipc_perm *bpp, struct l_ipc64_perm *lpp) argument
[all...]
/freebsd-11-stable/sys/dev/firewire/
H A Dfwphyreg.h127 lpp:1, member in struct:phyreg_page0
154 lpp:1,
/freebsd-11-stable/crypto/openssh/contrib/aix/
H A Dbuildbff.sh160 # Generate lpp control files.
171 For the full text of the license, see /usr/lpp/openssh/LICENCE
340 for i in $bindir $sysconfdir $libexecdir $mandir/${mansubdir}1 $mandir/${mansubdir}8 $sbindir $datadir /usr/lpp/openssh
357 mkdir -p usr/lpp/openssh
358 mv ../liblpp.a usr/lpp/openssh
/freebsd-11-stable/lib/libc/nameser/
H A Dns_name.c521 const u_char **cpp, **lpp, *eob, *msg; local
528 lpp = cpp = NULL;
533 lpp = cpp; /*%< end of list to search */
567 (const u_char * const *)lpp);
601 *lpp = NULL;
/freebsd-11-stable/sys/fs/nfsclient/
H A Dnfs_clstate.c650 struct nfscllockowner **lpp, struct nfsclopen **opp)
657 if (lpp != NULL)
658 *lpp = NULL;
681 if (lpp != NULL) {
688 *lpp = lp;
698 if (lpp == NULL)
984 struct nfscllockowner **lpp, int *newonep, int *donelocallyp)
1002 *lpp = NULL;
1173 *lpp = lp;
1184 struct nfscllockowner **lpp, in
648 nfscl_getopen(struct nfsclownerhead *ohp, u_int8_t *nfhp, int fhlen, u_int8_t *openown, u_int8_t *lockown, u_int32_t mode, struct nfscllockowner **lpp, struct nfsclopen **opp) argument
981 nfscl_getbytelock(vnode_t vp, u_int64_t off, u_int64_t len, short type, struct ucred *cred, NFSPROC_T *p, struct nfsclclient *rclp, int recovery, void *id, int flags, u_int8_t *rownp, u_int8_t *ropenownp, struct nfscllockowner **lpp, int *newonep, int *donelocallyp) argument
1181 nfscl_relbytelock(vnode_t vp, u_int64_t off, u_int64_t len, __unused struct ucred *cred, NFSPROC_T *p, int callcnt, struct nfsclclient *clp, void *id, int flags, struct nfscllockowner **lpp, int *dorpcp) argument
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dggc-zone.c1599 struct large_page_entry **lpp, *lp, *lnext; local
1614 lpp = &zone->large_pages;
1630 lpp = &lp->next;
1634 *lpp = lnext;
/freebsd-11-stable/usr.sbin/fwcontrol/
H A Dfwcontrol.c627 p.dc_connected, p.max_port_speed, p.lpp, p.cable_speed,

Completed in 101 milliseconds