taglinefilesource code
force396drivers/block/floppy.cstatic int force=0;
force711drivers/block/floppy.c|| ((status == STATUS_READY|STATUS_DIR|STATUS_BUSY) &&force)
force729drivers/block/floppy.c#define output_byte_force(x) force=1;output_byte(x);force=0;
force487net/inet/arp.cvoid arp_destroy(unsigned long ip_addr, int force)
force499net/inet/arp.cif ((entry->flags & ATF_PERM) && !force)
force6net/inet/arp.hextern void  arp_destroy(unsigned long paddr, int force);
force311net/inet/sock.cstruct sk_buff *sock_wmalloc(struct sock *sk, unsigned long size, int force, int priority)
force315net/inet/sock.cif (sk->wmem_alloc + size < sk->sndbuf || force) 
force332net/inet/sock.cstruct sk_buff *sock_rmalloc(struct sock *sk, unsigned long size, int force, int priority)
force336net/inet/sock.cif (sk->rmem_alloc + size < sk->rcvbuf || force) 
force179net/inet/sock.hunsigned long size, int force,
force182net/inet/sock.hunsigned long size, int force,
force261net/inet/sock.hunsigned long size, int force,
force264net/inet/sock.hunsigned long size, int force,
force60zBoot/misc.cint force = 0;
force386zBoot/misc.cif (force <= 1) return -1;