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

12

/freebsd-9.3-release/usr.bin/locate/bigram/
H A DMakefile4 PROG= locate.bigram
7 CFLAGS+= -I${.CURDIR}/../locate
/freebsd-9.3-release/usr.bin/locate/code/
H A DMakefile4 PROG= locate.code
5 CFLAGS+=-I${.CURDIR}/../locate
/freebsd-9.3-release/usr.bin/locate/
H A DMakefile5 SUBDIR= bigram code locate
/freebsd-9.3-release/usr.bin/locate/locate/
H A DMakefile4 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
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 -d $db /
69 $locate -d $db /
H A Dmklocatedb.sh27 # mklocatedb - build locate database
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 -d $filelist / | $code $bigrams || exit 1
89 echo "`basename $0`: cannot build locate database" >&2
H A Dupdatedb.sh27 # updatedb - update locate database for local mounted filesystems
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 database $tmp is empty" >&2
/freebsd-9.3-release/etc/periodic/weekly/
H A D310.locate17 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 DMakefile11 FILES+= 310.locate
/freebsd-9.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-9.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-9.3-release/etc/
H A Dfreebsd-update.conf28 IDSIgnorePaths /var/db/locate.database
H A DMakefile90 BIN1+= ${.CURDIR}/../usr.bin/locate/locate/locate.rc
298 ${DESTDIR}/var/db/locate.database
/freebsd-9.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-9.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-9.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-9.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
3282 struct locate_and_pad_arg_data locate; member in struct:arg
[all...]
H A Dfunction.c1935 struct locate_and_pad_arg_data locate;
2254 optimizations (see init_emit) and to locate arguments that are
2274 &all->stack_args_size, &data->locate);
2278 data->locate.slot_offset.constant += pretend_bytes;
2279 data->locate.offset.constant += pretend_bytes;
2311 all->stack_args_size.constant += data->locate.size.constant;
2312 if (data->locate.size.var)
2313 ADD_PARM_SIZE (all->stack_args_size, data->locate.size.var);
2330 offset_rtx = ARGS_SIZE_RTX (data->locate.slot_offset);
2332 offset_rtx = ARGS_SIZE_RTX (data->locate
1922 struct locate_and_pad_arg_data locate; member in struct:assign_parm_data_one
3315 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-9.3-release/sys/boot/i386/loader/
H A Dhelp.i38626 correctly locate the SCSI disk you are booting from.
/freebsd-9.3-release/sys/boot/pc98/loader/
H A Dhelp.pc9826 correctly locate the SCSI disk you are booting from.
/freebsd-9.3-release/contrib/cvs/
H A Dacinclude.m430 # Try to locate a GSSAPI installation if no location was specified, assuming
105 # locate any other headers
158 # simply locate the appropriate symbol.
/freebsd-9.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-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_sa.c204 zfs_acl_locator_cb_t locate = { 0 }; local
288 locate.cb_aclp = zp->z_acl_cached;
290 zfs_acl_data_locator, &locate, zp->z_acl_cached->z_acl_bytes);

Completed in 244 milliseconds

12