Searched refs:hr_provname (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/sbin/hastd/
H A Dparse.y439 if (curres->hr_provname[0] == '\0' &&
445 strlcpy(curres->hr_provname, depth1_provname,
446 sizeof(curres->hr_provname));
470 if (curres->hr_provname[0] == '\0') {
471 strlcpy(curres->hr_provname, curres->hr_name,
472 sizeof(curres->hr_provname));
545 curres->hr_provname[0] = '\0';
597 if (strlcpy(curres->hr_provname, $2,
598 sizeof(curres->hr_provname)) >=
599 sizeof(curres->hr_provname)) {
[all...]
H A Dhast.h153 char hr_provname[NAME_MAX]; member in struct:hast_resource
H A Dhastd.c376 if (strcmp(res0->hr_provname, res1->hr_provname) != 0)
412 PJDLOG_ASSERT(strcmp(res0->hr_provname, res1->hr_provname) == 0);
H A Dprimary.c298 res->hr_provname);
930 res->hr_provname);
932 pjdlog_info("Device hast/%s created.", res->hr_provname);
938 res->hr_provname);
942 res->hr_provname);
952 res->hr_provname);
954 pjdlog_info("Device hast/%s recovered.", res->hr_provname);
959 res->hr_provname);
H A Dcontrol.c259 nv_add_string(nvout, res->hr_provname, "provname%u", no);

Completed in 78 milliseconds