Searched defs:lghn (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/avs/rdc/
H A Dsndrboot.c584 * this is called when the option lghn is no available in libdscfg
632 if (cfg_put_options(cfg, CFG_SEC_CONF, key, "lghn", lhostname) < 0)
681 char lghn[5]; local
711 (void) snprintf(lghn, sizeof (lghn), "lghn");
740 lghn, lhost, MAX_RDC_HOST_SIZE) < 0)
H A Dsndradm.c451 parse_cfg_buf(char *buf, _sd_dual_pair_t *pair, char *lghn) argument
482 if (lghn && (p = strstr(options, "lghn="))) {
491 (void) strncpy(lghn, p, len);
492 lghn[len] = '\0';
493 } else if (lghn) {
494 *lghn = '\0';
2923 key, "lghn", fromhost) < 0) {
2932 key, "lghn", tohost) < 0) {
2990 CFG_SEC_CONF, key, "lghn",
5447 char lghn[ MAX_RDC_HOST_SIZE ]; local
[all...]

Completed in 64 milliseconds