Searched refs:available (Results 51 - 75 of 113) sorted by relevance

12345

/freebsd-10.1-release/sys/contrib/octeon-sdk/
H A Dcvmx-usb.c1373 /* Check if no data is available */
1406 * @param available Amount of space in the hardware fifo
1411 static int __cvmx_usb_fill_tx_hw(cvmx_usb_internal_state_t *usb, cvmx_usb_tx_fifo_t *fifo, int available) argument
1416 CVMX_USB_LOG_PARAM("%d", available);
1420 while (available && (fifo->head != fifo->tail))
1425 int words = available;
1428 if (fifo->entry[i].size <= available)
1437 available -= words;
/freebsd-10.1-release/crypto/openssl/crypto/objects/
H A Dobj_dat.pl229 * The licence and distribution terms for any publically available version or
H A Dobjects.pl180 * The licence and distribution terms for any publically available version or
/freebsd-10.1-release/sys/boot/i386/pmbr/
H A Dpmbr.s91 addb $0x80,%dh # drive number available
/freebsd-10.1-release/sys/kern/
H A Dsubr_kdb.c88 SYSCTL_PROC(_debug_kdb, OID_AUTO, available, CTLTYPE_STRING | CTLFLAG_RD, NULL,
89 0, kdb_sysctl_available, "A", "list of available KDB backends");
/freebsd-10.1-release/contrib/sendmail/contrib/
H A Dexpn.pl1336 program is available. If not,
1357 is available through anonymous ftp at
/freebsd-10.1-release/contrib/top/
H A DConfigure89 echo "$module is not recognized. To see a list of available modules"
135 The following machine-dependent modules are available:
/freebsd-10.1-release/sys/boot/fdt/dts/powerpc/
H A Dp1020rdb.dts552 msi-available-ranges = <0 0x100>;
H A Dp2020ds.dts524 msi-available-ranges = <0 0x100>;
H A Dmpc8572ds.dts571 msi-available-ranges = <0 0x100>;
/freebsd-10.1-release/sys/dev/ixl/
H A Dif_ixl.c242 ** on cpus and msix vectors available.
1475 ** implementation this is only available for TCP connections
1945 int rid, want, vectors, queues, available; local
1983 available = pci_msix_count(dev);
1984 if (available == 0) { /* system has msix disabled */
1992 queues = (mp_ncpus > (available - 1)) ? (available - 1) : mp_ncpus;
2003 if (want <= available) /* Have enough */
2008 "%d vectors available but %d wanted!\n",
2009 available, wan
[all...]
/freebsd-10.1-release/contrib/binutils/bfd/
H A Dbfd-in.h120 #error No 64 bit integer type available
169 available for function return types, but in the case that
/freebsd-10.1-release/contrib/llvm/include/llvm/Support/
H A DFileSystem.h80 uint64_t available; member in struct:llvm::sys::fs::space_info
530 /// @brief A version for when a file descriptor is already available.
550 /// @brief Is status available?
556 /// @brief Is status available?
/freebsd-10.1-release/sys/boot/i386/boot0/
H A Dboot0ext.S388 testb $0x1,%cl # Packet mode available?
/freebsd-10.1-release/sys/dev/isp/
H A DDriverManual.txt19 the variant "BSD" Open Source systems are available on. A glossary and
51 the QLogic 2100 FC/AL HBA was about to become available. After looking at
318 new firmware (if available) and setting it running, isp_init is called. If
351 entries than there are currently available. If the mapping and other
/freebsd-10.1-release/crypto/heimdal/lib/hx509/
H A Dcrypto.c49 int (*available)(const hx509_private_key, member in struct:hx509_private_key_ops
1498 if (pk->ops->available &&
1499 pk->ops->available(pk, sig_algs[i]->sig_alg) == 0)
3136 "Unknown type %d of available", type);
/freebsd-10.1-release/contrib/ntp/lib/isc/unix/
H A Dsocket.c138 * available file descriptors (up to FD_SETSIZE) and the select() function
1429 * the RECV constructor, which will use the available region of the buffer
1445 isc_region_t available; local
1512 isc_buffer_availableregion(buffer, &available);
1514 if (available.length > 0) {
1515 iov[iovcount].iov_base = (void *)(available.base);
1516 iov[iovcount].iov_len = available.length;
1517 read_count += available.length;
2422 "No buffer available to receive "
/freebsd-10.1-release/share/mk/
H A Dbsd.own.mk441 # HyperV is only available for x86 and amd64.
/freebsd-10.1-release/contrib/ldns/
H A Dconfigure6329 # GNU ld 2.21 introduced _sol2 emulations. Use them if available.
12640 # is not available at all. -D_FRSRESGID is to make this check unique.
13565 # Make the versioning information available to the compiler
13763 # available SWIG is greater than or equal to the value of the argument. It
13894 # Calculate the available version number components
13895 available=$swig_version
13896 available_major=`echo $available | sed 's/[^0-9].*//'`
13900 available=`echo $available | sed 's/[0-9]*[^0-9]//'`
13901 available_minor=`echo $available | se
[all...]
/freebsd-10.1-release/contrib/gcc/config/arm/
H A Darm.c405 /* Which floating point hardware is available. */
1108 which keeps r9 available. */
1270 /* Use the cp15 method if it is available. */
2736 not be available.
3381 more ways of deducing that r3 is available. The first is when we are
3385 pushed right at the start of the function. Hence it will be available
9725 /* Use bx if it's available. */
11967 register available to hold the upper part of the value.
13088 unsigned available;
13180 for (available
13067 unsigned available; local
[all...]
/freebsd-10.1-release/contrib/openbsm/config/
H A Dconfig.guess243 # According to Compaq, /usr/sbin/psrinfo has been available on
535 IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
/freebsd-10.1-release/contrib/openpam/
H A Dconfig.guess247 # According to Compaq, /usr/sbin/psrinfo has been available on
576 IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
/freebsd-10.1-release/contrib/binutils/
H A Dconfig.guess229 # According to Compaq, /usr/sbin/psrinfo has been available on
536 IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
/freebsd-10.1-release/contrib/byacc/
H A Dconfig.guess247 # According to Compaq, /usr/sbin/psrinfo has been available on
576 IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
/freebsd-10.1-release/contrib/dialog/
H A Dconfig.guess247 # According to Compaq, /usr/sbin/psrinfo has been available on
576 IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`

Completed in 579 milliseconds

12345