Home
last modified time | relevance | path

Searched refs:pprint (Results 1 – 9 of 9) sorted by relevance

/src/tools/tools/nanobsd/
H A Dnanobsd.sh169 pprint 1 "NanoBSD image ${NANO_NAME} build starting"
174 pprint 2 "Skipping early customization for image prep (as instructed)"
181 pprint 2 "Using existing build tree (as instructed)"
186 pprint 2 "Skipping buildworld (as instructed)"
195 pprint 2 "Skipping buildkernel (as instructed)"
204 pprint 2 "Skipping installworld (as instructed)"
216 pprint 2 "Skipping installkernel (as instructed)"
226 pprint 2 "Skipping image prep (as instructed)"
242 pprint 2 "Skipping image build (as instructed)"
245 pprint 2 "Skipping code and image build (as instructed)"
[all …]
H A Ddefaults.sh341 pprint 2 "Clean and create object directory (${MAKEOBJDIRPREFIX})"
350 pprint 2 "Construct build make.conf ($NANO_MAKE_CONF_BUILD)"
369 pprint 2 "run buildworld"
370 pprint 3 "log: ${MAKEOBJDIRPREFIX}/_.bw"
381 pprint 2 "build kernel ($NANO_KERNEL)"
382 pprint 3 "log: ${MAKEOBJDIRPREFIX}/_.bk"
400 pprint 2 "Clean and create object directory (${NANO_OBJ})"
408 pprint 2 "Clean and create world directory (${NANO_WORLDDIR})"
418 pprint 2 "Construct install make.conf ($NANO_MAKE_CONF_INSTALL)"
434 pprint 2 "installworld"
[all …]
H A Dlegacy.sh107 pprint 2 "build code slice"
108 pprint 3 "log: ${NANO_OBJ}/_.cs"
159 pprint 2 "build code slice"
160 pprint 3 "log: ${NANO_OBJ}/_.cs"
187 pprint 2 "build diskimage"
188 pprint 3 "log: ${NANO_OBJ}/_.di"
259 pprint 2 "NANO_SLICE_DATA is the same as NANO_SLICE_CFG, fix."
287 pprint 2 "build diskimage"
288 pprint 3 "log: ${NANO_OBJ}/_.di"
337 pprint 2 "NANO_SLICE_DATA is the same as NANO_SLICE_CFG, fix."
/src/tools/tools/nanobsd/rescue/
H A Dcommon94 pprint 2 "configure nanobsd /etc"
107 pprint 2 "last orders"
/src/tools/tools/nanobsd/embedded/
H A Dcommon177 pprint 2 "build diskimage gpt ${NANO_NAME}"
188 pprint 2 "build diskimage ${NANO_NAME}"
189 pprint 3 "log: ${NANO_LOG}/_.di"
190 pprint 3 "image in: ${NANO_DISKIMGDIR}/_.disk.image.${NANO_NAME}${fmt}"
/src/contrib/tcsh/
H A Dsh.proc.c127 static int pprint (struct process *, int);
392 (void) pprint(pp, NUMBER | NAME | REASON); in pchild()
435 flags = pprint(pp, NUMBER | NAME | REASON); in pnote()
543 (void) pprint(pp, SHELLDIR); in pjwait()
546 (void) pprint(pp, AREASON | SHELLDIR); in pjwait()
549 (void) pprint(pp, AREASON | SHELLDIR); in pjwait()
984 pprint(struct process *pp, int flag) in pprint() function
1331 if (!(pprint(pp, flag) & (PRUNNING | PSTOPPED))) in dojobs()
1618 (void) pprint(pp, foregnd ? NAME | JOBDIR : NUMBER | NAME | AMPERSAND); in pstart()
/src/tools/tools/nanobsd/pcengines/
H A Dcommon.conf75 pprint 2 "last orders"
/src/crypto/openssl/apps/
H A Dx509.c346 int x509toreq = 0, modulus = 0, print_pubkey = 0, pprint = 0; in x509_main() local
584 pprint = ++num; in x509_main()
1060 } else if (i == pprint) { in x509_main()
/src/tools/tools/nanobsd/dhcpd/
H A Dcommon68 pprint 2 "Clean and create world directory (${LOCAL_DIR})"