Searched refs:sch (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/sctp/ |
H A D | sctp_shutdown.c | 53 sctp_chunk_hdr_t *sch; in sctp_send_shutdown() local 100 smp = allocb(sizeof (*sch) + sizeof (*ctsn), BPRI_MED); in sctp_send_shutdown() 107 sch = (sctp_chunk_hdr_t *)smp->b_rptr; in sctp_send_shutdown() 108 smp->b_wptr = smp->b_rptr + sizeof (*sch) + sizeof (*ctsn); in sctp_send_shutdown() 111 sizeof (*sch) + sizeof (*ctsn)); in sctp_send_shutdown() 116 sch = (sctp_chunk_hdr_t *)sendmp->b_wptr; in sctp_send_shutdown() 117 sendmp->b_wptr += sizeof (*sch) + sizeof (*ctsn); in sctp_send_shutdown() 123 sch->sch_id = CHUNK_SHUTDOWN; in sctp_send_shutdown() 124 sch->sch_flags = 0; in sctp_send_shutdown() 125 sch->sch_len = htons(sizeof (*sch) + sizeof (*ctsn)); in sctp_send_shutdown() [all …]
|
H A D | sctp_input.c | 1752 sctp_chunk_hdr_t *sch; in sctp_fill_sack() local 1759 sch = (sctp_chunk_hdr_t *)dst; in sctp_fill_sack() 1760 sch->sch_id = CHUNK_SACK; in sctp_fill_sack() 1761 sch->sch_flags = 0; in sctp_fill_sack() 1762 sch->sch_len = htons(sacklen); in sctp_fill_sack() 1767 sc = (sctp_sack_chunk_t *)(sch + 1); in sctp_fill_sack() 1825 sctp_chunk_hdr_t *sch; in sctp_make_sack() local 1864 slen = sizeof (*sch) + sizeof (*sc) + in sctp_make_sack() 1896 sch = (sctp_chunk_hdr_t *)smp->b_wptr; in sctp_make_sack() 1901 sc = (sctp_sack_chunk_t *)(sch + 1); in sctp_make_sack() [all …]
|
H A D | sctp.c | 940 sctp_chunk_hdr_t *sch; in sctp_icmp_verf() local 943 sch = (sctp_chunk_hdr_t *)(sh + 1); in sctp_icmp_verf() 944 vp = (uint32_t *)(sch + 1); in sctp_icmp_verf()
|
/illumos-gate/usr/src/uts/common/io/audio/impl/ |
H A D | audio_format.c | 68 setup_src(audio_stream_t *sp, int srate, int trate, int sch, int tch) in setup_src() argument 72 nch = min(sch, tch); in setup_src()
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw8/frutree/ |
H A D | piclfrutree.c | 298 static picl_nodehdl_t sch = 0; variable 440 err = ptree_get_node_by_path(SC_DEV, &sch); in add_all_nodes() 447 err = ptree_get_node_by_path(SC_DEV_PCIX, &sch); in add_all_nodes() 2580 err = ptree_create_and_add_node(sch, nodename, class, sensorhdlp); in add_sensor_node() 3227 if (find_child_by_name(sch, buf) != 0) in add_env_nodes()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/ |
H A D | magic.tab | 1667 |name match *.sch Microsoft Schedule+ 7.0 Application application/x-ms-scheduleplus
|