Home
last modified time | relevance | path

Searched refs:repository (Results 1 – 25 of 41) sorted by relevance

12

/titanic_44/usr/src/cmd/passwd/
H A Dpasswd.c188 static pwu_repository_t repository; variable
246 repository.type = NULL; in main()
247 repository.scope = NULL; in main()
248 repository.scope_len = 0; in main()
301 auth_rep.type = repository.type; in main()
302 auth_rep.scope = repository.scope; in main()
303 auth_rep.scope_len = repository.scope_len; in main()
313 retval = get_namelist(repository, &namelist, &num_user); in main()
324 (void) get_attr(namelist[i], &repository, in main()
334 if (get_attr(usrname, &repository, &attributes) == in main()
[all …]
/titanic_44/usr/src/cmd/svc/configd/
H A Drestore_repository.sh46 repository=repository
148 /bin/ls -1rt $repository-*-[0-9]*[0-9] | \
149 /bin/sed -e '/[^A-Za-z0-9_,.-]/d' -e 's/^'$repository'-//'
154 There are no available backups of $myroot$repositorydir/$repository.db.
155 The only available repository is "-seed-". Note that restoring the seed
164 The following backups of $myroot$repositorydir/$repository.db exist, from
171 the repository after system boot. Backups beginning with "manifest_import"
175 Please enter either a specific backup repository from the above list to
182 -seed- restore the initial starting repository (All
239 repo="$myroot$repositorydir/$repository.db"
/titanic_44/usr/src/common/net/wanboot/
H A Dbootinfo.c465 int repository) in bootinfo_put() argument
480 if (repository == 0) { in bootinfo_put()
481 repository = BI_R_ALL; in bootinfo_put()
490 (repository & bip->bi_repository) == 0) { in bootinfo_put()
493 if ((repository & bip->bi_repository) == BI_R_DHCPOPT) { in bootinfo_put()
/titanic_44/usr/src/tools/scripts/
H A Dhg-active.py80 repository = hg.repository(ui.ui(), wspath)
85 ws = WorkSpace(repository)
H A Donu.sh208 [[ ! -e $cfgfile ]] && cfgfile=$redistdir/pkg5.repository
/titanic_44/usr/src/pkg/
H A DMakefile413 install: $(ALL_TARGETS) repository-metadata
415 repository-metadata: publish_pkgs
444 $(PKGDEBUG)pkgsend -s file://$(@) create-repository \
H A DREADME.pkg38 repository which contain the deliverables from an ON build.
44 The build rules create a package repository. Separate DEBUG and
51 The -p option to nightly will build the IPS repository.
134 The on-disk repository will be initialized when it does not exist,
136 packages will simply be added to the existing repository.
148 To test the generated repository, you should use the "onu" tool
154 serve the generated repository to multiple test machines.
345 repository (http://pkg.opensolaris.org/dev or http://ipkg.sfbay/dev)
/titanic_44/usr/src/cmd/print/scripts/
H A Dppdmgr411 for repository in ${REPOSITORIES} ; do
412 if [[ "${repository}" = "${ppd_file_repository}" ]] ; then
1008 for repository in ${REPOSITORIES} ; do
1009 if [[ "${repository}" = "${1}" && -d "${1}/${2}" ]] ; then
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dinetd-upgrade.sh130 # if the instance doesn't exist in the repository skip it
/titanic_44/usr/src/cmd/svc/common/
H A Di.manifest29 repfile=$PKG_INSTALL_ROOT/etc/svc/repository.db
/titanic_44/usr/src/lib/librstp/common/
H A DREADME.CVS.HOWTO3 This project's SourceForge CVS repository can be checked out through
/titanic_44/usr/src/cmd/ssh/doc/
H A DREADME28 This version actively tracks changes in the OpenBSD CVS repository.
59 repository which in turn was based on the last free
/titanic_44/usr/src/tools/onbld/Scm/
H A DWorkSpace.py553 def filectxfn(repository, ctx, fname): argument
592 def __init__(self, repository): argument
593 self.repo = repository
703 pws = hg.repository(ui, parent)
/titanic_44/usr/src/cmd/svc/milestone/
H A DREADME33 repository construction. This includes most services required for
/titanic_44/usr/src/uts/common/fs/zfs/
H A DTHIRDPARTYLICENSE.lz430 - LZ4 source repository : http://code.google.com/p/lz4/
/titanic_44/usr/src/cmd/login/
H A Dlogin.c249 static char repository[MAX_REPOSITORY_LEN]; variable
479 if ((Rflag && strlen(repository)) && in main()
480 strcmp(repository, KRB5_REPOSITORY_NAME) == 0 && in main()
488 pam_rep_data.type = repository; in main()
1440 SCPYL(repository, optarg); in get_options()
/titanic_44/usr/src/lib/pam_modules/authtok_check/
H A Dauthtok_check.c285 char *repository = attr[1].data.val_s; in get_passwd_defaults() local
286 if ((strcmp(repository, "files") == 0 || in get_passwd_defaults()
287 strcmp(repository, "nis") == 0) || in get_passwd_defaults()
/titanic_44/usr/src/cmd/initpkg/
H A Dinittab30 # the SMF repository. For example:
/titanic_44/usr/src/test/os-tests/doc/
H A DREADME36 Then set the publisher on the test machine to point to your repository and
/titanic_44/usr/src/pkg/manifests/
H A Dservice-fault-management-smtp-notify.mf28 …on a set of notification preferences which are stored in the SMF service configuration repository."
H A Dservice-fault-management-snmp-notify.mf28 …on a set of notification preferences which are stored in the SMF service configuration repository."
/titanic_44/usr/src/test/util-tests/doc/
H A DREADME43 Then set the publisher on the test machine to point to your repository and
/titanic_44/usr/src/cmd/svc/svccfg/
H A Dsvccfg.l91 <INITIAL>repository { BEGIN WORD; return (SCC_REPOSITORY); }
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rshd.c421 static char repository[MAX_REPOSITORY_LEN]; variable
739 (void) snprintf(repository, sizeof (repository), in doit()
752 pam_rep_data.type = repository; in doit()
/titanic_44/usr/src/test/libc-tests/doc/
H A DREADME44 Then set the publisher on the test machine to point to your repository and

12