Searched refs:locate (Results 1 - 25 of 32) sorted by last modified time

12

/freebsd-current/targets/pseudo/userland/
H A DMakefile.depend248 usr.bin/locate/bigram \
249 usr.bin/locate/code \
250 usr.bin/locate/locate \
/freebsd-current/usr.bin/locate/locate/
H A Dupdatedb.sh29 # updatedb - update locate database for local mounted filesystems
37 : ${LOCATE_CONFIG="/etc/locate.rc"}
42 # The directory containing locate subprograms
52 : ${mklocatedb:=locate.mklocatedb} # make locate database program
53 : ${FCODES:=/var/db/locate.database} # the database
69 # Make a list a paths to exclude in the locate run
98 echo "updatedb: locate database $tmp is empty" >&2
H A DMakefile2 CONFS= locate.rc
3 PROG= locate
4 SRCS= util.c locate.c
7 MAN= locate.1 locate.updatedb.8
13 SCRIPTSNAME_${script}= locate.${script:R}
15 MLINKS+= locate.updatedb.8 updatedb.8
H A Dmklocatedb.sh29 # mklocatedb - build locate database
38 # The directory containing locate subprograms
44 # utilities to built locate database
45 : ${bigram:=locate.bigram}
46 : ${code:=locate.code}
47 : ${locate:=locate}
64 # 3. create the real locate database with bigram compression.
69 $locate -d $filelist / | $bigram | $sort -nr | \
71 $locate
[all...]
H A Dconcatdb.sh29 # concatdb - concatenate locate databases
40 # The directory containing locate subprograms
46 # utilities to built locate database
47 : ${bigram:=locate.bigram}
48 : ${code:=locate.code}
50 : ${locate:=locate}
62 $locate -d $db /
68 $locate -d $db /
/freebsd-current/usr.bin/
H A DMakefile226 SUBDIR.${MK_LOCATE}+= locate
/freebsd-current/etc/
H A DMakefile94 /dev/null ${DESTDIR}/var/db/locate.database
/freebsd-current/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_acl.c1359 zfs_acl_locator_cb_t locate = { 0 }; local
1403 locate.cb_aclp = aclp;
1405 zfs_acl_data_locator, &locate, aclp->z_acl_bytes);
H A Dzfs_znode.c710 zfs_acl_locator_cb_t locate = { 0 }; local
925 locate.cb_aclp = acl_ids->z_aclp;
927 zfs_acl_data_locator, &locate,
/freebsd-current/usr.sbin/crunch/examples/
H A Dreally-big.conf44 progs ipcs join kdump ktrace last lastcomm leave lex lock logger locate
61 special locate srcdir /usr/src/usr.bin/locate/locate
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DCTagsEmitter.cpp58 static SMLoc locate(const Record *R);
63 SMLoc CTagsEmitter::locate(const Record *R) { function in class:CTagsEmitter
75 Tags.push_back(Tag(C.first, locate(C.second.get())));
80 Tags.push_back(Tag(D.first, locate(D.second.get())));
/freebsd-current/usr.bin/locate/bigram/
H A DMakefile2 PROG= locate.bigram
5 CFLAGS+= -I${.CURDIR}/../locate
/freebsd-current/usr.bin/locate/
H A DMakefile3 SUBDIR= bigram code locate
/freebsd-current/usr.bin/locate/code/
H A DMakefile2 PROG= locate.code
3 CFLAGS+=-I${.CURDIR}/../locate
/freebsd-current/usr.sbin/periodic/etc/weekly/
H A D310.locate15 echo "Rebuilding locate database:"
17 . /etc/locate.rc
18 : "${FCODES:=/var/db/locate.database}"
26 echo /usr/libexec/locate.updatedb | nice -n 5 su -fm nobody || rc=3
H A DMakefile13 CONFS+= 310.locate
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dsa.c1540 zfs_acl_locator_cb_t locate = { 0 }; local
1658 locate.cb_aclp = zp->z_acl_cached;
1660 zfs_acl_data_locator, &locate,
/freebsd-current/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_znode.c591 zfs_acl_locator_cb_t locate = { 0 }; local
789 locate.cb_aclp = acl_ids->z_aclp;
791 zfs_acl_data_locator, &locate,
/freebsd-current/usr.sbin/sesutil/
H A Dsesutil.c69 static int locate(int argc, char **argv);
85 { "locate",
87 "Change the state of the locate LED associated with a disk",
88 locate },
192 usage(stderr, (setfault ? "fault" : "locate"));
203 usage(stderr, (setfault ? "fault" : "locate"));
213 usage(stderr, (setfault ? "fault" : "locate"));
327 locate(int argc, char **argv) function
382 sesutil_print(&style, "LED={q:led/locate}");
/freebsd-current/usr.sbin/mfiutil/
H A Dmfi_drive.c728 warnx("locate: %s", ac > 3 ? "extra arguments" :
739 warnx("locate: invalid state %s", av[2]);
762 warn("Failed to %s locate on drive %u",
772 MFI_COMMAND(top, locate, drive_locate);
/freebsd-current/usr.sbin/freebsd-update/
H A Dfreebsd-update.conf27 IDSIgnorePaths /var/db/locate.database
/freebsd-current/sys/dev/mrsas/
H A Dmrsas.h3235 u_int32_t locate:1; member in struct:MR_PD_PROGRESS::__anon3546
3239 u_int32_t locate:1;
/freebsd-current/sys/dev/isci/scil/
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...]
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...]
/freebsd-current/share/mk/
H A Dbsd.sysdir.mk16 .error Unable to locate the kernel source tree. Set SYSDIR to override.

Completed in 306 milliseconds

12