Searched defs:dead (Results 1 - 25 of 26) sorted by relevance

12

/illumos-gate/usr/src/lib/efcode/engine/
H A Dproperties.c83 * This routine is also responsible for purging dead properties
102 prop_t *dead; local
110 dead = p;
112 FREE(dead->name);
113 FREE(dead->data);
114 FREE(dead);
H A Dresource.c45 fc_resource_t *dead; local
52 dead = r;
54 FREE(dead);
/illumos-gate/usr/src/cmd/ypcmd/
H A Dyppush.c704 int dead = 0; local
726 dead = 0;
733 dead++;
737 printf("terminating %d dead\n", dead);
/illumos-gate/usr/src/cmd/zlogin/
H A Dzlogin.c100 static volatile int dead; variable
539 dead = 1;
618 if (nbytes == -1 && (errno != EINTR || dead))
677 if (!dead)
724 if (dead)
735 if (cc == -1 && (errno != EINTR || dead))
768 if (cc == -1 && (errno != EINTR || dead))
839 if (dead)
844 * child death signal, set the dead flag, but since we have
850 * then notice the dead fla
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_tables.c2093 * Bubble up the dead target to slow
2123 struct target *dead = NULL; local
2158 dead = tg;
2174 return (dead);
/illumos-gate/usr/src/cmd/mail/
H A Dinit.c53 char dead[] = "/dead.letter"; /* name of dead.letter */ variable
71 "Cannot create dead.letter",
171 char *hmdead; /* pointer to $HOME/dead.letter */
/illumos-gate/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c917 wp->onwire, wp->dead);
921 wp->onwire, wp->dead);
1951 char *dead = no; local
2025 if (phy.dead) {
2026 dead = yes;
2063 "%1d 0x%p ", cfgd, apend, asent, changed, dead,
/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddeliver.c2291 /* make sure system call isn't dead meat */
4567 bool dead = false; local
4720 while (!sm_io_error(mci->mci_out) && !dead)
4794 dead = true;
4806 dead = true;
4810 if (dead)
4911 dead = true;
4926 dead = true;
4968 dead = true;
4994 dead
[all...]
H A Dutil.c1052 dead = true; \
1071 bool dead, quotenext, strip8bit; local
1076 dead = false;
1107 dead = true;
1119 dead = true;
1125 if (dead)
1129 if (dead)
1139 dead = true;
1152 if (dead)
1163 dead
[all...]
/illumos-gate/usr/src/cmd/tip/
H A Dhunt.c20 dead(void) function
33 f = signal(SIGALRM, (sig_handler_t)dead);
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipmp.c2202 list_t dead; local
2211 list_create(&dead, sizeof (nce_t), offsetof(nce_t, nce_node));
2216 nce_fastpath_list_delete(ill, ncec, &dead);
2219 while ((nce = list_remove_head(&dead)) != NULL)
2222 list_destroy(&dead);
H A Dip_ndp.c3197 * remove ncec from the ill_nce list. If 'dead' is non-null, the deleted
3198 * nce is added to the 'dead' list, and the caller must nce_refrele() the
3202 nce_fastpath_list_delete(ill_t *ill, ncec_t *ncec, list_t *dead) argument
3224 if (dead == NULL)
3227 list_insert_tail(dead, nce);
4908 list_t dead; local
4910 list_create(&dead, sizeof (nce_t), offsetof(nce_t, nce_node));
4926 list_insert_tail(&dead, nce);
4930 while ((nce = list_head(&dead)) != NULL) {
4931 list_remove(&dead, nc
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4sp.c3984 u8_t idx = 0, dead=FALSE; local
4027 dead = lm_tcp_is_tcp_dead(pdev, tcp, TCP_IS_DEAD_OP_OFLD_COMP_DFRD);
4034 if (dead) {
/illumos-gate/usr/src/uts/i86pc/io/
H A Dhpet_acpi.c789 hrtime_t dead = gethrtime() + hpet_spin_timeout; local
808 if (gethrtime() > dead) {
883 hrtime_t dead = gethrtime() + hpet_spin_timeout; local
926 if (gethrtime() > dead) {
961 hrtime_t dead = gethrtime() + hpet_spin_timeout; local
974 if (gethrtime() > dead) {
1011 hrtime_t dead = gethrtime() + hpet_isr_spin_timeout; local
1056 if (gethrtime() > dead) {
1215 hrtime_t now, expire, dead; local
1242 dead
[all...]
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_scsa.c532 "%s: hba dead", __func__);
551 "%s: dropping due to dead target 0x%p",
639 "%s: hba dead", __func__);
761 "%s: hba dead", __func__);
1597 "%s: Flushing wait queue for dead tgt 0x%p", __func__,
2012 int dead; local
2025 dead = pwrk->dead;
2033 if (dead != 0) {
2034 pmcs_prt(pwp, PMCS_PRT_DEBUG, pptr, xp, "%s: dead cm
2620 int dead; local
[all...]
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs_def.h76 pmcs_phy_t *dead_next; /* dead PHY list link */
104 dead : 1, /* dead */ member in struct:pmcs_phy
239 dead : 1, member in struct:pmcwork
/illumos-gate/usr/src/lib/libadutils/common/
H A Dadutils.c592 if (!adh->dead && adh->ld != NULL)
648 adh->dead = 0;
713 !adh->dead)
793 new->dead = 0;
1326 if (adh->dead || adh->num_requests == 0) {
1327 ret = (adh->dead) ? -1 : -2;
1336 adh->dead = 1;
1340 if (adh->dead) {
1490 * Set state to dead to stop further operations.
1533 * Set state to dead t
1587 int dead; local
[all...]
H A Dadutils_impl.h104 int dead; /* error on LDAP connection */ member in struct:adutils_host
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge.h564 dc_data_t dead; /* These DCs are in an error state. */ member in struct:__anon8196
/openjdk7/hotspot/src/share/vm/code/
H A DcodeCache.cpp256 // This method is safe to call without holding the CodeCache_lock, as long as a dead codeblob is not
336 cur->print_on(tty, is_live ? "scavenge root" : "dead scavenge root"); tty->cr();
916 CodeBlob_sizes dead; local
920 dead.add(p);
934 if (!dead.is_empty()) {
935 dead.print("dead");
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcompactibleFreeListSpace.cpp505 const bool dead = _post_remark && !_live_bit_map->isMarked(addr); local
508 dead ? "dead" : "live",
510 (!dead && CMSPrintObjectsInDump) ? ":" : ".");
511 if (CMSPrintObjectsInDump && !dead) {
1146 // the previous concurrent cycle then we may have dead but unswept objects
1153 // when we know that it's dead; if the bitmap is not allocated then
1158 return false; // We can't say for sure if it's live, so we say that it's dead.
2123 // so that later phase can skip dead space quickly. So verification
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsParallelCompact.cpp1247 // "dead wood" (i.e., not reclaimed). The function uses a normal distribution
1256 // fraction allowed as dead wood
1395 // occur in those regions. Then the maximum amount of dead wood to allow is
1397 // the region with approximately that amount of dead space to the left is
1430 space->is_empty(), "no dead space allowed to the left");
1432 "region must have dead space");
1469 // Locate the region with the desired amount of dead space to the left.
1473 // Scan from the first region with dead space to the limit region and find the
1671 const size_t dead = pointer_delta(space->top(), _space_info[id].new_top()); local
1684 } else if (dead
[all...]
/openjdk7/hotspot/src/share/vm/opto/
H A DidealKit.hpp50 // - final value of iv is available after end_loop (until dead())
59 // dead(variable) - variable's value is no longer live
71 // goto_(exit); dead(i);
74 // } end_loop(); dead(i);
161 void dead(IdealVariable& v) { set(v, (Node*)NULL); } function in class:IdealKit
H A Dnode.cpp311 // Note: At this point, C is dead,
350 assert( is_not_dead(n0), "can not use dead node");
362 assert( is_not_dead(n0), "can not use dead node");
363 assert( is_not_dead(n1), "can not use dead node");
376 assert( is_not_dead(n0), "can not use dead node");
377 assert( is_not_dead(n1), "can not use dead node");
378 assert( is_not_dead(n2), "can not use dead node");
392 assert( is_not_dead(n0), "can not use dead node");
393 assert( is_not_dead(n1), "can not use dead node");
394 assert( is_not_dead(n2), "can not use dead nod
1218 kill_dead_code( Node *dead, PhaseIterGVN *igvn ) argument
[all...]
H A Dstringopts.cpp659 void PhaseStringOpts::record_dead_node(Node* dead) { argument
660 dead_worklist.push(dead);
664 // Delete any dead nodes to make things clean enough that escape
1084 // Statically not equal to MIN_VALUE so this path is dead

Completed in 273 milliseconds

12