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

/illumos-gate/usr/src/uts/common/rpc/
H A Drpc_subr.c139 int *typeval)
203 *typeval = AF_INET6;
209 *typeval = AF_INET;
137 rpc_iptype( char *ipaddr, int *typeval) argument
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dncu.c516 nwam_value_t typeval = NULL; local
529 if ((err = nwamd_get_ncu_uint(ncuh, &typeval, &type, &numvalues,
534 nwam_value_free(typeval);
547 nwam_value_free(typeval);
/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_ncp.c658 nwam_value_t typeval = NULL, classval = NULL; local
661 if (nwam_ncu_get_prop_value(ncuh, NWAM_NCU_PROP_TYPE, &typeval)
665 if (typeval != NULL)
666 nwam_value_free(typeval);
669 if (nwam_value_get_uint64(typeval, &type) != NWAM_SUCCESS ||
671 nwam_value_free(typeval);
678 nwam_value_free(typeval);
759 nwam_value_t typeval = NULL, classval = NULL, parentval = NULL; local
801 if ((err = nwam_value_create_uint64(type, &typeval))
812 typeval)) !
997 nwam_value_t typeval; local
1185 nwam_value_t typeval; local
1463 nwam_value_t typeval, classval; local
[all...]

Completed in 67 milliseconds