Searched refs:which (Results 201 - 225 of 555) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/x86/pci/
H A Dpci_bus.c532 legacy_pcib_read_ivar(device_t dev, device_t child, int which, argument
536 switch (which) {
548 legacy_pcib_write_ivar(device_t dev, device_t child, int which, argument
552 switch (which) {
/freebsd-11-stable/sys/dev/iscsi_initiator/
H A Discsivar.h464 i_dqueue_snd(isc_session_t *sp, int which) argument
470 if((which & BIT(0)) && (pq = TAILQ_FIRST(&sp->isnd)) != NULL) {
475 if((which & BIT(1)) && (pq = TAILQ_FIRST(&sp->wsnd)) != NULL) {
480 if((which & BIT(2)) && (pq = TAILQ_FIRST(&sp->csnd)) != NULL) {
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/ld/
H A Dt_script.sh40 /* which usually do: *(.data) *(.data.*) */
/freebsd-11-stable/sys/dev/ofw/
H A Dofwpci.c333 ofw_pci_read_ivar(device_t dev, device_t child, int which, uintptr_t *result) argument
339 switch (which) {
354 ofw_pci_write_ivar(device_t dev, device_t child, int which, uintptr_t value) argument
360 switch (which) {
608 /* We only have one child, the PCI bus, which needs our own node. */
/freebsd-11-stable/share/mk/
H A Dbsd.subdir.mk9 # also a default target which allows the command "make subdir" where
25 # This is a variant of install, which will
H A Dplain.test.mk19 # (which should be overriden by the Makefile) and are not required to provide a
H A Dsys.dependfile.mk19 # dependency files, which can be differentiated by their names.
H A Datf.test.mk19 # (which should be overriden by the Makefile) and are not required to provide a
H A Dbsd.clang-analyze.mk19 # CLANG_ANALYZE_OUTPUT_DIR Sets which directory output set by
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUndefResultChecker.cpp142 OS << '\'' << I->getZExtValue() << "\', which is";
144 OS << '\'' << I->getSExtValue() << "\', which is";
163 << "\', which is unrepresentable in the unsigned version of "
/freebsd-11-stable/contrib/gcc/doc/
H A Dmakefile.texi53 which is generated from the CVS source file @file{gcc/java/parse.y}.
82 The toplevel tree from which you start GCC compilation is not
92 results, which @samp{make compare} can check. Each stage is configured
100 example, continue a bootstrap after fixing a bug which causes the
/freebsd-11-stable/contrib/gdb/gdb/
H A Dcorelow.c237 is really an int * which points to from_tty. */
431 int which,
482 core_vec->core_read_registers (contents, size, which,
605 to appear in an "info thread" command, which is quite a useful
430 get_core_register_section(char *name, int which, char *human_name, int required) argument
/freebsd-11-stable/contrib/bmake/mk/
H A Dcython.mk27 # which may not be where we want to put ours (prefix)
H A Doptions.mk27 # We set ${OPTION_PREFIX:UMK_}* which is then all we need care about.
H A Dsys.dependfile.mk18 # dependency files, which can be differentiated by their names.
H A Dsys.vars.mk53 _type_sh = which
/freebsd-11-stable/sys/arm/xscale/pxa/
H A Dpxa_smi.c157 pxa_smi_read_ivar(device_t dev, device_t child, int which, uintptr_t *result) argument
165 switch (which) {
/freebsd-11-stable/tools/regression/zfs/
H A Dmisc.sh397 which jot >/dev/null 2>&1
407 which seq >/dev/null 2>&1
/freebsd-11-stable/sys/dev/siba/
H A Dsiba_bwn.c312 siba_bwn_read_ivar(device_t dev, device_t child, int which, uintptr_t *result) argument
320 switch (which) {
/freebsd-11-stable/share/dtrace/
H A Dnfsattrstats36 * system paging from NFS, in which case the system call name is
/freebsd-11-stable/contrib/ntp/
H A DMakefile.am105 FreeBSD 6.x make which fails with "make COPYRIGHT" \
/freebsd-11-stable/sys/sys/
H A Dsocketvar.h123 * some user-specified metadata to a socket, which then can be
333 /* 'which' values for socket upcalls. */
402 void soupcall_clear(struct socket *so, int which);
403 void soupcall_set(struct socket *so, int which,
/freebsd-11-stable/sys/dev/pci/
H A Dpci_private.h67 int pci_read_ivar(device_t dev, device_t child, int which,
69 int pci_write_ivar(device_t dev, device_t child, int which,
/freebsd-11-stable/contrib/apr/
H A Dapr.spec27 This package provides the support files which can be used to
/freebsd-11-stable/contrib/gcc/config/i386/
H A Dsol2-c1.asm53 ! Initialize the first stack frame pointer in %ebp (the contents of which
102 ! vector which is 16 bytes (the two zero words we pushed, plus argc,
115 ! is the argument vector pointer, which is at a fixed address off

Completed in 181 milliseconds

1234567891011>>