Searched refs:npt (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/crypto/openssh/openbsd-compat/ |
| D | getcwd.c | 194 char *npt; in getcwd() local 201 if ((npt = realloc(pt, ptsize *= 2)) == NULL) in getcwd() 203 bpt = npt + (bpt - pt); in getcwd() 204 pt = npt; in getcwd()
|
| /freebsd-12-stable/sys/amd64/vmm/amd/ |
| D | npt.c | 44 SYSCTL_NODE(_hw_vmm, OID_AUTO, npt, CTLFLAG_RW, NULL, NULL);
|
| /freebsd-12-stable/sys/modules/vmm/ |
| D | Makefile | 56 npt.c \
|
| /freebsd-12-stable/sys/mips/mips/ |
| D | pmap.c | 443 int npt, npde; in pmap_create_kernel_pagetable() local 472 for (i = 0, npt = nkpt; npt > 0; i++) { in pmap_create_kernel_pagetable() 476 for (j = 0; j < NPDEPG && npt > 0; j++, npt--) in pmap_create_kernel_pagetable()
|
| /freebsd-12-stable/contrib/ofed/opensm/opensm/ |
| D | osm_torus.c | 7399 struct endpoint *npt, *opt; in tsw_changes() local 7441 npt = nsw->port[p]; in tsw_changes() 7444 if (npt && npt->link) { in tsw_changes() 7445 if (&npt->link->end[0] == npt) in tsw_changes() 7446 rnpt = &npt->link->end[1]; in tsw_changes() 7448 rnpt = &npt->link->end[0]; in tsw_changes()
|