Searched refs:component_name (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/lib/libutil/ |
| H A D | login_cap.c | 564 const char *component_name; in setusercontext() local 646 component_name = "chown"; in setusercontext() 655 component_name = "chmod"; in setusercontext() 660 component_name = "mkdir"; in setusercontext() 671 component_name = "stat"; in setusercontext() 678 component_name = "chown"; in setusercontext() 686 component_name = "chmod"; in setusercontext() 721 if (component_name != NULL) { in setusercontext() 722 syslog(LOG_ERR, "%s %s: %m", component_name, per_user_tmp); in setusercontext()
|
| /netbsd-src/sbin/raidctl/ |
| H A D | raidctl.c | 734 get_component_number(int fd, char *component_name, int *component_number, in rf_output_configuration() 756 if (strncmp(component_name, device_config.devs[i].devname, in get_component_number() 764 if (strncmp(component_name, in get_component_number() 778 err(1,"%s is not a component of this device", component_name); in get_component_number() 937 strncpy(hot_spare.component_name, component, 938 sizeof(hot_spare.component_name)); in add_hot_spare() 956 strncpy(comp.component_name, component, in remove_component() 957 sizeof(comp.component_name)); in remove_component() 974 strncpy(comp.component_name, component, sizeof(comp.component_name)); in rebuild_in_place() 741 get_component_number(int fd,char * component_name,int * component_number,int * num_columns) get_component_number() argument [all...] |
| /netbsd-src/external/apache2/llvm/dist/llvm/cmake/modules/ |
| H A D | LLVM-Build.cmake | 10 string(REGEX REPLACE "^LLVM" "" component_name ${llvmbuild_component}) 11 list(APPEND all_component_libdeps ${component_name})
|
| H A D | AddLLVM.cmake | 768 string(REGEX REPLACE "^LLVM" "" component_name ${name}) 769 set_property(TARGET ${name} PROPERTY LLVM_COMPONENT_NAME ${component_name}) 772 set_property(GLOBAL PROPERTY LLVM_COMPONENT_NAME_${ARG_COMPONENT_NAME} ${component_name}) 776 …set_property(TARGET ${ARG_ADD_TO_COMPONENT} APPEND PROPERTY LLVM_LINK_COMPONENTS ${component_name})
|
| /netbsd-src/sys/dev/raidframe/ |
| H A D | raidframevar.h | 516 char component_name[50]; /* name of the component */ member
|
| H A D | rf_disks.c | 1014 ret = rf_ConfigureDisk(raidPtr, sparePtr->component_name, in rf_add_hot_spare() 1022 sparePtr->component_name); in rf_add_hot_spare()
|
| H A D | rf_netbsdkintf.c | 1561 * on the component_name[] array. 1568 component->component_name[sizeof(component->component_name) - 1] = '\0'; in rf_copy_single_component()
|