/titanic_41/usr/src/cmd/sendmail/db/mp/ |
H A D | mp_bh.c | 157 int created, ret; local 191 created = 0; 194 created = 1; 238 if (created) {
|
/titanic_41/usr/src/cmd/ssh/etc/ |
H A D | sshd_config | 15 # To enable support for v1 an RSA1 key must be created with ssh-keygen(1). 16 # RSA and DSA keys for protocol v2 are created by /etc/init.d/sshd if they 17 # do not already exist, RSA1 keys for protocol v1 are not automatically created.
|
/titanic_41/usr/src/cmd/fs.d/smbclnt/smbiod-svc/ |
H A D | smbiod-svc.c | 193 boolean_t created = B_FALSE, attached = B_FALSE; in main() local 275 created = B_TRUE; in main() 339 if (created) in main()
|
/titanic_41/usr/src/common/mpi/ |
H A D | THIRDPARTYLICENSE | 18 * Portions created by the Initial Developer are Copyright (C) 1994-2000 55 * Portions created by the Initial Developer are Copyright (C) 2003 93 * Portions created by the Initial Developer are Copyright (C) 1997 130 * Portions created by the Initial Developer are Copyright (C) 1998 167 * Portions created by the Initial Developer are Copyright (C) 1998 205 * Portions created by the Initial Developer are Copyright (C) 1998 241 * Portions created by the Initial Developer are Copyright (C) 2000 280 * Portions created by the Initial Developer are Copyright (C) 1997
|
/titanic_41/usr/src/common/crypto/ecc/ |
H A D | THIRDPARTYLICENSE | 18 * Portions created by the Initial Developer are Copyright (C) 2003 56 * Portions created by the Initial Developer are Copyright (C) 2003 93 * Portions created by the Initial Developer are Copyright (C) 2003 130 * Portions created by the Initial Developer are Copyright (C) 2003 169 * Portions created by the Initial Developer are Copyright (C) 2003 206 * Portions created by the Initial Developer are Copyright (C) 1994-2000 244 * Portions created by the Initial Developer are Copyright (C) 2003 281 * Portions created by the Initial Developer are Copyright (C) 2003 319 * Portions created by the Initial Developer are Copyright (C) 2003 356 * Portions created by the Initial Developer are Copyright (C) 2003 [all …]
|
/titanic_41/usr/src/lib/libpctx/common/ |
H A D | libpctx.c | 65 int created; member 155 pctx->created = 1; in pctx_create() 231 pctx->created = 0; in pctx_capture() 767 wascreated = pctx->created; in pctx_run() 779 pctx->created = 1; in pctx_run()
|
/titanic_41/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_common_open.c | 306 boolean_t created = B_FALSE; in smb_open_subr() local 819 created = B_TRUE; in smb_open_subr() 890 if (created) in smb_open_subr() 895 if (created) in smb_open_subr() 934 if (created) in smb_open_subr()
|
/titanic_41/usr/src/test/zfs-tests/tests/functional/reservation/ |
H A D | reservation.shlib | 139 # yet been created. In this case, $vol is not a volume, but rather a pool in 140 # which a volume is going to be created. In this case, use default properties. 182 # This is necessary because during volume creation, a reservation is created
|
/titanic_41/usr/src/lib/libldap5/ |
H A D | THIRDPARTYLICENSE | 15 * Communications Corporation. Portions created by Netscape are
|
/titanic_41/usr/src/cmd/ldap/ |
H A D | THIRDPARTYLICENSE | 15 * Communications Corporation. Portions created by Netscape are
|
/titanic_41/usr/src/cmd/truss/ |
H A D | ramdata.c | 48 pid_t created; /* if process was created, its process id */ variable
|
H A D | main.c | 509 created = Psp->pr_pid; in main() 555 if (created && (oflag || !istty)) { /* ignore interrupts */ in main() 603 if (created) { in main() 605 procadd(created, NULL); in main() 664 if (!created && aflag && prismember(&trace, SYS_execve)) { in main() 669 if (created && Pstate(Proc) != PS_STOP) /* assertion */ in main() 768 first = created? FALSE : TRUE; in main() 769 if (!created && in main() 2606 Prelease(Proc, created? PRELEASE_KILL : PRELEASE_CLEAR); in abend() 2664 if (pid == created) { in wait4all()
|
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | newterm.c | 381 if (rip.line[i].created) in newterm() 390 rip.line[i].created = 1; in newterm()
|
H A D | private.h | 127 int created; member
|
/titanic_41/usr/src/tools/codereview/ |
H A D | README | 34 The code was originally created/maintained by John Zolnowsky.
|
/titanic_41/usr/src/tools/codesign/ |
H A D | creds | 24 # the (temporary) signature on a crypto module created during the build
|
/titanic_41/usr/src/cmd/praudit/ |
H A D | README | 26 Message catalogs are created by processing all strings in the source
|
/titanic_41/usr/src/psm/promif/ieee1275/common/ |
H A D | README.common | 33 dependent header files, thus, the binaries created by compiling these
|
/titanic_41/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ |
H A D | kerberos.ldif | 597 ##### objects (krbPrincipal) can be created. 624 ##### The krbRealmContainer is created per realm and holds realm specific data. 636 ##### An instance of a class derived from krbService is created per 642 ##### pair for the same is created and the kerberos server logs in with the same. 730 ##### can be applied to principals when they are created.
|
/titanic_41/usr/src/lib/libc/i386/threads/ |
H A D | asm_subr.s | 31 / This is where execution resumes when a thread created with
|
/titanic_41/usr/src/cmd/bnu/ |
H A D | README | 98 2- During installation, a Permissions file will be created 110 A default one will be created by make install.
|
/titanic_41/usr/src/lib/libsqlite/test/ |
H A D | trigger1.test | 24 # trig-1.8: A trigger created on a TEMP table is not inserted into sqlite_master 28 # trig-1.12: Ensure that INSTEAD OF triggers cannot be created on tables 29 # trig-1.13: Ensure that AFTER triggers cannot be created on views 30 # trig-1.14: Ensure that BEFORE triggers cannot be created on views
|
/titanic_41/usr/src/cmd/fs.d/cachefs/mdbug/ |
H A D | dbug.c | 137 int created = 0; in dbug_object_create() local 154 created = 1; in dbug_object_create() 241 if (created && dbug_state_object_p->sf_thread) { in dbug_object_create()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | netstack.c | 224 boolean_t created = B_FALSE; in netstack_unregister() local 252 created = B_TRUE; in netstack_unregister() 254 if (ns_reg[moduleid].nr_shutdown != NULL && created && in netstack_unregister() 262 ns_reg[moduleid].nr_destroy != NULL && created && in netstack_unregister()
|
/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | tifget.ed | 8 * This file is created from tifget.ed. DO NOT EDIT ME!
|