Searched refs:created (Results 1 - 25 of 29) sorted by relevance

12

/illumos-gate/usr/src/cmd/truss/
H A Dramdata.c48 pid_t created; /* if process was created, its process id */ variable
H A Dramdata.h132 extern pid_t created; /* if process was created, its process id */
H A Dmain.c510 created = Psp->pr_pid;
529 * Now that we have created the victim process,
556 if (created && (oflag || !istty)) { /* ignore interrupts */
604 if (created) {
606 procadd(created, NULL);
665 if (!created && aflag && prismember(&trace, SYS_execve)) {
670 if (created && Pstate(Proc) != PS_STOP) /* assertion */
767 * We leave a created process stopped so its exec() can be reported.
769 first = created? FALSE : TRUE;
770 if (!created
[all...]
/illumos-gate/usr/src/lib/libc/i386/threads/
H A Dasm_subr.s31 / This is where execution resumes when a thread created with
/illumos-gate/usr/src/cmd/sendmail/db/mp/
H A Dmp_bh.c108 * created, we don't have any way of finding out what its real name is,
157 int created, ret; local
168 * Temporary files may not yet have been created. We don't create
191 created = 0;
194 created = 1;
238 if (created) {
337 /* Temporary files may not yet have been created. */
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_common_open.c293 boolean_t created = B_FALSE; local
316 * If the object being created or opened is a directory
402 * created on cur_node
796 created = B_TRUE;
804 * We created created this object (we own it) so
871 if (created)
876 if (created)
915 if (created)
1046 * This function is used to delete a newly created objec
[all...]
/illumos-gate/usr/src/common/mpi/
H A DTHIRDPARTYLICENSE18 * 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
/illumos-gate/usr/src/cmd/fs.d/smbclnt/smbiod-svc/
H A Dsmbiod-svc.c193 boolean_t created = B_FALSE, attached = B_FALSE; local
275 created = B_TRUE;
339 if (created)
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dprivate.h127 int created; member in struct:__anon4224::__anon4225
H A Dnewterm.c381 if (rip.line[i].created)
390 rip.line[i].created = 1;
/illumos-gate/usr/src/lib/libc/sparc/threads/
H A Dasm_subr.s32 ! This is where execution resumes when a thread created with
/illumos-gate/usr/src/lib/libpctx/common/
H A Dlibpctx.c65 int created; member in struct:__pctx
155 pctx->created = 1;
231 pctx->created = 0;
767 wascreated = pctx->created;
779 pctx->created = 1;
/illumos-gate/usr/src/uts/common/os/
H A Dnetstack.c70 * an exclusive IP instance is created.
134 * We want to be informed each time a zone is created or
165 * Make instances created after this point in time run the create
197 * At this point in time a new instance can be created or an instance
224 boolean_t created = B_FALSE; local
231 * being created as we speak waiting for us to let go of this
243 * to complete. Secondly, because the zone is being created, we
252 created = B_TRUE;
254 if (ns_reg[moduleid].nr_shutdown != NULL && created &&
262 ns_reg[moduleid].nr_destroy != NULL && created
[all...]
H A Dpriv_defs49 contracts created and owned by users other than the process's
52 contracts created and owned by users other than the process's
538 it does not own (has a different user ID). A newly created
539 window property is created with the window's user ID.
586 A newly created window property is created with the window's
/illumos-gate/usr/src/grub/grub-0.97/util/
H A Dmkbimage71 are/will be created
397 If you have created an image aimed to a floppy, then something like:
/illumos-gate/usr/src/lib/libldap5/sources/pr/md/unix/
H A Dos_SunOS_amd64.s25 / Communications Corporation. Portions created by Netscape are
/illumos-gate/usr/src/cmd/dlmgmtd/
H A Ddlmgmt_door.c34 * zone in which the link was created (ll_zoneid in the dlmgmt_link_t), and
37 * created in the global zone and subsequently assigned to a non-global zone
40 * Door clients can see links that were created in their zone, and links that
42 * modify links that were created in their zone.
46 * they assign to links created within the zone.
152 boolean_t created = B_FALSE; local
238 created = B_TRUE;
256 linkp->ll_flags)) != 0) && created) {
/illumos-gate/usr/src/lib/libsysevent/
H A Dlibsysevent.c717 * Sysevent channels may be created by a single publisher or subscriber process.
755 * It is created as a seperate thread in each subscriber
2106 int created; local
2222 created = thr_create(NULL, NULL,
2236 * the created thread as it wishes. But we don't get
2237 * the created threadid with this, so we modify the
2241 created = xsa->xs_thrcreate(NULL,
2246 if (!created) {
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Ddbutils.c228 init_db_option_t opt, int *created, int *upgraded)
236 *created = 0;
321 *created = (curr_version == 0);
450 int created, upgraded; local
458 FAIL_IF_CORRUPT, &created, &upgraded) < 0)
468 sql, REMOVE_IF_CORRUPT, &created, &upgraded) < 0)
471 _idmapdstate.new_eph_db = (created || upgraded) ? 1 : 0;
226 init_db_instance(const char *dbname, int version, const char *detect_version_sql, char * const *sql, init_db_option_t opt, int *created, int *upgraded) argument
/illumos-gate/usr/src/cmd/krb5/kadmin/kdcmgr/
H A Dkdcmgr.sh354 check_admin "\n$(gettext "Enter the krb5 administrative principal to be created"): \c"
/illumos-gate/usr/src/cmd/krb5/kadmin/kclient/
H A Dkclient.sh156 egrep -s "$(gettext "Principal \"$service_princ@$realm\" created.")" $TMP_FILE
1406 printf "$(gettext "Password created was of incorrect length").\n" >&2
1951 printf "\n$(gettext "Note: %s file not created, please refer to verify_ap_req_nofail in krb5.conf(4) for the implications").\n" $KRB5_KEYTAB_FILE
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dspaceanal.tcl305 The number of indices created using an explicit CREATE INDEX statement.
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv.c1589 * Name of newly created object
1829 * True verification that object was created with correct
3035 * createdir flag. Otherwise the attrdir would be created
6166 timespec32_t *mtime, cred_t *cr, vnode_t **vpp, bool_t *created)
6181 *created = TRUE;
6185 *created = FALSE;
6209 * we just created. So, we'll just try creating
6247 *created = TRUE; /* retrans of create == created */
6316 bool_t created; local
6165 create_vnode(vnode_t *dvp, char *nm, vattr_t *vap, createmode4 mode, timespec32_t *mtime, cred_t *cr, vnode_t **vpp, bool_t *created) argument
[all...]
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbuild.c533 ** indices to be created and the table record must come before the
681 ** index for the key. No index is created for INTEGER PRIMARY KEYs.
1344 ** An FKey structure is created and added to the table currently
1453 ** The behavior of the most recently created foreign key is adjusted
1466 ** be NULL for a primary key or an index that is created to satisfy a
1485 Index *pIndex; /* The index to be created */
1680 ** has just been created, it contains no data and the index initialization
1876 ** need be. A new entry is created in the SrcList even if pToken is NULL.
/illumos-gate/usr/src/cmd/dfs.cmds/sharemgr/
H A Dcommands.c1198 boolean_t created = B_FALSE; local
1335 created = B_TRUE;
1393 if (ret != SA_OK && created)

Completed in 167 milliseconds

12