Home
last modified time | relevance | path

Searched refs:t (Results 1 – 13 of 13) sorted by relevance

/DragonOS-0.1.8/kernel/src/driver/tty/
Dtty_device.rs64 if let FilePrivateData::Tty(t) = private_data { in verify_file_private_data()
65 return Ok(t); in verify_file_private_data()
150 Ok(t) => t, in read_at()
184 Ok(t) => t, in write_at()
/DragonOS-0.1.8/user/port/binutils/2.38/
DREADME.md18 docker build --no-cache -t dragonos-binutils-build .
/DragonOS-0.1.8/kernel/src/driver/virtio/
Dvirtio.rs64 t => { in virtio_device_init()
65 kwarn!("Unrecognized virtio device: {:?}", t); in virtio_device_init()
/DragonOS-0.1.8/user/apps/test_bind/
Dlink.lds27 *(.rela.text .rela.text.* .rela.gnu.linkonce.t.*)
63 *(.text .stub .text.* .gnu.linkonce.t.*)
126 doesn't matter if the user does not
128 linker won't look for a file to match a
130 doesn't matter which directory crtbegin.o
134 /* We don't want to include the .ctor section from
/DragonOS-0.1.8/user/apps/test_fstat/
Dlink.lds27 *(.rela.text .rela.text.* .rela.gnu.linkonce.t.*)
63 *(.text .stub .text.* .gnu.linkonce.t.*)
126 doesn't matter if the user does not
128 linker won't look for a file to match a
130 doesn't matter which directory crtbegin.o
134 /* We don't want to include the .ctor section from
/DragonOS-0.1.8/user/apps/test_gettimeofday/
Dlink.lds27 *(.rela.text .rela.text.* .rela.gnu.linkonce.t.*)
63 *(.text .stub .text.* .gnu.linkonce.t.*)
126 doesn't matter if the user does not
128 linker won't look for a file to match a
130 doesn't matter which directory crtbegin.o
134 /* We don't want to include the .ctor section from
/DragonOS-0.1.8/user/apps/http_server/
Dlink.lds27 *(.rela.text .rela.text.* .rela.gnu.linkonce.t.*)
63 *(.text .stub .text.* .gnu.linkonce.t.*)
126 doesn't matter if the user does not
128 linker won't look for a file to match a
130 doesn't matter which directory crtbegin.o
134 /* We don't want to include the .ctor section from
/DragonOS-0.1.8/user/apps/test_relibc/
Dlink.lds27 *(.rela.text .rela.text.* .rela.gnu.linkonce.t.*)
63 *(.text .stub .text.* .gnu.linkonce.t.*)
126 doesn't matter if the user does not
128 linker won't look for a file to match a
130 doesn't matter which directory crtbegin.o
134 /* We don't want to include the .ctor section from
/DragonOS-0.1.8/docs/
Dmake.bat23 echo.If you don't have Sphinx installed, grab it from
/DragonOS-0.1.8/
Dbochsrc38 logprefix: %t%e%d
/DragonOS-0.1.8/kernel/src/libs/
Didr.c12 struct idr_layer *t = *a; in __swap() local
13 *a = *b, *b = t; in __swap()
343 struct idr_layer *t = idp->top->layer ? idp->top->ary[0] : NULL; in __idr_erase_full() local
345 idp->top = t; in __idr_erase_full()
Dlz4.c736 U64 const t = (((val >> 8) - mask) | val) & mask; in LZ4_NbCommonBytes()
737 return ctz7_tab[(t * 0x0080402010080402ULL) >> 57]; in LZ4_NbCommonBytes()
1857 LZ4_stream_t t; in LZ4_stream_t_alignment() member
/DragonOS-0.1.8/kernel/src/driver/interrupt/apic/
Dapic.c72 struct acpi_IO_APIC_Structure_t *t = (struct acpi_IO_APIC_Structure_t *)ent; in apic_io_apic_init() local
74 io_apic_ICS = t; in apic_io_apic_init()