Searched refs:die (Results 226 - 250 of 340) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/metaflac/
H A Doptions.c190 die("out of memory allocating space for file names list");
717 die("out of memory allocating space for option list");
723 die("out of memory allocating space for option list");
726 die("out of memory allocating space for option list");
738 die("out of memory allocating space for option list");
744 die("out of memory allocating space for option list");
747 die("out of memory allocating space for option list");
978 die("out of memory allocating space for option list");
1017 die("out of memory allocating space for option list");
H A Doperations_shorthand_picture.c42 die("out of memory allocating iterator");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/mm/
H A Dfault.c180 die("Oops", regs);
194 /* Kernel mode? Handle exceptions or die */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/LDAP/smbldap-tools-0.9.2/doc/
H A Dsmbldap-migrate-pwdump-accounts55 $modify->code && die "failed to modify entry: ", $modify->error ;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dsystem.h118 extern void die(const char *str, struct pt_regs *regs, long err) __attribute__ ((noreturn));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/score/mm/
H A Dfault.c162 die("Oops", regs);
182 /* Kernel mode? Handle exceptions or die */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dtraps.c134 * kernelspace faults which result in die(), but not
135 * kernelspace faults which are fixed up. die() gives the
166 die(str, regs, error_code);
244 die(str, regs, error_code);
296 die("general protection fault", regs, error_code);
618 die(str, regs, error_code);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/dec/
H A Dkn01-berr.c169 die("Unrecoverable bus error", regs);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Drun-command.c101 die("exec %s: cd to %s failed (%s)", cmd->argv[0],
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lsync/source/
H A Ddefault-direct.lua153 elseif rc == 'die' then
157 rc = 'die'
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-sched.c427 die("Error: sys_perf_event_open() syscall returned"
809 die("hm, delta: %Ld < 0 ?\n", delta);
930 die("No memory");
962 die("Non memory");
1041 die("hm, delta: %Ld < 0 ?\n", delta);
1052 die("out-event: Internal tree error");
1061 die("in-event: Internal tree error");
1087 die("in-event: Internal tree error");
1116 die("wakeup-event: Internal tree error");
1167 die("migratio
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dnsmasq-2.15/src/
H A Dlease.c40 die("cannot open or create leases file: %s", NULL);
89 die ("too many stored leases", NULL);
H A Ddnsmasq.c227 sigterm = 0; /* or die */
280 die("ISC dhcpd integration not available: set HAVE_ISC_READER in src/config.h", NULL);
299 die("unknown interface %s", if_tmp->name);
315 die("no interface with address %s", addrbuff);
335 die("cannot open " UPTIME ":%s", NULL);
350 die("must set exactly one interface on broken systems without IP_RECVIF", NULL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/mm/
H A Dtlbflush_64.c32 extern void die(const char *,struct pt_regs *,long);
285 die("Oops", regs, writeaccess);
312 /* Kernel mode? Handle exceptions or die */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/mm/
H A Dfault.c35 extern void die(const char *, struct pt_regs *, long);
263 die("Oops", regs, error_code);
281 /* Kernel mode? Handle exception or die */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/t/
H A Ddb-hash.t50 open ($fh, ">$filename") || die "Cannot open $filename: $!" ;
67 open(CAT,$file) || die "Cannot open $file: $!";
142 die "Could not tie: $!" unless $X;
419 open(FILE, ">SubDB.pm") or die "Cannot open SubDB.pm: $!\n" ;
739 or die "Cannot open file 'fruit': $!\n";
786 tie %h, 'DB_File', $Dfile or die "Can't open file: $!\n" ;
805 tie %h, 'DB_File', $Dfile or die "Can't open file: $!\n" ;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/lockd/
H A Dclntproc.c698 goto die;
710 die:
761 goto die;
786 die:
792 goto die;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dpthread.c152 int die; ///< Set when threads should exit. member in struct:FrameThreadContext
362 if (p->state == STATE_INPUT_READY && !fctx->die) {
364 while (p->state == STATE_INPUT_READY && !fctx->die)
369 if (fctx->die) break;
735 fctx->die = 1;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppoecd/
H A Dmain.c320 die(0);
541 die(status);
703 die(1); /* or just return? */
882 * die - clean up state and exit with the specified status.
885 die(status) function
1191 die(127);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dtraps.c270 void die(const char *str, struct pt_regs *regs, int err) function
307 die(str, regs, err);
409 die("Oops - bad mode", regs, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/util/
H A Dbat.sh5 open(IN,"<$infile") || die "unable to open $infile:$!\n";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A Dmkconsts928 open IN, "<$filename" || die "Cannot open $filename: $!\n";
929 open OUT, ">$filename.tmp" || die "Cannot open $filename.tmp: $!\n";
964 rename $filename, "$filename.bak" || die "Cannot rename $filename: $!\n" ;
965 rename "$filename.tmp", $filename || die "Cannot rename $filename.tmp: $!\n" ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dbat.sh5 open(IN,"<$infile") || die "unable to open $infile:$!\n";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/util/
H A Dbat.sh5 open(IN,"<$infile") || die "unable to open $infile:$!\n";
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/mm/
H A Dfault.c180 die("Oops", regs, int_code);
191 die ("Low-address protection", regs, int_code);
270 /* Kernel mode? Handle exceptions or die */

Completed in 327 milliseconds

1234567891011>>