Searched defs:package (Results 26 - 50 of 54) sorted by relevance

123

/illumos-gate/usr/src/lib/liblm/
H A DMakefile39 package := TARGET= package macro
52 all clean clobber delete install lint package: $(SUBDIRS)
/illumos-gate/usr/src/cmd/yppasswd/
H A DMakefile46 package := TARGET= package macro
/illumos-gate/usr/src/lib/auditd_plugins/
H A DMakefile40 package := TARGET= package macro
43 all package clean clobber install: $(SUBDIRS)
/illumos-gate/usr/src/lib/cfgadm_plugins/ac/
H A DMakefile41 package := TARGET= package macro
53 all clean delete install lint catalog package: $(SUBDIRS)
/illumos-gate/usr/src/lib/cfgadm_plugins/ib/
H A DMakefile39 package := TARGET= package macro
51 all clean delete install lint package: $(SUBDIRS)
/illumos-gate/usr/src/lib/cfgadm_plugins/pci/
H A DMakefile39 package := TARGET= package macro
51 all clean delete install lint package: $(SUBDIRS)
/illumos-gate/usr/src/cmd/sgs/link_audit/
H A DMakefile67 package:= TARGET= package macro
79 package install : \
/illumos-gate/usr/src/cmd/sgs/nm/sparc/
H A DMakefile56 # Building SUNWonld results in a call to the `package' target. Requirements
60 package := LDLIBS += /usr/lib/libintl.so.1 macro
86 package \
/illumos-gate/usr/src/cmd/ldap/
H A DMakefile28 package := TARGET= package macro
39 all clobber delete install lint catalog package: $(SUBDIRS)
/illumos-gate/usr/src/psm/promif/ieee1275/common/
H A Dprom_2path.c41 prom_phandle_to_path(phandle_t package, char *buf, uint_t len) argument
43 return (token2path("package-to-path", (uint_t)package, buf, len));
/illumos-gate/usr/src/lib/libast/common/path/
H A Dpathcheck.c3 * This software is part of the ast package *
25 * check if package+tool is ok to run
52 pathcheck(const char* package, const char* tool, Pathcheck_t* pc) argument
88 NoP(package);
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/
H A DMakefile52 package := TARGET= package macro
60 clean clobber delete lint catalog package: $(SUBDIRS)
/illumos-gate/usr/src/lib/libsmedia/library/
H A DMakefile38 package := TARGET= package macro
51 all clean delete install lint package: $(SUBDIRS)
/illumos-gate/usr/src/lib/libexacct/
H A DMakefile40 package := TARGET = package macro
53 all debug clean clobber delete install lint package: $(SUBDIRS)
/illumos-gate/usr/src/lib/libvolmgt/
H A DMakefile40 package := TARGET= package macro
53 all clean clobber delete install lint package: $(SUBDIRS)
/illumos-gate/usr/src/lib/libproc/
H A DMakefile39 package := TARGET= package macro
64 all clean clobber delete install lint package: $(SUBDIRS)
/illumos-gate/usr/src/lib/libbsdmalloc/
H A DMakefile39 package := TARGET= package macro
52 all clean clobber delete install lint package: $(SUBDIRS)
/illumos-gate/usr/src/lib/libkstat/
H A DMakefile40 package := TARGET= package macro
53 all clean clobber delete install lint package: $(SUBDIRS)
/illumos-gate/usr/src/lib/libmail/
H A DMakefile39 package := TARGET= package macro
51 all clean clobber install lint package: $(SUBDIRS)
/illumos-gate/usr/src/lib/libmalloc/
H A DMakefile39 package := TARGET= package macro
52 all clean clobber delete install lint package: $(SUBDIRS)
/illumos-gate/usr/src/lib/libmapmalloc/
H A DMakefile40 package := TARGET= package macro
53 all clean clobber delete install lint package: $(SUBDIRS)
/illumos-gate/usr/src/lib/libnsl/
H A DMakefile78 package := TARGET= package macro
95 clean clobber delete lint package: $(SUBDIRS)
/illumos-gate/usr/src/lib/libbsm/
H A DMakefile38 package := TARGET= package macro
61 all install lint package: $(GENSRCS) $(SUBDIRS)
/illumos-gate/usr/src/boot/sys/boot/ofw/libofw/
H A Dopenfirm.c221 /* Return the package handle that corresponds to an instance handle. */
230 cell_t package; member in struct:__anon340
232 (cell_t)"instance-to-package",
240 return (args.package);
243 /* Get the length of a property of a package. */
245 OF_getproplen(phandle_t package, char *propname) argument
251 cell_t package; member in struct:__anon341
260 args.package = package;
267 /* Get the value of a property of a package
269 OF_getprop(phandle_t package, char *propname, void *buf, int buflen) argument
275 cell_t package; member in struct:__anon342
297 OF_nextprop(phandle_t package, char *previous, char *buf) argument
303 cell_t package; member in struct:__anon343
324 OF_setprop(phandle_t package, char *propname, void *buf, int len) argument
330 cell_t package; member in struct:__anon344
385 cell_t package; member in struct:__anon346
426 OF_package_to_path(phandle_t package, char *buf, int len) argument
432 cell_t package; member in struct:__anon348
[all...]
/illumos-gate/usr/src/lib/efcode/engine/
H A Dpackage.c127 CHECK_DEPTH(env, 1, "push-package");
418 CHECK_DEPTH(env, 6, "begin-package");
429 check_my_self(env, "begin-package");
444 CHECK_DEPTH(env, 3, "open-package");
457 CHECK_DEPTH(env, 4, "$open-package");
474 CHECK_DEPTH(env, 1, "close-package");
513 * 'call-package' Fcode
520 CHECK_DEPTH(env, 2, "call-package");
623 device_t *package; local
626 CHECK_DEPTH(env, 2, "find-package");
[all...]

Completed in 136 milliseconds

123