/freebsd/contrib/one-true-awk/testdir/ |
H A D | td.1 | 5 rhm Jxoi/5WRkeSf2 5 1 m0130,m322 /usr/guest 6 ken X.68wd1.ijayM 6 1 m0130,m322 /usr/guest 7 dmr C4u3dJWbg7RCk 7 1 mh1092,m069 /usr/guest/dmr 8 doug Ki71crWGxw/yM 8 1 m1660,m025 /usr/guest 10 greg aP/aSvprvNzjs 10 1 m0130,m322 /usr/guest 13 scj y937pkRi0VkSQ 24 1 m5190,m292 /usr/guest 14 mel WdR3IjGmtatqE 26 1 m2019,m285,pounce,lesk /usr/guest 15 agf X3yQDkiqWmPJg 34 1 m1699,m245 /usr/guest 16 llc Z/l25S2gaFn7U 41 1 m1650,m324 /usr/guest 17 lem JuvkSQUElv7mE 43 1 m0220,m157,l /usr/guest [all …]
|
H A D | test.data | 160 21guest:nfP4/Wpvio/Rw:998:998:Guest Account:/usr/people/guest:/bin/csh 190 21 guest nfP4/Wpvio/Rw 998 998 Guest Account /usr/people/guest /bin/csh
|
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/ |
H A D | qemu-3-deps.sh | 18 parted pax perf python-packaging python-setuptools qemu-guest-agent ksh \ 40 python3-setuptools python3-sphinx qemu-guest-agent rng-tools rpm2cpio \ 51 pkgconf python python3 pamtester pamtester qemu-guest-agent rsync xxhash 83 kernel-devel python3-setuptools qemu-guest-agent rng-tools rpcgen \ 170 sudo -E service qemu-guest-agent enable 175 sudo -E systemctl enable qemu-guest-agent 181 sudo -E systemctl enable qemu-guest-agent
|
/freebsd/sys/arm64/vmm/ |
H A D | vmm_vhe.c | 35 #define guest_or_nonvhe(guest) (guest) argument
|
H A D | vmm_hyp.c | 45 vmm_hyp_reg_store(struct hypctx *hypctx, struct hyp *hyp, bool guest) in vmm_hyp_reg_store() argument 50 if (guest) { in vmm_hyp_reg_store() 221 if (guest) { in vmm_hyp_reg_store() 237 if (guest_or_nonvhe(guest)) { in vmm_hyp_reg_store() 265 vmm_hyp_reg_restore(struct hypctx *hypctx, struct hyp *hyp, bool guest) in vmm_hyp_reg_restore() argument 283 if (guest_or_nonvhe(guest)) { in vmm_hyp_reg_restore() 304 if (guest) { in vmm_hyp_reg_restore() 427 if (guest) { in vmm_hyp_reg_restore()
|
H A D | vmm_nvhe.c | 35 #define guest_or_nonvhe(guest) (true) argument
|
/freebsd/sys/contrib/device-tree/Bindings/arm/ |
H A D | fw-cfg.txt | 11 registers; their location is communicated to the guest's UEFI firmware in the 12 DTB that QEMU places at the bottom of the guest's DRAM. 14 The authoritative guest-side hardware interface documentation to the fw_cfg
|
/freebsd/libexec/ftpd/ |
H A D | ftpd.c | 110 int guest; variable 982 if (guest) { in user() 992 guest = 0; in user() 1006 guest = 1; in user() 1176 guest = 0; in end_login() 1353 if (!guest) { /* "ftp" is only account allowed no password */ in pass() 1465 if (dochroot || guest) in pass() 1476 if (guest && stats && statfd < 0) { in pass() 1501 if (guest || dochroot) { in pass() 1542 if (guest || dochroot) { in pass() [all …]
|
H A D | extern.h | 74 extern int guest;
|
H A D | ftpcmd.y | 418 if (noretr || (guest && noguestretr)) 1229 if (!guest && strncasecmp("pass ", s, 5) == 0) { 1325 if (guest == 0 && p != 0) {
|
/freebsd/sys/contrib/device-tree/Bindings/reserved-memory/ |
H A D | xen,shared-memory.txt | 3 Expose one or more memory regions as reserved-memory to the guest 16 the base guest physical address and size of the shared memory region
|
/freebsd/crypto/heimdal/appl/ftp/ftpd/ |
H A D | ftpd.c | 71 int guest; variable 161 return (guest ? path+1 : path); in curdir() 498 if (guest) { in user() 508 guest = 0; in user() 515 guest = 1; in user() 717 if (guest) { in do_login() 763 if (guest) { in do_login() 825 guest = 0; in end_login() 888 if (!guest) { /* "ftp" is only account allowed no password */ in pass() 1107 if(guest && filename_check(name)) in do_store() [all …]
|
H A D | extern.h | 131 extern int guest;
|
H A D | ftpcmd.y | 368 if (dochroot || guest) 537 if(guest) 548 if(guest) 893 $$ = $1 && !guest; 1081 if (!guest && strncasecmp("pass ", s, 5) == 0) {
|
H A D | ftpcmd.c | 2077 if (dochroot || guest) in yyparse() 2310 if(guest) in yyparse() 2324 if(guest) in yyparse() 2727 (yyval.i) = (yyvsp[(1) - (1)].i) && !guest; in yyparse() 3134 if (!guest && strncasecmp("pass ", s, 5) == 0) {
|
/freebsd/sys/contrib/device-tree/Bindings/powerpc/fsl/ |
H A D | msi-pic.txt | 91 The ATMU is programmed with the guest physical address, and the PAMU 97 be used to cover all of the guest's memory space. 100 subwindow can have its own address mapping ("guest physical" to "true 108 lives). The first subwindow after the end of guest memory is used for
|
/freebsd/usr.sbin/bhyve/ |
H A D | net_backend_slirp.c | 398 char *p, *host, *guest; in parse_hostfwd_rule() local 418 guest = strchr(host, '-'); in parse_hostfwd_rule() 419 if (guest == NULL) { in parse_hostfwd_rule() 423 *guest++ = '\0'; in parse_hostfwd_rule() 431 error = parse_addr(guest, guestaddrp); in parse_hostfwd_rule()
|
/freebsd/etc/ |
H A D | group | 17 guest:*:31:
|
/freebsd/contrib/wpa/hostapd/ |
H A D | hostapd.vlan | 5 100 guest
|
/freebsd/sys/contrib/device-tree/Bindings/misc/ |
H A D | pvpanic-mmio.txt | 15 * Bytes 0x0 Write panic event to the reg when guest OS panics.
|
/freebsd/contrib/sendmail/cf/ostype/ |
H A D | irix5.m4 | 25 # - SGI's /etc/sendmail.cf set's default uid and gid to 998 (guest)
|
H A D | irix6.m4 | 25 # - SGI's /etc/sendmail.cf set's default uid and gid to 998 (guest)
|
/freebsd/release/ |
H A D | Makefile.gce | 80 --guest-os-features=GVNIC,UEFI_COMPATIBLE \
|
/freebsd/sys/dev/vmware/vmxnet3/ |
H A D | if_vmxreg.h | 228 uint32_t guest; /* Guest OS */ member
|
/freebsd/sys/contrib/device-tree/Bindings/dma/ |
H A D | qcom_hidma_mgmt.txt | 46 When the OS is not in control of the management interface (i.e. it's a guest),
|