OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tlp
(Results
1 - 8
of
8
) sorted by relevancy
/src/sbin/disklabel/
bswap.c
141
targettohlabel(struct disklabel *hlp, const struct disklabel *
tlp
)
144
if (bswap32(
tlp
->d_magic) == DISKMAGIC)
145
bswaplabel(hlp,
tlp
);
147
*hlp = *
tlp
;
154
htotargetlabel(struct disklabel *
tlp
, const struct disklabel *hlp)
158
bswaplabel(
tlp
, hlp);
160
*
tlp
= *hlp;
163
tlp
->d_checksum = 0;
164
tlp
->d_checksum = dkcksum_target(
tlp
);
[
all
...]
main.c
1219
struct disklabel *disk_lp, hlp,
tlp
;
local
1244
memcpy(&
tlp
, disk_lp, sizeof(
tlp
));
1245
if (
tlp
.d_magic2 !=
tlp
.d_magic)
1247
if (read_all && (
tlp
.d_magic == DISKMAGIC_DELETED ||
1248
tlp
.d_magic == DISKMAGIC_DELETED_REV)) {
1249
tlp
.d_magic ^= ~0u;
1250
tlp
.d_magic2 ^= ~0u;
1253
if (target32toh(
tlp
.d_magic) != DISKMAGIC)
[
all
...]
/src/sys/arch/sandpoint/stand/altboot/
Makefile
9
SRCS+= nif.c fxp.c
tlp
.c rge.c skg.c stg.c
globals.h
164
NIF_DECL(
tlp
);
variable
/src/usr.sbin/ac/
ac.c
388
struct utmp_list *lp, *lp2, *
tlp
;
local
407
tlp
= lp;
409
if (
tlp
== head) {
413
free(
tlp
);
/src/sys/arch/cobalt/stand/boot/
Makefile
79
SRCS+= cache.c pci.c nif_tlp.c
tlp
.c
/src/lib/libcurses/
border.c
164
cchar_t *lsp, *rsp, *tsp, *bsp, *
tlp
, *trp, *blp, *brp;
184
return wborder_set(win, lsp, rsp, tsp, bsp,
tlp
, trp, blp, brp);
/src/share/man/man4/
Makefile
70
thinkpad.4 ti.4 tl.4
tlp
.4 tlphy.4 tpm.4 tprof.4 tra.4 \
Completed in 24 milliseconds
Indexes created Mon Feb 23 01:20:22 UTC 2026