Displaying 5 results from an estimated 5 matches for "devicenumb".
Did you mean:
devicenum
2010 Sep 18
1
find bug:syslinux.exe
...int write_mbr, int set_active)
{
BOOL result = TRUE;
HANDLE drive;
char driveName[128];
sprintf(driveName, "\\\\.\\PHYSICALDRIVE%d", driveNum);
==========================
It need a drive num!!! It get it from function :
==========================
STORAGE_DEVICE_NUMBER sdn;
if (GetStorageDeviceNumberByHandle(d_handle, &sdn)) {
if (!FixMBR(sdn.DeviceNumber, sdn.PartitionNumber, opt.install_mbr,
opt.activate_partition)) {
==========================
function:
==========================
BOOL GetStorageDeviceNumberByHandle(HANDLE handle,
const STORAGE_DEVICE_NUMBER * sdn)
{
BOOL result = FALSE...
2003 Dec 05
5
xenoutil patch 1.643 in bk rep
hi,
i''ve submitted a small patch to xen-unstable that makes the
''/dev/xx'' -> devicenumber lookup stuff work on my machine..
basically i''m using os.stat instead of os.popen() hacks.
this is my first bitkeeper checkin ever, so please verify i did this
correctly.
thanks,
paul
-------------------------------------------------------
This SF.net email is sponsored by: SF.net...
2013 Nov 14
1
Possible bug: TC with HFSC fails to load if umax is not provided
...$devref->{qdisc} eq ''htb'' ) {
$quantum = calculate_quantum $rate, calculate_r2q(
$devref->{out_bandwidth} );
emit ( "[ \$${dev}_mtu -gt $quantum ] && quantum=\$${dev}_mtu ||
quantum=$quantum" );
emit ( "run_tc class add dev $device parent $devicenumber:$parent
classid $classid htb rate $rate ceil $tcref->{ceiling}kbit prio
$tcref->{priority} \$${dev}_mtu1 quantum \$quantum" );
} else {
my $dmax = $tcref->{dmax};
my $rule = "run_tc class add dev $device parent $devicenumber:$parent
classid $classid hfsc";
if...
2009 Apr 26
5
Problems installing NfS2
...000000 00000000 0033f854
0x0033f7d4: 003a18d9 7ffdf000 0011102e 7b8b7ff4
0x0033f7e4: 0046d678 003a0000 0046d6cf 7ffdf000
0x0033f7f4: 0011102e 7b8b7ff4 003a18cb 001f5889
Backtrace:
=>1 0x003a3723 in shell (+0x3723) (0x0033f7d0)
2 0x003a18d9 PCICheckVendorDevice+0xe(vendor=0x121a, device=0x1, deviceNumber=0x7ffdf000, vendorID=0x11102e, deviceID=0x7b8b7ff4) [dll.c:351] in shell (0x0033f854)
3 0x004289d8 in _ins0432._mp (+0x289d8) (0x0033fd44)
4 0x0042100b in _ins0432._mp (+0x2100b) (0x0033fd88)
5 0x0041e313 in _ins0432._mp (+0x1e313) (0x0033fda8)
6 0x00407614 in _ins0432._mp (+0x7614) (0x00...
2013 Oct 20
1
error cant write to function ODBC_DEVICES
...tup to mysql but cant figure out why the dialplan wont
write to the odbc function
fubc_odbc.conf
[DEVICES]
dsn=device-conn ;dsn in res_odbc not odbc.ini
readsql=SELECT call.callNum, call.city, devices.callId, devices.id FROM
call INNER JOIN devices ON call.id = devices.callId WHERE deviceNumber = '${
SQL_ESC(${ARG1})}'
writesql=insert into voted (callId,callNum,city,deviceId,SerialNum,
serverResponse) values (${VAL1},"${VAL2}",${VAL3},${VAL4},${VAL5},"${VAL6}"
extension.conf
the relevant line
same => n,set(ODBC_DEVICES()=${callid},${call},1,${devicei...