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

/netbsd-6-1-5-RELEASE/sbin/raidctl/
H A Draidctl.c645 get_component_number(int fd, char *component_name, int *component_number, argument
664 if (strncmp(component_name, device_config.devs[i].devname,
672 if (strncmp(component_name,
686 err(1,"%s is not a component of this device", component_name);
842 strncpy(hot_spare.component_name, component,
843 sizeof(hot_spare.component_name));
861 strncpy(hot_spare.component_name, component,
862 sizeof(hot_spare.component_name));
879 strncpy(comp.component_name, component, sizeof(comp.component_name));
[all...]
/netbsd-6-1-5-RELEASE/lib/libutil/
H A Dlogin_cap.c562 const char *component_name; local
644 component_name = "chown";
653 component_name = "chmod";
658 component_name = "mkdir";
669 component_name = "stat";
676 component_name = "chown";
684 component_name = "chmod";
719 if (component_name != NULL) {
720 syslog(LOG_ERR, "%s %s: %m", component_name, per_user_tmp);
/netbsd-6-1-5-RELEASE/sys/dev/raidframe/
H A Draidframevar.h519 char component_name[50]; /* name of the component */ member in struct:RF_SingleComponent_s
H A Drf_disks.c1012 ret = rf_ConfigureDisk(raidPtr, sparePtr->component_name,
1020 sparePtr->component_name);

Completed in 137 milliseconds