Home
last modified time | relevance | path

Searched refs:eos (Results 1 – 12 of 12) sorted by relevance

/titanic_41/usr/src/uts/common/fs/smbsrv/
H A Dsmb_find.c234 uint16_t eos; in smb_com_search() local
331 rc = smb_odir_read_fileinfo(sr, od, &fileinfo, &eos); in smb_com_search()
332 if (rc != 0 || eos != 0) in smb_com_search()
411 uint16_t eos; in smb_com_find() local
477 rc = smb_odir_read_fileinfo(sr, od, &fileinfo, &eos); in smb_com_find()
478 if (rc != 0 || eos != 0) in smb_com_find()
622 uint16_t eos; in smb_com_find_unique() local
663 rc = smb_odir_read_fileinfo(sr, od, &fileinfo, &eos); in smb_com_find_unique()
664 if (rc != 0 || eos != 0) in smb_com_find_unique()
H A Dsmb_delete.c376 boolean_t eos; in smb_delete_find_fname() local
380 rc = smb_odir_read(sr, od, odirent, &eos); in smb_delete_find_fname()
382 if (eos) in smb_delete_find_fname()
H A Dsmb_query_fileinfo.c642 boolean_t eos = B_FALSE; in smb_encode_stream_info() local
667 rc = smb_odir_read_streaminfo(sr, od, sinfo, &eos); in smb_encode_stream_info()
669 if ((od == NULL) || (rc != 0) || (eos)) in smb_encode_stream_info()
711 rc = smb_odir_read_streaminfo(sr, od, sinfo_next, &eos); in smb_encode_stream_info()
712 if ((rc != 0) || (eos)) { in smb_encode_stream_info()
H A Dsmb_fsops.c795 boolean_t eos; in smb_fsop_remove_streams() local
831 rc = smb_odir_read(sr, od, odirent, &eos); in smb_fsop_remove_streams()
832 if ((rc != 0) || (eos)) in smb_fsop_remove_streams()
/titanic_41/usr/src/lib/libresolv2/common/isc/
H A Dctl_clnt.c491 char *eos; in readable() local
521 eos = memchr(ctx->inbuf.text, '\n', ctx->inbuf.used); in readable()
522 if (eos != NULL && eos != ctx->inbuf.text && eos[-1] == '\r') { in readable()
525 eos[-1] = '\0'; in readable()
546 ctx->inbuf.used -= ((eos - ctx->inbuf.text) + 1); in readable()
550 memmove(ctx->inbuf.text, eos + 1, ctx->inbuf.used); in readable()
H A Dctl_srvr.c571 char *eos, tmp[MAX_NTOP]; in ctl_readable() local
598 eos = memchr(sess->inbuf.text, '\n', sess->inbuf.used); in ctl_readable()
599 if (eos != NULL && eos != sess->inbuf.text && eos[-1] == '\r') { in ctl_readable()
600 eos[-1] = '\0'; in ctl_readable()
611 sess->inbuf.used -= ((eos - sess->inbuf.text) + 1); in ctl_readable()
615 memmove(sess->inbuf.text, eos + 1, sess->inbuf.used); in ctl_readable()
/titanic_41/usr/src/lib/fm/libfmd_msg/common/
H A Dfmd_msg.c1082 goto eos; in fmd_msg_getitem_locked()
1097 goto eos; in fmd_msg_getitem_locked()
1115 goto eos; in fmd_msg_getitem_locked()
1122 eos: in fmd_msg_getitem_locked()
1201 goto eos; in fmd_msg_decode_tokens()
1216 goto eos; in fmd_msg_decode_tokens()
1234 goto eos; in fmd_msg_decode_tokens()
1241 eos: in fmd_msg_decode_tokens()
/titanic_41/usr/src/lib/fm/topo/libtopo/common/
H A Ddev.c275 char *eos, *part[2]; in dev_fmri_str2nvl() local
281 eos = devpath = strchr(cur, '/'); in dev_fmri_str2nvl()
292 *eos = '\0'; in dev_fmri_str2nvl()
301 if (part[1] + 1 == eos || in dev_fmri_str2nvl()
/titanic_41/usr/src/lib/libnisdb/
H A Dldap_parse.h108 eos enumerator
H A Dldap_val.c2007 if (f[curf].match.limit == eos) { in scanMappingFormat()
/titanic_41/usr/src/cmd/praudit/
H A Dformat.c1806 int i, printable, eos; in pa_string() local
1830 mlen = eos = 0; in pa_string()
1834 if (!eos) { in pa_string()
1837 eos = 1; in pa_string()
1842 } while (!eos && mlen < mbmax && rlen <= 0); in pa_string()
/titanic_41/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_smb.c1903 uint16_t ecnt, eos, lno, flags; in smbfs_smb_trans2find2() local
1983 md_get_uint16le(mdp, &eos); /* end of search */ in smbfs_smb_trans2find2()
1997 if (eos || ctx->f_ecnt == 0) in smbfs_smb_trans2find2()