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

12

/freebsd-11-stable/usr.bin/locate/bigram/
H A DMakefile4 PROG= locate.bigram
7 CFLAGS+= -I${.CURDIR}/../locate
/freebsd-11-stable/usr.bin/locate/code/
H A DMakefile4 PROG= locate.code
5 CFLAGS+=-I${.CURDIR}/../locate
/freebsd-11-stable/usr.bin/locate/
H A DMakefile5 SUBDIR= bigram code locate
/freebsd-11-stable/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.sh29 # concatdb - concatenate locate databases
35 # $FreeBSD: stable/11/usr.bin/locate/locate/concatdb.sh 330449 2018-03-05 07:26:05Z eadler $
37 # The directory containing locate subprograms
47 # utilities to built locate database
48 : ${bigram:=locate.bigram}
49 : ${code:=locate.code}
51 : ${locate:=locate}
66 $locate
[all...]
H A Dmklocatedb.sh29 # mklocatedb - build locate database
33 # $FreeBSD: stable/11/usr.bin/locate/locate/mklocatedb.sh 330449 2018-03-05 07:26:05Z eadler $
35 # The directory containing locate subprograms
49 # utilities to built locate database
50 : ${bigram:=locate.bigram}
51 : ${code:=locate.code}
75 # 3. create the real locate database with bigram compression.
80 locate -d $filelist / | $bigram | $sort -nr | head -128 |
82 locate
[all...]
H A Dupdatedb.sh29 # updatedb - update locate database for local mounted filesystems
31 # $FreeBSD: stable/11/usr.bin/locate/locate/updatedb.sh 330449 2018-03-05 07:26:05Z eadler $
38 : ${LOCATE_CONFIG="/etc/locate.rc"}
43 # The directory containing locate subprograms
53 : ${mklocatedb:=locate.mklocatedb} # make locate database program
54 : ${FCODES:=/var/db/locate.database} # the database
70 # Make a list a paths to exclude in the locate run
99 echo "updatedb: locate databas
[all...]
/freebsd-11-stable/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 DMakefile12 FILES+= 310.locate
/freebsd-11-stable/etc/
H A Dfreebsd-update.conf28 IDSIgnorePaths /var/db/locate.database
H A DMakefile104 BIN1+= ${.CURDIR}/../usr.bin/locate/locate/locate.rc
308 ${DESTDIR}/var/db/locate.database
/freebsd-11-stable/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-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCTagsEmitter.cpp54 static SMLoc locate(const Record *R);
59 SMLoc CTagsEmitter::locate(const Record *R) { function in class:CTagsEmitter
71 Tags.push_back(Tag(C.first, locate(C.second.get())));
73 Tags.push_back(Tag(D.first, locate(D.second.get())));
/freebsd-11-stable/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-11-stable/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.
H A Dbsd.sysdir.mk15 .error Unable to locate the kernel source tree. Set SYSDIR to override.
/freebsd-11-stable/lib/libc/mips/sys/
H A Dcerror.S58 PTR_LA t9, _C_LABEL(__error) # locate address of errno
/freebsd-11-stable/contrib/tcsh/
H A Dma.setp.c149 static int locate (struct pelem *, char *);
402 n = locate(pe, new);
417 n = locate(pe, inpath);
433 n = locate(pe, inpath);
484 n = locate(pe, path);
530 n = locate(pe, inpath);
576 locate(struct pelem *pe, char *key) function
/freebsd-11-stable/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-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_sa.c203 zfs_acl_locator_cb_t locate = { 0 }; local
282 locate.cb_aclp = zp->z_acl_cached;
284 zfs_acl_data_locator, &locate, zp->z_acl_cached->z_acl_bytes);
/freebsd-11-stable/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-11-stable/usr.sbin/sesutil/
H A Dsesutil.c59 static int locate(int argc, char **argv);
74 { "locate",
76 "Change the state of the locate LED associated with a disk",
77 locate },
178 usage(stderr, (setfault ? "fault" : "locate"));
189 usage(stderr, (setfault ? "fault" : "locate"));
199 usage(stderr, (setfault ? "fault" : "locate"));
303 locate(int argc, char **argv) function
350 sesutil_print(&title, "\t\t- LED={q:led/locate}\n");

Completed in 175 milliseconds

12