Searched refs:tlp (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/sbin/disklabel/
H A Dbswap.c141 targettohlabel(struct disklabel *hlp, const struct disklabel *tlp) argument
144 if (bswap32(tlp->d_magic) == DISKMAGIC)
145 bswaplabel(hlp, tlp);
147 *hlp = *tlp;
154 htotargetlabel(struct disklabel *tlp, const struct disklabel *hlp) argument
158 bswaplabel(tlp, hlp);
160 *tlp = *hlp;
163 tlp->d_checksum = 0;
164 tlp->d_checksum = dkcksum_target(tlp);
[all...]
H A Dmain.c1218 struct disklabel *disk_lp, hlp, tlp; local
1243 memcpy(&tlp, disk_lp, sizeof(tlp));
1244 if (tlp.d_magic2 != tlp.d_magic)
1246 if (read_all && (tlp.d_magic == DISKMAGIC_DELETED ||
1247 tlp.d_magic == DISKMAGIC_DELETED_REV)) {
1248 tlp.d_magic ^= ~0u;
1249 tlp.d_magic2 ^= ~0u;
1252 if (target32toh(tlp
[all...]
/netbsd-current/external/bsd/nvi/dist/cl/
H A Dcl_bsd.c302 TL *tlp; local
306 if ((tlp = bsearch(name,
324 name = tlp->termcap;
345 TL *tlp; local
348 if ((tlp = bsearch(name,
350 name = tlp->termcap;
/netbsd-current/usr.sbin/ac/
H A Dac.c387 struct utmp_list *lp, *lp2, *tlp; local
406 tlp = lp;
408 if (tlp == head) {
412 free(tlp);
/netbsd-current/sys/arch/sandpoint/stand/altboot/
H A DMakefile9 SRCS+= nif.c fxp.c tlp.c rge.c skg.c stg.c
H A Dglobals.h164 NIF_DECL(tlp); variable
/netbsd-current/sys/arch/cobalt/stand/boot/
H A DMakefile79 SRCS+= cache.c pci.c nif_tlp.c tlp.c
/netbsd-current/lib/libcurses/
H A Dborder.c161 cchar_t *lsp, *rsp, *tsp, *bsp, *tlp, *trp, *blp, *brp;
181 return wborder_set(win, lsp, rsp, tsp, bsp, tlp, trp, blp, brp);
/netbsd-current/share/man/man4/
H A DMakefile67 thinkpad.4 ti.4 tl.4 tlp.4 tlphy.4 tpm.4 tprof.4 tra.4 \

Completed in 226 milliseconds