OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:component_name
(Results
1 - 5
of
5
) sorted by relevancy
/src/sbin/raidctl/
raidctl.c
734
get_component_number(int fd, char *
component_name
, int *component_number,
756
if (strncmp(
component_name
, device_config.devs[i].devname,
764
if (strncmp(
component_name
,
778
err(1,"%s is not a component of this device",
component_name
);
937
strncpy(hot_spare.
component_name
, component,
938
sizeof(hot_spare.
component_name
));
956
strncpy(comp.
component_name
, component,
957
sizeof(comp.
component_name
));
974
strncpy(comp.
component_name
, component, sizeof(comp.
component_name
));
[
all
...]
/src/lib/libutil/
login_cap.c
564
const char *
component_name
;
local
646
component_name
= "chown";
655
component_name
= "chmod";
660
component_name
= "mkdir";
671
component_name
= "stat";
678
component_name
= "chown";
686
component_name
= "chmod";
721
if (
component_name
!= NULL) {
722
syslog(LOG_ERR, "%s %s: %m",
component_name
, per_user_tmp);
/src/sys/dev/raidframe/
raidframevar.h
516
char
component_name
[50]; /* name of the component */
member in struct:RF_SingleComponent_s
rf_disks.c
1014
ret = rf_ConfigureDisk(raidPtr, sparePtr->
component_name
,
1022
sparePtr->
component_name
);
rf_netbsdkintf.c
1561
* on the
component_name
[] array.
1568
component->
component_name
[sizeof(component->
component_name
) - 1] = '\0';
Completed in 98 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026