Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_values.c941 nwam_condition_t *conditionp, char **object_namep) in nwam_condition_string_to_condition() argument
948 object_namep != NULL); in nwam_condition_string_to_condition()
998 if ((*object_namep = strdup(object_name)) == NULL) { in nwam_condition_string_to_condition()
1007 if (*object_namep != NULL) in nwam_condition_string_to_condition()
1008 free(*object_namep); in nwam_condition_string_to_condition()
1028 if (*object_namep != NULL) in nwam_condition_string_to_condition()
1029 free(*object_namep); in nwam_condition_string_to_condition()
1042 free(*object_namep); in nwam_condition_string_to_condition()
1055 free(*object_namep); in nwam_condition_string_to_condition()
1064 free(*object_namep); in nwam_condition_string_to_condition()
[all …]