/freebsd/usr.sbin/bluetooth/bcmfw/ |
H A D | README | 6 drwxr-xr-x 3 julian wheel 512 May 10 00:40 . 7 drwxr-xr-x 11 julian wheel 512 May 10 14:48 .. 8 -rw-r--r-- 1 julian wheel 154 May 10 00:41 BCM-LEGAL.txt 9 -rw-r--r-- 1 julian wheel 56 May 10 00:14 BCM2033-FW.bin.md5 10 -rw-r--r-- 1 julian wheel 158049 May 10 00:14 BCM2033-FW.bin.uue 11 -rw-r--r-- 1 julian wheel 56 May 10 00:14 BCM2033-MD.hex.md5 12 -rw-r--r-- 1 julian wheel 4505 May 10 00:14 BCM2033-MD.hex.uue 13 drwxr-xr-x 2 julian wheel 512 May 10 00:52 CVS 14 -rw-r--r-- 1 julian wheel 516 May 10 00:14 Makefile 15 -rw-r--r-- 1 julian wheel 3013 May 10 00:14 bcmfw.8 [all …]
|
/freebsd/sys/netinet/ |
H A D | sctp_ss_functions.c | 58 TAILQ_INIT(&asoc->ss_data.out.wheel); in sctp_ss_default_init() 62 * stream queues to the wheel. in sctp_ss_default_init() 78 while (!TAILQ_EMPTY(&asoc->ss_data.out.wheel)) { in sctp_ss_default_clear() 81 strq = TAILQ_FIRST(&asoc->ss_data.out.wheel); in sctp_ss_default_clear() 83 TAILQ_REMOVE(&asoc->ss_data.out.wheel, strq, ss_params.ss.rr.next_spoke); in sctp_ss_default_clear() 114 /* Add to wheel if not already on it and stream queue not empty */ in sctp_ss_default_add() 116 TAILQ_INSERT_TAIL(&asoc->ss_data.out.wheel, in sctp_ss_default_add() 128 return (TAILQ_EMPTY(&asoc->ss_data.out.wheel)); in sctp_ss_default_is_empty() 139 * Remove from wheel if stream queue is empty and actually is on the in sctp_ss_default_remove() 140 * wheel in sctp_ss_default_remove() [all …]
|
H A D | tcp_hpts.c | 161 * The hpts uses a 102400 wheel. The wheel 185 uint8_t p_wheel_complete; /* have we completed the wheel arc walk? */ 189 uint32_t p_cur_slot; /* Current slot in wheel hpts is draining */ 205 } *p_hptss; /* Hptsi wheel */ 293 &combined_wheel_wrap, "Number of times the wheel lagged enough to have an insert see wrap"); 298 &wheel_wrap, "Number of times the wheel lagged enough to have an insert see wrap"); 621 * Given a slot on the wheel, what slot in hpts_slot() 624 KASSERT(wheel_slot < NUM_OF_HPTSI_SLOTS, ("Invalid tick %u not on wheel", wheel_slot)); in hpts_slot() 636 * space wheel. in tick_to_wheel() 646 * on our wheel. How far are they apart? in hpts_slots_diff() [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/acl/off/ |
H A D | posixmode.ksh | 62 wheel=root 64 wheel=wheel 75 log_must chown :$wheel $dir 80 log_must chown :$wheel $file 85 log_must chown :$wheel $file 111 log_must chown :$wheel $file 116 log_must chown :$wheel $file
|
/freebsd/usr.sbin/pw/tests/ |
H A D | pw_groupdel_test.sh | 6 # Test to make sure we do not accidentially delete wheel when trying to delete 14 atf_check -s exit:0 -o inline:"wheel:*:0:root\n" -x ${PW} groupshow wheel 17 atf_check -s exit:0 -o inline:"wheel:*:0:root\n" -x ${PW} groupshow wheel
|
/freebsd/release/ |
H A D | Makefile | 141 …echo "./var/db/etcupdate type=dir uname=root gname=wheel mode=0755" >> ${.OBJDIR}/${DISTDIR}/base.… 189 echo "./usr/freebsd-dist type=dir uname=root gname=wheel mode=0755" >> ${.TARGET}/METALOG 191 …do echo "./usr/freebsd-dist/$${dist} type=file uname=root gname=wheel mode=0644" >> ${.TARGET}/MET… 209 …echo "./etc/resolv.conf type=link uname=root gname=wheel mode=0644 link=/tmp/bsdinstall_etc/resolv… 210 echo "./etc/rc.conf type=file uname=root gname=wheel mode=0644" >> ${.TARGET}/METALOG 211 echo "./etc/sysctl.conf type=file uname=root gname=wheel mode=0644" >> ${.TARGET}/METALOG 212 echo "./boot/loader.conf type=file uname=root gname=wheel mode=0644" >> ${.TARGET}/METALOG 213 echo "./etc/rc.local type=file uname=root gname=wheel mode=0644" >> ${.TARGET}/METALOG 233 echo "./usr/freebsd-dist type=dir uname=root gname=wheel mode=0755" >> ${.TARGET}/METALOG 234 echo "./usr/freebsd-dist/MANIFEST type=file uname=root gname=wheel mode=0644" >> ${.TARGET}/METALOG [all …]
|
/freebsd/tests/sys/acl/ |
H A D | tools-posix.test | 42 > # group: wheel 56 > # group: wheel 73 > # group: wheel 95 > # group: wheel 117 > # group: wheel 128 > # group: wheel 141 > # group: wheel 152 > # group: wheel 170 > # group: wheel 185 > # group: wheel [all …]
|
/freebsd/tests/sys/mac/bsdextended/ |
H A D | ugidfw_test.c | 66 "wheel", 91 "subject gid wheel object gid wheel mode n", 92 "subject gid wheel object gid daemon mode n", 93 "subject gid daemon object gid wheel mode n", 96 "subject uid bin gid daemon object uid operator gid wheel mode n", 102 "subject uid root:operator object gid wheel:bin mode n", 113 "subject not gid wheel:bin object not gid_of_subject mode n", 128 "subject ! gid wheel object mode n", 131 "subject object ! gid wheel mode n", 139 "subject uid root ! gid wheel:bin ! jailid 1 "
|
/freebsd/share/mk/ |
H A D | bsd.own.mk | 20 # BINGRP Binary group. [wheel] 62 # EFIGRP EFIDIR group. [wheel] 72 # SHAREGRP ASCII text file group. [wheel] 81 # CONFGRP Configuration file group. [wheel] 88 # DIRGRP Directory group. [wheel] 165 BINGRP?= wheel 176 DTBGRP?= wheel 180 EFIGRP?= wheel 205 SHAREGRP?= wheel 210 CONFGRP?= wheel [all …]
|
/freebsd/contrib/netbsd-tests/usr.bin/id/ |
H A D | t_id.sh | 44 echo "uid=100(test) gid=100(users) groups=100(users),0(wheel)" >expout 49 echo "uid=0(root) gid=0(wheel) groups=0(wheel)" >expout 54 echo "uid=100(test) gid=100(users) euid=0(root) egid=0(wheel) groups=100(users),0(wheel)" >expout 97 echo "users wheel" >expout 106 echo "wheel" >expout 138 echo "wheel" >expout 161 echo "wheel" >expout 196 groups users wheel 204 groups wheel 214 groups users wheel
|
/freebsd/release/powerpc/ |
H A D | mkisoimages.sh | 92 echo "./ppc type=dir uname=root gname=wheel mode=0755" >> ${metalogfilename} 93 echo "./ppc/chrp type=dir uname=root gname=wheel mode=0755" >> ${metalogfilename} 94 echo "./ppc/chrp/loader type=file uname=root gname=wheel mode=0644" >> ${metalogfilename} 95 echo "./ppc/bootinfo.txt type=file uname=root gname=wheel mode=0644" >> ${metalogfilename} 101 echo "./etc/kboot.conf type=file uname=root gname=wheel mode=0644" >> ${metalogfilename} 108 echo "./etc/fstab type=file uname=root gname=wheel mode=0644" >> ${metalogfilename}
|
/freebsd/usr.bin/truncate/ |
H A D | truncate.1 | 200 -rw-r--r-- 1 root wheel 10485760 Jul 22 18:48 test_file 211 -r-xr-xr-x 1 root wheel 31352552 May 15 14:18 /boot/kernel/kernel* 212 -rw-r--r-- 1 root wheel 31352552 Jul 22 19:15 test_file 213 -rw-r--r-- 1 root wheel 31352552 Jul 22 19:15 test_file2 222 -rw-r--r-- 1 root wheel 26109672 Jul 22 19:17 test_file 223 -rw-r--r-- 1 root wheel 31352552 Jul 22 19:15 test_file2
|
/freebsd/etc/mtree/ |
H A D | BSD.var.dist | 5 /set type=dir uname=root gname=wheel mode=0755 tags=package=runtime 22 remote uname=auditdistd gname=wheel mode=0700 27 /set gname=wheel 99 /set gname=wheel
|
/freebsd/contrib/wpa/wpa_supplicant/doc/docbook/ |
H A D | wpa_supplicant.conf.sgml | 52 # allow frontend (e.g., wpa_cli) to be used by all users in 'wheel' group 53 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel 86 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel 108 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel 130 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel 155 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel 185 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel
|
/freebsd/usr.sbin/moused/ |
H A D | moused.8 | 78 events and movement of the roller or the wheel if available. 79 The roller/wheel movement is reported as 423 Other mice with a roller/wheel may be compatible with this protocol. 481 act as the wheel mode button. 488 Map Z axis (roller/wheel) movement to another axis or to virtual buttons. 518 the second wheel is used to generate horizontal scroll action, 522 The motion of the second wheel will be mapped to the buttons 533 Note that horizontal movement or second roller/wheel movement may not 540 and the direction of the second vertical wheel does not match the 670 If the mouse has a roller or a wheel, i [all...] |
/freebsd/contrib/ofed/opensm/include/complib/ |
H A D | cl_event_wheel.h | 38 * Declaration of event wheel abstraction. 153 * if the event wheel is part of a larger object protected by its own lock 159 * A flag indicating the event wheel is closing. This means that 218 * Pointer to this event wheel object 293 * if the event wheel is part of a larger object protected by its own lock 348 * Note that this function should be called inside a lock of the event wheel! 421 * the event wheel. So it should only be invoked when the need arises
|
/freebsd/tools/tools/nanobsd/dhcpd/ |
H A D | os-base | 180 chown -R root:wheel ${NANO_WORLDDIR}/root 183 chown -R root:wheel ${NANO_WORLDDIR}/etc 184 chown -R root:wheel ${NANO_WORLDDIR}/boot 185 chown root:wheel ${NANO_WORLDDIR}/ 186 chown root:wheel ${NANO_WORLDDIR}/usr
|
/freebsd/sys/dev/hid/ |
H A D | hms.c | 135 int32_t wheel; in hms_intr() local 146 * Except this results in dropping consecutive mouse wheel events, in hms_intr() 148 * same amount. So, don't do it when there's mouse wheel movement. in hms_intr() 151 wheel = hid_get_data(buf, len, &sc->wheel_loc); in hms_intr() 153 wheel = 0; in hms_intr() 156 wheel == 0) { in hms_intr() 305 * Make note of which part of the report descriptor is the wheel. in hms_attach()
|
/freebsd/usr.bin/login/ |
H A D | login.access | 34 #-:ALL EXCEPT wheel shutdown sync:console 36 # Disallow non-local logins to privileged accounts (group wheel). 38 #-:wheel:ALL EXCEPT LOCAL .win.tue.nl
|
/freebsd/tools/tools/makeroot/ |
H A D | makeroot.sh | 140 ./etc/group type=file uname=root gname=wheel mode=0644 contents=${tmpdir}/group 141 ./etc/master.passwd type=file uname=root gname=wheel mode=0600 contents=${tmpdir}/master.passwd 142 ./etc/passwd type=file mode=0644 uname=root gname=wheel contents=${tmpdir}/passwd 143 ./etc/pwd.db type=file mode=0644 uname=root gname=wheel contents=${tmpdir}/pwd.db 144 ./etc/spwd.db type=file mode=0600 uname=root gname=wheel contents=${tmpdir}/spwd.db 212 echo "./etc/rcorder.start type=file mode=644 uname=root gname=wheel" \
|
/freebsd/libexec/nuageinit/tests/ |
H A D | nuage.sh | 46 printf "wheel:*:0:root\n" > etc/group 57 printf "wheel:*:0:root\n" > etc/group 71 printf "wheel:*:0:root\n" > etc/group
|
/freebsd/sys/dev/evdev/ |
H A D | evdev.h | 58 * Sysmouse protocol does not support horizontal wheel movement reporting. 62 * 0 - do not extract horizontal wheel movement (default). 63 * 1 - ums(4) horizontal wheel encoding. T-axis is mapped to buttons 6 and 7 64 * 2 - psm(4) wheels encoding: z = 1,-1 - vert. wheel, z = 2,-2 - horiz. wheel
|
/freebsd/usr.sbin/praudit/tests/input/ |
H A D | del_comma | 5 subject,root,root,wheel,root,wheel,7053,4724,37636,10.0.2.2
|
H A D | no_args | 5 subject,root,root,wheel,root,wheel,7053,4724,37636,10.0.2.2
|
H A D | short_form | 5 subject,root,root,wheel,root,wheel,7053,4724,37636,10.0.2.2
|