| /netbsd-src/sys/dev/ofw/ |
| H A D | ofdisk.c | 363 struct disklabel newlabel; in ofdisk_ioctl() local 392 memset(&newlabel, 0, sizeof newlabel); in ofdisk_ioctl() 393 memcpy(&newlabel, data, sizeof (struct olddisklabel)); in ofdisk_ioctl() 394 lp = &newlabel; in ofdisk_ioctl() 426 ofdisk_getdefaultlabel(of, &newlabel); in ofdisk_ioctl() 427 if (newlabel.d_npartitions > OLDMAXPARTITIONS) in ofdisk_ioctl() 429 memcpy(data, &newlabel, sizeof (struct olddisklabel)); in ofdisk_ioctl()
|
| /netbsd-src/external/bsd/pcc/dist/pcc/f77/fcom/ |
| H A D | exec.c | 54 ctlstack->elselabel = newlabel(); 66 ctlstack->endlabel = newlabel(); 69 ctlstack->elselabel = newlabel(); 85 ctlstack->endlabel = newlabel(); in exelse() 372 ctlstack->endlabel = newlabel(); 373 ctlstack->dobodylabel = newlabel(); 391 ctlstack->doposlabel = newlabel(); 392 ctlstack->doneglabel = newlabel();
|
| H A D | proc.c | 129 p->entrypoint.entrylabel = newlabel(); in startproc() 133 retlabel = newlabel(); in startproc() 195 retlabel = newlabel(); in entrypt() 197 ret0label = newlabel(); in entrypt() 204 p->entrypoint.entrylabel = newlabel(); in entrypt() 352 rtvlabel[type] = newlabel(); in doentry()
|
| H A D | putscj.c | 108 lbl1 = newlabel(); in puthead() 109 lbl2 = newlabel(); in puthead() 432 k = newlabel(); in putx() 445 k = newlabel(); in putx() 457 k = newlabel(); in putx() 1293 lab = newlabel(); in putmnmx()
|
| H A D | io.c | 200 lp->labelno = newlabel(); 283 jumplab = skiplab = newlabel(); in endioctl() 428 exdo(range=newlabel(), (chainp)q->b_impldo.varnp);
|
| H A D | misc.c | 342 lp->labelno = newlabel(); 352 newlabel() in newlabel() function
|
| H A D | put.c | 156 q->b_addr.memno = newlabel(); in putconst()
|
| H A D | defs.h | 483 int inilex(char *), yyparse(void), newlabel(void), lengtype(int, int);
|
| H A D | intr.c | 583 l1 = newlabel(); in finline()
|
| H A D | expr.c | 1074 l1 = newlabel(); in subcheck() 1075 l2 = newlabel(); in subcheck()
|
| /netbsd-src/sys/dev/ |
| H A D | dksubr.c | 586 struct disklabel newlabel; in dk_ioctl() local 650 memset(&newlabel, 0, sizeof newlabel); in dk_ioctl() 651 memcpy(&newlabel, data, sizeof (struct olddisklabel)); in dk_ioctl() 652 lp = &newlabel; in dk_ioctl() 697 dk_getdefaultlabel(dksc, &newlabel); in dk_ioctl() 698 if (newlabel.d_npartitions > OLDMAXPARTITIONS) in dk_ioctl() 700 memcpy(data, &newlabel, sizeof (struct olddisklabel)); in dk_ioctl()
|
| H A D | ccd.c | 1095 struct disklabel newlabel; in ccdioctl() local 1202 memset(&newlabel, 0, sizeof newlabel); in ccdioctl() 1203 memcpy(&newlabel, data, sizeof (struct olddisklabel)); in ccdioctl() 1204 lp = &newlabel; in ccdioctl() 1248 ccdgetdefaultlabel(cs, &newlabel); in ccdioctl() 1249 if (newlabel.d_npartitions > OLDMAXPARTITIONS) in ccdioctl() 1251 memcpy(data, &newlabel, sizeof (struct olddisklabel)); in ccdioctl()
|
| H A D | vnd.c | 1159 struct disklabel newlabel; in vndioctl() 1597 memset(&newlabel, 0, sizeof newlabel); in vndioctl() 1598 memcpy(&newlabel, data, sizeof (struct olddisklabel)); in vndioctl() 1599 lp = &newlabel; in vndioctl() 1646 vndgetdefaultlabel(vnd, &newlabel); in vndioctl() 1647 if (newlabel.d_npartitions > OLDMAXPARTITIONS) in vndioctl() 1649 memcpy(data, &newlabel, sizeof (struct olddisklabel)); in vndioctl() 1156 struct disklabel newlabel; vndioctl() local
|
| /netbsd-src/sys/kern/ |
| H A D | subr_disk.c | 529 struct disklabel newlabel; in disk_ioctl() local 579 memcpy(&newlabel, dk->dk_label, sizeof(newlabel)); in disk_ioctl() 580 if (newlabel.d_npartitions > OLDMAXPARTITIONS) in disk_ioctl() 582 memcpy(data, &newlabel, sizeof(struct olddisklabel)); in disk_ioctl()
|
| /netbsd-src/sys/dev/qbus/ |
| H A D | rl.c | 443 struct disklabel newlabel; in rlioctl() local 464 memset(&newlabel, 0, sizeof newlabel); in rlioctl() 465 memcpy(&newlabel, addr, sizeof (struct olddisklabel)); in rlioctl() 466 tp = &newlabel; in rlioctl()
|
| /netbsd-src/sys/dev/mscp/ |
| H A D | mscp_disk.c | 418 struct disklabel newlabel; in raioctl() local 436 memset(&newlabel, 0, sizeof newlabel); in raioctl() 437 memcpy(&newlabel, data, sizeof (struct olddisklabel)); in raioctl() 438 tp = &newlabel; in raioctl() 472 tp = &newlabel; in raioctl()
|
| /netbsd-src/sys/dev/vme/ |
| H A D | xy.c | 946 struct disklabel newlabel; in xyioctl() local 974 memset(&newlabel, 0, sizeof newlabel); in xyioctl() 975 memcpy(&newlabel, addr, sizeof (struct olddisklabel)); in xyioctl() 976 lp = &newlabel; in xyioctl() 1005 memset(&newlabel, 0, sizeof newlabel); in xyioctl() 1006 memcpy(&newlabel, addr, sizeof (struct olddisklabel)); in xyioctl() 1007 lp = &newlabel; in xyioctl()
|
| H A D | xd.c | 1027 struct disklabel newlabel; in xdioctl() local 1055 memset(&newlabel, 0, sizeof newlabel); in xdioctl() 1056 memcpy(&newlabel, addr, sizeof (struct olddisklabel)); in xdioctl() 1057 lp = &newlabel; in xdioctl() 1086 memset(&newlabel, 0, sizeof newlabel); in xdioctl() 1087 memcpy(&newlabel, addr, sizeof (struct olddisklabel)); in xdioctl() 1088 lp = &newlabel; in xdioctl()
|
| /netbsd-src/sys/dev/isa/ |
| H A D | mcd.c | 579 struct disklabel newlabel; in mcdioctl() local 607 memset(&newlabel, 0, sizeof newlabel); in mcdioctl() 608 memcpy(&newlabel, addr, sizeof (struct olddisklabel)); in mcdioctl() 609 lp = &newlabel; in mcdioctl() 637 mcdgetdefaultlabel(sc, &newlabel); in mcdioctl() 638 if (newlabel.d_npartitions > OLDMAXPARTITIONS) in mcdioctl() 640 memcpy(addr, &newlabel, sizeof (struct olddisklabel)); in mcdioctl()
|
| H A D | fd.c | 1415 struct disklabel newlabel; in fdioctl() local 1459 memset(&newlabel, 0, sizeof newlabel); in fdioctl() 1460 memcpy(&newlabel, addr, sizeof (struct olddisklabel)); in fdioctl() 1461 addr = &newlabel; in fdioctl()
|
| /netbsd-src/external/bsd/pcc/dist/pcc/mip/ |
| H A D | optim2.c | 1378 int newlabel; in removephi() local 1434 newlabel=getlab2(); in removephi() 1439 ip->ip_lbl = newlabel; in removephi() 1457 setlval(pip->ip_node->n_right,newlabel); in removephi() 1460 pip->ip_node->n_left->n_label=newlabel; in removephi() 1972 int newlabel=getlab2() ; in add_labels() local 1974 BDEBUG(("add_label L%d\n", newlabel)); in add_labels() 1979 lab->ip_lbl = newlabel; in add_labels()
|
| /netbsd-src/usr.sbin/sunlabel/ |
| H A D | sunlabel.c | 174 static int newlabel; /* -n, ignore all on-disk values */ variable 331 newlabel++; in handleargs() 393 if (newlabel) { in unpack_label()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | reorg.c | 953 redirect_with_delay_slots_safe_p (rtx_insn *jump, rtx newlabel, rtx seq) in redirect_with_delay_slots_safe_p() argument 962 flags = get_jump_flags (jump, newlabel); in redirect_with_delay_slots_safe_p() 985 redirect_with_delay_list_safe_p (rtx_insn *jump, rtx newlabel, in redirect_with_delay_list_safe_p() argument 992 int flags = get_jump_flags (jump, newlabel); in redirect_with_delay_list_safe_p()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | reorg.cc | 889 redirect_with_delay_slots_safe_p (rtx_insn *jump, rtx newlabel, rtx seq) in redirect_with_delay_slots_safe_p() argument 898 flags = get_jump_flags (jump, newlabel); in redirect_with_delay_slots_safe_p() 921 redirect_with_delay_list_safe_p (rtx_insn *jump, rtx newlabel, in redirect_with_delay_list_safe_p() argument 928 int flags = get_jump_flags (jump, newlabel); in redirect_with_delay_list_safe_p()
|