Searched refs:lp (Results 251 - 275 of 514) sorted by relevance

<<11121314151617181920>>

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/arc/
H A Darc.exp23 run_dump_test lp
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Ddeprecated-4.c63 S1 lp; local
67 else if (lp.field4) /* { dg-warning "'field4' is deprecated .declared at \[^\n\]*: Please avoid field4" "" } */
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/mantools/
H A Dccformat121 ccformat -t file(s) | nroff -mindent | col | lp
/netbsd-6-1-5-RELEASE/sys/arch/acorn32/stand/lib/
H A Driscospart.c147 getdisklabel_acorn(struct open_file *f, struct disklabel *lp) argument
174 msg = getdisklabel(buf, lp);
/netbsd-6-1-5-RELEASE/dist/dhcp/omapip/
H A Dconnection.c339 omapi_listener_object_t, lp) {
340 if (lp -> address.sin_port == local.sin_port) {
341 omapi_listener_reference (&listener, lp, MDL);
342 omapi_listener_dereference (&lp, MDL);
346 omapi_listener_object_t, lp);
369 omapi_connection_object_t, lp) {
370 for (i = 0; (lp -> connect_list &&
371 i < lp -> connect_list -> count); i++) {
373 &lp -> connect_list -> addresses [i].address,
376 lp
[all...]
/netbsd-6-1-5-RELEASE/dist/dhcp/server/
H A Dclass.c224 struct collection *lp; local
227 for (lp = collections; lp; lp = lp -> next) {
228 for (cp = lp -> classes; cp; cp = cp -> nic)
/netbsd-6-1-5-RELEASE/external/bsd/less/dist/
H A Dpattern.c204 register char *pp, *lp; local
210 for (pp = pattern, lp = buf; *pp == *lp; pp++, lp++)
211 if (pp == pattern_end || lp == buf_end)
218 *pend = lp;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Dopc2c.c627 char * lp; local
658 for (lp = line + 4; *lp; lp++)
663 if (strncmp (lp, "*/", 2) == 0)
665 else if ((lp[0] == ' ' && lp[1] == ' ') || (lp[0] == '\t'))
667 while (*lp == ' ' || *lp
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/
H A Dcons.c248 char *lp; local
253 lp = cp;
261 *lp++ = '\0';
269 --lp;
276 lp = cp;
286 *lp++ = c;
/netbsd-6-1-5-RELEASE/sys/arch/ofppc/stand/ofwboot/
H A Dofdev.c67 char *cp, *lp; local
72 lp = str;
75 for (cp = str; *cp; lp = cp) {
89 * if not, lp is the delimiter between device and path
96 for (cp = lp;
106 for (cp = lp; *--cp && *cp != ',';)
113 return lp;
/netbsd-6-1-5-RELEASE/games/quiz/
H A Dquiz.c124 char *lp; local
136 while ((lp = fgetln(fp, &len)) != NULL) {
137 if (lp[len - 1] == '\n')
138 lp[--len] = '\0';
140 qp->q_text = appdstr(qp->q_text, lp, len);
147 strncpy(qp->q_text, lp, len);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/opcodes/
H A Dopc2c.c627 char * lp; local
658 for (lp = line + 4; *lp; lp++)
663 if (strncmp (lp, "*/", 2) == 0)
665 else if ((lp[0] == ' ' && lp[1] == ' ') || (lp[0] == '\t'))
667 while (*lp == ' ' || *lp
[all...]
/netbsd-6-1-5-RELEASE/sys/rump/librump/rumpvfs/
H A Drumpblk.c177 makedefaultlabel(struct disklabel *lp, off_t size, int part) argument
181 memset(lp, 0, sizeof(*lp));
183 lp->d_secperunit = size;
184 lp->d_secsize = 1 << sectshift;
185 lp->d_nsectors = size >> sectshift;
186 lp->d_ntracks = 1;
187 lp->d_ncylinders = 1;
188 lp->d_secpercyl = lp
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/ppbus/
H A Dif_plip.c110 #error Cannot config lp/plip without inet
121 #ifndef LPMTU /* MTU for the lp# interfaces */
125 #ifndef LPMAXSPIN1 /* DELAY factor for the lp# interfaces */
129 #ifndef LPMAXSPIN2 /* DELAY factor for the lp# interfaces */
162 /* Tx/Rsv tables for the lp interface */
192 /* Functions for the lp interface */
219 struct lp_softc * lp = device_private(self); local
220 struct ifnet * ifp = &lp->sc_if;
222 lp->ppbus_dev.sc_dev = self;
223 lp
255 struct lp_softc * lp = device_private(self); local
764 struct lp_softc * lp = ifp->if_softc; local
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/i386/stand/lib/
H A Dbiosdisk.c354 ingest_label(struct biosdisk *d, struct disklabel *lp) argument
360 for (part = 0; part < lp->d_npartitions; part++) {
361 if (lp->d_partitions[part].p_size == 0)
363 if (lp->d_partitions[part].p_fstype == FS_UNUSED)
365 d->part[part].fstype = lp->d_partitions[part].p_fstype;
366 d->part[part].offset = lp->d_partitions[part].p_offset;
367 d->part[part].size = lp->d_partitions[part].p_size;
374 struct disklabel *lp; local
383 lp = (struct disklabel *) (d->buf + LABELOFFSET);
384 if (lp
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Disp.c2466 fcportdb_t *lp; local
2643 lp = &fcp->portdb[FL_ID];
2644 lp->state = FC_PORTDB_STATE_PENDING_VALID;
2645 MAKE_WWN_FROM_NODE_NAME(lp->node_wwn, pdb.nodename);
2646 MAKE_WWN_FROM_NODE_NAME(lp->port_wwn, pdb.portname);
2647 lp->roles = (pdb.s3_role & SVC3_ROLE_MASK) >> SVC3_ROLE_SHIFT;
2648 lp->portid = pdb.portid;
2649 lp->handle = pdb.handle;
2650 lp->new_portid = lp
2739 fcportdb_t *lp; local
2891 fcportdb_t *lp, tmp; local
3528 fcportdb_t *lp; local
4392 fcportdb_t *lp; local
4519 fcportdb_t *lp; local
4620 fcportdb_t *lp; local
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/isa/
H A Dmcd.c426 struct disklabel *lp; local
431 lp = sc->sc_dk.dk_label;
468 blkno = bp->b_blkno / (lp->d_secsize / DEV_BSIZE);
470 blkno += lp->d_partitions[MCDPART(bp->b_dev)].p_offset;
592 struct disklabel *lp; local
601 lp = &newlabel;
604 lp = addr;
610 lp, /*sc->sc_dk.dk_openmask : */0,
739 mcdgetdefaultlabel(struct mcd_softc *sc, struct disklabel *lp) argument
742 memset(lp,
780 struct disklabel *lp = sc->sc_dk.dk_label; local
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/emips/stand/common/
H A Dace.c617 struct disklabel *lp; local
658 lp = &sc->sc_label;
659 lp->d_secsize = DEV_BSIZE;
660 lp->d_secpercyl = 1;
661 lp->d_npartitions = MAXPARTITIONS;
662 lp->d_partitions[part].p_offset = 0;
663 lp->d_partitions[part].p_size = 0x7fffffff;
670 msg = getdisklabel(buf, lp);
676 if (part >= lp->d_npartitions || lp
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/mscp/
H A Dmscp_disk.c391 struct disklabel *lp, *tp; local
398 lp = ra->ra_disk.dk_label;
403 memcpy(data, lp, sizeof (struct disklabel));
407 memcpy(&newlabel, lp, sizeof newlabel);
415 ((struct partinfo *)data)->disklab = lp;
417 &lp->d_partitions[DISKPART(dev)];
437 error = setdisklabel(lp, tp, 0, 0);
444 error = writedisklabel(dev, rastrategy, lp,0);
467 tp->d_secsize = lp->d_secsize;
468 tp->d_nsectors = lp
853 struct disklabel *lp; local
1083 struct disklabel *lp; local
[all...]
/netbsd-6-1-5-RELEASE/bin/sh/
H A Dshow.c76 struct nodelist *lp; local
104 for (lp = n->npipe.cmdlist ; lp ; lp = lp->next) {
105 shcmd(lp->n, fp);
106 if (lp->next)
/netbsd-6-1-5-RELEASE/sys/arch/vax/vsa/
H A Dhdc9224.c451 struct disklabel *lp; local
460 lp = rd->sc_disk.dk_label;
468 bp->b_blkno + lp->d_partitions[DISKPART(bp->b_dev)].p_offset;
469 bp->b_cylinder = bp->b_rawblkno / lp->d_secpercyl;
501 struct disklabel *lp; local
527 lp = rd->sc_disk.dk_label;
529 cn = bn / lp->d_secpercyl;
530 sn = bn % lp->d_secpercyl;
531 tn = sn / lp->d_nsectors;
532 sn = sn % lp
689 struct disklabel * const lp = rd->sc_disk.dk_label; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/m32c/
H A Dopc2c.c557 char *lp; local
588 for (lp = line + 4; *lp; lp++)
593 if (strncmp (lp, "*/", 2) == 0)
595 else if ((lp[0] == ' ' && lp[1] == ' ') || (lp[0] == '\t'))
597 else if (*lp == ' ')
601 if (*lp
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/sun3/dev/
H A Dfd.c1854 struct disklabel *lp = fd->sc_dk.dk_label; local
1857 memset(lp, 0, sizeof(struct disklabel));
1858 memset(lp, 0, sizeof(struct cpu_disklabel));
1860 lp->d_type = DTYPE_FLOPPY;
1861 lp->d_secsize = FDC_BSIZE;
1862 lp->d_secpercyl = fd->sc_type->seccyl;
1863 lp->d_nsectors = fd->sc_type->sectrac;
1864 lp->d_ncylinders = fd->sc_type->tracks;
1865 lp->d_ntracks = fd->sc_type->heads; /* Go figure... */
1866 lp
[all...]
/netbsd-6-1-5-RELEASE/dist/nvi/vi/
H A Dvs_split.c345 SCR *tsp, **lp, *list[100]; local
396 for (lp = &list[0]; (tsp = *lp) != NULL; ++lp) {
431 for (lp = &list[0]; (tsp = *lp) != NULL; ++lp) {
463 SCR **lp, *tsp; local
471 for (lp = listp, tlen = sp->rows,
497 *lp
[all...]
/netbsd-6-1-5-RELEASE/distrib/utils/more/
H A Dprim.c850 char *pp, *lp; local
854 for (pp = pattern, lp = buf; *pp == *lp; pp++, lp++)
855 if (*pp == '\0' || *lp == '\0')

Completed in 285 milliseconds

<<11121314151617181920>>