Searched refs:guest (Results 1 - 12 of 12) sorted by relevance

/freebsd-current/crypto/heimdal/appl/ftp/ftpd/
H A Dextern.h131 extern int guest;
H A Dftpd.c71 int guest; variable
160 /* For guest account, skip / since it's chrooted */
161 return (guest ? path+1 : path);
218 { NULL, 'g', arg_string, &guest_umask_string, "umask for guest logins" },
481 * _PATH_FTPUSERS, and ftp account exists, set guest and pw, then just return.
498 if (guest) {
499 reply(530, "Can't change user from guest login.");
508 guest = 0;
515 guest = 1;
717 if (guest) {
[all...]
H A Dftpcmd.y368 if (dochroot || guest)
537 if(guest)
538 reply(500, "Can't be done as guest.");
548 if(guest)
549 reply(500, "Can't be done as guest.");
893 $$ = $1 && !guest;
1081 if (!guest && strncasecmp("pass ", s, 5) == 0) {
H A Dftpcmd.c2080 if (dochroot || guest)
2313 if(guest)
2314 reply(500, "Can't be done as guest.");
2327 if(guest)
2328 reply(500, "Can't be done as guest.");
2730 (yyval.i) = (yyvsp[(1) - (1)].i) && !guest;
3137 if (!guest && strncasecmp("pass ", s, 5) == 0) {
/freebsd-current/libexec/ftpd/
H A Dextern.h74 extern int guest;
H A Dftpd.c110 int guest; variable
969 * _PATH_FTPUSERS, and ftp account exists, set guest and pw, then just return.
982 if (guest) {
983 reply(530, "Can't change user from guest login.");
992 guest = 0;
1006 guest = 1;
1176 guest = 0;
1353 if (!guest) { /* "ftp" is only account allowed no password */
1465 if (dochroot || guest)
1476 if (guest
[all...]
H A Dftpcmd.y418 if (noretr || (guest && noguestretr))
1229 if (!guest && strncasecmp("pass ", s, 5) == 0) {
1325 if (guest == 0 && p != 0) {
/freebsd-current/release/
H A DMakefile.gce80 --guest-os-features=GVNIC,UEFI_COMPATIBLE \
/freebsd-current/usr.sbin/bhyve/
H A Dnet_backend_slirp.c39 * Packets received from the guest (i.e., transmitted by the frontend, such as a
41 * Packets to be transmitted to the guest (i.e., inserted into the frontend's
398 char *p, *host, *guest; local
418 guest = strchr(host, '-');
419 if (guest == NULL) {
423 *guest++ = '\0';
431 error = parse_addr(guest, guestaddrp);
/freebsd-current/sys/arm64/vmm/
H A Dvmm_hyp.c47 vmm_hyp_reg_store(struct hypctx *hypctx, struct hyp *hyp, bool guest) argument
51 /* Store the guest VFP registers */
52 if (guest) {
222 if (guest) {
226 /* Store the guest special registers */
262 vmm_hyp_reg_restore(struct hypctx *hypctx, struct hyp *hyp, bool guest) argument
414 if (guest) {
498 /* Call into the guest */
604 /* Switch to the guest vttbr */
646 /* Switch to the guest vttb
[all...]
/freebsd-current/sys/dev/vmware/vmxnet3/
H A Dif_vmxreg.h228 uint32_t guest; /* Guest OS */ member in struct:vmxnet3_driver_shared
H A Dif_vmx.c1067 ds->guest = VMXNET3_GOS_FREEBSD |

Completed in 220 milliseconds