Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_find.c235 uint16_t eos; in smb_com_search() local
337 rc = smb_odir_read_fileinfo(sr, od, &fileinfo, &eos); in smb_com_search()
338 if (rc != 0 || eos != 0) in smb_com_search()
363 if (eos && rc == ENOENT) in smb_com_search()
420 uint16_t eos; in smb_com_find() local
493 rc = smb_odir_read_fileinfo(sr, od, &fileinfo, &eos); in smb_com_find()
494 if (rc != 0 || eos != 0) in smb_com_find()
517 if (eos && rc == ENOENT) in smb_com_find()
641 uint16_t eos; in smb_com_find_unique() local
684 if (rc != 0 || eos != 0) in smb_com_find_unique()
[all …]
H A Dsmb_delete.c375 boolean_t eos; in smb_delete_find_fname() local
379 rc = smb_odir_read(sr, od, odirent, &eos); in smb_delete_find_fname()
H A Dsmb_query_fileinfo.c697 boolean_t eos = B_FALSE; in smb_query_stream_info() local
698 rc = smb_odir_read_streaminfo(sr, od, sinfo, &eos); in smb_query_stream_info()
699 if ((rc != 0) || (eos)) { in smb_query_stream_info()
H A Dsmb_fsops.c869 boolean_t eos; in smb_fsop_remove_streams() local
909 rc = smb_odir_read(sr, od, odirent, &eos); in smb_fsop_remove_streams()
910 if ((rc != 0) || (eos)) in smb_fsop_remove_streams()
916 if (eos && rc == ENOENT) in smb_fsop_remove_streams()
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dctl_clnt.c485 char *eos; in readable() local
515 eos = memchr(ctx->inbuf.text, '\n', ctx->inbuf.used); in readable()
516 if (eos != NULL && eos != ctx->inbuf.text && eos[-1] == '\r') { in readable()
519 eos[-1] = '\0'; in readable()
540 ctx->inbuf.used -= ((eos - ctx->inbuf.text) + 1); in readable()
544 memmove(ctx->inbuf.text, eos + 1, ctx->inbuf.used); in readable()
H A Dctl_srvr.c565 char *eos, tmp[MAX_NTOP]; in ctl_readable() local
592 eos = memchr(sess->inbuf.text, '\n', sess->inbuf.used); in ctl_readable()
593 if (eos != NULL && eos != sess->inbuf.text && eos[-1] == '\r') { in ctl_readable()
594 eos[-1] = '\0'; in ctl_readable()
605 sess->inbuf.used -= ((eos - sess->inbuf.text) + 1); in ctl_readable()
609 memmove(sess->inbuf.text, eos + 1, sess->inbuf.used); in ctl_readable()
/illumos-gate/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()
/illumos-gate/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()
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_parse.h106 eos enumerator
H A Dldap_val.c2008 if (f[curf].match.limit == eos) { in scanMappingFormat()
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_smb1.c533 uint16_t ecnt, eos, lno, flags; in smbfs_smb1_trans2find2() local
618 md_get_uint16le(mdp, &eos); /* end of search */ in smbfs_smb1_trans2find2()
632 if (eos || ctx->f_ecnt == 0) in smbfs_smb1_trans2find2()
/illumos-gate/usr/src/cmd/praudit/
H A Dformat.c1957 int i, printable, eos; in pa_string() local
1981 mlen = eos = 0; in pa_string()
1985 if (!eos) { in pa_string()
1988 eos = 1; in pa_string()
1993 } while (!eos && mlen < mbmax && rlen <= 0); in pa_string()