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

1234567891011>>

/freebsd-10.0-release/sys/compat/linux/
H A Dlinux_time.c197 LIN_SDT_PROBE2(time, linux_clock_gettime, entry, args->which, args->tp);
199 error = linux_to_native_clockid(&nwhich, args->which);
230 LIN_SDT_PROBE2(time, linux_clock_settime, entry, args->which, args->tp);
232 error = linux_to_native_clockid(&nwhich, args->which);
269 LIN_SDT_PROBE2(time, linux_clock_getres, entry, args->which, args->tp);
277 error = linux_to_native_clockid(&nwhich, args->which);
358 LIN_SDT_PROBE4(time, linux_clock_nanosleep, entry, args->which,
369 if (args->which != LINUX_CLOCK_REALTIME) {
371 args->which);
/freebsd-10.0-release/contrib/nvi/ex/
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 __P((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 __P((SCR *, EXCMD *, enum which));
59 shift(SCR *sp, EXCMD *cmdp, enum which rl)
/freebsd-10.0-release/crypto/openssh/
H A Ddh.c149 int best, bestcount, which; local
189 which = arc4random_uniform(bestcount);
195 linenum++ != which) {
203 if (linenum != which+1)
205 which, _PATH_DH_PRIMES);
/freebsd-10.0-release/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
H A Dcore-aout.c68 WHICH says which set of registers we are handling (0 = int, 2 = float
77 fetch_core_registers (char *core_reg_sect, unsigned core_reg_size, int which, argument
H A Dmipsnbsd-tdep.c95 fetch_core_registers (char *core_reg_sect, unsigned core_reg_size, int which, argument
101 if (which != 0)
115 fetch_elfcore_registers (char *core_reg_sect, unsigned core_reg_size, int which, argument
118 switch (which)
233 jmp_buf structure from which we extract the PC that we will land
/freebsd-10.0-release/contrib/nvi/vi/
H A Dv_mark.c28 enum which {BQMARK, FQMARK}; enum
29 static int mark __P((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-10.0-release/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-10.0-release/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_sys.c809 wlan_config_snmp2ioctl(int which) argument
813 switch (which) {
957 wlan_regdomain_to_snmp(int which) argument
961 switch (which) {
1017 syslog(LOG_ERR, "unknown regdomain (0x%x) ", which);
1028 int which; local
1032 which = SKU_FCC;
1035 which = SKU_CA;
1038 which = SKU_ETSI;
1041 which
1600 wlan_config_snmp2value(int which, int sval, int *value) argument
2027 wlan_config_get_ioctl(struct wlan_iface *wif, int which) argument
2051 wlan_config_set_ioctl(struct wlan_iface *wif, int which, int val, char *strval, int len) argument
2767 wlan_do_sysctl(struct wlan_config *cfg, enum wlan_syscl which, int set) argument
2871 wlan_mesh_config_get(struct wlan_iface *wif, int which) argument
2941 wlan_mesh_config_set(struct wlan_iface *wif, int which) argument
3062 wlan_hwmp_config_get(struct wlan_iface *wif, int which) argument
3108 wlan_hwmp_config_set(struct wlan_iface *wif, int which) argument
[all...]
/freebsd-10.0-release/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-10.0-release/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-10.0-release/contrib/file/
H A Dcompile2 # Wrapper for compilers which do not understand `-c -o'.
41 Wrapper for compilers which do not understand `-c -o'.
/freebsd-10.0-release/contrib/ntp/
H A Dcompile2 # Wrapper for compilers which do not understand `-c -o'.
41 Wrapper for compilers which do not understand `-c -o'.
/freebsd-10.0-release/contrib/ntp/sntp/
H A Dcompile2 # Wrapper for compilers which do not understand `-c -o'.
41 Wrapper for compilers which do not understand `-c -o'.
/freebsd-10.0-release/contrib/ofed/libibcm/config/
H A Dcompile2 # Wrapper for compilers which do not understand `-c -o'.
41 Wrapper for compilers which do not understand `-c -o'.
/freebsd-10.0-release/contrib/ofed/librdmacm/config/
H A Dcompile2 # Wrapper for compilers which do not understand `-c -o'.
41 Wrapper for compilers which do not understand `-c -o'.
/freebsd-10.0-release/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-10.0-release/crypto/openssl/ssl/
H A Dkssl.h88 ** Depending on which KRB5 implementation used, some types from
162 krb5_error_code kssl_ctx_setstring(KSSL_CTX *kssl_ctx, int which, char *text);
166 krb5_error_code kssl_ctx_setprinc(KSSL_CTX *kssl_ctx, int which,
/freebsd-10.0-release/sbin/ifconfig/
H A Daf_link.c76 link_getaddr(const char *addr, int which) argument
82 if (which != ADDR)
/freebsd-10.0-release/sys/cddl/dev/dtrace/mips/
H A Ddtrace_subr.c111 * DTrace needs a high resolution time function which can
196 dtrace_probe_error(dtrace_state_t *state, dtrace_epid_t epid, int which, argument
202 (uintptr_t)which, (uintptr_t)fault, (uintptr_t)fltoffs);
/freebsd-10.0-release/usr.sbin/bsnmpd/modules/snmp_hast/
H A Dhast_snmp.c358 asn_subid_t which; local
360 which = value->var.subs[sub - 1];
364 switch (which) {
371 switch (which) {
392 asn_subid_t which; local
398 which = value->var.subs[sub - 1];
419 switch (which) {
439 switch (which) {
/freebsd-10.0-release/usr.sbin/bsnmpd/modules/snmp_pf/
H A Dpf_snmp.c152 asn_subid_t which = val->var.subs[sub - 1]; local
163 switch (which) {
193 asn_subid_t which = val->var.subs[sub - 1]; local
202 switch (which) {
236 asn_subid_t which = val->var.subs[sub - 1]; local
245 switch (which) {
276 asn_subid_t which = val->var.subs[sub - 1]; local
285 switch (which) {
316 asn_subid_t which = val->var.subs[sub - 1]; local
325 switch (which) {
358 asn_subid_t which = val->var.subs[sub - 1]; local
448 asn_subid_t which = val->var.subs[sub - 1]; local
521 asn_subid_t which = val->var.subs[sub - 1]; local
550 asn_subid_t which = val->var.subs[sub - 1]; local
668 asn_subid_t which = val->var.subs[sub - 1]; local
697 asn_subid_t which = val->var.subs[sub - 1]; local
810 asn_subid_t which = val->var.subs[sub - 1]; local
908 asn_subid_t which = val->var.subs[sub - 1]; local
941 asn_subid_t which = val->var.subs[sub - 1]; local
1002 asn_subid_t which = val->var.subs[sub - 1]; local
1032 asn_subid_t which = val->var.subs[sub - 1]; local
[all...]
/freebsd-10.0-release/sys/kern/
H A Dkern_cpuset.c71 * named set. This creates an anonymous set which other threads and processes
98 * reprovision by changing sets which apply to groups of processes.
388 * Resolve the 'which' parameter of several cpuset apis.
399 cpuset_which(cpuwhich_t which, id_t id, struct proc **pp, struct thread **tdp, argument
410 switch (which) {
721 * 0 - The root set which should represent all valid processors in the
725 * 1 - The default set which all processes are a member of until changed.
765 * Create a cpuset, which would be cpuset_create() but
856 cpuwhich_t which; member in struct:cpuset_setid_args
870 if (uap->which !
883 cpuwhich_t which; member in struct:cpuset_getid_args
939 cpuwhich_t which; member in struct:cpuset_getaffinity_args
1029 cpuwhich_t which; member in struct:cpuset_setaffinity_args
[all...]

Completed in 428 milliseconds

1234567891011>>