Searched refs:showExportsCommand (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/wbem/provider/c/filesystems/common/mount_methods/
H A Dmountprov_methods.c147 char *showExportsCommand; local
174 showExportsCommand = calloc(commandLen, sizeof (char));
175 if (showExportsCommand == NULL) {
181 (void) snprintf(showExportsCommand, commandLen, "%s%s", SHOWEXPORTS,
183 cmd_return = cmd_execute_command_and_retrieve_string(showExportsCommand,
199 free(showExportsCommand);
226 free(showExportsCommand);

Completed in 98 milliseconds