Home
last modified time | relevance | path

Searched refs:oops (Results 1 – 13 of 13) sorted by relevance

/dflybsd-src/sys/kern/
H A Dkern_device.c657 struct dev_ops *oops = dev->si_ops; in dev_ops_intercept() local
660 iops->head.maj = oops->head.maj; in dev_ops_intercept()
661 iops->head.data = oops->head.data; in dev_ops_intercept()
662 iops->head.flags = oops->head.flags; in dev_ops_intercept()
666 return (oops); in dev_ops_intercept()
670 dev_ops_restore(cdev_t dev, struct dev_ops *oops) in dev_ops_restore() argument
674 dev->si_ops = oops; in dev_ops_restore()
/dflybsd-src/sys/dev/sound/pci/
H A Dfm801.c610 goto oops; in fm801_pci_attach()
618 if (codec == NULL) goto oops; in fm801_pci_attach()
620 if (mixer_init(dev, ac97_getmixerclass(), codec) == -1) goto oops; in fm801_pci_attach()
627 goto oops; in fm801_pci_attach()
638 goto oops; in fm801_pci_attach()
646 if (pcm_register(dev, fm801, FM801_MAXPLAYCH, 1)) goto oops; in fm801_pci_attach()
656 oops: in fm801_pci_attach()
/dflybsd-src/games/sail/
H A Dpl_7.c300 oops(int y, int x, const char *fmt, ...) in oops() function
997 oops(16, 4, "That ship is taken."); in pickship()
1075 oops(21, 10, "syncfile: %s", strerror(errno)); in startgame()
1095 oops(21, 10, "All ships taken in that scenario."); in startgame()
1494 oops(21, 10, "That doesn't work yet."); in startup()
1505 oops(21, 10, in startup()
/dflybsd-src/sys/net/ipfw3_basic/
H A Dip_fw3_state.c180 goto oops; in check_check_state()
197 goto oops; in check_check_state()
231 oops: in check_check_state()
/dflybsd-src/contrib/byacc/
H A Dreader.c1114 goto oops; in copy_param()
1122 goto oops; in copy_param()
1129 goto oops; in copy_param()
1141 goto oops; in copy_param()
1145 goto oops; in copy_param()
1194 goto oops; in copy_param()
1212 goto oops; in copy_param()
1247 goto oops; in copy_param()
1257 oops: in copy_param()
/dflybsd-src/sys/net/ipfw3_nat/
H A Dip_fw3_nat.c199 goto oops; in ip_fw3_nat()
222 goto oops; in ip_fw3_nat()
329 goto oops; in ip_fw3_nat()
430 oops: in ip_fw3_nat()
/dflybsd-src/contrib/dialog/
H A Dbuildlist.c1013 int oops = item_no; in dlg_buildlist() local
1056 if (--oops < 0) { in dlg_buildlist()
1076 if (--oops < 0) { in dlg_buildlist()
/dflybsd-src/contrib/tcsh-6/
H A Dsh.sem.c963 goto oops; in mypipe()
972 oops: in mypipe()
H A Dsh.glob.c680 goto oops; in dobackp()
683 oops: in dobackp()
H A Dsh.lex.c1501 goto oops; in readc()
1556 oops: in readc()
/dflybsd-src/games/fortune/datfiles/
H A Dmurphy1159 Never say "oops" after you have submitted a job.
/dflybsd-src/contrib/gcc-4.7/gcc/doc/
H A Dcpp.texi415 @r{oops! this isn't a comment anymore} */
/dflybsd-src/sys/contrib/dev/acpica/
H A Dchanges.txt16228 Fixed an oops on module insertion/removal (Matthew Tippett)