Home
last modified time | relevance | path

Searched refs:olp (Results 1 – 6 of 6) sorted by relevance

/dragonfly/libexec/revnetgroup/
HDparse_netgroup.c135 struct linelist *lp, *olp; in __endnetgrent() local
140 olp = lp; in __endnetgrent()
142 free(olp->l_groupname); in __endnetgrent()
143 free(olp->l_line); in __endnetgrent()
144 free((char *)olp); in __endnetgrent()
/dragonfly/sys/kern/
HDsubr_disklabel32.c250 struct disklabel32 *olp, *nlp; in l32_setdisklabel() local
255 olp = olpx.lab32; in l32_setdisklabel()
281 opp = &olp->d_partitions[i]; in l32_setdisklabel()
301 *olp = *nlp; in l32_setdisklabel()
303 if (olp->d_partitions[RAW_PART].p_offset) in l32_setdisklabel()
305 if (olp->d_secperunit > sp->ds_size) in l32_setdisklabel()
307 for (part = 0; part < olp->d_npartitions; ++part) { in l32_setdisklabel()
308 if (olp->d_partitions[part].p_size > sp->ds_size) in l32_setdisklabel()
HDsubr_disklabel64.c211 struct disklabel64 *olp, *nlp; in l64_setdisklabel() local
218 olp = olpx.lab64; in l64_setdisklabel()
253 opp = &olp->d_partitions[i]; in l64_setdisklabel()
314 *olp = *nlp; in l64_setdisklabel()
HDusched_bsd4.c336 struct lwp *olp; in bsd4_acquire_curproc()
/dragonfly/lib/libc/gen/
HDgetnetgrent.c237 struct linelist *lp, *olp; local
242 olp = lp;
244 free(olp->l_groupname);
245 free(olp->l_line);
246 free((char *)olp);
/dragonfly/sys/netinet/
HDtcp_sack.c924 uint32_t *olp; in tcp_sack_fill_report() local
937 olp = lp++; in tcp_sack_fill_report()
991 nblocks = (lp - olp - 1) / 2; in tcp_sack_fill_report()
992 *olp = htonl(TCPOPT_SACK_ALIGNED | in tcp_sack_fill_report()