Searched refs:locate (Results 1 - 25 of 35) sorted by relevance

12

/freebsd-10.3-release/usr.bin/locate/bigram/
H A DMakefile2 # $FreeBSD: releng/10.3/usr.bin/locate/bigram/Makefile 276486 2014-12-31 23:25:37Z ngie $
4 PROG= locate.bigram
7 CFLAGS+= -I${.CURDIR}/../locate
/freebsd-10.3-release/usr.bin/locate/code/
H A DMakefile2 # $FreeBSD: releng/10.3/usr.bin/locate/code/Makefile 276486 2014-12-31 23:25:37Z ngie $
4 PROG= locate.code
5 CFLAGS+=-I${.CURDIR}/../locate
/freebsd-10.3-release/usr.bin/locate/
H A DMakefile2 # $FreeBSD: releng/10.3/usr.bin/locate/Makefile 148109 2005-07-17 21:19:28Z wosch $
5 SUBDIR= bigram code locate
/freebsd-10.3-release/usr.bin/locate/locate/
H A DMakefile2 # $FreeBSD: releng/10.3/usr.bin/locate/locate/Makefile 201386 2010-01-02 10:27:05Z ed $
4 PROG= locate
5 SRCS= util.c locate.c
8 MAN= locate.1 locate.updatedb.8
14 SCRIPTSNAME_${script}= locate.${script:R}
16 MLINKS+= locate.updatedb.8 updatedb.8
20 # ${.CURDIR}/locate.rc ${DESTDIR}/etc
H A Dconcatdb.sh27 # concatdb - concatenate locate databases
33 # $FreeBSD: releng/10.3/usr.bin/locate/locate/concatdb.sh 55835 2000-01-12 08:01:01Z kris $
35 # The directory containing locate subprograms
45 # utilities to built locate database
46 : ${bigram:=locate.bigram}
47 : ${code:=locate.code}
49 : ${locate:=locate}
64 $locate
[all...]
H A Dmklocatedb.sh27 # mklocatedb - build locate database
31 # $FreeBSD: releng/10.3/usr.bin/locate/locate/mklocatedb.sh 100482 2002-07-22 05:35:59Z tjr $
33 # The directory containing locate subprograms
47 # utilities to built locate database
48 : ${bigram:=locate.bigram}
49 : ${code:=locate.code}
73 # 3. create the real locate database with bigram compression.
78 locate -d $filelist / | $bigram | $sort -nr | head -128 |
80 locate
[all...]
H A Dupdatedb.sh27 # updatedb - update locate database for local mounted filesystems
29 # $FreeBSD: releng/10.3/usr.bin/locate/locate/updatedb.sh 294779 2016-01-26 08:44:01Z des $
36 : ${LOCATE_CONFIG="/etc/locate.rc"}
41 # The directory containing locate subprograms
51 : ${mklocatedb:=locate.mklocatedb} # make locate database program
52 : ${FCODES:=/var/db/locate.database} # the database
68 # Make a list a paths to exclude in the locate run
97 echo "updatedb: locate databas
[all...]
/freebsd-10.3-release/etc/periodic/weekly/
H A D310.locate3 # $FreeBSD: releng/10.3/etc/periodic/weekly/310.locate 166912 2007-02-23 18:44:20Z remko $
17 echo "Rebuilding locate database:"
19 locdb=/var/db/locate.database
26 echo /usr/libexec/locate.updatedb | nice -n 5 su -fm nobody || rc=3
H A DMakefile12 FILES+= 310.locate
/freebsd-10.3-release/sys/dev/isci/scil/
H A Dscic_sds_sgpio.c148 BOOL locate,
167 if(locate)
168 { //apply pattern to locate LED
185 BOOL locate,
197 controller, phy_mask, error, locate, activity, pattern_selection);
204 BOOL locate,
219 if(!locate)
220 { //turn off locate LED
235 BOOL locate,
245 scic_sgpio_update_led_state(controller, phy_mask, error, locate, activit
144 scic_sgpio_apply_led_blink_pattern( SCI_CONTROLLER_HANDLE_T controller, U32 phy_mask, BOOL error, BOOL locate, BOOL activity, U8 pattern_selection ) argument
181 scic_sgpio_set_led_blink_pattern( SCI_CONTROLLER_HANDLE_T controller, SCI_PORT_HANDLE_T port_handle, BOOL error, BOOL locate, BOOL activity, U8 pattern_selection ) argument
200 scic_sgpio_update_led_state( SCI_CONTROLLER_HANDLE_T controller, U32 phy_mask, BOOL error, BOOL locate, BOOL activity ) argument
231 scic_sgpio_set_led_state( SCI_CONTROLLER_HANDLE_T controller, SCI_PORT_HANDLE_T port_handle, BOOL error, BOOL locate, BOOL activity ) argument
[all...]
H A Dscic_sgpio.h159 * of the error, locate, and activity LED's for phys
168 * @param[in] locate - If TRUE, apply pattern for the locate LED
180 BOOL locate,
187 * of the error, locate, and activity LED's for all
194 * @param[in] locate - If TRUE, apply pattern for the locate LED
206 BOOL locate,
212 * @brief Communicates with hardware to set the state of the error, locate,
219 * @param[in] locate
[all...]
/freebsd-10.3-release/etc/
H A Dfreebsd-update.conf28 IDSIgnorePaths /var/db/locate.database
H A DMakefile102 BIN1+= ${.CURDIR}/../usr.bin/locate/locate/locate.rc
317 ${DESTDIR}/var/db/locate.database
/freebsd-10.3-release/contrib/llvm/utils/TableGen/
H A DCTagsEmitter.cpp58 static SMLoc locate(const Record *R);
63 SMLoc CTagsEmitter::locate(const Record *R) { function in class:CTagsEmitter
81 Tags.push_back(Tag(I->first, locate(I->second)));
85 Tags.push_back(Tag(I->first, locate(I->second)));
/freebsd-10.3-release/lib/libc/mips/sys/
H A Dptrace.S53 PTR_LA t9, _C_LABEL(__error) # locate address of errno
H A Dcerror.S58 PTR_LA t9, _C_LABEL(__error) # locate address of errno
/freebsd-10.3-release/crypto/openssh/contrib/
H A Dfindssl.sh115 if [ -x "`which locate`" ]
117 headers=`locate opensslv.h`
134 if [ -x "`which locate`" ]
136 libraries=`locate libcrypto.s`
163 if [ -x "`which locate`" ]
165 libraries=`locate libcrypto.a`
/freebsd-10.3-release/share/mk/
H A Dbsd.dtb.mk12 .error Unable to locate the kernel source tree. Set SYSDIR to override.
H A Dbsd.kmod.mk12 .error Unable to locate the kernel source tree. Set SYSDIR to override.
/freebsd-10.3-release/contrib/tcsh/
H A Dma.setp.c150 static int locate (struct pelem *, char *);
403 n = locate(pe, new);
418 n = locate(pe, inpath);
434 n = locate(pe, inpath);
485 n = locate(pe, path);
531 n = locate(pe, inpath);
577 locate(struct pelem *pe, char *key) function
/freebsd-10.3-release/contrib/gcc/
H A Dcalls.c83 struct locate_and_pad_arg_data locate; member in struct:arg_data
1126 fndecl, args_size, &args[i].locate);
1131 args[i].locate.where_pad =
1138 args_size->constant += args[i].locate.size.constant;
1139 if (args[i].locate.size.var)
1140 ADD_PARM_SIZE (*args_size, args[i].locate.size.var);
1367 rtx offset = ARGS_SIZE_RTX (args[i].locate.offset);
1368 rtx slot_offset = ARGS_SIZE_RTX (args[i].locate.slot_offset);
1391 units_on_stack = args[i].locate.size.constant;
1404 boundary = args[i].locate
3283 struct locate_and_pad_arg_data locate; member in struct:arg
[all...]
H A Dfunction.c1941 struct locate_and_pad_arg_data locate;
2260 optimizations (see init_emit) and to locate arguments that are
2280 &all->stack_args_size, &data->locate);
2284 data->locate.slot_offset.constant += pretend_bytes;
2285 data->locate.offset.constant += pretend_bytes;
2317 all->stack_args_size.constant += data->locate.size.constant;
2318 if (data->locate.size.var)
2319 ADD_PARM_SIZE (all->stack_args_size, data->locate.size.var);
2336 offset_rtx = ARGS_SIZE_RTX (data->locate.slot_offset);
2338 offset_rtx = ARGS_SIZE_RTX (data->locate
1928 struct locate_and_pad_arg_data locate; member in struct:assign_parm_data_one
3321 locate_and_pad_parm(enum machine_mode passed_mode, tree type, int in_regs, int partial, tree fndecl ATTRIBUTE_UNUSED, struct args_size *initial_offset_ptr, struct locate_and_pad_arg_data *locate) argument
[all...]
/freebsd-10.3-release/usr.sbin/crunch/examples/
H A Dreally-big.conf45 progs ipcs join kdump ktrace last lastcomm leave lex lock logger locate
62 special locate srcdir /usr/src/usr.bin/locate/locate
/freebsd-10.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_sa.c203 zfs_acl_locator_cb_t locate = { 0 }; local
287 locate.cb_aclp = zp->z_acl_cached;
289 zfs_acl_data_locator, &locate, zp->z_acl_cached->z_acl_bytes);
/freebsd-10.3-release/usr.sbin/sesutil/
H A Dsesutil.c57 static int locate(int argc, char **argv);
71 { "locate",
73 "Change the state of the locate LED associated with a disk",
74 locate },
167 usage(stderr, (setfault ? "fault" : "locate"));
178 usage(stderr, (setfault ? "fault" : "locate"));
188 usage(stderr, (setfault ? "fault" : "locate"));
288 locate(int argc, char **argv) function

Completed in 139 milliseconds

12