Searched refs:ssp (Results 51 - 75 of 106) sorted by relevance

12345

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/pa/
H A Dhpux-unwind.h44 #define GetSSReg(ssp, ss_reg) \
45 ((UseWideRegs (ssp)) \
46 ? (ssp)->ss_wide.ss_32.ss_reg ## _lo \
47 : (ssp)->ss_narrow.ss_reg)
51 #define GetSSRegAddr(ssp, ss_reg) ((long) &((ssp)->ss_wide.ss_64.ss_reg))
53 #define GetSSRegAddr(ssp, ss_reg) \
54 ((UseWideRegs (ssp)) \
55 ? (long) &((ssp)->ss_wide.ss_32.ss_reg ## _lo) \
56 : (long) &((ssp)
[all...]
/netbsd-6-1-5-RELEASE/lib/libbluetooth/
H A Dsdp_compat.c171 sdp_data_t seq, ssp, ail, rsp, value; local
187 ssp.next = sc->buf;
188 ssp.end = sc->buf + sizeof(sc->buf);
190 sdp_put_uuid16(&ssp, pp[i]);
192 ssp.end = ssp.next;
193 ssp.next = sc->buf;
198 ail.next = ssp.end;
204 ail.next = ssp.end;
209 rv = sdp_service_search_attribute(sc->ss, &ssp,
[all...]
H A Dsdp_service.c90 sdp_service_search(struct sdp_session *ss, const sdp_data_t *ssp, argument
103 len = ssp->end - ssp->next;
115 req[2].iov_base = ssp->next;
338 sdp_service_search_attribute(struct sdp_session *ss, const sdp_data_t *ssp, argument
351 len = ssp->end - ssp->next;
363 req[2].iov_base = ssp->next;
/netbsd-6-1-5-RELEASE/include/
H A Drmt.h24 #include <ssp/unistd.h>
H A Dstring.h114 #include <ssp/string.h>
/netbsd-6-1-5-RELEASE/sys/fs/smbfs/
H A Dsmbfs_vfsops.c161 struct smb_share *ssp = NULL; local
192 error = smb_dev2share(args->dev_fd, SMBM_EXEC, &scred, &ssp);
195 smb_share_unlock(ssp); /* keep ref, but unlock */
196 vcp = SSTOVC(ssp);
200 "//%s@%s/%s", vcp->vc_username, vcp->vc_srvname, ssp->ss_name);
205 smb_share_lock(ssp);
206 smb_share_put(ssp, &scred);
221 smp->sm_share = ssp;
395 struct smb_share *ssp = smp->sm_share; local
399 sbp->f_iosize = SSTOVC(ssp)
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mn10300/
H A Dam33.s28 mov ssp,a1
32 mov a1,ssp
/netbsd-6-1-5-RELEASE/usr.bin/login/
H A Dcommon.c386 struct sockaddr_storage *ssp; local
389 if (len > sizeof(*ssp) * 4 + 1 || len < sizeof(*ssp))
392 if ((ssp = malloc(len)) == NULL)
395 if (strunvis((char *)ssp, arg) != sizeof(*ssp))
398 (void)memcpy(&ss, ssp, sizeof(ss));
399 free(ssp);
/netbsd-6-1-5-RELEASE/sys/arch/sparc/dev/
H A Dsbus.c347 const char *const *ssp; local
400 for (ssp = specials ; ssp != NULL && *(sp = *ssp) != 0; ssp++) {
416 for (ssp = specials, sp = NULL;
417 ssp != NULL && (sp = *ssp) != NULL;
418 ssp++)
/netbsd-6-1-5-RELEASE/sbin/fsck_lfs/
H A Dsegwrite.c606 SEGSUM *ssp; local
665 ssp = sp->segsum;
666 ssp->ss_next = fs->lfs_nextseg;
667 ssp->ss_nfinfo = ssp->ss_ninos = 0;
668 ssp->ss_magic = SS_MAGIC;
732 SEGSUM *ssp; local
767 ssp = (SEGSUM *) sp->segsum;
768 ssp->ss_flags |= SS_RFW;
770 ninos = (ssp
[all...]
/netbsd-6-1-5-RELEASE/sys/ufs/lfs/
H A Dlfs_rfw.c396 SEGSUM *ssp; local
423 ssp = (SEGSUM *)bp->b_data;
425 if (ssp->ss_sumsum != cksum(&ssp->ss_datasum,
427 sizeof(ssp->ss_sumsum))) {
432 if (ssp->ss_nfinfo == 0 && ssp->ss_ninos == 0) {
437 if (ssp->ss_create < fs->lfs_tstamp) {
444 if (ssp->ss_serial != nextserial) {
450 if (ssp
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/dreamcast/dreamcast/
H A Dmachdep.c270 intc_intr(int ssr, int spc, int ssp) argument
291 cf.ssp = ssp;
/netbsd-6-1-5-RELEASE/sys/netsmb/
H A Dsmb_iod.c201 smb_iod_treeconnect(struct smbiod *iod, struct smb_share *ssp) argument
214 SMBS_ST_LOCK(ssp);
215 ssp->ss_flags |= SMBS_RECONNECTING;
216 SMBS_ST_UNLOCK(ssp);
217 error = smb_smb_treeconnect(ssp, &iod->iod_scred);
218 SMBS_ST_LOCK(ssp);
219 ssp->ss_flags &= ~SMBS_RECONNECTING;
220 SMBS_ST_UNLOCK(ssp);
221 wakeup(&ssp->ss_vcgenid);
230 struct smb_share *ssp 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,
H A Dsmb_rq.c200 struct smb_share *ssp = rqp->sr_share; local
203 if (ssp == NULL || rqp->sr_cred == &rqp->sr_vc->vc_iod->iod_scred) {
207 SMBS_ST_LOCK(ssp);
208 if (ssp->ss_flags & SMBS_RECONNECTING) {
209 SMBS_ST_UNLOCK(ssp);
210 error = mtsleep(&ssp->ss_vcgenid,
212 "smbtrcn", hz, SMBS_ST_LOCKPTR(ssp));
217 if (smb_share_valid(ssp) || (ssp->ss_flags & SMBS_CONNECTED) == 0) {
218 SMBS_ST_UNLOCK(ssp);
302 struct smb_share *ssp = NULL; local
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/btdevctl/
H A Dsdp.c135 sdp_data_t ssp; local
138 ssp.next = buf;
139 ssp.end = buf + sizeof(buf);
142 sdp_put_uuid16(&ssp, services[i]);
144 ssp.end = ssp.next;
145 ssp.next = buf;
147 return sdp_service_search_attribute(ss, &ssp, NULL, rsp);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libssp/ssp/
H A Dunistd.h38 #include <ssp.h>
H A Dstdio.h38 #include <ssp.h>
/netbsd-6-1-5-RELEASE/usr.sbin/btpand/
H A Dclient.c161 sdp_data_t ssp, ail, rsp, rec, value, pdl, seq; local
185 ssp.next = seq.next;
189 ssp.end = seq.next;
200 rv = sdp_service_search_attribute(ss, &ssp, &ail, &rsp);
/netbsd-6-1-5-RELEASE/libexec/lfs_cleanerd/
H A Dlfs_cleanerd.c381 SEGSUM *ssp; local
402 ssp = (SEGSUM *)cp;
409 if (ssp->ss_magic != SS_MAGIC) {
412 (int32_t)daddr, ssp->ss_magic, SS_MAGIC);
415 ck = cksum(&ssp->ss_datasum, fs->lfs_sumsize - sizeof(ssp->ss_sumsum));
416 if (ck != ssp->ss_sumsum) {
419 (int32_t)daddr, ssp->ss_sumsum, ck);
435 while (fic < ssp->ss_nfinfo || inoc < ssp
[all...]
/netbsd-6-1-5-RELEASE/include/ssp/
H A Dstring.h34 #include <ssp/ssp.h>
/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Dgetcwd.c53 #include <ssp/ssp.h>
/netbsd-6-1-5-RELEASE/sys/arch/landisk/landisk/
H A Dintr.c74 intc_intr(int ssr, int spc, int ssp) argument
117 cf.ssp = ssp;
/netbsd-6-1-5-RELEASE/sys/arch/evbsh3/evbsh3/
H A Dmachdep.c528 intc_intr(int ssr, int spc, int ssp) argument
578 cf.ssp = ssp;
/netbsd-6-1-5-RELEASE/dist/nvi/regex/
H A Dengine.c320 register RCHAR_T *ssp; /* start of string matched by subsubRE */ local
322 register RCHAR_T *oldssp; /* previous ssp */
404 ssp = sp;
405 oldssp = ssp;
407 sep = slow(m, ssp, rest, ssub, esub);
408 if (sep == NULL || sep == ssp)
410 oldssp = ssp; /* on to next try */
411 ssp = sep;
415 sep = ssp;
416 ssp
505 register RCHAR_T *ssp; /* start of string matched by subsubRE */ local
[all...]

Completed in 313 milliseconds

12345