Home
last modified time | relevance | path

Searched refs:stp (Results 1 – 25 of 94) sorted by last modified time

1234

/illumos-gate/usr/src/common/smbios/
H A Dsmb_info.c296 if (stp == NULL) in smbios_info_common()
394 if (stp == NULL) in smbios_info_bios()
489 if (stp == NULL) in smbios_info_system()
510 if (stp == NULL) in smbios_info_bboard()
695 if (stp == NULL) in smbios_info_processor()
755 if (stp == NULL) in smbios_info_cache()
804 if (stp == NULL) in smbios_info_port()
831 if (stp == NULL) in smbios_info_slot()
906 if (stp == NULL) in smbios_info_slot_peers()
956 if (stp == NULL) in smbios_info_obdevs_ext()
[all …]
H A Dsmb_open.c321 stp->smbst_hdr = hp; in smbios_bufopen()
322 stp->smbst_str = s; in smbios_bufopen()
323 stp->smbst_end = p; in smbios_bufopen()
326 stp->smbst_strtablen = n; in smbios_bufopen()
331 shp->sh_hash[h] = stp; in smbios_bufopen()
443 if (stp == NULL) in smbios_lookup_id()
457 if (stp == NULL) in smbios_lookup_type()
510 for (; stp != NULL; stp = stp->smbst_next) { in smb_lookup_id()
515 if (stp == NULL) in smb_lookup_id()
518 return (stp); in smb_lookup_id()
[all …]
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp.c3319 struct stdata *stp; in tcp_zcopy_notify() local
3330 stp = STREAM(connp->conn_rq); in tcp_zcopy_notify()
3331 mutex_enter(&stp->sd_lock); in tcp_zcopy_notify()
3332 stp->sd_flag |= STZCNOTIFY; in tcp_zcopy_notify()
3333 cv_broadcast(&stp->sd_zcopy_wait); in tcp_zcopy_notify()
3334 mutex_exit(&stp->sd_lock); in tcp_zcopy_notify()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c368 struct stdata *stp; in sotpi_init() local
436 stp = vp->v_stream; in sotpi_init()
562 if ((stp != NULL) && in sotpi_init()
574 ASSERT(stp == NULL); in sotpi_init()
4406 struct stdata *stp; in kstrwritemp() local
4417 stp = vp->v_stream; in kstrwritemp()
4428 wqp = stp->sd_wrq; in kstrwritemp()
4684 maxblk = stp->sd_maxblk; in sostream_direct()
6324 struct stdata *stp; in sotpi_convert_sonode() local
6380 stp = vp->v_stream; in sotpi_convert_sonode()
[all …]
H A Dsocksyscalls.c2193 stdata_t *stp; in snf_async_read() local
2200 if (stp == NULL) { in snf_async_read()
2304 stdata_t *stp; in create_thread() local
2310 stp = vp->v_stream; in create_thread()
2316 if (stp != NULL && stp->sd_qn_maxpsz > 0) { in create_thread()
2743 stdata_t *stp; in snf_segmap() local
2746 if (stp == NULL) { in snf_segmap()
2788 stdata_t *stp; in snf_cache() local
2795 if (stp == NULL) { in snf_cache()
2909 stdata_t *stp; in sosendfile64() local
[all …]
/illumos-gate/usr/src/cmd/ptools/ptree/
H A Dptree.c392 ct_status_open(ctid_t ctid, struct stat64 *stp) in ct_status_open() argument
400 if (fstat64(fd, stp) == -1 || ct_status_read(fd, CTD_FIXED, &hdl)) { in ct_status_open()
/illumos-gate/usr/src/cmd/dtrace/
H A Ddtrace.c535 dtrace_stmtdesc_t *stp, dtrace_ecbdesc_t **last) in info_stmt() argument
537 dtrace_ecbdesc_t *edp = stp->dtsd_ecbdesc; in info_stmt()
677 dtrace_stmtdesc_t *stp, dtrace_ecbdesc_t **last) in list_stmt() argument
679 dtrace_ecbdesc_t *edp = stp->dtsd_ecbdesc; in list_stmt()
/illumos-gate/usr/src/data/zoneinfo/
H A Dafrica1279 # https://www.stp-press.st/2018/12/05/governo-jesus-ja-decidiu-repor-hora-legal-sao-tomense/
/illumos-gate/usr/src/cmd/truss/
H A Dsystable.c1161 stp = &msgtable[subcode]; in subsys()
1165 stp = &semtable[subcode]; in subsys()
1169 stp = &shmtable[subcode]; in subsys()
1173 stp = &pidtable[subcode]; in subsys()
1177 stp = &utstable[subcode]; in subsys()
1181 stp = &sfstable[subcode]; in subsys()
1185 stp = &sgptable[subcode]; in subsys()
1189 stp = &ctxtable[subcode]; in subsys()
1193 stp = &hrttable[subcode]; in subsys()
1290 if (stp == NULL) in subsys()
[all …]
H A Dactions.c362 const struct systable *stp; in sysentry() local
384 stp = subsys(what, subcode); in sysentry()
386 if (nargs > stp->nargs) in sysentry()
387 nargs = stp->nargs; in sysentry()
432 } else if (stp->arg[0] == STG) { in sysentry()
479 x = stp->arg[i]; in sysentry()
517 const struct systable *stp; in sysexit() local
582 stp = subsys(what, subcode); in sysexit()
733 switch (stp->rval[0]) { in sysexit()
762 switch (stp->rval[1]) { in sysexit()
[all …]
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dengine.c466 stp = stop; in dissect()
469 rest = walk(m, sp, stp, ss, es, false); in dissect()
476 stp = rest - 1; in dissect()
477 assert(stp >= sp); /* it did work */ in dissect()
490 stp = stop; in dissect()
493 rest = walk(m, sp, stp, ss, es, false); in dissect()
500 stp = rest - 1; in dissect()
501 assert(stp >= sp); /* it did work */ in dissect()
526 stp = stop; in dissect()
536 stp = rest - 1; in dissect()
[all …]
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_smbios.c79 smb_export(const smb_struct_t *stp, smbios_struct_t *sp) in smb_export() argument
83 if (stp == NULL) in smb_export()
86 hdr = stp->smbst_hdr; in smb_export()
90 sp->smbstr_size = (size_t)(stp->smbst_end - (uchar_t *)hdr); in smb_export()
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlemon.c733 if( stp ){
759 return stp;
827 cfp->stp = stp;
932 stp->ap = Action_sort(stp->ap);
3279 stp->nTknAct = stp->nNtAct = 0;
3294 ax[i*2].stp = stp;
3297 ax[i*2+1].stp = stp;
3311 stp = ax[i].stp;
3333 if( stp->iNtOfst<mnNtOfst ) mnNtOfst = stp->iNtOfst;
3334 if( stp->iNtOfst>mxNtOfst ) mxNtOfst = stp->iNtOfst;
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h270 #define STREAM_NEEDSERVICE(stp) ((stp)->sd_qhead != NULL) argument
836 #define STREAM_PUTLOCKS_ENTER(stp) { \ argument
837 ASSERT(MUTEX_HELD(&(stp)->sd_lock)); \
838 if ((stp)->sd_ciputctrl != NULL) { \
840 int nlocks = (stp)->sd_nciputctrl; \
848 #define STREAM_PUTLOCKS_EXIT(stp) { \ argument
849 ASSERT(MUTEX_HELD(&(stp)->sd_lock)); \
850 if ((stp)->sd_ciputctrl != NULL) { \
852 int nlocks = (stp)->sd_nciputctrl; \
979 #define CLAIM_QNEXT_LOCK(stp) mutex_enter(&(stp)->sd_lock) argument
[all …]
/illumos-gate/usr/src/uts/common/io/
H A Dstream.c3540 stdata_t *stp = STREAM(q); in strwakeq() local
3544 pl = &stp->sd_pollist; in strwakeq()
3548 stp->sd_flag &= ~WSLEEP; in strwakeq()
3551 stp->sd_wakeq |= WSLEEP; in strwakeq()
3562 stp->sd_flag &= ~RSLEEP; in strwakeq()
3740 struct stdata *stp; in rwnext() local
3744 stp = STREAM(qp); in rwnext()
3762 if (nqp != stp->sd_wrq) in rwnext()
3928 struct stdata *stp; in infonext() local
3931 stp = STREAM(qp); in infonext()
[all …]
/illumos-gate/usr/src/uts/common/os/
H A Ddriver_lyr.c1282 (void *)stp, (void *)fpdown)); in ldi_mlink_fp()
1299 ret = ldi_ident_from_stream(getendq(stp->sd_wrq), &li); in ldi_mlink_fp()
1315 major = getmajor(stp->sd_vnode->v_rdev); in ldi_mlink_fp()
1406 (void *)stp, (void *)fpdown)); in ldi_munlink_fp()
1414 ret = ldi_ident_from_stream(getendq(stp->sd_wrq), &li); in ldi_munlink_fp()
1417 major = getmajor(stp->sd_vnode->v_rdev); in ldi_munlink_fp()
1497 struct stdata *stp; in ldi_ident_from_stream() local
1506 stp = sq->q_stream; in ldi_ident_from_stream()
1507 if (!vn_matchops(stp->sd_vnode, spec_getvnodeops())) in ldi_ident_from_stream()
1510 dev = stp->sd_vnode->v_rdev; in ldi_ident_from_stream()
[all …]
H A Ddevcfg.c7175 struct stdata *stp; in ddi_assoc_queue_with_devi() local
7184 stp = STREAM(rq); in ddi_assoc_queue_with_devi()
7185 vp = stp->sd_vnode; in ddi_assoc_queue_with_devi()
H A Dstrsubr.c634 DQ(q, stp->sd_qhead, stp->sd_qtail, q_link); \
2962 newbp = (stp->sd_wputdatafunc)(stp->sd_vnode, in strmakedata()
3324 stp->sd_rderrfunc = stp->sd_wrerrfunc = NULL; in shalloc()
3325 stp->sd_rputdatafunc = stp->sd_wputdatafunc = NULL; in shalloc()
3351 cv_wait(&stp->sd_qcv, &stp->sd_qlock); in shfree()
4604 if (&(stp->sd_lock) > &((stp->sd_mate)->sd_lock)) { in strlock()
4633 cv_wait(&stp->sd_refmonitor, &stp->sd_reflock); in strlock()
4940 sqlist = sqlist_build(qp, stp, STRMATED(stp)); in removeq()
4949 stp->sd_wrq->q_next = _RD(stp->sd_wrq); in removeq()
8233 ENQUEUE(q, stp->sd_qhead, stp->sd_qtail, q_link); in qenable_locked()
[all …]
H A Dsession.c264 stp->sd_pgidp = NULL; in sess_ctty_clear()
265 stp->sd_sidp = NULL; in sess_ctty_clear()
291 stp->sd_sidp = sp->s_sidp; in sess_ctty_set()
296 strctty(stdata_t *stp) in strctty() argument
385 stdata_t *stp; in freectty_lock() local
401 stp = sp->s_vp->v_stream; in freectty_lock()
474 *stpp = stp; in freectty_lock()
518 strhup(stp); in freectty_signal()
533 stdata_t *stp; in freectty() local
623 pgidp = stp->sd_pgidp; in freectty()
[all …]
/illumos-gate/usr/src/lib/fm/topo/modules/common/ses/
H A Dses.c432 ssl->ssl_tgt = stp; in ses_ssl_alloc()
742 stp->set_ctid = 0; in ses_create_contract()
2447 for (i = 0, stp = topo_list_next(&scp->sec_targets); stp != NULL; in ses_create_subchassis()
2448 stp = topo_list_next(stp), i++) in ses_create_subchassis()
2454 for (i = 0, stp = topo_list_next(&scp->sec_targets); stp != NULL; in ses_create_subchassis()
2455 stp = topo_list_next(stp), i++) in ses_create_subchassis()
3033 for (i = 0, stp = topo_list_next(&cp->sec_targets); stp != NULL; in ses_create_chassis()
3034 stp = topo_list_next(stp), i++) in ses_create_chassis()
3040 for (i = 0, stp = topo_list_next(&cp->sec_targets); stp != NULL; in ses_create_chassis()
3041 stp = topo_list_next(stp), i++) in ses_create_chassis()
[all …]
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas.c5940 struct mrsas_stp_frame *stp; in issue_mfi_stp() local
5944 stp = &cmd->frame->stp; in issue_mfi_stp()
6054 ddi_put8(acc_handle, &stp->cmd, kstp->cmd); in issue_mfi_stp()
6055 ddi_put8(acc_handle, &stp->cmd_status, 0); in issue_mfi_stp()
6056 ddi_put8(acc_handle, &stp->connection_status, 0); in issue_mfi_stp()
6057 ddi_put8(acc_handle, &stp->target_id, kstp->target_id); in issue_mfi_stp()
6058 ddi_put8(acc_handle, &stp->sge_count, kstp->sge_count); in issue_mfi_stp()
6060 ddi_put16(acc_handle, &stp->timeout, kstp->timeout); in issue_mfi_stp()
6067 ddi_put32(acc_handle, &stp->stp_flags, kstp->stp_flags); in issue_mfi_stp()
6069 ddi_put32(acc_handle, &stp->sgl.sge32[0].phys_addr, in issue_mfi_stp()
[all …]
/illumos-gate/usr/src/lib/libproc/common/
H A DPcontrol.c262 struct stat64 *stp = arg; in stat_exec() local
266 stp->st_dev == st.st_dev && stp->st_ino == st.st_ino); in stat_exec()
/illumos-gate/usr/src/uts/common/syscall/
H A Dpoll.c2765 struct stdata *stp; in pollcheckphlist() local
2772 if ((stp = fp->f_vnode->v_stream) != NULL) { in pollcheckphlist()
2773 PH_ENTER(&stp->sd_pollist); in pollcheckphlist()
2774 pdp = stp->sd_pollist.ph_list; in pollcheckphlist()
2779 PH_EXIT(&stp->sd_pollist); in pollcheckphlist()
2876 stdata_t *stp; in checkwfdlist() local
2880 if ((stp = vp->v_stream) == NULL) { in checkwfdlist()
2883 PH_ENTER(&stp->sd_pollist); in checkwfdlist()
2884 for (pdp = stp->sd_pollist.ph_list; pdp; pdp = pdp->pd_next) { in checkwfdlist()
2895 PH_EXIT(&stp->sd_pollist); in checkwfdlist()
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dsgendef.h101 #define SGEN_SET_OPEN(stp) \ argument
103 #define SGEN_CLR_OPEN(stp) \ argument
105 #define SGEN_IS_OPEN(stp) \ argument
108 #define SGEN_SET_SUSP(stp) \ argument
110 #define SGEN_CLR_SUSP(stp) \ argument
112 #define SGEN_IS_SUSP(stp) \ argument
115 #define SGEN_SET_BUSY(stp) \ argument
117 #define SGEN_CLR_BUSY(stp) \ argument
119 #define SGEN_IS_BUSY(stp) \ argument
122 #define SGEN_SET_EXCL(stp) \ argument
[all …]
H A Dsddef.h1674 struct sd_errstats *stp; \
1676 stp = (struct sd_errstats *)(un)->un_errstats->ks_data; \
1677 stp->x.value.ui32++; \

1234