Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libdscfg/common/
H A Dcfg.c859 int cnodepos; in cfg_put_cstring() local
918 cnodepos = cfg_get_item(&chead[0], section, "cnode"); in cfg_put_cstring()
919 if ((cnodepos >= 0) && strcmp(itemp, "cnode") != 0) { in cfg_put_cstring()
934 int cnodepos; in cfg_put_cstring() local
951 cnodepos = cfg_get_item(&chead[0], section, "cnode"); in cfg_put_cstring()
952 if (cnodepos < 0 || got >= cnodepos) { in cfg_put_cstring()