Searched refs:h_min (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/acct/lib/ |
H A D | pnpsplit.c | 63 int h_min; /* initialized from holidays file (time%100) */ member 125 cur.tm_min = hp->h_min; 240 h[0].h_min = pstart%100; in inithol() 247 h[1].h_min = 60; in inithol() 251 h[1].h_min = npstart % 100; in inithol() 259 h[2].h_min = 60; in inithol()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/ |
H A D | ilbadm_sg.c | 753 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 D | ilbadm_rules.c | 518 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()
|