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

/opensolaris-onvv-gate/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema.c669 int timeout_secs = -1; /* Init to 'use default'. */ local
682 timeout_secs = (int)strtol(to_val, &ep, 10);
683 if (*ep != '\0' || ep == to_val || timeout_secs < 0) {
703 cmd.arg = timeout_secs;

Completed in 177 milliseconds