Searched refs:DU (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/tip/
H A Dremote.c53 DU = 0;
77 if (DU < 0)
78 DU = 0;
80 DU = rgetflag("du");
85 if (DU && CU == NOSTR)
87 if (DU && PN == NOSTR) {
98 HW = (CU == NOSTR) || (DU && equal(DV, CU));
H A Dcu.c46 HW = 1, DU = -1;
H A Dacu.c27 * If DU is true, we should dial an ACU whose type is AT.
47 if (!DU)
H A Dtip.h70 signed char DU; /* this host is dialed up */ variable
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dsched.c56 static uint32_t DU; variable
100 k = il[(icurr + DU - 1) % DU];
136 icurr = (icurr + 1) % DU;
176 DU = du;
210 il = (el_key_t **)malloc((DU + 1) * sizeof (el_key_t *));
216 for (i = 0; i < DU; i++) {
273 il[DU] = k;
350 if (i >= DU) {
351 i = DU;
[all...]
/illumos-gate/usr/src/cmd/cron/
H A Delm.c70 static int DU; /* number of time intervals */ variable
143 DU = du + 1;
171 for (i = 1; i < DU; i++) {
416 if (DU == 2) {

Completed in 71 milliseconds