/titanic_50/usr/src/cmd/mail/ |
H A D | mkdead.c | 36 char *dotdead = &dead[1]; in mkdead() 60 if((hmdead = malloc(strlen(home) + strlen(dead) + 1)) == NULL) { in mkdead() 65 cat(hmdead, home, dead); in mkdead()
|
H A D | init.c | 53 char dead[] = "/dead.letter"; /* name of dead.letter */ variable
|
H A D | mail.h | 363 extern char dead[]; /* name of dead.letter */
|
/titanic_50/usr/src/lib/efcode/engine/ |
H A D | resource.c | 45 fc_resource_t *dead; in find_resource() local 52 dead = r; in find_resource() 54 FREE(dead); in find_resource()
|
H A D | properties.c | 102 prop_t *dead; in find_property() local 110 dead = p; in find_property() 112 FREE(dead->name); in find_property() 113 FREE(dead->data); in find_property() 114 FREE(dead); in find_property()
|
/titanic_50/usr/src/cmd/tip/ |
H A D | hunt.c | 20 dead(void) in dead() function 33 f = signal(SIGALRM, (sig_handler_t)dead); in hunt()
|
/titanic_50/usr/src/lib/libadutils/common/ |
H A D | adutils.c | 592 if (!adh->dead && adh->ld != NULL) in open_conn() 648 adh->dead = 0; in open_conn() 713 !adh->dead) in get_conn() 793 new->dead = 0; in adutils_add_ds() 1326 if (adh->dead || adh->num_requests == 0) { in get_adobject_batch() 1327 ret = (adh->dead) ? -1 : -2; in get_adobject_batch() 1336 adh->dead = 1; in get_adobject_batch() 1340 if (adh->dead) { in get_adobject_batch() 1587 int dead; in adutils_lookup_batch_add() local 1617 while (!state->qadh->dead && in adutils_lookup_batch_add() [all …]
|
H A D | adutils_impl.h | 104 int dead; /* error on LDAP connection */ member
|
/titanic_50/usr/src/uts/i86pc/io/ |
H A D | hpet_acpi.c | 789 hrtime_t dead = gethrtime() + hpet_spin_timeout; in hpet_cpr() local 808 if (gethrtime() > dead) { in hpet_cpr() 883 hrtime_t dead = gethrtime() + hpet_spin_timeout; in hpet_deep_idle_config() local 926 if (gethrtime() > dead) { in hpet_deep_idle_config() 961 hrtime_t dead = gethrtime() + hpet_spin_timeout; in hpet_cst_callback() local 974 if (gethrtime() > dead) { in hpet_cst_callback() 1011 hrtime_t dead = gethrtime() + hpet_isr_spin_timeout; in hpet_isr() local 1056 if (gethrtime() > dead) { in hpet_isr() 1215 hrtime_t now, expire, dead; in hpet_use_hpet_timer() local 1242 dead = now + hpet_idle_spin_timeout; in hpet_use_hpet_timer() [all …]
|
/titanic_50/usr/src/cmd/sendmail/src/ |
H A D | util.c | 1052 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 = true; [all …]
|
H A D | deliver.c | 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 = true; 5000 if (!dead && pos > 0) [all …]
|
/titanic_50/usr/src/cmd/dtrace/test/tst/common/usdt/ |
H A D | tst.dlclose2.ksh | 107 void *live, *dead; 117 if ((dead = dlopen("./deadlib.so", RTLD_LAZY | RTLD_LOCAL)) == NULL) {
|
/titanic_50/usr/src/cmd/mailx/ |
H A D | send.c | 476 goto dead; in mail1() 479 goto dead; in mail1() 488 goto dead; in mail1() 491 goto dead; in mail1() 530 dead: in mail1()
|
/titanic_50/usr/src/cmd/zlogin/ |
H A D | zlogin.c | 100 static volatile int dead; variable 539 dead = 1; in sigcld() 618 if (nbytes == -1 && (errno != EINTR || dead)) in process_user_input() 677 if (!dead) in process_user_input() 724 if (dead) in process_raw_input() 735 if (cc == -1 && (errno != EINTR || dead)) in process_raw_input() 768 if (cc == -1 && (errno != EINTR || dead)) in process_output() 839 if (dead) in doio() 861 if (errno == EINTR && dead) { in doio()
|
/titanic_50/usr/src/cmd/ypcmd/ |
H A D | yppush.c | 704 int dead = 0; local 726 dead = 0; 733 dead++; 737 printf("terminating %d dead\n", dead);
|
/titanic_50/usr/src/uts/common/io/scsi/adapters/pmcs/ |
H A D | pmcs_scsa.c | 2012 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 D | pmcs_ds.c | 250 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()
|
H A D | pmcs_subr.c | 2614 "but no work scheduled", pptr->path, pptr->dead, in pmcs_discover() 2646 if (pptr->changed || (pptr->dead && pptr->valid_device_id)) { in pmcs_find_phy_needing_work() 2770 if ((pptr->dtype == NOTHING) || pptr->dead) { in pmcs_report_observations() 2911 if (lphyp->dead || !lphyp->configured) { in pmcs_report_iport_observations() 2999 if (pptr->changed == 0 || pptr->dead || pptr->configured) { in pmcs_configure_new_devices() 3138 if (pptr->dead == 0) { in pmcs_kill_changed() 3143 pptr->dead = 1; in pmcs_kill_changed() 3174 if ((phyp->dtype != EXPANDER) && phyp->dead) { in pmcs_clear_phys() 3231 pptr->dead = 1; in pmcs_clear_phy() 3948 if (ctmp->dead) { in pmcs_check_expander() [all …]
|
H A D | pmcs_intr.c | 389 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()
|
/titanic_50/usr/src/uts/common/sys/scsi/adapters/pmcs/ |
H A D | pmcs_def.h | 104 dead : 1, /* dead */ member 239 dead : 1, member
|
/titanic_50/usr/src/test/util-tests/tests/dladm/ |
H A D | allowed-ips.ksh | 176 efail dead:beef::gg
|
/titanic_50/usr/src/lib/efcode/fcode_test/ |
H A D | bytemanipulate.fth | 35 " wljoin" h# beef h# dead wljoin h# deadbeef = .passed?
|
/titanic_50/usr/src/cmd/mdb/common/modules/pmcs/ |
H A D | pmcs.c | 917 wp->onwire, wp->dead); in display_one_work() 921 wp->onwire, wp->dead); in display_one_work() 1951 char *dead = no; in display_phy() local 2025 if (phy.dead) { in display_phy() 2026 dead = yes; in display_phy() 2063 "%1d 0x%p ", cfgd, apend, asent, changed, dead, in display_phy()
|
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | ipmp.c | 2202 list_t dead; in ipmp_ncec_delete_nce() local 2211 list_create(&dead, sizeof (nce_t), offsetof(nce_t, nce_node)); in ipmp_ncec_delete_nce() 2216 nce_fastpath_list_delete(ill, ncec, &dead); in ipmp_ncec_delete_nce() 2219 while ((nce = list_remove_head(&dead)) != NULL) in ipmp_ncec_delete_nce() 2222 list_destroy(&dead); in ipmp_ncec_delete_nce()
|
H A D | ip_ndp.c | 3202 nce_fastpath_list_delete(ill_t *ill, ncec_t *ncec, list_t *dead) in nce_fastpath_list_delete() argument 3224 if (dead == NULL) in nce_fastpath_list_delete() 3227 list_insert_tail(dead, nce); in nce_fastpath_list_delete() 4908 list_t dead; in nce_flush() local 4910 list_create(&dead, sizeof (nce_t), offsetof(nce_t, nce_node)); in nce_flush() 4926 list_insert_tail(&dead, nce); in nce_flush() 4930 while ((nce = list_head(&dead)) != NULL) { in nce_flush() 4931 list_remove(&dead, nce); in nce_flush() 4934 ASSERT(list_is_empty(&dead)); in nce_flush() 4935 list_destroy(&dead); in nce_flush()
|