Searched defs:kern (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fw.h63 uint32_t kern; member in struct:emlxs_firmware
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Dmakedev.c83 F.out contains the font header, width, kern, codes, and fitab.
84 Width, kern and codes are parallel arrays.
111 char kern[FSIZE]; /* ascender+descender info */ variable
194 write(fdout, kern, font.nwfont & BYTEMASK);
234 width[i] = kern[i] = code[i] = 0;
261 kern[nw] = atoi(s2);
302 write(fdout, kern, font.nwfont & BYTEMASK);
/illumos-gate/usr/src/cmd/lp/filter/postscript/font/
H A Dmakedev.c83 F.out contains the font header, width, kern, codes, and fitab.
84 Width, kern and codes are parallel arrays.
111 char kern[FSIZE]; /* ascender+descender info */ variable
203 write(fdout, kern, font.nwfont & BYTEMASK);
244 width[i] = kern[i] = code[i] = 0;
271 kern[nw] = atoi(s2);
320 write(fdout, kern, font.nwfont & BYTEMASK);
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipfstat.c202 char *options, *kern = NULL; local
245 kern = optarg;
278 if (kern != NULL || memf != NULL) {
281 if (openkmem(kern, memf) == -1)
404 ipfstate_dead(kern, &fiop, &ipsstp, &ifrstp, &frauthstp, &frf);
/illumos-gate/usr/src/cmd/stat/iostat/
H A Diostat.c1571 uint64_t kern; local
1586 kern = kstat_delta(oldks, &newss->s_sys.ss_agg_sys, "cpu_ticks_kernel");
1591 push_out(fstr, user * percent, kern * percent,
/illumos-gate/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c1547 uint64_t idle, intr, kern, user; local
1574 kern = knp->value.ui64;
1589 cpu->zsc_nsec_kern = kern;
1609 idle = intr = kern = user = 0;
1617 kern = cpu->zsc_nsec_kern - cpu->zsc_nsec_kern_prev;
1625 TIMESTRUC_ADD_NANOSEC(cpu->zsc_kern, kern);
1638 TIMESTRUC_ADD_NANOSEC(pset->zsp_kern, kern);
1647 TIMESTRUC_ADD_NANOSEC(pset_prev->zsp_kern, kern / 2);
1655 (kern / 2) + (kern
[all...]

Completed in 77 milliseconds