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

/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dloc.c53 char active_loc[NWAM_MAX_NAME_LEN]; variable
87 active_loc[0] = '\0';
221 (void) strlcpy(active_loc, object_name,
222 sizeof (active_loc));
389 is_active = (strcmp(active_loc, winning_loc) == 0);
597 * so also clear active_loc so condition checking is not
601 if (strcmp(event->event_object, active_loc) == 0)
602 active_loc[0] = '\0';

Completed in 58 milliseconds