Searched refs:ssd (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/share/doc/psd/15.yacc/
H A DMakefile6 ss10 ss11 ssa ssb ssc ssd
/freebsd-11-stable/sys/i386/svr4/
H A Dsvr4_machdep.c545 struct svr4_ssd ssd; local
548 if ((error = copyin(uap->a1, &ssd,
549 sizeof(ssd))) != 0) {
555 ssd.selector, ssd.base, ssd.limit,
556 ssd.access1, ssd.access2);
559 if (!ISLDT(ssd.selector)) {
565 if (ssd
[all...]
/freebsd-11-stable/sys/i386/i386/
H A Dbios.c256 struct soft_segment_descriptor ssd = { local
274 ssd.ssd_base = seg->code32.base;
275 ssd.ssd_limit = seg->code32.limit;
276 ssdtosd(&ssd, &p_gdt[GBIOSCODE32_SEL].sd);
278 ssd.ssd_def32 = 0;
280 ssd.ssd_base = seg->code16.base;
281 ssd.ssd_limit = seg->code16.limit;
282 ssdtosd(&ssd, &p_gdt[GBIOSCODE16_SEL].sd);
285 ssd.ssd_type = SDT_MEMRWA;
287 ssd
[all...]
H A Dvm86.c366 struct soft_segment_descriptor ssd = { local
453 ssd.ssd_base = (u_int)&ext->ext_tss;
454 ssd.ssd_limit = TSS_SIZE - 1;
455 ssdtosd(&ssd, &ext->ext_tssd);
H A Dsys_machdep.c284 struct soft_segment_descriptor ssd = { local
315 ssd.ssd_base = (unsigned)&ext->ext_tss;
316 ssd.ssd_limit -= ((unsigned)&ext->ext_tss - (unsigned)ext);
317 ssdtosd(&ssd, &ext->ext_tssd);
H A Dmachdep.c1607 sdtossd(sd, ssd)
1609 struct soft_segment_descriptor *ssd;
1611 ssd->ssd_base = (sd->sd_hibase << 24) | sd->sd_lobase;
1612 ssd->ssd_limit = (sd->sd_hilimit << 16) | sd->sd_lolimit;
1613 ssd->ssd_type = sd->sd_type;
1614 ssd->ssd_dpl = sd->sd_dpl;
1615 ssd->ssd_p = sd->sd_p;
1616 ssd->ssd_def32 = sd->sd_def32;
1617 ssd->ssd_gran = sd->sd_gran;
/freebsd-11-stable/sys/amd64/amd64/
H A Dmachdep.c923 sdtossd(sd, ssd)
925 struct soft_segment_descriptor *ssd;
928 ssd->ssd_base = (sd->sd_hibase << 24) | sd->sd_lobase;
929 ssd->ssd_limit = (sd->sd_hilimit << 16) | sd->sd_lolimit;
930 ssd->ssd_type = sd->sd_type;
931 ssd->ssd_dpl = sd->sd_dpl;
932 ssd->ssd_p = sd->sd_p;
933 ssd->ssd_long = sd->sd_long;
934 ssd->ssd_def32 = sd->sd_def32;
935 ssd
[all...]
/freebsd-11-stable/lib/libiconv_modules/iconv_std/
H A Dcitrus_iconv_std.c146 struct _stdenc_state_desc ssd; local
150 _STDENC_SDID_GENERIC, &ssd);
152 *rstate = ssd.u.generic.state;
/freebsd-11-stable/sys/dev/mly/
H A Dmly.c1311 struct scsi_sense_data_fixed *ssd; local
1315 ssd = (struct scsi_sense_data_fixed *)&me->sense[0];
1325 ((ssd->flags & SSD_KEY) == SSD_KEY_Vendor_Specific) &&
1326 (ssd->add_sense_code & 0x80)) {
1327 event = ((int)(ssd->add_sense_code & ~0x80) << 8) + ssd->add_sense_code_qual;
1368 if (((ssd->flags & SSD_KEY) == SSD_KEY_NO_SENSE) ||
1369 (((ssd->flags & SSD_KEY) == SSD_KEY_NOT_READY) &&
1370 (ssd->add_sense_code == 0x04) &&
1371 ((ssd
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dsol-thread.c1347 struct ssd *pldt)
1350 extern struct ssd *procfs_find_LDT_entry (ptid_t);
1351 struct ssd *ret;
1362 memcpy (pldt, ret, sizeof (struct ssd));
H A Dprocfs.c2933 struct ssd *
2936 static struct ssd *ldt_entry = NULL;
2945 ldt_entry = (struct ssd *) xmalloc (sizeof (struct ssd));
2958 while (read (fd, ldt_entry, sizeof (struct ssd)) == sizeof (struct ssd))
2986 ldt_entry = (struct ssd *)
2987 xrealloc (ldt_entry, (nldt + 1) * sizeof (struct ssd));
5282 struct ssd *
/freebsd-11-stable/sys/fs/nfsclient/
H A Dnfs_clrpcops.c5214 struct sockaddr_in *msad, *sad, *ssd; local
5231 ssd = (struct sockaddr_in *)ssp;
5244 ssd->sin_addr.s_addr == msad->sin_addr.s_addr &&
5245 ssd->sin_port == msad->sin_port &&
5266 sad->sin_port = ssd->sin_port;
5267 sad->sin_addr.s_addr = ssd->sin_addr.s_addr;

Completed in 199 milliseconds