Home
last modified time | relevance | path

Searched refs:stype (Results 1 – 25 of 46) sorted by relevance

12

/titanic_44/usr/src/uts/common/syscall/
H A Dlseek.c77 lseek32_common(file_t *fp, int stype, offset_t off, offset_t max, in lseek32_common() argument
92 switch (stype) { in lseek32_common()
206 lseek32(int32_t fdes, off32_t off, int32_t stype) in lseek32() argument
227 if (fp->f_vnode->v_type == VREG || stype != SEEK_SET) in lseek32()
228 error = lseek32_common(fp, stype, (offset_t)off, in lseek32()
230 else if (stype == SEEK_SET) in lseek32()
231 error = lseek32_common(fp, stype, (offset_t)(uint_t)off, in lseek32()
244 llseek32(int32_t fdes, uint32_t off1, uint32_t off2, int stype) in llseek32() argument
258 error = lseek32_common(fp, stype, off, MAXOFFSET_T, &retoff); in llseek32()
274 lseek64(int fdes, off_t off, int stype) in lseek64() argument
[all …]
/titanic_44/usr/src/cmd/filesync/
H A Drename.c92 int stype, dtype, btype, side; in find_renames() local
101 stype = np->f_info[OPT_SRC].f_type; in find_renames()
105 if (btype == 0 && stype != dtype && (!stype || !dtype)) { in find_renames()
106 side = stype ? OPT_SRC : OPT_DST; in find_renames()
/titanic_44/usr/src/cmd/smbsrv/dtrace/
H A Dstype.d157 self->stype = 0;
163 self->stype = 1;
169 self->stype = 3;
181 /self->stype == 0/
187 /self->stype == 0/
H A DMakefile28 SRCS= cifs.d msrpc.d smbnode.d smbvfs.d stype.d
/titanic_44/usr/src/cmd/sgs/elfdump/common/
H A Dgen_struct_layout.c718 ctf_id_t stype; in do_start_sizeof() local
724 if ((stype = ctf_lookup_by_name(ctf, rtname)) == CTF_ERR) in do_start_sizeof()
726 if ((stype = ctf_type_resolve(ctf, stype)) == CTF_ERR) in do_start_sizeof()
729 if ((sz = (int)ctf_type_size(ctf, stype)) < 0) { in do_start_sizeof()
795 int stype, typekind; in do_array_type() local
798 if ((stype = ctf_lookup_by_name(ctf, tname)) == CTF_ERR) in do_array_type()
800 if ((stype = ctf_type_resolve(ctf, stype)) == CTF_ERR) in do_array_type()
803 typekind = ctf_type_kind(ctf, stype); in do_array_type()
807 rc = ctf_array_info(ctf, stype, &ai); in do_array_type()
841 ctf_id_t stype; in get_field_info() local
[all …]
/titanic_44/usr/src/uts/intel/os/
H A Dfmsmb.c197 smb_strcnt(smbios_hdl_t *shp, smbs_cnt_t *stype) in smb_strcnt() argument
212 if (sp->smbst_hdr->smbh_type == stype->type) { in smb_strcnt()
213 stype->ids[cnt]->id = sp->smbst_hdr->smbh_hdl; in smb_strcnt()
214 stype->ids[cnt]->inst = cnt; in smb_strcnt()
215 stype->ids[cnt]->visited = 0; in smb_strcnt()
216 stype->ids[cnt]->cont_by_id = -1; in smb_strcnt()
217 if (stype->type == SMB_TYPE_BASEBOARD) { in smb_strcnt()
219 stype->ids[cnt]->id, &bb); in smb_strcnt()
249 stype->ids[cnt]->inst = inst; in smb_strcnt()
255 stype->count = cnt; in smb_strcnt()
[all …]
/titanic_44/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_reparse.c152 char *stype, *sdata; in smb_reparse_svcget() local
162 stype = nvpair_name(nvp); in smb_reparse_svcget()
164 if ((stype != NULL) && (strcasecmp(stype, svctype) == 0)) { in smb_reparse_svcget()
/titanic_44/usr/src/uts/sparc/sys/
H A Dasm_linkage.h133 #define ANSI_PRAGMA_WEAK(sym, stype) \ argument
137 .type _/**/sym, #stype; \
145 #define ANSI_PRAGMA_WEAK2(sym1, sym2, stype) \ argument
147 .type sym1, #stype; \
/titanic_44/usr/src/uts/intel/ia32/sys/
H A Dasm_linkage.h181 #define ANSI_PRAGMA_WEAK(sym, stype) \ argument
185 .type _/**/sym, @stype; \
193 #define ANSI_PRAGMA_WEAK2(sym1, sym2, stype) \ argument
195 .type sym1, @stype; \
/titanic_44/usr/src/lib/krb5/kadm5/
H A Dstr_conv.c300 krb5_int32 stype; local
346 stype = -1;
353 (!sp || !(kret = krb5_string_to_salttype(sp, &stype))) &&
355 !krb5_keysalt_is_present(*ksaltp, *nksaltp, ktype, stype))) {
375 (*ksaltp)[(*nksaltp)].ks_salttype = stype;
/titanic_44/usr/src/lib/krb5/kdb/
H A Dkdb_default.c52 krb5_dbe_def_search_enctype(kcontext, dbentp, start, ktype, stype, kvno, kdatap) in krb5_dbe_def_search_enctype() argument
57 krb5_int32 stype;
67 if (kvno == -1 && stype == -1 && ktype == -1)
111 ((db_stype == stype) || (stype < 0))) {
/titanic_44/usr/src/lib/libm/common/C/
H A Dlibm.h54 #define LIBM_ANSI_PRAGMA_WEAK(sym,stype) \ argument
56 .type __/**/sym,#stype; \
153 #define LIBM_ANSI_PRAGMA_WEAK(sym,stype) \ argument
155 .type __/**/sym,@stype; \
/titanic_44/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi_subr.c138 x86pi_smb_strcnt(topo_mod_t *mod, smbs_cnt_t *stype) in x86pi_smb_strcnt() argument
147 stype->count = 0; in x86pi_smb_strcnt()
155 if (sp->smbst_hdr->smbh_type == stype->type) { in x86pi_smb_strcnt()
156 stype->ids[cnt].node = NULL; in x86pi_smb_strcnt()
157 stype->ids[cnt].id = sp->smbst_hdr->smbh_hdl; in x86pi_smb_strcnt()
162 stype->count = cnt; in x86pi_smb_strcnt()
/titanic_44/usr/src/cmd/latencytop/common/
H A Dlatencytop.d268 this int stype; variable
280 this->stype = args[0]->pr_stype;
290 @lt_sync_count[args[1]->pr_pid, args[0]->pr_lwpid, this->stype,
292 @lt_sync_sum[args[1]->pr_pid, args[0]->pr_lwpid, this->stype,
294 @lt_sync_max[args[1]->pr_pid, args[0]->pr_lwpid, this->stype,
H A Ddwrapper.c254 int stype; in aggwalk_sync() local
281 stype = rec_get_value( in aggwalk_sync()
293 lt_stat_update_sobj(pid, tid, stype, wchan, stat_type, agg_value); in aggwalk_sync()
/titanic_44/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_smb.c99 smb_share_typename(uint32_t stype) in smb_share_typename() argument
103 switch (stype) { in smb_share_typename()
130 int stype; in smb_share_parsetype() local
134 stype = STYPE_DISKTREE; in smb_share_parsetype()
137 stype = STYPE_DEVICE; in smb_share_parsetype()
140 stype = STYPE_IPC; in smb_share_parsetype()
143 stype = STYPE_PRINTQ; in smb_share_parsetype()
146 stype = STYPE_UNKNOWN; in smb_share_parsetype()
149 return (stype); in smb_share_parsetype()
/titanic_44/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPHeaderV1.java552 static String checkServiceType(String stype) in checkServiceType() argument
557 if (!stype.endsWith(":")) { in checkServiceType()
562 new Object[] {stype}); in checkServiceType()
566 String type = stype.substring(0, stype.length()-1); in checkServiceType()
H A DSLPV1SAttrMsg.java204 String stype = (String)types.elementAt(i); in makeReply() local
205 ServiceType ttype = new ServiceType(stype); in makeReply()
/titanic_44/usr/src/lib/libreparse/common/
H A Dfs_reparse_lib.c98 char *buf, *stype, *val; in reparse_unparse() local
112 if (!(stype = nvpair_name(curr))) { in reparse_unparse()
117 (strlcat(buf, stype, buflen) >= buflen) || in reparse_unparse()
/titanic_44/usr/src/uts/sun4v/io/
H A Dldc.c320 (s), mid, msg->type, msg->stype, msg->ctrl, \
326 mid, msg->type, msg->stype, msg->ctrl, msg->env); \
859 if ((pkt->type & LDC_DATA) && (pkt->stype & LDC_INFO)) { in i_ldc_get_tx_head()
1159 pkt->stype = subtype; in i_ldc_send_pkt()
1253 switch (msg->stype) { in i_ldc_process_VER()
1289 pkt->stype = LDC_ACK; in i_ldc_process_VER()
1311 pkt->stype = LDC_NACK; in i_ldc_process_VER()
1325 pkt->stype = LDC_NACK; in i_ldc_process_VER()
1339 if (pkt->stype == LDC_ACK) { in i_ldc_process_VER()
1401 pkt->stype = LDC_INFO; in i_ldc_process_VER()
[all …]
/titanic_44/usr/src/cmd/mailx/
H A Doptim.c833 register int dtype, stype; in best() local
836 stype = nettype(src); in best()
839 if (stype == 0 || dtype == 0) { in best()
843 if ((stype & dtype) == 0) in best()
846 while ((np->no_stat & stype & dtype) == 0) in best()
/titanic_44/usr/src/lib/gss_mechs/mech_krb5/include/krb5/
H A Dkdb.h317 krb5_int32 stype,
326 krb5_int32 stype,
447 krb5_int32 stype,
/titanic_44/usr/src/cmd/mdb/sun4v/modules/ldc/
H A Dldc.c327 msg.type, msg_type_bits, msg.stype, msg_stype_bits); in ldcmsg()
339 if (msg.type == LDC_DATA && msg.stype == LDC_INFO) in ldcmsg()
345 if (msg.type == LDC_DATA && msg.stype == LDC_ACK) in ldcmsg()
/titanic_44/usr/src/lib/libbc/sparc/inc/sparc/
H A Dasm_linkage.h125 #define ANSI_PRAGMA_WEAK(sym,stype) \ argument
127 .type sym,#stype; \
/titanic_44/usr/src/uts/common/fs/smbsrv/
H A Dsmb_pathname.c980 char *fname, *sname, *stype; in smb_stream_parse_name() local
994 stype = strchr(stream + 1, ':'); in smb_stream_parse_name()
995 if (stype == NULL) in smb_stream_parse_name()
998 (void) smb_strupr(stype); in smb_stream_parse_name()

12