Searched refs:ssp (Results 26 - 50 of 60) sorted by relevance

123

/freebsd-11-stable/contrib/gcclibs/libssp/
H A Dstrncat-chk.c37 #include <ssp/ssp.h>
H A DMakefile.in50 $(top_srcdir)/ssp/ssp.h.in ChangeLog
64 CONFIG_CLEAN_FILES = ssp/ssp.h
75 am_libssp_la_OBJECTS = ssp.lo gets-chk.lo memcpy-chk.lo memmove-chk.lo \
80 am_libssp_nonshared_la_OBJECTS = libssp_nonshared_la-ssp-local.lo
221 @LIBSSP_USE_SYMVER_TRUE@version_arg = -Wl,--version-script=$(srcdir)/ssp.map
223 @LIBSSP_USE_SYMVER_TRUE@version_dep = $(srcdir)/ssp.map
227 nobase_libsubinclude_HEADERS = ssp/ssp
[all...]
/freebsd-11-stable/sys/netsmb/
H A Dsmb_usr.c151 *sspp = vspec.ssp;
186 struct smb_share *ssp; local
193 error = smb_vc_lookupshare(vcp, &shspec, scred, &ssp);
195 *sspp = ssp;
200 error = smb_share_create(vcp, &shspec, scred, &ssp);
203 error = smb_smb_treeconnect(ssp, scred);
205 smb_share_put(ssp, scred);
207 *sspp = ssp;
212 smb_usr_simplerequest(struct smb_share *ssp, struct smbioc_rq *dp, argument
235 error = smb_rq_init(rqp, SSTOCP(ssp), d
296 smb_usr_t2request(struct smb_share *ssp, struct smbioc_t2rq *dp, struct smb_cred *scred) argument
[all...]
H A Dsmb_iod.c188 smb_iod_treeconnect(struct smbiod *iod, struct smb_share *ssp) argument
201 SMBS_ST_LOCK(ssp);
202 ssp->ss_flags |= SMBS_RECONNECTING;
203 SMBS_ST_UNLOCK(ssp);
204 error = smb_smb_treeconnect(ssp, &iod->iod_scred);
205 SMBS_ST_LOCK(ssp);
206 ssp->ss_flags &= ~SMBS_RECONNECTING;
207 SMBS_ST_UNLOCK(ssp);
208 wakeup(&ssp->ss_vcgenid);
217 struct smb_share *ssp local
[all...]
H A Dsmb_rq.c183 struct smb_share *ssp = rqp->sr_share; local
186 if (ssp == NULL || rqp->sr_cred == &rqp->sr_vc->vc_iod->iod_scred) {
190 SMBS_ST_LOCK(ssp);
191 if (ssp->ss_flags & SMBS_RECONNECTING) {
192 msleep(&ssp->ss_vcgenid, SMBS_ST_LOCKPTR(ssp),
198 if (smb_share_valid(ssp) || (ssp->ss_flags & SMBS_CONNECTED) == 0) {
199 SMBS_ST_UNLOCK(ssp);
201 SMBS_ST_UNLOCK(ssp);
282 struct smb_share *ssp = NULL; local
[all...]
H A Dsmb_dev.h189 int smb_usr_simplerequest(struct smb_share *ssp, struct smbioc_rq *data,
191 int smb_usr_t2request(struct smb_share *ssp, struct smbioc_t2rq *data,
/freebsd-11-stable/sys/fs/smbfs/
H A Dsmbfs_vfsops.c135 struct smb_share *ssp = NULL; local
162 error = smb_dev2share(v, SMBM_EXEC, scred, &ssp, &dev);
171 vcp = SSTOVC(ssp);
172 smb_share_unlock(ssp);
173 mp->mnt_stat.f_iosize = SSTOVC(ssp)->vc_txmax;
175 smp->sm_share = ssp;
226 strncpy(pc, ssp->ss_name, pe - pc - 2);
244 if (ssp)
245 smb_share_put(ssp, scred);
391 struct smb_share *ssp local
[all...]
H A Dsmbfs_subr.h129 int smbfs_smb_statfs(struct smb_share *ssp, struct statfs *sbp,
149 int smbfs_smb_close(struct smb_share *ssp, u_int16_t fid,
H A Dsmbfs_vnops.c300 struct smb_share *ssp = np->n_mount->sm_share; local
301 struct smb_vc *vcp = SSTOVC(ssp);
364 smbfs_smb_close(ssp, np->n_fid, NULL, scred);
/freebsd-11-stable/sys/dev/isci/scil/
H A Dscu_remote_node_context.h229 SSP_REMOTE_NODE_CONTEXT_T ssp; member in union:SCU_REMOTE_NODE_CONTEXT
H A Dscic_sds_port.c667 rnc->ssp.remote_sas_address_hi = 0;
668 rnc->ssp.remote_sas_address_lo = 0;
670 rnc->ssp.remote_node_index = rni;
671 rnc->ssp.remote_node_port_width = 1;
672 rnc->ssp.logical_port_index = this_port->physical_port_index;
674 rnc->ssp.nexus_loss_timer_enable = FALSE;
675 rnc->ssp.check_bit = FALSE;
676 rnc->ssp.is_valid = TRUE;
677 rnc->ssp.is_remote_node_context = TRUE;
678 rnc->ssp
[all...]
H A Dscu_task_context.h436 struct SSP_TASK_CONTEXT ssp; member in union:PROTOCOL_CONTEXT
H A Dscic_sds_request.c148 * This macro returns the address of the ssp command buffer in the io
157 * This macro aligns the ssp command buffer in DWORD alignment
166 * This macro returns the DWORD-aligned ssp command buffer
175 * This macro returns the address of the ssp response buffer in the io
185 * This macro aligns the ssp response buffer in DWORD-aligned fashion
194 * This macro returns the DWORD-aligned ssp response buffer
244 * This macro returns the address of the ssp command buffer in the task
254 * This macro returns the address of the ssp response buffer in the task
700 //task_context->type.ssp.tag = this_request->io_tag;
785 task_context->type.ssp
[all...]
/freebsd-11-stable/lib/libc/tests/
H A DMakefile37 TESTS_SUBDIRS+= ssp
/freebsd-11-stable/contrib/gcclibs/libssp/ssp/
H A Dunistd.h39 #include <ssp.h>
H A Dstdio.h39 #include <ssp.h>
H A Dstring.h39 #include <ssp.h>
/freebsd-11-stable/lib/libc/tests/ssp/
H A DMakefile1 # $FreeBSD: stable/11/lib/libc/tests/ssp/Makefile 367315 2020-11-03 23:30:11Z brooks $
14 CFLAGS.h_raw+= --param ssp-buffer-size=1
/freebsd-11-stable/sys/fs/ext2fs/
H A Dext2_lookup.c707 struct ext2fs_searchslot *ssp)
745 if (ssp->slotstatus != FOUND) {
751 if (size >= ssp->slotneeded) {
752 ssp->slotstatus = FOUND;
753 ssp->slotoffset = *offp;
754 ssp->slotsize = ep->e2d_reclen;
755 } else if (ssp->slotstatus == NONE) {
756 ssp->slotfreespace += size;
757 if (ssp->slotoffset == -1)
758 ssp
704 ext2_search_dirblock(struct inode *ip, void *data, int *foundp, const char *name, int namelen, int *entryoffsetinblockp, doff_t *offp, doff_t *prevoffp, doff_t *endusefulp, struct ext2fs_searchslot *ssp) argument
[all...]
/freebsd-11-stable/contrib/nvi/regex/
H A Dengine.c304 const RCHAR_T *ssp; /* start of string matched by subsubRE */ local
306 const RCHAR_T *oldssp; /* previous ssp */
388 ssp = sp;
389 oldssp = ssp;
391 sep = slow(m, ssp, rest, ssub, esub);
392 if (sep == NULL || sep == ssp)
394 oldssp = ssp; /* on to next try */
395 ssp = sep;
399 sep = ssp;
400 ssp
482 const RCHAR_T *ssp; /* start of string matched by subsubRE */ local
[all...]
/freebsd-11-stable/lib/libc/regex/
H A Dengine.c383 const char *ssp; /* start of string matched by subsubRE */ local
385 const char *oldssp; /* previous ssp */
467 ssp = sp;
468 oldssp = ssp;
470 sep = walk(m, ssp, rest, ssub, esub, false);
471 if (sep == NULL || sep == ssp)
473 oldssp = ssp; /* on to next try */
474 ssp = sep;
478 sep = ssp;
479 ssp
568 const char *ssp; /* start of string matched by subsubRE */ local
[all...]
/freebsd-11-stable/sys/kern/
H A Dsubr_sglist.c84 _sglist_append_range(struct sglist *sg, struct sglist_seg **ssp, argument
89 ss = *ssp;
99 *ssp = ss;
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_misc.c2276 sigset_t *ssp; local
2280 ssp = NULL;
2293 ssp = &ss;
2319 args->exceptfds, tvp, ssp, LINUX_NFDBITS);
2355 sigset_t *ssp; local
2366 ssp = &ss;
2368 ssp = NULL;
2382 error = kern_poll(td, args->fds, args->nfds, tsp, ssp);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregengine.inc307 const char *ssp; /* start of string matched by subsubRE */
309 const char *oldssp; /* previous ssp */
391 ssp = sp;
392 oldssp = ssp;
394 sep = slow(m, ssp, rest, ssub, esub);
395 if (sep == NULL || sep == ssp)
397 oldssp = ssp; /* on to next try */
398 ssp = sep;
402 sep = ssp;
403 ssp
[all...]
/freebsd-11-stable/contrib/sendmail/src/
H A Dusersmtp.c1595 sasl_security_properties_t ssp; local
1631 (void) memset(&ssp, '\0', sizeof(ssp));
1634 ssp.max_ssf = MaxSLBits;
1635 ssp.maxbufsize = MAXOUTLEN;
1637 ssp.security_flags = SASL_SEC_NOPLAINTEXT;
1639 saslresult = sasl_setprop(mci->mci_conn, SASL_SEC_PROPS, &ssp);

Completed in 238 milliseconds

123