Searched refs:lasthook (Results 1 – 1 of 1) sorted by relevance
466 char lasthook[NG_HOOKSIZ]; in ng_Create() local495 *lasthook = *path = '\0'; in ng_Create()502 if (*lasthook == '\0') { in ng_Create()525 strcpy(hook, lasthook); in ng_Create()548 if (*lasthook == '\0') { in ng_Create()610 if (!strcmp(nlink->ourhook, lasthook)) { in ng_Create()632 snprintf(mkp.ourhook, sizeof mkp.ourhook, "%s", lasthook); in ng_Create()647 path[len - 1] == ':' ? "" : ".", lasthook); in ng_Create()669 if (*lasthook != '\0' && nodename != NULL && *nodename != '\0' && in ng_Create()677 if (!GETSEGMENT(lasthook, devp, " \t.[", &endp)) in ng_Create()[all …]