search for: nocod

Displaying 4 results from an estimated 4 matches for "nocod".

Did you mean: nocd
2008 Jan 07
1
GotoIf() help
...e cleaned up.... alot. Any help is greatly appreciated. exten => s,n,GotoIf($[${DIAL_NUMBER} = 011XXXX. ] ? yescode : steptwo) exten => s,n,(steptwo),GotoIf($[${DIAL_NUMBER} = 9XXXXXX. ] ? yescode : stepthree) exten => s,n,(stepthree),GotoIf($[${DIAL_NUMBER} = 1NXXNX. ] ? yescode : nocode) exten => s,n,(yescode),Playback(please-enter-the&accounting) exten => s,n,Read(account|number|8) exten => s,n,SetAccount(${account}) exten => s,n,(nocode),Blah, Blah.... Thanks, Glenn -------------- next part -------------- An HTML attachment was scrubbed... URL: http://li...
2013 Oct 18
0
[RFC/PATCH 1/3] Move partiter from com32/chain to com32/lib/syslinux
...media descriptor check */ - if ((sec[0x15] & 0xF0) != 0xF0) - goto out; - - if (sec[0] == 0xEB) /* jump short */ - jmp = 2 + *(int8_t *)(sec + 1); - else if (sec[0] == 0xE9) /* jump near */ - jmp = 3 + *(int16_t *)(sec + 1); - - if (jmp < 0) /* no boot code at all ? */ - goto nocode; - - /* sanity */ - if (jmp < 0x18 || jmp > 0x1F0) - goto out; - - /* detect by jump */ - if (jmp >= 0x18 && jmp < 0x1E) - rev = bpbV20; - else if (jmp >= 0x1E && jmp < 0x20) - rev = bpbV30; - else if (jmp >= 0x20 && jmp < 0x24) - r...
2015 Jul 22
0
[PULL 1/8] Move partiter from com32/chain to com32/lib/syslinux
...media descriptor check */ - if ((sec[0x15] & 0xF0) != 0xF0) - goto out; - - if (sec[0] == 0xEB) /* jump short */ - jmp = 2 + *(int8_t *)(sec + 1); - else if (sec[0] == 0xE9) /* jump near */ - jmp = 3 + *(int16_t *)(sec + 1); - - if (jmp < 0) /* no boot code at all ? */ - goto nocode; - - /* sanity */ - if (jmp < 0x18 || jmp > 0x1F0) - goto out; - - /* detect by jump */ - if (jmp >= 0x18 && jmp < 0x1E) - rev = bpbV20; - else if (jmp >= 0x1E && jmp < 0x20) - rev = bpbV30; - else if (jmp >= 0x20 && jmp < 0x24) - r...
2015 Jul 22
13
[PULL 0/8] MultiFS suppport for BIOS and EFI
So last week I was wondering if XFS was still working -- even with its last on-disk structure changes -- and it _suprisingly_ worked as expected. Right, now I can finally get rid of GRUB and use Syslinux to boot my Linux on EFI from a rootfs with xfs. Shit, I have two partitions (the first one being the required ESP) so there is no way to access the other partitions since because Syslinux does not