/titanic_50/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_find.c | 235 uint16_t eos; in smb_com_search() local 336 rc = smb_odir_read_fileinfo(sr, od, &fileinfo, &eos); in smb_com_search() 337 if (rc != 0 || eos != 0) in smb_com_search() 362 if (eos && rc == ENOENT) in smb_com_search() 419 uint16_t eos; in smb_com_find() local 491 rc = smb_odir_read_fileinfo(sr, od, &fileinfo, &eos); in smb_com_find() 492 if (rc != 0 || eos != 0) in smb_com_find() 515 if (eos && rc == ENOENT) in smb_com_find() 639 uint16_t eos; in smb_com_find_unique() local 681 rc = smb_odir_read_fileinfo(sr, od, &fileinfo, &eos); in smb_com_find_unique() [all …]
|
H A D | smb_query_fileinfo.c | 634 boolean_t eos = B_FALSE; in smb_query_stream_info() local 668 rc = smb_odir_read_streaminfo(sr, od, sinfo, &eos); in smb_query_stream_info() 669 if ((rc != 0) || (eos)) in smb_query_stream_info() 710 rc = smb_odir_read_streaminfo(sr, od, sinfo_next, &eos); in smb_query_stream_info() 711 if ((rc != 0) || (eos)) { in smb_query_stream_info()
|
H A D | smb_delete.c | 375 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 D | smb_fsops.c | 795 boolean_t eos; in smb_fsop_remove_streams() local 829 rc = smb_odir_read(sr, od, odirent, &eos); in smb_fsop_remove_streams() 830 if ((rc != 0) || (eos)) in smb_fsop_remove_streams() 836 if (eos && rc == ENOENT) in smb_fsop_remove_streams()
|
/titanic_50/usr/src/lib/libresolv2/common/isc/ |
H A D | ctl_clnt.c | 491 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 D | ctl_srvr.c | 571 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_50/usr/src/lib/fm/libfmd_msg/common/ |
H A D | fmd_msg.c | 1082 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_50/usr/src/lib/fm/topo/libtopo/common/ |
H A D | dev.c | 275 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_50/usr/src/lib/libnisdb/ |
H A D | ldap_parse.h | 108 eos enumerator
|
H A D | ldap_val.c | 2008 if (f[curf].match.limit == eos) { in scanMappingFormat()
|
/titanic_50/usr/src/cmd/praudit/ |
H A D | format.c | 1806 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_50/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_smb.c | 1903 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()
|