Searched defs:nvname (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libshell/amd64/include/ast/
H A Dnval.h124 char *nvname; /* pointer to name of the node */ member in struct:Namval
/osnet-11/usr/src/lib/libshell/common/include/
H A Dnval.h115 char *nvname; /* pointer to name of the node */ member in struct:Namval
/osnet-11/usr/src/lib/libshell/i386/include/ast/
H A Dnval.h124 char *nvname; /* pointer to name of the node */ member in struct:Namval
/osnet-11/usr/src/lib/libshell/sparc/include/ast/
H A Dnval.h124 char *nvname; /* pointer to name of the node */ member in struct:Namval
/osnet-11/usr/src/lib/libshell/sparcv9/include/ast/
H A Dnval.h124 char *nvname; /* pointer to name of the node */ member in struct:Namval
/osnet-11/usr/src/lib/libipadm/common/
H A Dipadm_if.c430 char *nvname; local
481 nvname = nvpair_name(nvp2);
482 if (strcmp(nvname, IPADM_NVP_FAMILY) == 0)
485 else if (strcmp(nvname, IPADM_NVP_IFCLASS) == 0)
487 else if (strcmp(nvname, IPADM_NVP_UNDERIF) == 0)
490 else if (strcmp(nvname, IPADM_NVP_IPMPIF) == 0)
492 else if (strcmp(nvname, "standby") == 0)

Completed in 28 milliseconds