Searched refs:which (Results 101 - 125 of 555) sorted by relevance

1234567891011>>

/freebsd-11-stable/lib/libc/gen/
H A Dtermios.c181 * Obtain a termios structure which is similar to the one provided by
232 tcflush(int fd, int which) argument
236 switch (which) {
/freebsd-11-stable/lib/libc/mips/string/
H A Dbcmp.S75 PTR_SUBU a2, a2, a3 # which has to be >= (16-3) & ~3
101 PTR_SUBU a2, a2, a3 # which has to be >= (16-3) & ~3
/freebsd-11-stable/sys/dev/pccbb/
H A Dpccbbvar.h133 int cbb_read_ivar(device_t brdev, device_t child, int which,
142 int cbb_write_ivar(device_t brdev, device_t child, int which,
/freebsd-11-stable/tools/tools/zfsboottest/
H A Dzfsboottest.sh34 which -s zfsboottest
/freebsd-11-stable/lib/libc/locale/
H A Dcollate.c287 int *pri, int which, const int **state)
298 if (which >= table->info->directive_count) {
328 ((p = p2->pri[which]) >= 0)) {
339 *pri = table->char_pri_table[*t].pri[which];
347 *pri = match->pri.pri[which];
353 if (table->info->directive[which] & DIRECTIVE_UNDEFINED) {
357 *pri = table->info->undef_pri[which];
375 if ((sptr = substsearch(table, *pri, which)) != NULL) {
286 _collate_lookup(struct xlocale_collate *table, const wchar_t *t, int *len, int *pri, int which, const int **state) argument
/freebsd-11-stable/sys/cddl/dev/dtrace/mips/
H A Ddtrace_subr.c152 * DTrace needs a high resolution time function which can
237 dtrace_probe_error(dtrace_state_t *state, dtrace_epid_t epid, int which, argument
243 (uintptr_t)which, (uintptr_t)fault, (uintptr_t)fltoffs);
/freebsd-11-stable/sys/cddl/dev/dtrace/riscv/
H A Ddtrace_subr.c158 * DTrace needs a high resolution time function which can
231 dtrace_probe_error(dtrace_state_t *state, dtrace_epid_t epid, int which, argument
237 (uintptr_t)which, (uintptr_t)fault, (uintptr_t)fltoffs);
/freebsd-11-stable/sbin/ifconfig/
H A Daf_link.c131 link_getaddr(const char *addr, int which) argument
137 if (which != ADDR)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DDynamicLibrary.inc76 // important symbols are marked 'private external' which doesn't allow
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_trampoline_powerpc64_asm.S8 # Spill r3-r10, f1-f13, and vsr34-vsr45, which are parameter registers.
149 # Spill r3-r4, f1-f8, and vsr34-vsr41, which are return registers.
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DThreading.inc103 // which it interprets as a program setting its threads' name. We may be
/freebsd-11-stable/contrib/apr-util/
H A Dbuildconf96 if [ -f `which cut` ]; then
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgdbcore.h68 * a buffer into which to place the string, and the maximum available space */
102 /* Hook for "file_command", which is more useful than above
181 WHICH says which set of registers we are handling:
196 int which, CORE_ADDR reg_addr);
H A Dmipsfbsd-tdep.c136 fetch_core_registers (char *core_reg_sect, unsigned core_reg_size, int which, argument
142 if (which != 0)
156 fetch_elfcore_registers (char *core_reg_sect, unsigned core_reg_size, int which, argument
159 switch (which)
247 jmp_buf structure from which we extract the PC that we will land
328 * Get sp of next frame which is the adjusted sp of
H A Darmnbsd-nat.c392 int which, CORE_ADDR ignore)
404 int which, CORE_ADDR ignore)
409 switch (which)
391 fetch_core_registers(char *core_reg_sect, unsigned core_reg_size, int which, CORE_ADDR ignore) argument
403 fetch_elfcore_registers(char *core_reg_sect, unsigned core_reg_size, int which, CORE_ADDR ignore) argument
H A Dnto-tdep.c207 which is different from the svr4 version. */
271 int which, CORE_ADDR reg_addr)
276 if (which == 0)
282 else if (which == 2)
270 fetch_core_registers(char *core_reg_sect, unsigned core_reg_size, int which, CORE_ADDR reg_addr) argument
/freebsd-11-stable/contrib/bmake/mk/
H A Dmeta.subdir.mk36 # since we may pickup subdirs which are not relevant
38 # which is difficult without a sub-make.
/freebsd-11-stable/sys/dev/cardbus/
H A Dcardbus.c77 static int cardbus_read_ivar(device_t cbdev, device_t child, int which,
310 cardbus_read_ivar(device_t cbdev, device_t child, int which, uintptr_t *result) argument
318 switch (which) {
331 return (pci_read_ivar(cbdev, child, which, result));
/freebsd-11-stable/share/mk/
H A Dmeta.subdir.mk37 # since we may pickup subdirs which are not relevant
39 # which is difficult without a sub-make.
/freebsd-11-stable/sys/x86/x86/
H A Dlegacy.c204 legacy_read_ivar(device_t dev, device_t child, int which, uintptr_t *result) argument
208 switch (which) {
229 legacy_write_ivar(device_t dev, device_t child, int which, uintptr_t value) argument
233 switch (which) {
310 * bridges (which are added at order 100).
/freebsd-11-stable/sys/dev/sound/pcm/
H A Dac97.h99 int ac97_setrate(struct ac97_info *codec, int which, int rate);
/freebsd-11-stable/contrib/bsnmp/snmp_mibII/
H A DmibII_ipaddr.c223 asn_subid_t which; local
229 which = value->var.subs[sub - 1];
263 switch (which) {
307 switch (which) {
/freebsd-11-stable/contrib/nvi/ex/
H A Dex_global.c31 enum which {GLOBAL, V}; enum
33 static int ex_g_setup(SCR *, EXCMD *, enum which);
65 ex_g_setup(SCR *sp, EXCMD *cmdp, enum which cmd)
114 * to regcomp which doesn't understand anything else.
185 * have to decide which lines are going to get passed to the command,
191 * each ex command. There's a callback routine which the DB interface
H A Dex_write.c32 enum which {WN, WQ, WRITE, XIT}; enum
33 static int exwr(SCR *, EXCMD *, enum which);
126 exwr(SCR *sp, EXCMD *cmdp, enum which cmd)
/freebsd-11-stable/sys/dev/pci/
H A Dhostb_pci.c90 pci_hostb_read_ivar(device_t dev, device_t child, int which, uintptr_t *result) argument
93 return (BUS_READ_IVAR(device_get_parent(dev), dev, which, result));
97 pci_hostb_write_ivar(device_t dev, device_t child, int which, uintptr_t value) argument

Completed in 182 milliseconds

1234567891011>>