Searched refs:pnpsplit (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/acct/lib/ |
H A D | Makefile | 27 OBJS= pnpsplit.o devtolin.o expand.o lintodev.o \
|
H A D | pnpsplit.c | 83 pnpsplit(long start, ulong_t etime, long result[2]) in pnpsplit() function
|
/illumos-gate/usr/src/cmd/acct/ |
H A D | acctcon1.c | 380 if (pnpsplit(cb.ct_start, (ulong_t)(tnew-told), in update() 403 if (pnpsplit(cb.ct_start, (ulong_t)(tnew-told), in update()
|
H A D | acctcon.c | 354 if (pnpsplit(cb.ct_start, (ulong_t)(tnew-told), in update() 374 if (pnpsplit(cb.ct_start, (ulong_t)(tnew-told), in update()
|
H A D | acctprc.c | 89 if(pnpsplit(ab.ac_btime, etime, elaps) == 0) { in main()
|
H A D | acctprc1.c | 133 if(pnpsplit(ab.ac_btime, etime, elaps) == 0) { in main()
|
H A D | acctcms.c | 344 if (pnpsplit(acct.oab.ac_btime, etime, elaps) in dofile() 395 if(pnpsplit(acct.ab.ac_btime, etime, elaps) == 0) { in dofile()
|