Home
last modified time | relevance | path

Searched refs:dopt (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/who/
H A Dwho.c133 static int dopt = 0; /* 1 = who -d */ variable
217 dopt = 1; in main()
456 if (dopt) { in main()
673 if (dopt && utmpp->ut_type == DEAD_PROCESS) { in dump()
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dpacket.c474 encode_dhcp_opt(void *dopt, boolean_t isv6, uint_t opt_type, in encode_dhcp_opt() argument
485 (void) memcpy(dopt, &d6o, sizeof (d6o)); in encode_dhcp_opt()
490 pval = (uint8_t *)dopt; in encode_dhcp_opt()
499 pval = (uint8_t *)dopt + res_len; in encode_dhcp_opt()