Searched refs:which (Results 176 - 200 of 462) sorted by relevance

1234567891011>>

/freebsd-10.0-release/sys/mips/atheros/
H A Dar724x_pci.c424 ar724x_pci_read_ivar(device_t dev, device_t child, int which, uintptr_t *result) argument
428 switch (which) {
441 ar724x_pci_write_ivar(device_t dev, device_t child, int which, uintptr_t result) argument
445 switch (which) {
/freebsd-10.0-release/sys/mips/malta/
H A Dgt_pci.c604 gt_read_ivar(device_t dev, device_t child, int which, uintptr_t *result) argument
607 switch (which) {
620 gt_write_ivar(device_t dev, device_t child, int which, uintptr_t result) argument
624 switch (which) {
/freebsd-10.0-release/contrib/apr/
H A Dapr.spec27 This package provides the support files which can be used to
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dcorelow.c237 is really an int * which points to from_tty. */
431 int which,
481 core_vec->core_read_registers (contents, size, which,
604 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-10.0-release/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-10.0-release/sys/sys/
H A Dsocketvar.h122 * some user-specified metadata to a socket, which then can be
304 /* 'which' values for socket upcalls. */
369 void soupcall_clear(struct socket *so, int which);
370 void soupcall_set(struct socket *so, int which,
/freebsd-10.0-release/tools/regression/zfs/
H A Dmisc.sh396 which jot >/dev/null 2>&1
406 which seq >/dev/null 2>&1
/freebsd-10.0-release/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
H A Dsol2-gc1.asm56 ! Initialize the first stack frame pointer in %ebp (the contents of which
115 ! vector which is 16 bytes (the two zero words we pushed, plus argc,
128 ! is the argument vector pointer, which is at a fixed address off
/freebsd-10.0-release/sys/conf/
H A Dkern.mk28 # Several other warnings which might be useful in some cases, but not severe
89 # operations which it has a tendency to do.
121 # floating point registers for integer operations which it has a tendency to do.
/freebsd-10.0-release/sbin/ipfw/
H A Dipfw2.c540 * strncmp(str, "by", 2) which is used to allow people to use a shortcut
1920 int which = _substrcmp(*av, "enable") == 0 ? 1 : 0; local
1931 masks[which] |= (1<<i);
1933 which = 0;
1935 which = 1;
1953 ipfw_sysctl_handler(char *av[], int which) argument
1961 &which, sizeof(which));
1963 &which, sizeof(which));
2422 uint8_t *which; /* mask we are working on */ local
[all...]
/freebsd-10.0-release/contrib/lukemftpd/
H A Dconfigure481 # configure is in, which we can look for to find out if srcdir is correct.
582 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
881 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
882 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
883 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
884 # ./install, which can be erroneously created by make from ./install.sh.
1194 which can conflict with char gethostbyname(); below. */
1203 /* The GNU C library defines this for functions which it implements
1431 which can conflict with char socket(); below. */
1440 /* The GNU C library defines this for functions which i
[all...]
/freebsd-10.0-release/contrib/texinfo/info/
H A Dsession.c57 /* Array of structures describing for each window which nodes have been
460 /* Free the node structures which held onto internal node contents
462 which does that. */
536 /* Find out which direction to scroll, and scroll the window in that
2076 /* Default the selected reference to the one which is on the line that
2117 int which = 0;
2128 for (; refs[which]; which++)
2130 if (window->point >= refs[which]->start
2131 && window->point <= refs[which]
2113 int which = 0; local
3007 int which, pagetop; local
[all...]
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libnvpair/
H A Dlibnvpair.c349 nvlist_prtctl_setfmt(nvlist_prtctl_t pctl, enum nvlist_prtctl_fmt which, argument
352 switch (which) {
382 nvlist_prtctl_dofmt(nvlist_prtctl_t pctl, enum nvlist_prtctl_fmt which, ...) argument
388 va_start(ap, which);
390 switch (which) {
934 * is an array type, 'ai' is the index into the array against which we are
/freebsd-10.0-release/contrib/ipfilter/tools/
H A Dipnat.c414 void dotable(nsp, fd, alive, which, side)
416 int fd, alive, which;
437 if (which == 0) {
439 } else if (which == 1) {
457 minlen = nsp->ns_side[which].ns_inuse;
/freebsd-10.0-release/crypto/openssh/
H A Dmisc.c481 replacearg(arglist *args, u_int which, char *fmt, ...) argument
493 if (which >= args->num)
495 which, args->num);
496 free(args->list[which]);
497 args->list[which] = cp;
/freebsd-10.0-release/crypto/openssl/ssl/
H A Ds3_enc.c216 int ssl3_change_cipher_state(SSL *s, int which) argument
244 if (which & SSL3_CC_READ)
325 if ( (which == SSL3_CHANGE_CIPHER_CLIENT_WRITE) ||
326 (which == SSL3_CHANGE_CIPHER_SERVER_READ))
376 EVP_CipherInit_ex(dd,c,NULL,key,iv,(which & SSL3_CC_WRITE));
/freebsd-10.0-release/sys/dev/iscsi_initiator/
H A Disc_sm.c428 int error, which; local
442 which = BIT(0) | BIT(1);
444 which |= BIT(2);
446 sdebug(4, "which=%d sn->maxCmd=%d sn->cmd=%d", which, sn->maxCmd, sn->cmd);
448 if((pq = i_dqueue_snd(sp, which)) == NULL)
/freebsd-10.0-release/usr.sbin/ctld/
H A Dlogin.c105 * immediately terminate the connection on which the PDU
625 int which, tmp; local
655 which = login_list_prefers(value, "CRC32C", "None");
656 switch (which) {
681 which = login_list_prefers(value, "CRC32C", "None");
682 switch (which) {
/freebsd-10.0-release/contrib/gcc/doc/include/
H A Dtexinfo.tex40 % complete document in each bug report with which we can reproduce the
193 stand-alone strong-est time-stamp time-stamps which-ever white-space
398 % macro which expects an ordinary undelimited TeX argument.
692 % the text is small, which looks bad.
792 % sight. (If the user is using lots of big @group commands, which
945 % @comment ...line which is ignored...
999 % \suppressfirstparagraphindent, which the sectioning commands do.
1055 % which is what @var uses.
1082 % to a command which sets the catcodes (such as @item or @section).
1222 % not active characters. hyperref.dtx (which ha
[all...]
/freebsd-10.0-release/contrib/bsnmp/snmpd/
H A Dtrans_lsock.c437 /* which of the fields are set */
509 asn_subid_t which = value->var.subs[sub-1]; local
554 switch (which) {
589 switch (which) {
/freebsd-10.0-release/contrib/dialog/
H A Dinputstr.c103 show_tsearch(const void *nodep, const VISIT which, const int depth)
107 if (which == postorder || which == leaf) {
348 * which byte-offset begins a given wide-character.
513 * or literal characters which are inserted at the character-offset.
/freebsd-10.0-release/crypto/openssl/crypto/
H A Dsparccpuid.S22 ! This routine wipes registers, but not the backing store [which
183 ! as libc provides a stub, which is overloaded the moment you link
258 ! fmul8ulx16, which is emulated on T1 and as such accounts for quite
/freebsd-10.0-release/lib/libproc/
H A Dproc_sym.c505 proc_iter_symbyaddr(struct proc_handle *p, const char *object, int which, argument
535 if (which == PR_SYMTAB &&
539 } else if (which == PR_DYNSYM &&
/freebsd-10.0-release/sys/dev/siba/
H A Dsiba.c403 * If the request is for a resource which we manage,
532 siba_read_ivar(device_t dev, device_t child, int which, uintptr_t *result) argument
538 switch (which) {
559 siba_write_ivar(device_t dev, device_t child, int which, uintptr_t value) argument
570 * Announce devices which weren't attached after we probed the bus.

Completed in 430 milliseconds

1234567891011>>