Searched refs:our (Results 26 - 50 of 64) sorted by relevance

123

/freebsd-11-stable/stand/lua/
H A Dconfig.lua182 -- group, then a single-word value capture group. This is our kludge for Lua
583 -- Use our cached module_path, so we don't end up with multiple
584 -- automatically added kernel paths to our final module_path
H A Dmenu.lua366 -- current_alias_table will be used to keep our alias table consistent across
380 -- should process as our initial input.
H A Dcore.lua386 -- for our uses
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/sparc64/
H A Ddivsi3.S12 * as our current guess:
82 ! as our usual 4-at-a-shot divide step will cause overflow and havoc.
H A Dmodsi3.S12 * as our current guess:
82 ! as our usual 4-at-a-shot divide step will cause overflow and havoc.
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Descape.mk35 # Also, our practice is that an even number of backslashes before a
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dcrtbegin.asm78 * Fragment of the ELF _fini routine that invokes our dtor cleanup.
/freebsd-11-stable/contrib/bmake/mk/
H A Down.mk256 # :U incase not using our sys.mk
H A Dgendirdeps.mk66 # We do _not_ want to read our own output!
/freebsd-11-stable/share/mk/
H A Dbsd.own.mk159 # otherwise use our expected default value.
H A Dbsd.obj.mk201 # just remove our objdir
H A Dlocal.meta.sys.mk24 # Expand for our own use
H A Dgendirdeps.mk67 # We do _not_ want to read our own output!
H A Dbsd.sys.mk193 # suppression when building the base system to catch bugs in our headers.
/freebsd-11-stable/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.in76 our(%opt);
/freebsd-11-stable/stand/
H A Ddefs.mk68 # our text + data + BTX have to fit into 640k below the ISA hole.
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProgram.inc322 // Parent process: Break out of the switch to do our processing.
H A DPath.inc865 // The DTTOIF macro lets us reuse our status -> type conversion.
/freebsd-11-stable/contrib/gdb/gdb/
H A Dwin32-nat.c64 headers in the first place since they were our own invention... */
1894 child_xfer_memory (CORE_ADDR memaddr, char *our, int len, argument
1903 if (!WriteProcessMemory (current_process_handle, (LPVOID) memaddr, our,
1912 if (!ReadProcessMemory (current_process_handle, (LPCVOID) memaddr, our,
H A Dwince.c68 headers in the first place since they were our own invention... */
1798 child_xfer_memory (CORE_ADDR memaddr, char *our, int len, int write, argument
1806 res = remote_write_bytes (memaddr, our, len);
1808 res = remote_read_bytes (memaddr, our, len);
/freebsd-11-stable/contrib/mdocml/
H A Dread.c441 * readjust our starting point and re-run it. The roff
499 * We remove `so' clauses from our lookaside
/freebsd-11-stable/contrib/openresolv/
H A Dresolvconf.in98 -u Run updates from our current DNS information
127 # This also solves setting up duplicate zones in our subscribers.
669 # -l lists our resolv files, optionally for a specific interface
756 # in /usr which we do our very best to operate without.
911 # Try and detect a suitable init system for our scripts
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DSignals.inc391 /// dialog. "retry" raises an exception which ultimately triggers our stack
835 // We are running in our very own thread, courtesy of Windows.
H A DPath.inc27 // after Windows.h to make sure it picks up our definition of _WIN32_WINNT
88 // Would the absolute path be longer than our limit?
/freebsd-11-stable/sys/dev/msk/
H A Dif_msk.c1247 uint32_t our, val; local
1271 our = CSR_PCI_READ_4(sc, PCI_OUR_REG_1);
1272 our &= ~(PCI_Y2_PHY1_POWD | PCI_Y2_PHY2_POWD);
1276 our |= PCI_Y2_PHY1_COMA;
1278 our |= PCI_Y2_PHY2_COMA;
1305 CSR_PCI_WRITE_4(sc, PCI_OUR_REG_1, our);
3347 * Go through our tx ring and free mbufs for those

Completed in 203 milliseconds

123