/illumos-gate/usr/src/common/smbios/ |
H A D | smb_info.c | 237 smb_info_strptr(const smb_struct_t *stp, uint8_t off, int *n) in smb_info_strptr() 292 const smb_struct_t *stp = smb_lookup_id(shp, id); in smbios_info_common() local 355 const smb_struct_t *stp = smb_lookup_id(shp, id); in smbios_info_contains() local 391 const smb_struct_t *stp = smb_lookup_type(shp, SMB_TYPE_BIOS); in smbios_info_bios() local 486 const smb_struct_t *stp = smb_lookup_type(shp, SMB_TYPE_SYSTEM); in smbios_info_system() local 507 const smb_struct_t *stp = smb_lookup_id(shp, id); in smbios_info_bboard() local 530 const smb_struct_t *stp = smb_lookup_id(shp, id); in smbios_info_chassis() local 614 const smb_struct_t *stp = smb_lookup_id(shp, id); in smbios_info_chassis_elts() local 692 const smb_struct_t *stp = smb_lookup_id(shp, id); in smbios_info_processor() local 762 const smb_struct_t *stp = smb_lookup_id(shp, id); in smbios_info_cache() local [all …]
|
H A D | smb_open.c | 287 smb_struct_t *stp = &shp->sh_structs[i]; in smbios_bufopen() local 427 smb_export(const smb_struct_t *stp, smbios_struct_t *sp) in smb_export() 442 const smb_struct_t *stp = smb_lookup_id(shp, id); in smbios_lookup_id() local 456 const smb_struct_t *stp = smb_lookup_type(shp, type); in smbios_lookup_type() local 500 const smb_struct_t *stp = shp->sh_hash[id & (shp->sh_hashlen - 1)]; in smb_lookup_id() local 523 smb_strptr(const smb_struct_t *stp, uint_t i) in smb_strptr()
|
/illumos-gate/usr/src/uts/common/io/sfxge/ |
H A D | sfxge_tx.c | 130 sfxge_tx_dpl_get_pkt_max(sfxge_txq_t *stp) in sfxge_tx_dpl_get_pkt_max() 253 sfxge_txq_t *stp = buf; in sfxge_tx_qctor() local 373 sfxge_txq_t *stp = buf; in sfxge_tx_qdtor() local 432 sfxge_tx_qfpp_put(sfxge_txq_t *stp, sfxge_tx_packet_t *stpp) in sfxge_tx_qfpp_put() 462 sfxge_tx_qfpp_get(sfxge_txq_t *stp) in sfxge_tx_qfpp_get() 490 sfxge_tx_qfpp_empty(sfxge_txq_t *stp) in sfxge_tx_qfpp_empty() 520 sfxge_tx_qfbp_put(sfxge_txq_t *stp, sfxge_tx_buffer_t *stbp) in sfxge_tx_qfbp_put() 535 sfxge_tx_qfbp_get(sfxge_txq_t *stp) in sfxge_tx_qfbp_get() 561 sfxge_tx_qfbp_empty(sfxge_txq_t *stp) in sfxge_tx_qfbp_empty() 591 sfxge_tx_qfmp_put(sfxge_txq_t *stp, sfxge_tx_mapping_t *stmp) in sfxge_tx_qfmp_put() [all …]
|
H A D | sfxge_ev.c | 209 sfxge_txq_t *stp; in sfxge_ev_qcomplete() local 432 sfxge_txq_t *stp; in sfxge_ev_tx() local 477 sfxge_txq_t *stp; in sfxge_ev_txq_flush_done() local 561 sfxge_txq_t *stp = sep->se_label_stp[label]; in sfxge_ev_software() local 1058 sfxge_ev_txlabel_alloc(sfxge_t *sp, unsigned int evq, sfxge_txq_t *stp, in sfxge_ev_txlabel_alloc() 1110 sfxge_ev_txlabel_free(sfxge_t *sp, unsigned int evq, sfxge_txq_t *stp, in sfxge_ev_txlabel_free()
|
/illumos-gate/usr/src/cmd/sgs/common/ |
H A D | string_table.c | 159 Str_tbl *stp; in st_new() local 196 st_insert(Str_tbl *stp, const char *str) in st_insert() 265 st_delstring(Str_tbl *stp, const char *str) in st_delstring() 309 st_destroy(Str_tbl *stp) in st_destroy() 389 st_setstring(Str_tbl *stp, const char *str, size_t *stoff) in st_setstring() 483 st_hash_insert(Str_tbl *stp, const char *str, size_t len) in st_hash_insert() 582 st_getstrtab_sz(Str_tbl *stp) in st_getstrtab_sz() 680 st_getstrbuf(Str_tbl *stp) in st_getstrbuf() 690 st_setstrbuf(Str_tbl *stp, char *stbuf, size_t bufsize) in st_setstrbuf() 722 st_setallstrings(Str_tbl *stp) in st_setallstrings() [all …]
|
/illumos-gate/usr/src/uts/common/sys/scsi/targets/ |
H A D | sgendef.h | 101 #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 …]
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | session.c | 246 sess_ctty_clear(sess_t *sp, stdata_t *stp) in sess_ctty_clear() 269 sess_ctty_set(proc_t *p, sess_t *sp, stdata_t *stp) in sess_ctty_set() 296 strctty(stdata_t *stp) in strctty() 385 stdata_t *stp; in freectty_lock() local 486 freectty_signal(proc_t *p, sess_t *sp, stdata_t *stp, boolean_t at_exit) in freectty_signal() 533 stdata_t *stp; in freectty() local
|
H A D | streamio.c | 197 push_mod(queue_t *qp, dev_t *devp, struct stdata *stp, const char *name, in push_mod() 237 xpg4_fixup(queue_t *qp, dev_t *devp, struct stdata *stp, cred_t *crp) in xpg4_fixup() 286 struct stdata *stp; in stropen() local 667 struct stdata *stp; in strclose() local 950 stdata_t *stp; in strclean() local 995 stdata_t *stp; in strcleanall() local 1021 strget(struct stdata *stp, queue_t *q, struct uio *uiop, int first, in strget() 1219 struct stdata *stp; in strread() local 1616 struct stdata *stp; in strrput() local 2006 struct stdata *stp; in strrput_nondata() local [all …]
|
H A D | strsubr.c | 631 #define STR_SERVICE(stp, q) { \ argument 653 stdata_t *stp = buf; in stream_head_constructor() local 672 stdata_t *stp = buf; in stream_head_destructor() local 937 struct stdata *stp; in str_sendsig() local 1629 findlinks(stdata_t *stp, int index, int type, str_stack_t *ss) in findlinks() 1733 struct stdata *stp; in mlink_file() local 2023 munlink(stdata_t *stp, linkinfo_t *linkp, int flag, cred_t *crp, int *rvalp, in munlink() 2270 munlinkall(stdata_t *stp, int flag, cred_t *crp, int *rvalp, str_stack_t *ss) in munlinkall() 2365 devflg_to_qflag(struct streamtab *stp, uint32_t devflag, uint32_t *qflagp, in devflg_to_qflag() 2763 stdata_t *stp, in strmakemsg() [all …]
|
H A D | ddi.c | 495 struct stdata *stp = STREAM(q); in canputnext() local 628 struct stdata *stp = STREAM(q); in freezestr() local 653 struct stdata *stp = STREAM(q); in unfreezestr() local
|
H A D | putnext.c | 152 struct stdata *stp; in putnext() local
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | enc_des.c | 113 ecb_encrypt(struct stinfo *stp, Block in, Block out) in ecb_encrypt() 459 cfb64_stream_iv(Block seed, register struct stinfo *stp) in cfb64_stream_iv() 468 cfb64_stream_key(Block key, register struct stinfo *stp) in cfb64_stream_key() 512 register struct stinfo *stp = in cfb64_encrypt() local 537 register struct stinfo *stp = in cfb64_decrypt() local
|
/illumos-gate/usr/src/cmd/fm/modules/common/sensor-transport/ |
H A D | sensor_transport.c | 82 sensor_transport_t *stp = arg; in st_check_component() local 295 sensor_transport_t *stp; in st_timeout() local 386 parse_spoof_param(fmd_hdl_t *hdl, char *param, sensor_transport_t *stp) in parse_spoof_param() 452 sensor_transport_t *stp; in _fmd_init() local 493 sensor_transport_t *stp; in _fmd_fini() local
|
/illumos-gate/usr/src/cmd/ndmpd/ndmp/ |
H A D | ndmpd_fhistory.c | 733 ndmpd_fhpath_v3_cb(lbr_fhlog_call_backs_t *cbp, char *path, struct stat64 *stp, in ndmpd_fhpath_v3_cb() 790 ndmpd_fhdir_v3_cb(lbr_fhlog_call_backs_t *cbp, char *dir, struct stat64 *stp) in ndmpd_fhdir_v3_cb() 940 struct stat64 *stp, u_longlong_t off) in ndmpd_fhnode_v3_cb() 1333 struct stat64 *stp, u_longlong_t off) in ndmpd_file_history_path() 1379 struct stat64 *stp) in ndmpd_file_history_dir() 1525 struct stat64 *stp, u_longlong_t off) in ndmpd_file_history_node() 1588 ndmpd_path_restored(lbr_fhlog_call_backs_t *cbp, char *name, struct stat64 *stp, in ndmpd_path_restored()
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_program.c | 65 dt_stmt_t *stp, *next; in dt_program_destroy() local 87 dt_stmt_t *stp; in dtrace_program_info() local 278 dt_stmt_t *stp = dt_alloc(dtp, sizeof (dt_stmt_t)); in dtrace_stmt_add() local 293 dt_stmt_t *stp, *next; in dtrace_stmt_iter() local
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/ |
H A D | server.c | 52 char *stp[32]; /* stack of saved tp's for directories */ variable 557 savelink(struct stat *stp, int opts) in savelink() 598 update(char *rname, int opts, struct stat *stp) in update() 1370 recursive_remove(struct stat *stp) in recursive_remove()
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | actions.c | 362 const struct systable *stp; in sysentry() local 517 const struct systable *stp; in sysexit() local 870 showpaths(private_t *pri, const struct systable *stp) in showpaths()
|
/illumos-gate/usr/src/lib/scsi/libses/common/ |
H A D | ses_enclosure.c | 206 ses_open_scsi(uint_t version, libscsi_target_t *stp) in ses_open_scsi() 247 libscsi_target_t *stp; in ses_open() local
|
/illumos-gate/usr/src/stand/lib/fs/common/ |
H A D | promfs.c | 105 promfs_fstat(int fd, struct bootstat *stp) in promfs_fstat()
|
/illumos-gate/usr/src/uts/sun/io/ |
H A D | zs_hdlc.c | 524 struct ser_str *stp; in zsh_open() local 638 struct ser_str *stp; in zsh_close() local 829 struct ser_str *stp = (struct ser_str *)wq->q_ptr; in zsh_wput() local 1235 struct ser_str *stp = (struct ser_str *)wq->q_ptr; in zsh_ioctl() local
|
/illumos-gate/usr/src/cmd/streams/log/ |
H A D | strclean.c | 145 clean(const char *name, const struct stat *stp, int info) in clean()
|
/illumos-gate/usr/src/tools/sgs/sgsmsg/ |
H A D | sgsmsg.c | 107 static Str_tbl *stp; /* string table */ variable 316 dump_stringtab(Str_tbl *stp) in dump_stringtab()
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/ses/ |
H A D | ses.c | 425 ses_ssl_alloc(topo_mod_t *mod, ses_enum_target_t *stp) in ses_ssl_alloc() 439 ses_ssl_free(topo_mod_t *mod, ses_enum_target_t *stp) in ses_ssl_free() 461 ses_ssl_valid(ses_enum_target_t *stp) in ses_ssl_valid() 516 ses_enum_target_t *stp; in ses_contract_thread() local 737 ses_create_contract(topo_mod_t *mod, ses_enum_target_t *stp) in ses_create_contract() 768 ses_target_free(topo_mod_t *mod, ses_enum_target_t *stp) in ses_target_free() 2366 ses_enum_target_t *stp; in ses_create_subchassis() local 2920 ses_enum_target_t *stp; in ses_create_chassis() local 3600 ses_enum_target_t *stp; in ses_process_dir() local 3769 ses_enum_target_t *stp; in ses_release() local
|
/illumos-gate/usr/src/uts/common/fs/namefs/ |
H A D | namevfs.c | 466 struct stdata *stp = filevp->v_stream; in nm_mount() local 627 struct stdata *stp = vp->v_stream; in nm_unmount() local
|
/illumos-gate/usr/src/lib/libslp/clib/ |
H A D | slp_targets.c | 354 struct scope_targets *sts, *stp; in slp_destroy_target_list() local 390 struct scope_targets *st, *stp; in add2scopes_list() local
|