Searched refs:login (Results 26 - 39 of 39) sorted by relevance

12

/illumos-gate/usr/src/cmd/lp/lib/printers/
H A Dgetprinter.c203 prp->login = LOG_IN;
H A Dputprinter.c388 if (prbufp->login & LOG_IN)
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp_var.h324 extern int login(char *host);
H A Dcmds.c100 * auto-login, if possible.
157 (void) login(argv[1]);
1351 * Send new user information (re-login)
H A Dftp.c358 login(char *host) function
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Dfinger.c44 * There are three output formats, all of which give login name, teletype
45 * line number, and login time. The short output format is reminiscent
50 * login time. Finally, the long style output give the same information
73 * where 'namelist' is a list of users login names.
108 static char gecos_samename = '&'; /* repeat login name in real name */
121 time_t loginat; /* time of (last) login */
131 char LASTLOG[] = "/var/adm/lastlog"; /* last login info */
186 int matchcmp(char *gname, char *login, char *given);
376 * Handle multiple login names.
398 /* Now get login informatio
1070 matchcmp(char *gname, char *login, char *given) argument
[all...]
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_hdlrs.c689 * If it was a login ack for one of our children, we need to pass
712 * login, so we create the EoIB instance for it.
795 fip_desc_vnic_login_t *login; local
803 * When we get login acknowledgements, we simply invoke the
809 login = &(ack->ak_vnic_login);
810 vnic_id = ntohs(login->vl_vnic_id);
823 ENX_DPRINTF_WARN("no login-ack cookie for (hca_guid=0x%llx, "
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dstatus.c222 if (pps->printer->login) {
/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Dlpsched-printers.c205 "lpsched-login-term", tmp->login);
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c3688 login(dev_t dev, caddr_t arg, int mode, int *rval) function
3690 STRUCT_DECL(crypto_login, login);
3701 STRUCT_INIT(login, mode);
3704 cmn_err(CE_WARN, "login: failed holding minor");
3708 if (copyin(arg, STRUCT_BUF(login), STRUCT_SIZE(login)) != 0) {
3713 user_type = STRUCT_FGET(login, co_user_type);
3715 pin_len = STRUCT_FGET(login, co_pin_len);
3717 if (get_pin_and_session_ptr(STRUCT_FGETP(login, co_pin),
3718 &pin, pin_len, cm, STRUCT_FGET(login, co_sessio
[all...]
/illumos-gate/usr/src/cmd/csh/
H A Dsh.func.c283 execl("/bin/login", "login", v_, 0);
327 error("Not login shell");
1577 error("Can't suspend a login shell (yet)");
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c99 fct_remote_port_t *rp, fct_cmd_t *login);
3101 cmn_err(CE_WARN, "login for portid %x came in "
3111 cmn_err(CE_WARN, "login for portid %x came in with "
3129 fct_cmd_t *login)
3133 p = ((fct_els_t *)login->cmd_specific)->els_req_payload;
3156 fct_cmd_t *login)
3163 fct_cmd_t *login)
3176 login->cmd_rp_handle, &h);
3183 if (login->cmd_type == FCT_CMD_SOL_ELS) {
3184 ret = qlt_fill_plogi_req(port, rp, login);
3128 qlt_fill_plogi_req(fct_local_port_t *port, fct_remote_port_t *rp, fct_cmd_t *login) argument
3155 qlt_fill_plogi_resp(fct_local_port_t *port, fct_remote_port_t *rp, fct_cmd_t *login) argument
3162 qlt_register_remote_port(fct_local_port_t *port, fct_remote_port_t *rp, fct_cmd_t *login) argument
[all...]
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi.h148 * Not defined by iSCSI, but used in the login code to
182 /* iSCSI login negotiation failed */
184 /* iSCSI login authentication failed */
186 /* iSCSI login redirection failed */
198 /* iSCSI login tpgt negotiation failed */
312 ISCSI_CMD_TYPE_LOGIN, /* login */
477 } login; member in union:iscsi_cmd::__anon6492
685 int conn_current_stage; /* iSCSI login stage */
686 int conn_next_stage; /* iSCSI login stage */
717 /* active login parameter
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c6060 * If an unsolicited cross login already created
6080 " a cross login was accepted"
6111 * login collision happens.
6626 FP_TRACE(FP_NHEAD1(1, 0), "ADISC re-login; "
9848 * login before issuing RNID ioctl or the device would
11111 * (to reset End to End credit to the default login
11701 * Most likely this means a cross login is in
11940 * Most likely this means a cross login is in
11980 * this context if login isn't going to be accepted for the
14036 int login; local
[all...]

Completed in 124 milliseconds

12