| /dflybsd-src/usr.bin/dsynth/ |
| H A D | status.c | 43 static int status_find_leaves(pkg_t *parent, pkg_t *pkg, pkg_t ***build_tailp, 45 static void status_clear_trav(pkg_t *pkg); 115 status_find_leaves(pkg_t *parent, pkg_t *pkg, pkg_t ***build_tailp, in status_find_leaves() argument 128 level, pkg->portdir, pkg->flags); in status_find_leaves() 129 if (pkg->flags & PKGF_BUILDLIST) { in status_find_leaves() 132 return (pkg->idep_count); in status_find_leaves() 139 PKGLIST_FOREACH(link, &pkg->idepon_list) { in status_find_leaves() 140 scan = link->pkg; in status_find_leaves() 211 idep_count += status_find_leaves(pkg, scan, build_tailp, in status_find_leaves() 227 pkg->idep_count = idep_count; in status_find_leaves() [all …]
|
| H A D | pkglist.c | 48 static void resolveFlavors(pkg_t *pkg, char *flavors, int gentopo); 49 static void resolveDepString(pkg_t *pkg, char *depstr, 55 static void pkgfree(pkg_t *pkg); 69 pkg_t *pkg; in allocpkg() local 71 pkg = calloc(1, sizeof(*pkg)); in allocpkg() 72 pkg->idepon_list.next = &pkg->idepon_list; in allocpkg() 73 pkg->idepon_list.prev = &pkg->idepon_list; in allocpkg() 74 pkg->deponi_list.next = &pkg->deponi_list; in allocpkg() 75 pkg->deponi_list.prev = &pkg->deponi_list; in allocpkg() 77 return pkg; in allocpkg() [all …]
|
| H A D | build.c | 52 static int build_find_leaves(pkg_t *parent, pkg_t *pkg, 55 static int buildCalculateDepiDepth(pkg_t *pkg); 56 static void build_clear_trav(pkg_t *pkg); 60 static void startworker(pkg_t *pkg, worker_t *work); 72 static char *buildskipreason(pkglink_t *parent, pkg_t *pkg); 73 static int buildskipcount_dueto(pkg_t *pkg, int mode); 76 static void doHook(pkg_t *pkg, const char *id, const char *path, int waitfor); 421 build_find_leaves(pkg_t *parent, pkg_t *pkg, pkg_t ***build_tailp, in build_find_leaves() argument 440 depth, pkg->portdir, pkg->flags); in build_find_leaves() 441 if (pkg->flags & PKGF_BUILDLIST) { in build_find_leaves() [all …]
|
| H A D | dsynth.h | 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 307 pkg_t *pkg; member 496 void (*updateCompletion)(worker_t *work, int dlogid, pkg_t *pkg, 653 void RunStatsUpdateCompletion(worker_t *work, int logid, pkg_t *pkg,
|
| H A D | html.c | 239 else if (work->pkg) in HtmlUpdate() 240 origin = work->pkg->portdir; in HtmlUpdate() 389 HtmlUpdateCompletion(worker_t *work, int dlogid, pkg_t *pkg, in HtmlUpdateCompletion() argument 422 if (pkg->flags & PKGF_DUMMY) in HtmlUpdateCompletion() 496 pkg->portdir, in HtmlUpdateCompletion()
|
| H A D | monitor.c | 149 copy.pkg = NULL; /* safety */ in MonitorUpdate() 150 if (work->pkg) in MonitorUpdate() 151 SNPRINTF(rs->slots[i].portdir, "%s", work->pkg->portdir); in MonitorUpdate()
|
| H A D | repo.c | 47 static void removePackagesMetaRecurse(pkg_t *pkg); 409 removePackagesMetaRecurse(pkg_t *pkg) in removePackagesMetaRecurse() argument 415 PKGLIST_FOREACH(link, &pkg->idepon_list) { in removePackagesMetaRecurse() 416 scan = link->pkg; in removePackagesMetaRecurse()
|
| H A D | runstats.c | 195 RunStatsUpdateCompletion(worker_t *work, int logid, pkg_t *pkg, in RunStatsUpdateCompletion() argument 202 rs->updateCompletion(work, logid, pkg, reason, skipbuf); in RunStatsUpdateCompletion()
|
| H A D | ncurses.c | 315 else if (work->pkg) in NCursesUpdate() 316 origin = work->pkg->portdir; in NCursesUpdate()
|
| /dflybsd-src/etc/ |
| H A D | Makefile.usr | 130 .if exists(${.CURDIR}/pkg) 140 .if exists(${.CURDIR}/pkg) 159 .if exists(${.CURDIR}/pkg) 190 pkg-bootstrap-fetch: 196 pkg-bootstrap-install: 197 ${PKG_ENV} ${.CURDIR}/local/sbin/pkg-static \ 198 install -y ${PKG_FLAGS} pkg ca_root_nss 199 [ -f ${.CURDIR}/local/etc/pkg/repos/df-latest.conf ] || \ 200 cp -f ${.CURDIR}/local/etc/pkg/repos/df-latest.conf.sample \ 201 ${.CURDIR}/local/etc/pkg/repos/df-latest.conf \ [all …]
|
| H A D | login.conf | 31 …bin /usr/sbin /usr/bin /usr/games /usr/local/sbin /usr/local/bin /usr/pkg/sbin /usr/pkg/bin ~/bin:\
|
| H A D | rc.shutdown | 43 PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/pkg/sbin
|
| /dflybsd-src/sys/dev/drm/i915/ |
| H A D | intel_acpi.c | 78 union acpi_object *pkg, *connector_count; 80 pkg = acpi_evaluate_dsm_typed(intel_dsm_priv.dhandle, &intel_dsm_guid, 83 if (!pkg) { 88 connector_count = &pkg->package.elements[0]; 91 for (i = 1; i < pkg->package.count; i++) { 92 union acpi_object *obj = &pkg->package.elements[i]; 107 ACPI_FREE(pkg);
|
| /dflybsd-src/contrib/lvm2/dist/daemons/cmirrord/ |
| H A D | functions.c | 1169 } *pkg = (void *)rq->data; in clog_get_resync_work() local 1175 rq->data_size = sizeof(*pkg); in clog_get_resync_work() 1176 pkg->i = 0; in clog_get_resync_work() 1195 pkg->r = lc->recovering_region; in clog_get_resync_work() 1196 pkg->i = 1; in clog_get_resync_work() 1214 pkg->r = del->region; in clog_get_resync_work() 1217 if (!log_test_bit(lc->sync_bits, pkg->r)) { in clog_get_resync_work() 1221 (unsigned long long)pkg->r); in clog_get_resync_work() 1222 pkg->i = 1; in clog_get_resync_work() 1223 lc->recovering_region = pkg->r; in clog_get_resync_work() [all …]
|
| /dflybsd-src/sys/dev/acpica/ |
| H A D | acpivar.h | 482 #define ACPI_PKG_VALID(pkg, size) \ argument 483 ((pkg) != NULL && (pkg)->Type == ACPI_TYPE_PACKAGE && \ 484 (pkg)->Package.Count >= (size)) 485 #define ACPI_PKG_VALID_EQ(pkg, size) \ argument 486 (ACPI_PKG_VALID((pkg), (size)) && (pkg)->Package.Count == (size))
|
| H A D | acpi_cpu_cstate.c | 487 ACPI_OBJECT *pkg; in acpi_cst_cx_probe_cst() local 535 pkg = &top->Package.Elements[i + 1]; in acpi_cst_cx_probe_cst() 536 if (!ACPI_PKG_VALID(pkg, 4) || in acpi_cst_cx_probe_cst() 537 acpi_PkgInt32(pkg, 1, &cx_ptr->type) != 0 || in acpi_cst_cx_probe_cst() 538 acpi_PkgInt32(pkg, 2, &cx_ptr->trans_lat) != 0 || in acpi_cst_cx_probe_cst() 539 acpi_PkgInt32(pkg, 3, &cx_ptr->power) != 0) { in acpi_cst_cx_probe_cst() 581 acpi_PkgRawGas(pkg, 0, &cx_ptr->gas); in acpi_cst_cx_probe_cst()
|
| /dflybsd-src/nrelease/gui/etc/ |
| H A D | fstab | 8 dummy /usr/pkg/etc tmpfs rw,-C 0 0 9 dummy /usr/pkg/share/X11/xkb/compiled tmpfs rw,-C 0 0
|
| /dflybsd-src/contrib/bmake/mk/ |
| H A D | cython.mk | 19 .if exists(/usr/pkg/include) 20 pyprefix?= /usr/pkg
|
| /dflybsd-src/contrib/file/magic/Magdir/ |
| H A D | apt | 5 # <http://www.fifi.org/doc/libapt-pkg-doc/cache.html/ch2.html> 6 # <https://anonscm.debian.org/cgit/apt/apt.git/tree/apt-pkg/pkgcache.h#n292>
|
| H A D | pkgadd | 6 0 string #\ PaCkAgE\ DaTaStReAm pkg Datastream (SVR4)
|
| /dflybsd-src/nrelease/gui/root/.idesktop/ |
| H A D | install.lnk | 3 Command: /usr/pkg/bin/urxvt -e ~/installDragonFly.sh
|
| /dflybsd-src/tools/ |
| H A D | gitrev.sh | 7 PATH=$PATH:/usr/local/bin:/usr/pkg/bin
|
| /dflybsd-src/dports.base/dragonfly/base/ |
| H A D | Makefile | 14 COMPONENTS+= ports-mgmt/pkg \
|
| /dflybsd-src/games/fortune/datfiles/ |
| H A D | dragonfly-tips | 221 You can use "pkg info" to see a list of packages you have installed. 265 pkg install <name> 403 Can't remember if you've installed a certain package or not? Try "pkg info | 459 To use a particular mirror for pkg-install downloads, copy the example config: 461 cp /usr/local/etc/pkg/repos/df-latest.conf.sample \ 462 /usr/local/etc/pkg/repos/df-latest.conf 470 If you want to search for a particular package, use pkg-search(1): 472 pkg search <package> 476 pkg search -f <package>
|
| /dflybsd-src/tools/snapshots/ |
| H A D | README | 19 lockf -ks -t 0 /root/adm/.rsynclock2 /usr/pkg/bin/rsync -aHS \
|