Home
last modified time | relevance | path

Searched refs:dead (Results 1 – 25 of 41) sorted by last modified time

12

/illumos-gate/usr/src/data/hwdata/
H A Dusb.ids17077 dead chaosfield.at AVR-Ruler
23677 dead Galileo
H A Dpci.ids16386 dead 0800 FireWire Host Bus Adapter
37504 dead Sirrix.PCI4S0 4-port ISDN S0 interface
37703 dead Indigita Corporation
/illumos-gate/usr/src/data/terminfo/
H A Dterminfo.src253 # include its live/dead/out-of-the-business status, and for as many
2342 # Many brain-dead PC comm programs that pretend to be `vt100-compatible'
11401 # can't be found on the Web; I fear they're long dead. R.I.P.
18148 # These terminals are *long* dead -- these entries are retained for
19311 # I think this company is long dead as of 1995. They made an early CP/M
20013 # CTOS is (I believe) dead. Probably the aws is too (this entry dates
20117 # These terminals are *long* dead -- these entries are retained for
21437 # * Linux kbs is default-mapped to delete for some brain-dead reason.
H A Dtermcap.src253 # include its live/dead/out-of-the-business status, and for as many
2078 # Many brain-dead PC comm programs that pretend to be `vt100-compatible'
10063 # can't be found on the Web; I fear they're long dead. R.I.P.
16140 # These terminals are *long* dead -- these entries are retained for
17207 # I think this company is long dead as of 1995. They made an early CP/M
17854 # CTOS is (I believe) dead. Probably the aws is too (this entry dates
17949 # These terminals are *long* dead -- these entries are retained for
19219 # * Linux kbs is default-mapped to delete for some brain-dead reason.
/illumos-gate/usr/src/lib/libadutils/common/
H A Dadutils.c650 adh->dead = 0; in open_conn()
715 !adh->dead) in get_conn()
795 new->dead = 0; in adutils_add_ds()
1338 adh->dead = 1; in get_adobject_batch()
1342 if (adh->dead) { in get_adobject_batch()
1589 int dead; in adutils_lookup_batch_add() local
1629 if (!state->qadh->dead) { in adutils_lookup_batch_add()
1643 state->qadh->dead = 1; in adutils_lookup_batch_add()
1646 state->qadh->dead = 1; in adutils_lookup_batch_add()
1649 dead = state->qadh->dead; in adutils_lookup_batch_add()
[all …]
/illumos-gate/usr/src/data/zoneinfo/
H A Deurope1358 # be dead before being born, time having been set back and having
/illumos-gate/usr/src/cmd/ypcmd/
H A Dyppush.c705 int dead = 0; local
727 dead = 0;
734 dead++;
738 printf("terminating %d dead\n", dead);
/illumos-gate/usr/src/cmd/mail/
H A Dinit.c51 char dead[] = "/dead.letter"; /* name of dead.letter */ variable
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_subr.c3147 pptr->dead = 1; in pmcs_kill_changed()
3235 pptr->dead = 1; in pmcs_clear_phy()
3952 if (ctmp->dead) { in pmcs_check_expander()
3957 ctmp->dead = 0; in pmcs_check_expander()
4070 if (pptr->dead) { in pmcs_clear_expander()
4071 ctmp->dead = 1; in pmcs_clear_expander()
4082 if (!pptr->dead) { in pmcs_clear_expander()
4763 p->dead = 0; in pmcs_gwork()
7052 pwrk->dead = 1; in pmcs_flush_target_queues()
7729 ASSERT(phyp->dead); in pmcs_handle_dead_phys()
[all …]
H A Dpmcs_attach.c2134 pwrk->dead = 1; in pmcs_check_commands()
2158 pwrk->dead = 1; in pmcs_check_commands()
H A Dpmcs_scsa.c2012 int dead; in pmcs_SAS_done() local
2025 dead = pwrk->dead; in pmcs_SAS_done()
2033 if (dead != 0) { in pmcs_SAS_done()
2246 if (!dead) { in pmcs_SAS_done()
2282 if (dead == 0) { in pmcs_SAS_done()
2339 if (!dead) { in pmcs_SAS_done()
2620 int dead; in pmcs_SATA_done() local
2632 dead = pwrk->dead; in pmcs_SATA_done()
2640 if (dead != 0) { in pmcs_SATA_done()
2746 if (!dead) { in pmcs_SATA_done()
[all …]
H A Dpmcs_intr.c389 pptr->dead = 0; in pmcs_process_sas_hw_event()
457 pptr->dead = 0; in pmcs_process_sas_hw_event()
573 pptr->dead = 0; in pmcs_process_sas_hw_event()
H A Dpmcs_ds.c250 if (!pptr->dead) { in pmcs_ds_operational()
301 if (pptr->dead || !pptr->valid_device_id) { in pmcs_dev_state_recovery()
947 phyp->dead = 1; in pmcs_handle_ds_recovery_error()
966 phyp->dead = 1; in pmcs_handle_ds_recovery_error()
/illumos-gate/usr/src/contrib/zlib/
H A DChangeLog1387 - avoid many warnings (unused variables, dead assignments, etc...)
/illumos-gate/usr/src/cmd/zlogin/
H A Dzlogin.c102 static volatile int dead; variable
541 dead = 1; in sigcld()
619 if (nbytes == -1 && (errno != EINTR || dead)) in process_user_input()
678 if (!dead) in process_user_input()
725 if (dead) in process_raw_input()
736 if (cc == -1 && (errno != EINTR || dead)) in process_raw_input()
769 if (cc == -1 && (errno != EINTR || dead)) in process_output()
840 if (dead) in doio()
862 if (errno == EINTR && dead) { in doio()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_tables.c2123 struct target *dead = NULL; in target_select_best() local
2158 dead = tg; in target_select_best()
2174 return (dead); in target_select_best()
/illumos-gate/usr/src/uts/i86pc/io/
H A Dhpet_acpi.c925 hrtime_t dead = gethrtime() + hpet_spin_timeout; in hpet_cpr() local
944 if (gethrtime() > dead) { in hpet_cpr()
1019 hrtime_t dead = gethrtime() + hpet_spin_timeout; in hpet_deep_idle_config() local
1062 if (gethrtime() > dead) { in hpet_deep_idle_config()
1097 hrtime_t dead = gethrtime() + hpet_spin_timeout; in hpet_cst_callback() local
1110 if (gethrtime() > dead) { in hpet_cst_callback()
1146 hrtime_t dead = gethrtime() + hpet_isr_spin_timeout; in hpet_isr() local
1191 if (gethrtime() > dead) { in hpet_isr()
1348 hrtime_t now, expire, dead; in hpet_use_hpet_timer() local
1375 dead = now + hpet_idle_spin_timeout; in hpet_use_hpet_timer()
[all …]
/illumos-gate/usr/src/cmd/tip/
H A Dhunt.c19 dead(void) in dead() function
32 f = signal(SIGALRM, (sig_handler_t)dead); in hunt()
/illumos-gate/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c921 wp->onwire, wp->dead); in display_one_work()
925 wp->onwire, wp->dead); in display_one_work()
1955 char *dead = no; in display_phy() local
2032 if (phy.dead) { in display_phy()
2033 dead = yes; in display_phy()
2070 "%1d 0x%p ", cfgd, apend, asent, changed, dead, in display_phy()
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs_def.h104 dead : 1, /* dead */ member
239 dead : 1, member
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge.h564 dc_data_t dead; /* These DCs are in an error state. */ member
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4sp.c3984 u8_t idx = 0, dead=FALSE; in lm_tcp_service_deferred_cqes() local
4027 dead = lm_tcp_is_tcp_dead(pdev, tcp, TCP_IS_DEAD_OP_OFLD_COMP_DFRD); in lm_tcp_service_deferred_cqes()
4034 if (dead) { in lm_tcp_service_deferred_cqes()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipmp.c2203 list_t dead; in ipmp_ncec_delete_nce() local
2212 list_create(&dead, sizeof (nce_t), offsetof(nce_t, nce_node)); in ipmp_ncec_delete_nce()
2217 nce_fastpath_list_delete(ill, ncec, &dead); in ipmp_ncec_delete_nce()
2220 while ((nce = list_remove_head(&dead)) != NULL) in ipmp_ncec_delete_nce()
2223 list_destroy(&dead); in ipmp_ncec_delete_nce()
H A Dip_ndp.c3441 nce_fastpath_list_delete(ill_t *ill, ncec_t *ncec, list_t *dead) in nce_fastpath_list_delete() argument
3463 if (dead == NULL) in nce_fastpath_list_delete()
3466 list_insert_tail(dead, nce); in nce_fastpath_list_delete()
5178 list_t dead; in nce_flush() local
5180 list_create(&dead, sizeof (nce_t), offsetof(nce_t, nce_node)); in nce_flush()
5196 list_insert_tail(&dead, nce); in nce_flush()
5200 while ((nce = list_head(&dead)) != NULL) { in nce_flush()
5201 list_remove(&dead, nce); in nce_flush()
5204 ASSERT(list_is_empty(&dead)); in nce_flush()
5205 list_destroy(&dead); in nce_flush()
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dkill-store.c3 void dead(int *p, int i) { int v = i++; if (i && 0) p[v] = 0; } in dead() function

12