Searched defs:regfiles_head (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dinstvol.c123 static struct reg_files *regfiles_head = NULL; variable in typeref:struct:reg_files
357 if (regfiles_head == NULL) {
359 regfiles_head =
361 if (regfiles_head == NULL) {
365 regfiles_head->next = NULL;
366 regfiles_head->val = entryidx;
367 rfp = regfiles_head;
676 if ((rfp = regfiles_head) != NULL) {
1587 if (regfiles_head != NULL) {
1588 struct reg_files *rfp = regfiles_head
[all...]

Completed in 907 milliseconds