Searched refs:lp (Results 276 - 300 of 514) sorted by relevance

<<11121314151617181920>>

/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/f77/fcom/
H A Dinit.c178 register struct labelblock *lp; local
208 for(lp = labeltab ; lp < labtabend ; ++lp)
209 lp->stateno = 0;
/netbsd-6-1-5-RELEASE/sys/arch/x68k/stand/installboot/
H A Dinstallboot.c158 struct disklabel *lp; local
160 lp = (struct disklabel *) &bootblock[LABELBYTEOFFSET];
161 memcpy(&label, lp, sizeof(struct disklabel));
162 if (lp->d_npartitions > MAXPARTITIONS ||
163 dkcksum(lp) != 0)
/netbsd-6-1-5-RELEASE/regress/sys/arch/i386/ldt/
H A Dtestldt.c146 unsigned long lp[2]; local
148 (void) memcpy(lp, dp, sizeof(lp));
188 printf(" Raw descriptor: %08lx %08lx\n", lp[0], lp[1]);
/netbsd-6-1-5-RELEASE/sys/arch/evbmips/loongson/
H A Dloongson2_machdep.c306 uint64_t fp, lp; local
310 lp = atop(round_page(pa + len));
312 if (limit != 0 && lp > atop(limit))
321 lp += btoc(mem_clusters[0].start);
326 lp <= btoc(mem_clusters[i].start + mem_clusters[i].size))
/netbsd-6-1-5-RELEASE/dist/dhcp/server/
H A Dmdb.c526 struct lease *lp = (struct lease *)0; local
531 lease_reference (&lp, &address_range [i], MDL);
533 status = lease_allocate (&lp, MDL);
541 lp -> ip_addr = ip_addr (subnet -> net,
543 lp -> starts = lp -> timestamp = MIN_TIME;
544 lp -> ends = MIN_TIME;
545 subnet_reference (&lp -> subnet, subnet, MDL);
546 pool_reference (&lp -> pool, pool, MDL);
547 lp
795 struct lease *lp, **lq, *prev; local
1267 lease_copy(struct lease **lp, struct lease *lease, const char *file, int line) argument
1545 find_lease_by_ip_addr(struct lease **lp, struct iaddr addr, const char *file, int line) argument
1552 find_lease_by_uid(struct lease **lp, const unsigned char *uid, unsigned len, const char *file, int line) argument
1560 find_lease_by_hw_addr(struct lease **lp, const unsigned char *hwaddr, unsigned hwlen, const char *file, int line) argument
1837 struct lease **lq, *prev, *lp; local
2080 struct collection *lp; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/wps/
H A Dwps_upnp_ssdp.c91 const char *lp = l; local
92 while (*lp && *lp != '\n')
93 lp++;
94 if (*lp == '\n')
95 lp++;
96 return lp - l;
103 const char *lp = l + line_length(l); local
104 while (lp > l && !isgraph(lp[
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/format/
H A Dxopen-1.c12 char *s, void *p, int *n, long int l, int i2, float *fp, long int *lp,
95 scanf ("%4$ld%7$ld%5$d%6$d%3$d%1$d%2$d", ip, ip, ip, lp, ip, ip, lp);
11 foo(int i, unsigned int u, wint_t lc, wchar_t *ls, int *ip, double d, char *s, void *p, int *n, long int l, int i2, float *fp, long int *lp, va_list va) argument
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/format/
H A Dxopen-1.c12 char *s, void *p, int *n, long int l, int i2, float *fp, long int *lp,
95 scanf ("%4$ld%7$ld%5$d%6$d%3$d%1$d%2$d", ip, ip, ip, lp, ip, ip, lp);
11 foo(int i, unsigned int u, wint_t lc, wchar_t *ls, int *ip, double d, char *s, void *p, int *n, long int l, int i2, float *fp, long int *lp, va_list va) argument
/netbsd-6-1-5-RELEASE/sys/compat/linux32/common/
H A Dlinux32_utsname.c82 struct linux_utsname *lp; local
91 lp = SCARG_P32(uap, up);
93 return copyout(&luts, lp, sizeof(luts));
/netbsd-6-1-5-RELEASE/usr.bin/window/
H A Dparser2.c64 struct lcmd_arg *lp = 0; /* list arg */ local
98 (c != 0 && (ap = lp) == 0 &&
145 lp = ap;
/netbsd-6-1-5-RELEASE/sys/fs/adosfs/
H A Dadutil.c178 u_int32_t sum, *lp; local
180 lp = (u_int32_t *)bp->b_data;
184 sum += ntohl(*lp++);
/netbsd-6-1-5-RELEASE/sys/net/agr/
H A Dieee8023ad_lacp_debug.c175 lacp_dprintf(const struct lacp_port *lp, const char *fmt, ...) argument
183 if (lp) {
184 printf("%s: ", lp->lp_agrport->port_ifp->if_xname);
/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/liblzma/lzma/
H A Dlzma2_encoder.c283 // only lc/lp/pb can be changed.
285 if (coder->opt_cur.lc != opt->lc || coder->opt_cur.lp != opt->lp
288 if (opt->lc > LZMA_LCLP_MAX || opt->lp > LZMA_LCLP_MAX
289 || opt->lc + opt->lp > LZMA_LCLP_MAX
296 coder->opt_cur.lp = opt->lp;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dmoduli.c451 char *cp, *lp; local
475 lp = xmalloc(QLINESIZE + 1);
476 while (fgets(lp, QLINESIZE + 1, in) != NULL) {
478 if (strlen(lp) < 14 || *lp == '!' || *lp == '#') {
485 cp = &lp[14]; /* (skip) */
641 xfree(lp);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/warn/
H A Ddeprecated-6.C62 S1 lp; local
66 else if (lp.field4) /* { dg-warning "'S1::field4' is deprecated .declared at \[^\n\]*: Please avoid field4" "" } */
H A Ddeprecated.C64 S1 lp; local
68 else if (lp.field4) /* { dg-warning "'S1::field4' is deprecated" "" } */
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Ddeprecated.c64 S1 lp; local
68 else if (lp.field4) /* { dg-warning "'field4' is deprecated" "" } */
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/warn/
H A Ddeprecated.C64 S1 lp; local
68 else if (lp.field4) /* { dg-warning "'field4' is deprecated" "" } */
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Ddeprecated.c64 S1 lp; local
68 else if (lp.field4) /* { dg-warning "'field4' is deprecated" "" } */
/netbsd-6-1-5-RELEASE/sys/arch/mips/include/
H A Dpci_machdep.h109 #define pci_conf_interrupt(c, b, d, p, s, lp) \
110 (*(c)->pc_conf_interrupt)((c)->pc_intr_v, (b), (d), (p), (s), (lp))
/netbsd-6-1-5-RELEASE/usr.sbin/diskpart/
H A Ddiskpart.c129 char *lp; local
142 totsize = strtoul(optarg, &lp, 10);
143 if (*lp != '\0')
257 for (lp = layouts[layout]; *lp != 0; lp++) {
258 startcyl[PART(*lp)] = curcyl;
259 curcyl += numcyls[PART(*lp)];
/netbsd-6-1-5-RELEASE/sys/arch/emips/ebus/
H A Dflash_ebus.c1651 struct disklabel *lp = sc->sc_dk.dk_label; local
1660 (bp->b_bcount % lp->d_secsize) != 0 ||
1661 (bp->b_bcount / lp->d_secsize) >= (1 << NBBY)) {
1694 if (lp->d_secsize >= DEV_BSIZE)
1695 blkno = bp->b_blkno / (lp->d_secsize / DEV_BSIZE);
1697 blkno = bp->b_blkno * (DEV_BSIZE / lp->d_secsize);
1700 blkno += lp->d_partitions[EFLASHPART(bp->b_dev)].p_offset;
1968 eflashgetdefaultlabel(struct eflash_softc *sc, struct disklabel *lp) argument
1972 memset(lp, 0, sizeof(struct disklabel));
1974 lp
2009 struct disklabel *lp = sc->sc_dk.dk_label; local
2104 struct disklabel *lp; local
2277 struct disklabel *lp = sc->sc_dk.dk_label; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/
H A Dad.c392 char *cp, *op, *lp; local
399 lp = NULL;
401 lp = desc.ad_tags.bv_val;
402 while( strncasecmp(lp, "binary", STRLENOF("binary")) < 0
403 && (lp = strchr( lp, ';' )) != NULL )
404 ++lp;
405 if( lp != desc.ad_tags.bv_val ) {
407 j = (lp
408 ? (unsigned) (lp
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/ata/
H A Data_wdc.c266 ata_bio->lp->d_ncylinders,
267 ata_bio->lp->d_ntracks - 1, 0, ata_bio->lp->d_nsectors,
268 (ata_bio->lp->d_type == DTYPE_ST506) ?
269 ata_bio->lp->d_precompcyl / 4 : 0);
363 nblks = xfer->c_bcount / ata_bio->lp->d_secsize;
365 if ((ata_bio->lp->d_flags & D_BADSECT) != 0) {
376 ata_bio->lp->d_secperunit -
377 ata_bio->lp->d_nsectors - i - 1;
399 sect = blkno % ata_bio->lp
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dsel-sched-ir.h383 _list_add (_list_t *lp)
387 _LIST_NEXT (l) = *lp;
388 *lp = l;
392 _list_remove_nofree (_list_t *lp)
394 _list_t n = *lp;
396 *lp = _LIST_NEXT (n);
400 _list_remove (_list_t *lp)
402 _list_t n = *lp;
404 *lp = _LIST_NEXT (n);
421 _list_t *lp;
382 _list_add(_list_t *lp) argument
391 _list_remove_nofree(_list_t *lp) argument
399 _list_remove(_list_t *lp) argument
419 _list_t *lp; member in struct:__anon4705
429 _list_iter_start(_list_iterator *ip, _list_t *lp, bool can_remove_p) argument
477 _xlist_add(_xlist_t *lp, rtx x) argument
[all...]

Completed in 163 milliseconds

<<11121314151617181920>>