HomeSort by relevance Sort by last modified time
    Searched defs:locked (Results 1 - 25 of 46) sorted by null

1 2

  /onnv/onnv-gate/usr/src/cmd/sendmail/db/mutex/
mutex.c 189 int locked; local
205 "MUTEX ERROR: __db_mutex_lock: lock currently locked\n");
231 for (locked = 0, mypid = getpid();;) {
249 locked = 1;
267 if (locked)
  /onnv/onnv-gate/usr/src/lib/libmail/common/
maillock.c 45 static int locked; /* To note that we locked it */ variable
68 if (locked)
82 locked = 1;
112 * have it locked.
118 locked = 0;
166 if (!locked)
  /onnv/onnv-gate/usr/src/lib/libsqlite/src/
os.h 114 int locked; /* True if this instance holds the lock */ member in struct:OsFile
131 int locked; /* 0: unlocked, <0: write lock, >0: read lock */ member in struct:OsFile
154 int locked; /* 0: unlocked, <0: write lock, >0: read lock */ member in struct:OsFile
  /onnv/onnv-gate/usr/src/lib/libc/port/threads/
tdb_agent.c 234 int locked = 0; local
279 * negative, in which case we fall into the locked case below.
293 locked = 1;
345 if (locked)
  /onnv/onnv-gate/usr/src/lib/libdscfg/common/
cfg_lockdmsg.c 47 static int locked; variable
149 locked = 1;
171 locked = 1;
194 locked = 0;
226 if (locked)
  /onnv/onnv-gate/usr/src/uts/common/fs/zfs/
spa_config.c 337 boolean_t locked = B_FALSE; local
341 locked = B_TRUE;
436 if (locked)
  /onnv/onnv-gate/usr/src/common/openssl/crypto/bio/
b_sock.c 111 int locked = 0; local
132 locked = 1;
151 if (locked)
  /onnv/onnv-gate/usr/src/lib/libadm/common/
devreserv.c 85 * getlkcnt() Get the number of devices locked
88 * islocked() Determines if a device is locked
97 static int getlkcnt(void); /* Get the number of locked devices */
101 static char *islocked(char *); /* Determines if a device is locked */
260 int locked; /* TRUE if the file is locked */ local
267 /* Try to lock the file. If it's locked, wait and try again */
269 locked = FALSE;
271 while (noerror && !locked) {
272 if (fcntl(lkfilefd, F_SETLK, &lkinfo) != -1) locked = TRUE
738 int locked; \/* TRUE if device in locked list *\/ local
804 int locked; \/* TRUE if device currently locked *\/ local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libnsl/rpc/
rpc_soc.c 86 bool_t locked = TRUE; local
114 locked = FALSE;
151 if (locked == TRUE)
  /onnv/onnv-gate/usr/src/uts/common/io/aac/
aac_ioctl.c 468 int locked = 0; local
573 locked = 1;
652 if (locked)
705 qdisk->locked = dvp->locked;
738 if (dvp->locked)
aac_ioctl.h 101 uint32_t locked; member in struct:aac_query_disk
  /onnv/onnv-gate/usr/src/uts/common/rpc/
rpcsec_gss.h 137 bool_t locked; member in struct:__anon6502
  /onnv/onnv-gate/usr/src/uts/common/os/
move.c 587 uioa_page_t *locked = uioap->uioa_locked; local
663 locked->uioa_ppp = (void **)pfnp;
664 locked->uioa_pfncnt = pcnt;
673 locked->uioa_ppp = (void **)pages;
674 locked->uioa_pfncnt = 0;
677 locked->uioa_base = iov->iov_base;
678 locked->uioa_len = iov->iov_len;
679 locked++;
691 /* Unlock any previously locked page_t(s) */
692 while (locked > uioap->uioa_locked)
712 uioa_page_t *locked = uioap->uioa_locked; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/avs/nsctl/
nskernd.c 458 int locked; local
482 locked = 0;
485 locked = 1;
506 if (locked) {
508 locked = 0;
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/lib/nwamd/
door.c 658 char selected[LIFNAMSIZ], locked[LIFNAMSIZ]; local
668 llplist = get_llp_list(&llpsize, &count, selected, locked);
675 (void) strlcpy(nld->nld_locked, locked,
  /onnv/onnv-gate/usr/src/cmd/sendmail/src/
mci.c 686 ** locked it. This has the (according to some)
803 sm_dprintf("mci_unlock_host: stat file already locked\n");
839 bool locked = true; local
882 locked = lockfile(sm_io_getinfo(fp, SM_IO_WHAT_FD, NULL), fname, "",
884 if (locked)
895 return locked;
1295 bool locked; local
1333 locked = !lockfile(sm_io_getinfo(fp, SM_IO_WHAT_FD, NULL), pathname,
1339 locked ? '*' : ' ', hostname,
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/sys/lvm/
md_rename.h 93 uint_t locked :1; member in struct:md_rendelta_status
  /onnv/onnv-gate/usr/src/uts/i86pc/os/
pmem.c 52 * As such, the pages need to remain locked to ensure that they won't be
55 * To prevent these locked pages from getting in the way of page
57 * them up to satisfy pmem allocation requests. This will keep the locked
59 * of large pages that would be pinned by our locked pages. This is, of
294 uint_t locked = 0; local
316 * See if the requested memory can be locked.
321 locked = 1;
405 if (locked == 1)
  /onnv/onnv-gate/usr/src/uts/i86xpv/os/
balloon.c 98 * Lock the pfnlist if necessary (see above), and return whether we locked it.
118 * We need to keep the page exclusively locked
209 int i, rv, locked; local
277 locked = balloon_lock_contig_pfnlist(metapgs);
281 if (locked)
377 int i, cnt, locked; local
434 locked = balloon_lock_contig_pfnlist(cnt);
442 if (locked)
498 int i, locked; local
566 locked = balloon_lock_contig_pfnlist(debit)
943 int locked; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libc/port/rt/
mqueue.c 384 int locked = 0; local
400 locked = 1;
550 locked = 0; /* fall into the error case */
565 if (locked)
  /onnv/onnv-gate/usr/src/uts/common/sys/
ddidevmap.h 85 * locked indicates underlying memory locked for KMEM_PAGEABLE
86 * locked is a count of for how many pages this has been locked
88 uint_t locked; member in struct:ddi_umem_cookie
105 * locked umem allocated from ddi_umem_lock
108 #define KMEM_PAGEABLE 0x100 /* un-locked kernel memory */
109 #define KMEM_NON_PAGEABLE 0x200 /* locked kernel memeory */
110 #define UMEM_LOCKED 0x400 /* locked user process memeory */
265 #define DEVMAP_LOCKED 0x800 /* dhp is locked. *
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/
mem.c 352 int locked = 0; local
368 locked = (as_pagelock(&kas, &ppp, vaddr,
374 if (locked)
383 (locked && ppp) ? *ppp : NULL);
384 if (locked)
  /onnv/onnv-gate/usr/src/lib/libast/common/comp/
iconv.c 1406 int locked; local
1413 if (!(fb = (char*)sfreserve(ip, fn, locked = SF_LOCKR)) &&
1414 !(fb = (char*)sfreserve(ip, fn, locked = 0)))
1439 if (locked)
  /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/cli/
kadmin.c 113 int locked = 0; variable
596 if (locked) {
599 com_err("quit", retval, gettext("while unlocking locked database"));
602 locked = 0;
625 if (locked)
632 locked = 1;
641 if (!locked)
648 locked = 0;
    [all...]
  /onnv/onnv-gate/usr/src/lib/krb5/kdb/
kdb5.c 434 int locked = 0; local
440 locked = 1;
471 if (locked) {
482 int locked = 0; local
487 locked = 1;
518 if (locked) {
593 /* Must be called with dal_handle->lib_handle locked! */
    [all...]

Completed in 6299 milliseconds

1 2