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

/illumos-gate/usr/src/cmd/syseventadm/
H A Dsyseventadm.c83 static char *arg_path = NULL; variable
143 arg_path = argv[optind++];
336 if (arg_path == NULL)
384 strcats(line, arg_path);
458 if (arg_path)
713 if (arg_path &&
714 strcmp(arg_path, sep->se_path) != 0) {
/illumos-gate/usr/src/cmd/luxadm/
H A Dlux_util.c746 print_inq_data(char *arg_path, char *path, L_inquiry inq, uchar_t *serial, argument
840 * arg_path is the path sent to luxadm by the user. if arg_path
844 if (strcmp(arg_path, path) != 0 &&
845 strstr(arg_path, "/devices/") == NULL) {

Completed in 737 milliseconds