Lines Matching defs:pkg
122 struct pkg *pkg; member
136 typedef struct pkg { struct
137 struct pkg *build_next; /* topology inversion build list */ argument
138 struct pkg *bnext; /* linked list from bulk return */ argument
139 struct pkg *hnext1; /* hash based on portdir */ argument
140 struct pkg *hnext2; /* hash based on pkgfile */ argument
141 pkglink_t idepon_list; /* I need these pkgs */ argument
142 pkglink_t deponi_list; /* pkgs which depend on me */ argument
146 char *pkgfile; /* PKGFILE - e.g. flav-blah-3.5.0_1.txz */ argument
169 size_t pkgfile_size; /* size of pkgfile */ argument
187 #define PKGF_PKGPKG 0x00008000 /* pkg/pkg-static special */ argument
307 pkg_t *pkg; member