Home
last modified time | relevance | path

Searched refs:dead (Results 1 – 25 of 287) sorted by relevance

12345678910>>...12

/openbsd-src/lib/libutil/
H A Dcheck_expire.c62 quad_t dead, expire, warn; in login_check_expire() local
88 dead = 0; in login_check_expire()
91 dead = login_getcaptime(lc, "password-dead", 0, 0); in login_check_expire()
94 if (dead < 0) in login_check_expire()
95 dead = 0; in login_check_expire()
108 if (expire < -dead) { in login_check_expire()
/openbsd-src/gnu/usr.bin/binutils/config/
H A DChangeLog92 * mh-cxux: remove dead code
93 * mh-dgux386: remove dead code
94 * mh-hp300: remove dead code
95 * mh-hpux: remove dead code
96 * mh-hpux8: remove dead code
97 * mh-irix5: remove dead code
98 * mh-irix6: remove dead code
99 * mh-ncr3000: remove dead code
100 * mh-ncrsvr43: remove dead code
101 * mh-necv4: remove dead code
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/config/
H A DChangeLog262 * mh-cxux: remove dead code
263 * mh-dgux386: remove dead code
264 * mh-hp300: remove dead code
265 * mh-hpux: remove dead code
266 * mh-hpux8: remove dead code
267 * mh-irix5: remove dead code
268 * mh-irix6: remove dead code
269 * mh-ncr3000: remove dead code
270 * mh-ncrsvr43: remove dead code
271 * mh-necv4: remove dead code
[all …]
/openbsd-src/gnu/gcc/config/
H A DChangeLog330 * mh-cxux: remove dead code
331 * mh-dgux386: remove dead code
332 * mh-hp300: remove dead code
333 * mh-hpux: remove dead code
334 * mh-hpux8: remove dead code
335 * mh-irix5: remove dead code
336 * mh-irix6: remove dead code
337 * mh-ncr3000: remove dead code
338 * mh-ncrsvr43: remove dead code
339 * mh-necv4: remove dead code
[all …]
/openbsd-src/gnu/usr.bin/perl/win32/
H A Ddistclean.bat15 my @dead;
23 push(@dead,$name);
27 foreach my $file (@dead)
/openbsd-src/sys/uvm/
H A Duvm_map.c541 * Push dead entries into a linked list.
546 * uvm_unmap_detach(*head, 0) will remove dead entries.
736 struct uvm_map_deadq dead; in uvm_mapanon() local
769 TAILQ_INIT(&dead); in uvm_mapanon()
805 if (uvm_unmap_remove(map, *addr, *addr + sz, &dead, in uvm_mapanon()
834 uvm_map_vmspace_update(map, &dead, flags); in uvm_mapanon()
859 entry = uvm_map_mkentry(map, first, last, *addr, sz, flags, &dead, in uvm_mapanon()
902 * Remove dead entries. in uvm_mapanon()
905 * uvm_map_mkentry may also create dead entries, when it attempts to in uvm_mapanon()
908 uvm_unmap_detach(&dead, in uvm_mapanon()
939 struct uvm_map_deadq dead; uvm_map() local
1268 uvm_mapent_merge(struct vm_map * map,struct vm_map_entry * e1,struct vm_map_entry * e2,struct uvm_map_deadq * dead) uvm_mapent_merge() argument
1310 uvm_mapent_tryjoin(struct vm_map * map,struct vm_map_entry * entry,struct uvm_map_deadq * dead) uvm_mapent_tryjoin() argument
1414 uvm_map_mkentry(struct vm_map * map,struct vm_map_entry * first,struct vm_map_entry * last,vaddr_t addr,vsize_t sz,int flags,struct uvm_map_deadq * dead,struct vm_map_entry * new) uvm_map_mkentry() argument
1804 struct uvm_map_deadq dead; uvm_unmap() local
1828 uvm_mapent_mkfree(struct vm_map * map,struct vm_map_entry * entry,struct vm_map_entry ** prev_ptr,struct uvm_map_deadq * dead,boolean_t markfree) uvm_mapent_mkfree() argument
1956 uvm_unmap_remove(struct vm_map * map,vaddr_t start,vaddr_t end,struct uvm_map_deadq * dead,boolean_t remove_holes,boolean_t markfree,boolean_t checkimmutable) uvm_unmap_remove() argument
3475 struct uvm_map_deadq dead; uvm_share() local
3563 uvm_mapent_clone(struct vm_map * dstmap,vaddr_t dstaddr,vsize_t dstlen,vsize_t off,vm_prot_t prot,vm_prot_t maxprot,struct vm_map_entry * old_entry,struct uvm_map_deadq * dead,int mapent_flags,int amap_share_flags) uvm_mapent_clone() argument
3611 uvm_mapent_share(struct vm_map * dstmap,vaddr_t dstaddr,vsize_t dstlen,vsize_t off,vm_prot_t prot,vm_prot_t maxprot,struct vm_map * old_map,struct vm_map_entry * old_entry,struct uvm_map_deadq * dead) uvm_mapent_share() argument
3642 uvm_mapent_forkshared(struct vmspace * new_vm,struct vm_map * new_map,struct vm_map * old_map,struct vm_map_entry * old_entry,struct uvm_map_deadq * dead) uvm_mapent_forkshared() argument
3663 uvm_mapent_forkcopy(struct vmspace * new_vm,struct vm_map * new_map,struct vm_map * old_map,struct vm_map_entry * old_entry,struct uvm_map_deadq * dead) uvm_mapent_forkcopy() argument
3791 uvm_mapent_forkzero(struct vmspace * new_vm,struct vm_map * new_map,struct vm_map * old_map,struct vm_map_entry * old_entry,struct uvm_map_deadq * dead) uvm_mapent_forkzero() argument
3834 struct uvm_map_deadq dead; uvmspace_fork() local
4073 struct uvm_map_deadq dead; uvm_map_deallocate() local
4307 struct uvm_map_deadq dead; uvm_map_extract() local
4803 uvm_map_vmspace_update(struct vm_map * map,struct uvm_map_deadq * dead,int flags) uvm_map_vmspace_update() argument
4847 uvm_map_kmem_grow(struct vm_map * map,struct uvm_map_deadq * dead,vsize_t alloc_sz,int flags) uvm_map_kmem_grow() argument
4902 uvm_map_freelist_update_clear(struct vm_map * map,struct uvm_map_deadq * dead) uvm_map_freelist_update_clear() argument
4948 uvm_map_freelist_update(struct vm_map * map,struct uvm_map_deadq * dead,vaddr_t b_start,vaddr_t b_end,vaddr_t s_start,vaddr_t s_end,int flags) uvm_map_freelist_update() argument
4976 struct uvm_map_deadq dead; uvm_map_set_uaddr() local
[all...]
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llc/
H A DBUILD.gn22 # FIXME: Disable dead stripping once other binaries are dead-stripped.
/openbsd-src/usr.sbin/dhcrelay6/
H A Ddispatch.c163 intf->dead = 1; in setup_iflist()
248 if (intf->dead) in register_interface()
324 if (ip && (l->handler != got_one || !ip->dead)) { in dispatch()
358 !ip->dead)) in dispatch()
388 ip->dead = 1; in got_one()
/openbsd-src/usr.sbin/dhcrelay/
H A Ddispatch.c134 intf->dead = 1; in setup_iflist()
225 if (intf->dead) in register_interface()
301 if (ip && (l->handler != got_one || !ip->dead)) { in dispatch()
335 !ip->dead)) in dispatch()
372 ip->dead = 1; in got_one()
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/opt/
H A DBUILD.gn32 # FIXME: Disable dead stripping once other binaries are dead-stripped.
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/bugpoint/
H A DBUILD.gn36 # FIXME: Disable dead stripping once other binaries are dead-stripped.
/openbsd-src/usr.bin/mail/misc/
H A Dmail.tildehelp5 ~d Read dead.letter into message.
13 ~q Abort message; optionally save copy to ~/dead.letter.
/openbsd-src/usr.bin/script/
H A Dscript.c83 volatile sig_atomic_t dead; variable
185 if (dead) in main()
218 dead = 1; in finish()
/openbsd-src/gnu/usr.bin/cvs/src/
H A DChangeLog-9194268 * add.c (add): prevent adding a directory if there exists a dead
359 * import.c (update_rcs_file): if a file was dead, be sure to check
407 * commit.c (remove_file): when checking in a dead revision to a
425 (add): if the file being adding was previously dead, say so, and
429 * classify.c (Classify_File): if the base RCS version is dead,
431 exists in the attic, and the base RCS version is NOT dead, then
438 a branch. Remove files by committing dead revisions in the
446 creating the rcs file in the Attic, also create a dead, initial
454 newphrase, "dead". Mark the node for the revision.
461 (struct rcsversnode): new field to flag dead revisions.
[all …]
/openbsd-src/games/backgammon/backgammon/
H A Dmove.c288 makefree(struct BOARD *dead) in makefree() argument
290 dead->b_next = freeq; /* add to freeq */ in makefree()
291 freeq = dead; in makefree()
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/Analysis/
H A DBUILD.gn91 # FIXME: Disable dead stripping once other binaries are dead-stripped.
/openbsd-src/etc/examples/
H A Dospf6d.conf22 router-dead-time 20
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dremote-rdi.c699 struct local_bp_list_entry **entryp, *dead; in arm_rdi_remove_breakpoint() local
707 dead = *entryp; in arm_rdi_remove_breakpoint()
708 rslt = angel_RDI_clearbreak (dead->point); in arm_rdi_remove_breakpoint()
713 *entryp = dead->next; in arm_rdi_remove_breakpoint()
714 xfree (dead); in arm_rdi_remove_breakpoint()
/openbsd-src/usr.sbin/dhcpd/
H A Ddispatch.c149 tmp->noifmedia = tmp->dead = tmp->errors = 0; in discover_interfaces()
356 if (ip && (l->handler != got_one || !ip->dead)) { in dispatch()
388 !ip->dead)) in dispatch()
426 ip->dead = 1; in got_one()
/openbsd-src/gnu/llvm/lld/docs/MachO/
H A Dld64-vs-lld.rst10 ld64 strips dead code before reporting duplicate symbols. By default, LLD does
13 the ``--dead-strip-duplicates`` flag. Usage of this flag is discouraged, and
/openbsd-src/regress/sys/net/pf_table/
H A Dtable.miss33 2001:db8:c0:ffee:feed::dead
H A Dtable.hit29 2001:db8:c0:ffee:ffff::dead
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A D20000720-1.c26 dead(unsigned short *v, char *w, unsigned char *x, int y, int z) in dead() function
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cpp289 bool dead = tctx->detached; in FinishThread() local
297 dead = true; in FinishThread()
300 if (dead) { in FinishThread()
/openbsd-src/gnu/llvm/llvm/docs/HistoricalNotes/
H A D2001-09-18-OptimizeExceptions.txt13 exceptions, so this code is dead [with all the bad effects of dead

12345678910>>...12