Home
last modified time | relevance | path

Searched refs:npart (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/tools/ctf/stabs/common/
H A Dforth.c180 char *curtype, *lpart, *part, *npart; in fth_section_init() local
228 if ((npart = strtok(NULL, ".")) == NULL) in fth_section_init()
235 part = npart; in fth_section_init()
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dcallers.c84 char pre[MAXPH], npart[MAXPH], tpre[MAXPH], p[MAXPH]; in exphone() local
97 s1 = npart; in exphone()
116 (void) strcat(out, npart); in exphone()
/illumos-gate/usr/src/cmd/bnu/
H A Dcallers.c140 char pre[MAXPH], npart[MAXPH], tpre[MAXPH], p[MAXPH]; local
153 s1 = npart;
172 (void) strcat(out, npart);
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_activate.c898 int fd, npart, i, j; in be_do_install_mbr() local
909 if ((npart = efi_alloc_and_read(fd, &gpt)) <= 0) in be_do_install_mbr()
912 for (i = 0; i != npart; i++) { in be_do_install_mbr()