Searched refs:INDEX (Results 1 - 25 of 96) sorted by relevance

1234

/freebsd-10-stable/etc/
H A Dportsnap.conf32 # List of INDEX files to build and the DESCRIBE file to use for each
33 INDEX INDEX-10 DESCRIBE.10
/freebsd-10-stable/usr.sbin/bsdconfig/diskmgmt/
H A DMakefile8 FILES= INDEX USAGE
/freebsd-10-stable/usr.sbin/bsdconfig/docsinstall/
H A DMakefile8 FILES= INDEX USAGE
/freebsd-10-stable/usr.sbin/bsdconfig/dot/
H A DMakefile8 FILES= INDEX USAGE
/freebsd-10-stable/usr.sbin/bsdconfig/packages/
H A DMakefile8 FILES= INDEX USAGE
/freebsd-10-stable/usr.sbin/bsdconfig/password/
H A DMakefile8 FILES= INDEX USAGE
/freebsd-10-stable/usr.sbin/bsdconfig/security/
H A DMakefile8 FILES= INDEX USAGE
/freebsd-10-stable/usr.sbin/bsdconfig/timezone/
H A DMakefile8 FILES= INDEX USAGE
/freebsd-10-stable/usr.sbin/bsdconfig/ttys/
H A DMakefile8 FILES= INDEX USAGE
/freebsd-10-stable/usr.sbin/bsdconfig/includes/
H A DMakefile8 FILES= INDEX USAGE
/freebsd-10-stable/crypto/heimdal/lib/com_err/
H A Dparse.h43 INDEX = 259, enumerator in enum:yytokentype
54 #define INDEX 259 macro
H A Dlex.l64 index { return INDEX; }
/freebsd-10-stable/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh789 if ! [ -f ${BDHASH}-install/INDEX-OLD ] ||
790 ! [ -f ${BDHASH}-install/INDEX-NEW ]; then
832 if ! [ -f ${BDHASH}-rollback/INDEX-OLD ] ||
833 ! [ -f ${BDHASH}-rollback/INDEX-NEW ]; then
1927 if ! [ -s INDEX-PRESENT ] &&
1928 ! [ -s INDEX-NEW ]; then
1929 rm INDEX-PRESENT INDEX-NEW
1938 cut -f 1 -d '|' < INDEX-PRESENT |
1939 sort > INDEX
[all...]
/freebsd-10-stable/sys/mips/cavium/octe/
H A Dethernet-util.h77 static inline int INDEX(int ipd_port) function
/freebsd-10-stable/usr.sbin/bsdconfig/console/
H A DMakefile8 FILES= INDEX USAGE
/freebsd-10-stable/usr.sbin/bsdconfig/mouse/
H A DMakefile8 FILES= INDEX USAGE
/freebsd-10-stable/usr.sbin/bsdconfig/networking/
H A DMakefile8 FILES= INDEX USAGE
H A Ddefaultrouter44 f_index_menusel_keyword $BSDCFG_LIBE/$APP_DIR/INDEX "$pgm" ipgm &&
H A Dhostname44 f_index_menusel_keyword $BSDCFG_LIBE/$APP_DIR/INDEX "$pgm" ipgm &&
/freebsd-10-stable/usr.sbin/bsdconfig/startup/
H A DMakefile8 FILES= INDEX USAGE
/freebsd-10-stable/usr.sbin/bsdconfig/usermgmt/
H A DMakefile8 FILES= INDEX USAGE
/freebsd-10-stable/usr.sbin/portsnap/portsnap/
H A Dportsnap.sh44 -I -- Update INDEX only. (update command only)
46 -l descfile -- Merge the specified local describes file into the INDEX.
213 if grep -qE "^INDEX[[:space:]]" ${CONFFILE}; then
215 grep -E "^INDEX[[:space:]]" "${CONFFILE}" |
310 -a -r "${WORKDIR}/INDEX" -a -r "${WORKDIR}/tINDEX" ]; then
324 if ! [ -r ${PORTSDIR}/.portsnap.INDEX ]; then
580 if [ `look INDEX tINDEX.new | wc -l` != 1 ]; then
639 if grep -qvE "^[-_+./@0-9A-Za-z]+\|[0-9a-f]{64}$" INDEX.new ||
640 fgrep -q "./" INDEX.new; then
683 rm -f INDEX
[all...]
/freebsd-10-stable/sys/contrib/octeon-sdk/
H A Dcvmx-helper-errata.c100 #define INDEX(port) (port & 0xf) macro
113 uint64_t prtx_cfg = cvmx_read_csr(CVMX_GMXX_PRTX_CFG(INDEX(FIX_IPD_OUTPORT), INTERFACE(FIX_IPD_OUTPORT)));
116 uint64_t rxx_jabber = cvmx_read_csr(CVMX_GMXX_RXX_JABBER(INDEX(FIX_IPD_OUTPORT), INTERFACE(FIX_IPD_OUTPORT)));
117 uint64_t frame_max = cvmx_read_csr(CVMX_GMXX_RXX_FRM_MAX(INDEX(FIX_IPD_OUTPORT), INTERFACE(FIX_IPD_OUTPORT)));
144 cvmx_write_csr(CVMX_ASXX_PRT_LOOP(INTERFACE(FIX_IPD_OUTPORT)), 1 << INDEX(FIX_IPD_OUTPORT));
191 gmx_cfg.u64 = cvmx_read_csr(CVMX_GMXX_PRTX_CFG(INDEX(FIX_IPD_OUTPORT), INTERFACE(FIX_IPD_OUTPORT)));
193 cvmx_write_csr(CVMX_GMXX_PRTX_CFG(INDEX(FIX_IPD_OUTPORT), INTERFACE(FIX_IPD_OUTPORT)), gmx_cfg.u64);
194 cvmx_write_csr(CVMX_ASXX_TX_PRT_EN(INTERFACE(FIX_IPD_OUTPORT)), 1 << INDEX(FIX_IPD_OUTPORT));
195 cvmx_write_csr(CVMX_ASXX_RX_PRT_EN(INTERFACE(FIX_IPD_OUTPORT)), 1 << INDEX(FIX_IPD_OUTPORT));
197 cvmx_write_csr(CVMX_GMXX_RXX_JABBER(INDEX(FIX_IPD_OUTPOR
[all...]
/freebsd-10-stable/contrib/com_err/
H A Dlex.l64 index { return INDEX; }
/freebsd-10-stable/tools/tools/cd2dvd/
H A Dcd2dvd.sh113 # _exclude="--exclude ./cdrom.inf --exclude ./packages/INDEX"
114 _exclude="! -regex ./cdrom.inf ! -regex ./packages/INDEX"
251 mv "${tmpdirout}"/packages/INDEX "${tmpdirout}"/packages/INDEX~ || exit 1
252 cat "${tmpdirout}"/packages/INDEX~ | sed "s/^\(.*\)|${cdvol}$/\1|1/" > "${tmpdirout}"/packages/INDEX || exit 1
253 rm "${tmpdirout}"/packages/INDEX~ || exit 1

Completed in 258 milliseconds

1234