Searched refs:which (Results 76 - 100 of 462) sorted by relevance

1234567891011>>

/freebsd-10.0-release/contrib/ncurses/misc/
H A Drun_tic.in106 These are extended terminal capabilities which are compiled
125 These are extended terminal capabilities which may be compiled
/freebsd-10.0-release/crypto/heimdal/kcm/
H A Dglue.c133 krb5_flags which,
143 ret = kcm_ccache_retrieve_cred_internal(context, c, which,
221 krb5_flags which,
229 ret = kcm_ccache_remove_cred_internal(context, c, which, cred);
131 kcmss_retrieve(krb5_context context, krb5_ccache id, krb5_flags which, const krb5_creds *mcred, krb5_creds *creds) argument
219 kcmss_remove_cred(krb5_context context, krb5_ccache id, krb5_flags which, krb5_creds *cred) argument
/freebsd-10.0-release/sys/compat/svr4/
H A Dsvr4_resource.c133 int rl = svr4_to_native_rl(uap->which);
180 int rl = svr4_to_native_rl(uap->which);
231 int rl = svr4_to_native_rl(uap->which);
278 int rl = svr4_to_native_rl(uap->which);
/freebsd-10.0-release/sys/x86/pci/
H A Dqpi.c165 qpi_read_ivar(device_t dev, device_t child, int which, uintptr_t *result) argument
170 switch (which) {
225 qpi_pcib_read_ivar(device_t dev, device_t child, int which, uintptr_t *result) argument
228 switch (which) {
/freebsd-10.0-release/usr.bin/mail/
H A Dcmd2.c73 * message list which follows dot.
223 * which case, return 0 in the reference flag variable.
445 ignore1(char *list[], struct ignoretab *tab, const char *which) argument
453 return (igshow(tab, which));
474 igshow(struct ignoretab *tab, const char *which) argument
481 printf("No fields currently being %s.\n", which);
/freebsd-10.0-release/sbin/ifconfig/
H A Daf_inet6.c286 in6_getprefix(const char *plen, int which) argument
288 struct sockaddr_in6 *sin = sin6tab[which];
295 if (which != MASK)
308 in6_getaddr(const char *s, int which) argument
310 struct sockaddr_in6 *sin = sin6tab[which];
317 if (which != MASK)
320 if (which == ADDR) {
H A Daf_atalk.c117 at_getaddr(const char *addr, int which) argument
124 if (which == MASK)
/freebsd-10.0-release/usr.sbin/bhyve/
H A Duart_emul.c547 uart_legacy_alloc(int which, int *baseaddr, int *irq) argument
550 if (which < 0 || which >= UART_NLDEVS || uart_lres[which].inuse)
553 uart_lres[which].inuse = true;
554 *baseaddr = uart_lres[which].baseaddr;
555 *irq = uart_lres[which].irq;
/freebsd-10.0-release/sys/dev/random/
H A Dyarrow.c76 u_int which; /* toggle - sets the current insertion pool */ member in struct:random_state
134 pl = random_state.which;
159 random_state.which = !random_state.which;
216 random_state.which = FAST;
/freebsd-10.0-release/contrib/libreadline/
H A Dhistexpand.c88 /* The list of characters which inhibit the expansion of text if found
137 int which, sign, local_index, substring_okay; local
170 which = history_base + (history_length - 1);
172 RETURN_ENTRY (entry, which);
185 for (which = 0; _rl_digit_p (string[i]); i++)
186 which = (which * 10) + _rl_digit_value (string[i]);
191 which = (history_length + history_base) - which;
193 RETURN_ENTRY (entry, which);
[all...]
/freebsd-10.0-release/contrib/ntp/ntpq/
H A Dntpq-opts.def89 utility program is used to query NTP servers which
100 utility program is used to query NTP servers which
140 the network which permits it.
207 utility maintains an internal list in which data to be included in control
251 variables which are recognized by
255 Variables which
270 requests which require authentication.
278 Set the host to which future queries will be sent.
309 Sets the NTP version number which
316 to be no servers left which deman
[all...]
/freebsd-10.0-release/sys/kern/
H A Dkern_time.c174 int which, member in struct:clock_getcpuclockid2_args
185 error = kern_clock_getcpuclockid2(td, uap->id, uap->which, &clk_id);
192 kern_clock_getcpuclockid2(struct thread *td, id_t id, int which, argument
200 switch (which) {
658 u_int which; member in struct:getitimer_args
668 error = kern_getitimer(td, uap->which, &aitv);
675 kern_getitimer(struct thread *td, u_int which, struct itimerval *aitv) argument
680 if (which > ITIMER_PROF)
683 if (which == ITIMER_REAL) {
702 *aitv = p->p_stats->p_timer[which];
710 u_int which; member in struct:setitimer_args
734 kern_setitimer(struct thread *td, u_int which, struct itimerval *aitv, struct itimerval *oitv) argument
[all...]
/freebsd-10.0-release/sys/dev/cxgb/common/
H A Dcxgb_vsc7323.c243 int t3_vsc7323_enable(adapter_t *adap, int port, int which) argument
251 if (which & MAC_DIRECTION_TX)
253 if (which & MAC_DIRECTION_RX)
261 int t3_vsc7323_disable(adapter_t *adap, int port, int which) argument
269 if (which & MAC_DIRECTION_TX)
271 if (which & MAC_DIRECTION_RX)
/freebsd-10.0-release/contrib/apr-util/
H A Dbuildconf104 if [ -f `which cut` ]; then
/freebsd-10.0-release/contrib/binutils/binutils/
H A Dembedspu.sh46 which $prog > /dev/null 2> /dev/null && return 0
101 if which readelf > /dev/null 2> /dev/null; then
/freebsd-10.0-release/contrib/texinfo/makeinfo/
H A Dmacro.c293 The named parameters which appear in BODY must by surrounded
340 int which;
343 for (which = 0; named && named[which]; which++)
344 if (STREQ (named[which], param))
347 if (named && named[which])
349 text = which < length_of_actuals ? actuals[which] : NULL;
475 /* Get the name of the macro. This is the set of characters which ar
338 int which; local
[all...]
/freebsd-10.0-release/crypto/openssh/regress/
H A Dkeytype.sh6 TIME=`which time 2>/dev/null`
/freebsd-10.0-release/lib/libc/gen/
H A Dtermios.c179 * Obtain a termios structure which is similar to the one provided by
220 tcflush(int fd, int which) argument
224 switch (which) {
/freebsd-10.0-release/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-10.0-release/sbin/fdisk_pc98/
H A Dfdisk.c150 static void print_s0(int which);
156 static void change_active(int which);
363 print_s0(int which) argument
369 if (which == -1) {
377 print_part(which);
514 change_active(int which) argument
527 if (a_flag && which != -1)
528 active = which;
/freebsd-10.0-release/sys/boot/i386/loader/
H A Dhelp.i38633 If the code which detects the disk unit number for the root disk is
/freebsd-10.0-release/sys/boot/pc98/loader/
H A Dhelp.pc9833 If the code which detects the disk unit number for the root disk is
/freebsd-10.0-release/sys/dev/pccbb/
H A Dpccbbvar.h134 int cbb_read_ivar(device_t brdev, device_t child, int which,
145 int cbb_write_ivar(device_t brdev, device_t child, int which,
/freebsd-10.0-release/sys/dev/pci/
H A Dpci_private.h58 int pci_read_ivar(device_t dev, device_t child, int which,
60 int pci_write_ivar(device_t dev, device_t child, int which,
H A Dpcib_private.h127 int pcib_read_ivar(device_t dev, device_t child, int which, uintptr_t *result);
128 int pcib_write_ivar(device_t dev, device_t child, int which, uintptr_t value);

Completed in 305 milliseconds

1234567891011>>