Home
last modified time | relevance | path

Searched refs: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
124 hours.tm_min = hp->h_min; in pnpsplit()
130 cur.tm_min = hp->h_min; in pnpsplit()
244 h[0].h_min = pstart%100; in inithol()
251 h[1].h_min = 60; in inithol()
255 h[1].h_min = npstart % 100; in inithol()
263 h[2].h_min = 60; in inithol()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_sg.c753 in_port_t h_min, h_max; in export_srv_spec() local
756 h_min = ntohs(srv->sd_minport); in export_srv_spec()
760 if (h_max <= h_min) in export_srv_spec()
761 inc = snprintf(buf+len, bufsz, ":%d", h_min); in export_srv_spec()
763 inc = snprintf(buf+len, bufsz, ":%d-%d", h_min, h_max); in export_srv_spec()
H A Dilbadm_rules.c518 in_port_t h_min, h_max; in of_port2str() local
521 h_min = ntohs(minport); in of_port2str()
524 if (h_min == 0) in of_port2str()
527 len = snprintf(buf, bufsize, "%d", h_min); in of_port2str()
528 if (h_max > h_min) in of_port2str()