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

/freebsd-10.0-release/bin/sh/
H A Dnodes.c.pat133 struct nodelist **lpp;
135 lpp = &start;
137 *lpp = funcblock;
139 (*lpp)->n = copynode(lp->n);
141 lpp = &(*lpp)->next;
143 *lpp = NULL;
H A Dexpand.c1343 struct strlist **lpp; local
1358 lpp = &list;
1361 *lpp = p;
1362 lpp = &p->next;
1363 if ((p = *lpp) == NULL) {
1364 *lpp = q;
1368 *lpp = q;
1369 lpp = &q->next;
1370 if ((q = *lpp) == NULL) {
1371 *lpp
[all...]
/freebsd-10.0-release/sys/compat/linux/
H A Dlinux_ipc.c98 bsd_to_linux_shminfo( struct shminfo *bpp, struct l_shminfo *lpp) argument
101 lpp->shmmax = bpp->shmmax;
102 lpp->shmmin = bpp->shmmin;
103 lpp->shmmni = bpp->shmmni;
104 lpp->shmseg = bpp->shmseg;
105 lpp->shmall = bpp->shmall;
109 bsd_to_linux_shm_info( struct shm_info *bpp, struct l_shm_info *lpp) argument
112 lpp->used_ids = bpp->used_ids ;
113 lpp->shm_tot = bpp->shm_tot ;
114 lpp
131 linux_to_bsd_ipc_perm(struct l_ipc_perm *lpp, struct ipc_perm *bpp) argument
145 bsd_to_linux_ipc_perm(struct ipc_perm *bpp, struct l_ipc_perm *lpp) argument
[all...]
/freebsd-10.0-release/sys/dev/firewire/
H A Dfwphyreg.h127 lpp:1, member in struct:phyreg_page0
154 lpp:1,
/freebsd-10.0-release/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-10.0-release/lib/libc/nameser/
H A Dns_name.c482 const u_char **cpp, **lpp, *eob, *msg; local
489 lpp = cpp = NULL;
494 lpp = cpp; /*%< end of list to search */
528 (const u_char * const *)lpp);
562 *lpp = NULL;
/freebsd-10.0-release/sys/fs/nfsclient/
H A Dnfs_clstate.c611 struct nfscllockowner **lpp, struct nfsclopen **opp)
618 if (lpp != NULL)
619 *lpp = NULL;
642 if (lpp != NULL) {
649 *lpp = lp;
659 if (lpp == NULL)
927 struct nfscllockowner **lpp, int *newonep, int *donelocallyp)
945 *lpp = NULL;
1113 *lpp = lp;
1124 struct nfscllockowner **lpp, in
609 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
924 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
1121 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-10.0-release/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-10.0-release/usr.sbin/fwcontrol/
H A Dfwcontrol.c627 p.dc_connected, p.max_port_speed, p.lpp, p.cable_speed,

Completed in 246 milliseconds