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

/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c285 struct gen_hdr L_gen; /* gen_hdr information for this file */ member in struct:Lnk
856 if (sublist->L_gen.g_ino == G_p->g_ino &&
857 sublist->L_gen.g_dev == G_p->g_dev) {
866 new_entry->L_gen = *G_p; /* structure copy */
868 new_entry->L_gen.g_nam_p = e_zalloc(E_EXIT, (size_t)G_p->g_namesz);
870 (void) strcpy(new_entry->L_gen.g_nam_p, G_p->g_nam_p);
890 ptr->L_gen.g_filesz = G_p->g_filesz;
893 ptr->L_gen.g_filesz = G_p->g_filesz;
3530 if (l_p->L_cnt == l_p->L_gen.g_nlink)
3534 G_p = &tl_p->L_gen;
[all...]

Completed in 58 milliseconds