Searched defs:h_min (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/acct/lib/
H A Dpnpsplit.c63 int h_min; /* initialized from holidays file (time%100) */ member in struct:hours
125 cur.tm_min = hp->h_min;
240 h[0].h_min = pstart%100;
247 h[1].h_min = 60;
251 h[1].h_min = npstart % 100;
259 h[2].h_min = 60;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_sg.c753 in_port_t h_min, h_max; local
756 h_min = ntohs(srv->sd_minport);
760 if (h_max <= h_min)
761 inc = snprintf(buf+len, bufsz, ":%d", h_min);
763 inc = snprintf(buf+len, bufsz, ":%d-%d", h_min, h_max);
H A Dilbadm_rules.c518 in_port_t h_min, h_max; local
521 h_min = ntohs(minport);
524 if (h_min == 0)
527 len = snprintf(buf, bufsize, "%d", h_min);
528 if (h_max > h_min)

Completed in 49 milliseconds