Searched refs:typeval (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/lib/libnwam/common/ |
H A D | libnwam_ncp.c | 658 nwam_value_t typeval = NULL, classval = NULL; in ncu_selectcb() local 661 if (nwam_ncu_get_prop_value(ncuh, NWAM_NCU_PROP_TYPE, &typeval) in ncu_selectcb() 665 if (typeval != NULL) in ncu_selectcb() 666 nwam_value_free(typeval); in ncu_selectcb() 669 if (nwam_value_get_uint64(typeval, &type) != NWAM_SUCCESS || in ncu_selectcb() 671 nwam_value_free(typeval); in ncu_selectcb() 678 nwam_value_free(typeval); in ncu_selectcb() 759 nwam_value_t typeval = NULL, classval = NULL, parentval = NULL; in nwam_ncu_create() local 801 if ((err = nwam_value_create_uint64(type, &typeval)) in nwam_ncu_create() 812 typeval)) != NWAM_SUCCESS || in nwam_ncu_create() [all …]
|
/titanic_44/usr/src/uts/common/rpc/ |
H A D | rpc_subr.c | 139 int *typeval) in rpc_iptype() argument 203 *typeval = AF_INET6; in rpc_iptype() 209 *typeval = AF_INET; in rpc_iptype()
|
/titanic_44/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | ncu.c | 516 nwam_value_t typeval = NULL; in ncu_create_init_fini_event() local 529 if ((err = nwamd_get_ncu_uint(ncuh, &typeval, &type, &numvalues, in ncu_create_init_fini_event() 534 nwam_value_free(typeval); in ncu_create_init_fini_event() 547 nwam_value_free(typeval); in ncu_create_init_fini_event()
|