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

/osnet-11/usr/src/lib/libnwam/common/
H A Dlibnwam_ncp.c1572 nwam_value_t typeval = NULL, classval = NULL, parentval = NULL; local
1626 if ((err = nwam_value_create_uint64(type, &typeval))
1637 typeval)) != NWAM_SUCCESS ||
1671 nwam_value_free(typeval);
1884 nwam_value_t typeval; local
1892 &typeval) != NWAM_SUCCESS) {
1895 if (nwam_value_get_uint64(typeval, &type) != NWAM_SUCCESS) {
1896 nwam_value_free(typeval);
1899 nwam_value_free(typeval);
2473 nwam_value_t typeval; local
2839 nwam_value_t typeval, classval; local
[all...]

Completed in 29 milliseconds