OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:twe
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/modules/twe/
Makefile
7
KMOD=
twe
8
IOCONF=
twe
.ioconf
10
SRCS+=
twe
.c
/src/sys/dev/pci/
ld_twe.c
97
struct twe_softc *
twe
= device_private(parent);
local
98
struct twe_drive *td = &
twe
->sc_units[twea->twea_unit];
106
twe_register_callbacks(
twe
, twea->twea_unit, &ld_twe_callbacks);
113
ld->sc_maxqueuecnt =
twe
->sc_openings;
140
error = twe_param_get_1(
twe
, TWE_PARAM_UNITINFO + twea->twea_unit,
177
struct twe_softc *
twe
;
local
180
twe
= device_private(device_parent(sc->sc_ld.sc_dv));
183
if ((ccb = twe_ccb_alloc(
twe
, flags)) == NULL)
202
if ((rv = twe_ccb_map(
twe
, ccb)) != 0) {
203
twe_ccb_free(
twe
, ccb)
242
struct
twe
_softc *
twe
;
local
277
struct
twe
_softc *
twe
= device_private(device_parent(ld->sc_dv));
local
[
all
...]
twe.c
1
/* $NetBSD:
twe
.c,v 1.111 2024/02/02 22:26:58 andvar Exp $ */
58
* from FreeBSD:
twe
.c,v 1.1 2000/05/24 23:35:23 msmith Exp
66
__KERNEL_RCSID(0, "$NetBSD:
twe
.c,v 1.111 2024/02/02 22:26:58 andvar Exp $");
127
CFATTACH_DECL3_NEW(
twe
, sizeof(struct twe_softc),
464
SYSCTL_DESCR("
twe
driver information"),
1705
struct twe_softc *
twe
;
local
1707
if ((
twe
= device_lookup_private(&twe_cd, minor(dev))) == NULL)
1709
if ((
twe
->sc_flags & TWEF_OPEN) != 0)
1712
twe
->sc_flags |= TWEF_OPEN;
1723
struct twe_softc *
twe
;
local
1744
struct
twe
_softc *
twe
;
local
[
all
...]
/src/sys/modules/
Makefile
520
SUBDIR+=
twe
/src/share/man/man4/
Makefile
71
trm.4 tsllux.4 tty.4 tun.4 tqphy.4 twa.4
twe
.4 txp.4 \
/src/etc/
MAKEDEV.tmpl
289
#
twe
3ware Escalade control interface
1721
twe
[0-9]*)
1722
unit=${i#
twe
}
1723
mkdev
twe
$unit c %twe_chr% $unit
Completed in 17 milliseconds
Indexes created Sat Mar 21 00:23:06 UTC 2026