/titanic_41/usr/src/uts/common/io/ppp/sppp/ |
H A D | sppp_dlpi.c | 302 sppp_mproto(queue_t *q, mblk_t *mp, spppstr_t *sps) in sppp_mproto() argument 310 ASSERT(!IS_SPS_CONTROL(sps)); in sppp_mproto() 334 sps->sps_dlstate != dpi->pi_state) { in sppp_mproto() 337 sps->sps_dlstate, dpi->pi_state, prim)); in sppp_mproto() 350 sps->sps_mn_id, cp); in sppp_mproto() 354 sps->sps_mn_id, prim); in sppp_mproto() 357 return ((*dpi->pi_funcp)(q, mp, sps)); in sppp_mproto() 370 sppp_dlattachreq(queue_t *q, mblk_t *mp, spppstr_t *sps) in sppp_dlattachreq() argument 378 ASSERT(sps != NULL); in sppp_dlattachreq() 379 ASSERT(sps->sps_dlstate == DL_UNATTACHED); in sppp_dlattachreq() [all …]
|
H A D | sppp.c | 151 spppstr_t *sps; in sppp_open() local 170 for (nextmn = &sps_list; (sps = *nextmn) != NULL; in sppp_open() 171 nextmn = &sps->sps_nextmn) { in sppp_open() 172 if (sps->sps_mn_id != mn) { in sppp_open() 177 sps = (spppstr_t *)kmem_zalloc(sizeof (spppstr_t), KM_SLEEP); in sppp_open() 178 ASSERT(sps != NULL); /* KM_SLEEP must never return NULL */ in sppp_open() 179 sps->sps_nextmn = *nextmn; /* insert stream in global list */ in sppp_open() 180 *nextmn = sps; in sppp_open() 181 sps->sps_mn_id = mn; /* save minor id for this stream */ in sppp_open() 182 sps->sps_rq = q; /* save read queue pointer */ in sppp_open() [all …]
|
H A D | sppp.h | 373 extern void sppp_remove_ppa(spppstr_t *sps);
|
/titanic_41/usr/src/cmd/mdb/common/modules/sppp/ |
H A D | sppp.c | 64 spppstr_t sps; in sppp_walk_step() local 70 if (mdb_vread(&sps, sizeof (sps), wsp->walk_addr) == -1) { in sppp_walk_step() 75 status = (wsp->walk_callback(wsp->walk_addr, &sps, wsp->walk_cbdata)); in sppp_walk_step() 77 wsp->walk_addr = (uintptr_t)sps.sps_nextmn; in sppp_walk_step() 82 sps_format(uintptr_t addr, const spppstr_t *sps, uint_t *qfmt) in sps_format() argument 92 mdb_printf("%?p ", sps->sps_rq); in sps_format() 93 if (sps->sps_ppa == NULL) { in sps_format() 95 } else if (mdb_vread(&ppa, sizeof (ppa), (uintptr_t)sps->sps_ppa) == in sps_format() 97 mdb_printf("? ?%p ", sps->sps_ppa); in sps_format() 101 if (IS_SPS_CONTROL(sps)) { in sps_format() [all …]
|
/titanic_41/usr/src/cmd/troff/ |
H A D | n7.c | 284 numtab[HP].val += sps; in text() 285 widthp = sps; in text() 299 un += spcnt * sps; in text() 682 wne -= sps; 686 if (wne > nel && !hyoff && hyf && (!nwd || nel > 3 * sps) && 856 numtab[HP].val += sps; 857 widthp = sps; 858 storeword(i, sps); 892 storeword(' ' | chbits, sps); 904 storeword(' ' | chbits, sps); [all …]
|
H A D | tdef.h | 449 #define sps env._sps macro
|
/titanic_41/usr/src/uts/common/io/scsi/adapters/scsi_vhci/ |
H A D | scsi_vhci.c | 1623 int sps; in vhci_scsi_reset_target() local 1683 sps = mdi_select_path(cdip, NULL, in vhci_scsi_reset_target() 1685 if ((sps != MDI_SUCCESS) || (npip == NULL)) { in vhci_scsi_reset_target() 3803 int sps; /* mdi_select_path() status */ in vhci_update_pathstates() local 3817 sps = mdi_select_path(dip, NULL, (MDI_SELECT_ONLINE_PATH | in vhci_update_pathstates() 3819 if ((npip == NULL) || (sps != MDI_SUCCESS)) { in vhci_update_pathstates() 3830 sps = mdi_select_path(dip, NULL, in vhci_update_pathstates() 3842 sps = mdi_select_path(dip, NULL, in vhci_update_pathstates() 4010 sps = mdi_select_path(dip, NULL, in vhci_update_pathstates() 4015 } while ((npip != NULL) && (sps == MDI_SUCCESS)); in vhci_update_pathstates() [all …]
|
/titanic_41/usr/src/cmd/fwflash/plugins/transport/common/ |
H A D | tavor.c | 143 lsps = (struct mlx_xps *)(uintptr_t)manuf->sps; in fw_readfw() 184 if ((j = write(fd, manuf->sps, manuf->sector_sz)) != in fw_readfw() 462 lsps = (struct mlx_xps *)(uintptr_t)manuf->sps; in fw_writefw() 1034 if ((manuf->sps = calloc(1, manuf->sector_sz)) == NULL) { in tavor_identify() 1043 info.tf_sector = (caddr_t)manuf->sps; in tavor_identify() 1057 ptr = (uint32_t *)(uintptr_t)manuf->sps; in tavor_identify() 1232 bcopy(&handle->sps[0], &i, 4); in tavor_get_guids()
|
/titanic_41/usr/src/cmd/fwflash/plugins/hdrs/ |
H A D | tavor_ib.h | 141 uint8_t *sps; /* Secondary Pointer Sector */ member
|
/titanic_41/usr/src/cmd/troff/troff.d/ |
H A D | t6.c | 376 sps = width(' ' | chbits); in mchbits() 830 sps = width(' ' | chbits); in casess()
|
H A D | t10.c | 155 sps = SPS; in ptinit()
|
/titanic_41/usr/src/uts/common/fs/sockfs/ |
H A D | sockparams.c | 114 sockparams_stats_t *sps = ksp->ks_data; in sockparams_kstat_update() local 119 sps->sps_nactive.value.ui64 = sp->sp_refcnt; in sockparams_kstat_update()
|
/titanic_41/usr/src/cmd/troff/nroff.d/ |
H A D | n6.c | 165 sps = width(' ' | chbits); in mchbits()
|
H A D | n10.c | 190 sps = EM; in ptinit()
|