| /freebsd-13.1/sys/compat/linuxkpi/common/include/linux/ |
| H A D | miscdevice.h | 52 misc_register(struct miscdevice *misc) in misc_register() argument 54 misc->this_device = device_create(&linux_class_misc, in misc_register() 55 &linux_root_device, 0, misc, misc->name); in misc_register() 56 misc->cdev = cdev_alloc(); in misc_register() 57 if (misc->cdev == NULL) in misc_register() 59 misc->cdev->owner = THIS_MODULE; in misc_register() 60 misc->cdev->ops = misc->fops; in misc_register() 61 kobject_set_name(&misc->cdev->kobj, misc->name); in misc_register() 62 if (cdev_add(misc->cdev, misc->this_device->devt, 1)) in misc_register() 68 misc_deregister(struct miscdevice *misc) in misc_deregister() argument [all …]
|
| /freebsd-13.1/tests/sys/cddl/zfs/tests/cli_user/misc/ |
| H A D | misc_test.sh | 40 . $(atf_get_srcdir)/misc.cfg 49 . $(atf_get_srcdir)/misc.cfg 66 . $(atf_get_srcdir)/misc.cfg 75 . $(atf_get_srcdir)/misc.cfg 92 . $(atf_get_srcdir)/misc.cfg 101 . $(atf_get_srcdir)/misc.cfg 118 . $(atf_get_srcdir)/misc.cfg 127 . $(atf_get_srcdir)/misc.cfg 144 . $(atf_get_srcdir)/misc.cfg 153 . $(atf_get_srcdir)/misc.cfg [all …]
|
| /freebsd-13.1/contrib/ncurses/ |
| H A D | Makefile.os2 | 141 DEFS = $(addsuffix .def, $(addprefix ./misc/, $(LIBRARIES))) 145 ./lib/%$(LIB_TAG).lib : ./misc/%.def 148 ./lib/%$(LIB_TAG).a : ./misc/%.def 155 ./misc/$*.def -o $@; \ 158 ./lib/ncurses$(LIB_TAG).lib ./misc/$*.def -o $@; \ 188 echo LIBRARY $${i}$(DLL_TAG) INITINSTANCE TERMINSTANCE > ./misc/$$i.def; \ 194 (cmd /C ".\\misc\\makedef.cmd ./lib/$$i.a ./misc/$$i.ref >> ./misc/$$i.def" \ 195 && cmd /C ".\\misc\\chkdef.cmd ./misc/$$i.def") \
|
| /freebsd-13.1/sys/x86/x86/ |
| H A D | mca.c | 855 uint64_t misc; in amd_thresholding_update() local 860 misc = rdmsr(mca_msr_ops.misc(bank)); in amd_thresholding_update() 872 wrmsr(mca_msr_ops.misc(bank), misc); in amd_thresholding_update() 1257 uint64_t misc; in amd_thresholding_start() local 1261 misc = rdmsr(mca_msr_ops.misc(bank)); in amd_thresholding_start() 1264 misc |= MC_MISC_AMD_INT_LVT; in amd_thresholding_start() 1274 misc |= MC_MISC_AMD_CNTEN; in amd_thresholding_start() 1276 wrmsr(mca_msr_ops.misc(bank), misc); in amd_thresholding_start() 1283 uint64_t misc; in amd_thresholding_monitor() local 1294 misc = rdmsr(mca_msr_ops.misc(i)); in amd_thresholding_monitor() [all …]
|
| /freebsd-13.1/tests/sys/pjdfstest/tests/ |
| H A D | Makefile | 11 ${PACKAGE}FILES+= misc.sh 12 CLEANFILES+= misc.sh misc.sh.tmp 14 misc.sh: ${PJDFSTEST_SRCDIR}/tests/misc.sh
|
| /freebsd-13.1/contrib/apr-util/ |
| H A D | build-outputs.mk | 37 misc/apr_date.lo: misc/apr_date.c .make.dirs include/apr_date.h 38 misc/apr_queue.lo: misc/apr_queue.c .make.dirs include/apr_queue.h 39 misc/apr_reslist.lo: misc/apr_reslist.c .make.dirs include/apr_reslist.h 40 misc/apr_rmm.lo: misc/apr_rmm.c .make.dirs include/apr_anylock.h include/apr_rmm.h 41 misc/apr_thread_pool.lo: misc/apr_thread_pool.c .make.dirs include/apr_thread_pool.h 42 misc/apu_dso.lo: misc/apu_dso.c .make.dirs include/apu_version.h include/private/apu_internal.h 43 misc/apu_version.lo: misc/apu_version.c .make.dirs include/apu_version.h 50 …he/apr_memcache.lo misc/apr_date.lo misc/apr_queue.lo misc/apr_reslist.lo misc/apr_rmm.lo misc/apr… 66 SOURCE_DIRS = xml redis dbm encoding hooks buckets uri misc crypto dbd strmatch memcache dbm/sdbm l… 148 BUILD_DIRS = buckets crypto dbd dbm dbm/sdbm encoding hooks ldap memcache misc redis strmatch uri x…
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/interrupt-controller/ |
| H A D | qca,ath79-misc-intc.txt | 7 - compatible: has to be "qca,<soctype>-cpu-intc", "qca,ar7100-misc-intc" or 8 "qca,<soctype>-cpu-intc", "qca,ar7240-misc-intc" 24 compatible = "qca,ar9132-misc-intc", "qca,ar7100-misc-intc"; 37 compatible = "qca,ar9331-misc-intc", qca,ar7240-misc-intc";
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/extcon/ |
| H A D | qcom,pm8941-misc.txt | 3 Some Qualcomm PMICs have a "misc" module that can be used to detect when 11 Definition: Should contain "qcom,pm8941-misc"; 16 Definition: Should contain the offset to the misc address space 31 usb_id: misc@900 { 32 compatible = "qcom,pm8941-misc";
|
| /freebsd-13.1/usr.bin/mail/ |
| H A D | Makefile | 4 CONFS= misc/mail.rc 10 FILESDIR= ${SHAREDIR}/misc 17 .PATH: ${.CURDIR}/misc 20 cd ${.CURDIR}/misc; ${INSTALL} -o root -g wheel \
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/arm/ |
| H A D | spear-misc.txt | 6 misc node required properties: 8 - compatible Should be "st,spear1340-misc", "syscon". 9 - reg: Address range of misc space up to 8K
|
| /freebsd-13.1/usr.sbin/cron/doc/ |
| H A D | Makefile.vixie | 92 env.c job.c user.c popen.c misc.c compat.c 95 misc.c job.c do_command.c env.c popen.c 96 LINT_CRONTAB = crontab.c misc.c entry.c env.c compat.c 98 misc.o env.o popen.o compat.o 99 CRONTAB_OBJ = crontab.o misc.o entry.o env.o compat.o
|
| /freebsd-13.1/crypto/heimdal/appl/telnet/libtelnet/ |
| H A D | Makefile.am | 19 misc-proto.h \ 20 misc.c \ 21 misc.h
|
| /freebsd-13.1/crypto/openssh/regress/unittests/sshsig/ |
| H A D | mktestdata.sh | 10 if [ -f ../../../misc/sk-dummy/sk-dummy.so ] ; then 11 SK_DUMMY=../../../misc/sk-dummy/sk-dummy.so 12 elif [ -f ../../../misc/sk-dummy/obj/sk-dummy.so ] ; then 13 SK_DUMMY=../../../misc/sk-dummy/obj/sk-dummy.so
|
| /freebsd-13.1/sys/netgraph/netflow/ |
| H A D | ng_netflow.h | 210 } misc; member 239 } misc; member 242 #define r_ip_p misc.i.prot 243 #define r_tos misc.i.tos 244 #define r_i_ifx misc.i.i_ifx 245 #define r_misc misc.all 256 #define fle_i_ifx r.misc.i.i_ifx 274 #define fle_i_ifx r.misc.i.i_ifx
|
| /freebsd-13.1/contrib/netbsd-tests/include/sys/ |
| H A D | t_pslist.c | 42 ATF_TC(misc); 43 ATF_TC_HEAD(misc, tc) in ATF_TC_HEAD() argument 47 ATF_TC_BODY(misc, tc) in ATF_TC_BODY() argument 122 ATF_TP_ADD_TC(tp, misc); in ATF_TP_ADD_TCS()
|
| /freebsd-13.1/contrib/wpa/hostapd/ |
| H A D | hostapd.android.rc | 10 mkdir /data/misc/wifi/hostapd 0770 wifi wifi 13 /data/misc/wifi/hostapd.conf 16 writepid /data/misc/wifi/hostapd.pid
|
| /freebsd-13.1/crypto/openssh/ |
| H A D | .depend | 46 clientloop.o: myproposal.h log.h ssherr.h misc.h readconf.h clientloop.h sshconnect.h authfd.h atom… 66 kex.o: match.h misc.h monitor.h sshbuf.h digest.h 82 misc.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/bas… 84 …ions.h sshpty.h channels.h session.h sshlogin.h canohost.h log.h ssherr.h misc.h servconf.h monito… 88 …tch.h log.h ssherr.h monitor.h monitor_wrap.h atomicio.h monitor_fdpass.h misc.h channels.h sessio… 94 …misc.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/ba… 119 …h auth-pam.h audit.h loginrec.h auth-options.h authfd.h pathnames.h log.h misc.h servconf.h sshlog… 140 ssh-keyscan.o: ssherr.h atomicio.h misc.h hostfile.h ssh_api.h ssh2.h dns.h 151 ssh.o: sshkey.h authfd.h authfile.h pathnames.h clientloop.h log.h ssherr.h misc.h readconf.h sshco… 152 ssh_api.o: authfile.h misc.h version.h myproposal.h sshbuf.h openbsd-compat/openssl-compat.h [all …]
|
| /freebsd-13.1/contrib/apr/ |
| H A D | CMakeLists.txt | 158 misc/unix/errorcodes.c 159 misc/unix/getopt.c 160 misc/unix/otherchild.c 161 misc/unix/version.c 162 misc/win32/charset.c 163 misc/win32/env.c 164 misc/win32/internal.c 165 misc/win32/misc.c 166 misc/win32/rand.c 167 misc/win32/start.c [all …]
|
| /freebsd-13.1/contrib/kyua/misc/ |
| H A D | Makefile.am.inc | 29 dist_misc_DATA = misc/context.html 30 dist_misc_DATA += misc/index.html 31 dist_misc_DATA += misc/report.css 32 dist_misc_DATA += misc/test_result.html
|
| /freebsd-13.1/cddl/contrib/opensolaris/lib/pyzfs/common/ |
| H A D | userspace.py | 33 import solaris.misc 71 (1, 1): ("SMB Group", lambda id: solaris.misc.sid_to_name(id, 0)), 73 (0, 1): ("SMB User", lambda id: solaris.misc.sid_to_name(id, 1)), 112 rid = solaris.misc.sid_to_id("%s-%u" % (domain, rid), 206 if ds.getprop("jailed") and solaris.misc.isglobalzone():
|
| /freebsd-13.1/contrib/ncurses/progs/ |
| H A D | capconvert | 127 if test $OPT ../misc/shlib ; then 161 if test -f ../misc/terminfo.src 164 master=../misc/terminfo.src
|
| /freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/misc/ |
| H A D | zpool_clear_001_neg.ksh | 33 . $STF_SUITE/tests/functional/cli_user/misc/misc.cfg
|
| H A D | zfs_rollback_001_neg.ksh | 33 . $STF_SUITE/tests/functional/cli_user/misc/misc.cfg
|
| /freebsd-13.1/contrib/openpam/ |
| H A D | configure.ac | 140 misc/Makefile 149 AC_CONFIG_FILES([misc/coverage.sh],[chmod +x misc/coverage.sh]) 150 AC_CONFIG_FILES([misc/coverity.sh],[chmod +x misc/coverity.sh])
|
| /freebsd-13.1/secure/lib/libssh/ |
| H A D | Makefile | 11 sshbuf-misc.c sshbuf-getput-crypto.c krl.c bitmap.c 18 atomicio.c dispatch.c mac.c misc.c utf8.c \ 29 sftp-realpath.c platform-pledge.c platform-tracing.c platform-misc.c \ 39 SRCS+= bcrypt_pbkdf.c blowfish.c bsd-misc.c bsd-signal.c explicit_bzero.c \
|