代码搜索:linear
找到约 10,000 项符合「linear」的源代码
代码结果 10,000
www.eeworm.com/read/324920/3497257
c linear.c
/*
* Linear conversion Plug-In
* Copyright (c) 1999 by Jaroslav Kysela ,
* Abramo Bagnara
*
*
* This library is free software; you can redistribu
www.eeworm.com/read/323368/3516831
h linear.h
#ifndef _LINEAR_H
#define _LINEAR_H
#include
struct dev_info {
mdk_rdev_t *rdev;
sector_t size;
sector_t offset;
};
typedef struct dev_info dev_info_t;
struct linear_private_d
www.eeworm.com/read/316872/3596152
c linear.c
/*
linear.c : Multiple Devices driver for Linux
Copyright (C) 1994-96 Marc ZYNGIER
or
Linear mode management functions.
www.eeworm.com/read/316872/3598053
h linear.h
#ifndef _LINEAR_H
#define _LINEAR_H
#include
struct dev_info {
mdk_rdev_t *rdev;
sector_t size;
sector_t offset;
};
typedef struct dev_info dev_info_t;
struct linear_private_d
www.eeworm.com/read/316872/3603672
c linear.c
/*
* Linear conversion Plug-In
* Copyright (c) 1999 by Jaroslav Kysela ,
* Abramo Bagnara
*
*
* This library is free software; you can redistrib
www.eeworm.com/read/316872/3604497
txt linear.txt
dm-linear
=========
Device-Mapper's "linear" target maps a linear range of the Device-Mapper
device onto a linear range of another device. This is the basic building
block of logical volume managers
www.eeworm.com/read/302839/3822334
bas linear.bas
1 REM ::: SOLVE A SYSTEM OF LINEAR EQUATIONS
2 REM ::: A1*X1 + A2*X2 = B1
3 REM ::: A3*X1 + A4*X2 = B2
4 REM --------------------------------------
10 READ A1, A2, A3, A4
15 LET D = A1 * A4 - A3 *
www.eeworm.com/read/294038/3924647
h linear.h
#ifndef _LINEAR_H
#define _LINEAR_H
#include
struct dev_info {
kdev_t dev;
unsigned long size;
unsigned long offset;
};
typedef struct dev_info dev_info_t;
struct linear_hash
www.eeworm.com/read/292705/3945455
h linear.h
#ifndef _LINEAR_H
#define _LINEAR_H
#include
struct dev_info {
kdev_t dev;
unsigned long size;
unsigned long offset;
};
typedef struct dev_info dev_info_t;
struct linear_hash