Lines Matching defs:fru_arg

480 	frutree_callback_data_t *fru_arg;
484 fru_arg = (frutree_callback_data_t *)c_args;
491 if (strcmp(fru_arg->node_name, name) == 0) {
492 fru_arg->retnodeh = nodeh;
560 frutree_callback_data_t fru_arg;
619 (void) strncpy(fru_arg.node_name, SANIBEL_PICLNODE_CPU,
620 sizeof (fru_arg.node_name));
621 fru_arg.retnodeh = 0;
623 &fru_arg, frutree_get_nodehdl)) != PICL_SUCCESS) {
628 if (fru_arg.retnodeh == NULL) {
634 PICLEVENTARGVAL_FAILED, NULL, fru_arg.retnodeh,
660 frutree_callback_data_t fru_arg;
701 (void) strncpy(fru_arg.node_name, name, sizeof (fru_arg.node_name));
702 fru_arg.retnodeh = 0;
704 &fru_arg, frutree_get_nodehdl) != PICL_SUCCESS) {
709 if (fru_arg.retnodeh == NULL) {
713 nodeh = fru_arg.retnodeh;
862 frutree_callback_data_t fru_arg;
903 (void) strncpy(fru_arg.node_name, name, sizeof (fru_arg.node_name));
904 fru_arg.retnodeh = 0;
906 &fru_arg, frutree_get_nodehdl) != PICL_SUCCESS) {
911 if (fru_arg.retnodeh == NULL) {
915 nodeh = fru_arg.retnodeh;
1042 frutree_callback_data_t *fru_arg;
1046 fru_arg = (frutree_callback_data_t *)c_args;
1067 if (strcmp(fru_arg->node_name, (char *)vbuf) == 0) {
1068 fru_arg->retnodeh = nodeh;
1087 frutree_callback_data_t fru_arg;
1120 (void) strncpy(fru_arg.node_name, devfs_path,
1121 sizeof (fru_arg.node_name));
1122 fru_arg.retnodeh = 0;
1124 (void *)&fru_arg, find_ref_parent) != PICL_SUCCESS) {
1128 if (fru_arg.retnodeh == NULL)
1131 ref_parent = fru_arg.retnodeh;
5805 frutree_callback_data_t fru_arg;
5812 (void) strncpy(fru_arg.node_name, scsi_loc,
5813 sizeof (fru_arg.node_name));
5814 fru_arg.retnodeh = 0;
5816 &fru_arg, frutree_get_nodehdl)) == PICL_SUCCESS) {
5817 if (fru_arg.retnodeh != 0) { /* node is already present */
5957 frutree_callback_data_t fru_arg;
5959 (void) strncpy(fru_arg.node_name, name,
5960 sizeof (fru_arg.node_name));
5961 fru_arg.retnodeh = 0;
5963 &fru_arg, frutree_get_nodehdl) == PICL_SUCCESS) {
5964 if (fru_arg.retnodeh != 0) { /* node is already present */