Searched refs:which (Results 51 - 75 of 555) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/dev/acpica/
H A Dacpi_pcib_pci.c71 int which, uintptr_t *result);
147 acpi_pcib_read_ivar(device_t dev, device_t child, int which, uintptr_t *result) argument
151 switch (which) {
156 return (pcib_read_ivar(dev, child, which, result));
/freebsd-11-stable/contrib/nvi/ex/
H A Dex_util.c151 ex_wemsg(SCR* sp, CHAR_T *p, exm_t which) argument
158 ex_emsg(sp, np, which);
168 ex_emsg(SCR *sp, char *p, exm_t which) argument
170 switch (which) {
H A Dex_read.c44 enum { R_ARG, R_EXPANDARG, R_FILTER } which; local
67 which = R_ARG;
75 which = R_FILTER;
83 which = R_EXPANDARG;
98 switch (which) {
H A Dex_append.c28 enum which {APPEND, CHANGE, INSERT}; enum
30 static int ex_aci(SCR *, EXCMD *, enum which);
75 ex_aci(SCR *sp, EXCMD *cmdp, enum which cmd)
96 * Set the address to which we'll append. We set sp->lno to this
146 * inserted. There may also be a leading delimiter, which is ignored
H A Dex_shift.c28 enum which {LEFT, RIGHT}; enum
29 static int shift(SCR *, EXCMD *, enum which);
59 shift(SCR *sp, EXCMD *cmdp, enum which rl)
/freebsd-11-stable/sys/dev/smbus/
H A Dsmbus.c166 smbus_read_ivar(device_t parent, device_t child, int which, uintptr_t *result) argument
171 switch (which) {
185 smbus_write_ivar(device_t parent, device_t child, int which, uintptr_t value) argument
190 switch (which) {
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_time.c258 LIN_SDT_PROBE2(time, linux_clock_gettime, entry, args->which, args->tp);
260 error = linux_to_native_clockid(&nwhich, args->which);
270 clockwhich = LINUX_CPUCLOCK_WHICH(args->which);
271 pid = LINUX_CPUCLOCK_ID(args->which);
312 clockwhich = LINUX_CPUCLOCK_WHICH(args->which);
314 tid = LINUX_CPUCLOCK_ID(args->which);
385 LIN_SDT_PROBE2(time, linux_clock_settime, entry, args->which, args->tp);
387 error = linux_to_native_clockid(&nwhich, args->which);
427 LIN_SDT_PROBE2(time, linux_clock_getres, entry, args->which, args->tp);
429 error = linux_to_native_clockid(&nwhich, args->which);
[all...]
/freebsd-11-stable/sys/x86/include/
H A Dlegacyvar.h52 int legacy_pcib_read_ivar(device_t dev, device_t child, int which,
56 int legacy_pcib_write_ivar(device_t dev, device_t child, int which,
/freebsd-11-stable/contrib/libpcap/testprogs/
H A Dfindalldevstest.c304 static short which; local
308 which = (which + 1 == IPTOSBUFFERS ? 0 : which + 1);
309 sprintf(output[which], "%d.%d.%d.%d", p[0], p[1], p[2], p[3]);
310 return output[which];
/freebsd-11-stable/contrib/nvi/vi/
H A Dv_word.c67 enum which {BIGWORD, LITTLEWORD}; enum
69 static int bword(SCR *, VICMD *, enum which);
70 static int eword(SCR *, VICMD *, enum which);
71 static int fword(SCR *, VICMD *, enum which);
102 fword(SCR *sp, VICMD *vp, enum which type)
117 * Else, move to the first non-white-space character, which
262 eword(SCR *sp, VICMD *vp, enum which type)
408 bword(SCR *sp, VICMD *vp, enum which type)
H A Dv_mark.c28 enum which {BQMARK, FQMARK}; enum
29 static int mark(SCR *, VICMD *, int, enum which);
105 mark(SCR *sp, VICMD *vp, int getmark, enum which cmd)
194 * motions match search motions, which is probably A Good Thing.
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_snmp.h238 int wlan_config_get_ioctl(struct wlan_iface *wif, int which);
239 int wlan_config_set_ioctl(struct wlan_iface *wif, int which, int val,
257 int32_t wlan_do_sysctl(struct wlan_config *cfg, enum wlan_syscl which, int set);
258 int wlan_mesh_config_get(struct wlan_iface *wif, int which);
259 int wlan_mesh_config_set(struct wlan_iface *wif, int which);
264 int wlan_hwmp_config_get(struct wlan_iface *wif, int which);
265 int wlan_hwmp_config_set(struct wlan_iface *wif, int which);
H A Dwlan_sys.c811 wlan_config_snmp2ioctl(int which) argument
815 switch (which) {
959 wlan_regdomain_to_snmp(int which) argument
963 switch (which) {
1019 syslog(LOG_ERR, "unknown regdomain (0x%x) ", which);
1030 int which; local
1034 which = SKU_FCC;
1037 which = SKU_CA;
1040 which = SKU_ETSI;
1043 which
1602 wlan_config_snmp2value(int which, int sval, int *value) argument
2029 wlan_config_get_ioctl(struct wlan_iface *wif, int which) argument
2053 wlan_config_set_ioctl(struct wlan_iface *wif, int which, int val, char *strval, int len) argument
2769 wlan_do_sysctl(struct wlan_config *cfg, enum wlan_syscl which, int set) argument
2873 wlan_mesh_config_get(struct wlan_iface *wif, int which) argument
2943 wlan_mesh_config_set(struct wlan_iface *wif, int which) argument
3064 wlan_hwmp_config_get(struct wlan_iface *wif, int which) argument
3110 wlan_hwmp_config_set(struct wlan_iface *wif, int which) argument
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Ddevpoll.c203 int which = 0; local
212 which |= EV_READ;
214 which |= EV_WRITE;
216 if (!which)
220 evmap_io_active_(base, events[i].fd, which);
/freebsd-11-stable/crypto/openssh/
H A Ddh.c150 int best, bestcount, which; local
189 which = arc4random_uniform(bestcount);
195 linenum++ != which) {
203 if (linenum != which+1) {
205 which, _PATH_DH_MODULI);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dalpha-nat.c50 WHICH says which set of registers we are handling (0 = int, 2 = float
60 int which, CORE_ADDR reg_addr)
130 int which, CORE_ADDR reg_addr)
138 switch (which)
59 fetch_osf_core_registers(char *core_reg_sect, unsigned core_reg_size, int which, CORE_ADDR reg_addr) argument
129 fetch_elf_core_registers(char *core_reg_sect, unsigned core_reg_size, int which, CORE_ADDR reg_addr) argument
/freebsd-11-stable/usr.bin/tset/
H A Dtset.c240 report(const char *name, int which, u_int def) argument
244 new = mode.c_cc[which];
245 old = oldmode.c_cc[which];
/freebsd-11-stable/contrib/opie/
H A Dconfigure479 # configure is in, which we can look for to find out if srcdir is correct.
2653 which can conflict with char $ac_func(); below. */
2662 /* The GNU C library defines this for functions which it implements
2873 which can conflict with char $ac_func(); below. */
2882 /* The GNU C library defines this for functions which it implements
2979 which can conflict with char $ac_func(); below. */
2988 /* The GNU C library defines this for functions which it implements
3036 which can conflict with char atexit(); below. */
3045 /* The GNU C library defines this for functions which it implements
3087 which ca
[all...]
/freebsd-11-stable/contrib/pf/libevent/
H A Dkqueue.c235 int which = 0; local
261 which |= EV_READ;
263 which |= EV_WRITE;
265 which |= EV_SIGNAL;
268 if (!which)
274 event_active(ev, which,
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_lm75/
H A Dsnmp_lm75.c338 asn_subid_t which; local
343 which = value->var.subs[sub - 1];
347 switch (which) {
373 asn_subid_t which; local
379 which = value->var.subs[sub - 1];
407 switch (which) {
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Ddotwait.mk26 # in which the targets should be made.
29 # of their own name, in which alphabetic components like ".a" or ".b"
32 # output is independent of the order in which these targets are made.
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DProcess.inc50 // GetNativeSystemInfo() provides the physical page size which may differ
97 // of that application, which is the incorrect behavior for this API.
99 // enable minidumps, which makes this untenable. For more information, see
208 // If the first argument is a shortened (8.3) name (which is possible even
216 // treat this as an error. GetLastError() returns ERROR_SUCCESS, which
/freebsd-11-stable/contrib/unbound/contrib/
H A Dwarmup.sh14 cat=`which cat`
15 dig=`which dig`
146 script=`which unbound_cache.sh`
/freebsd-11-stable/crypto/heimdal/
H A Dcompile2 # Wrapper for compilers which do not understand `-c -o'.
41 Wrapper for compilers which do not understand `-c -o'.
/freebsd-11-stable/crypto/openssl/ssl/
H A Dkssl.h90 * Depending on which KRB5 implementation used, some types from
163 krb5_error_code kssl_ctx_setstring(KSSL_CTX *kssl_ctx, int which, char *text);
167 krb5_error_code kssl_ctx_setprinc(KSSL_CTX *kssl_ctx, int which,

Completed in 173 milliseconds

1234567891011>>