/titanic_51/usr/src/cmd/tic/ |
H A D | tic_read.c | 130 struct header header; local 150 read(fd, &header, sizeof (header)); 153 header.magic = swap(header.magic); 154 header.name_size = swap(header.name_size); 155 header.bool_count = swap(header [all...] |
/titanic_51/usr/src/lib/libsip/common/ |
H A D | sip_headers.c | 173 * Common header free routine 176 sip_free_phdr(sip_parsed_header_t *header) in sip_free_phdr() argument 181 if (header == NULL) in sip_free_phdr() 183 value = (sip_hdr_value_t *)header->value; in sip_free_phdr() 190 free(header); in sip_free_phdr() 194 * Free Contact/From/To header 197 sip_free_cftr_header(sip_parsed_header_t *header) in sip_free_cftr_header() argument 202 if (header == NULL) in sip_free_cftr_header() 204 value = (sip_hdr_value_t *)header->value; in sip_free_cftr_header() 217 free(header); in sip_free_cftr_header() 296 _sip_copy_header(_sip_msg_t * sip_msg,_sip_header_t * header,char * extra_param,boolean_t skip_crlf) _sip_copy_header() argument 376 _sip_header_t *header; _sip_find_and_copy_all_header() local 405 _sip_header_t *header; _sip_find_and_copy_header() local 430 _sip_header_t *header; sip_copy_all_headers() local 502 _sip_header_t *header; sip_delete_start_line_locked() local 568 _sip_header_t *header; sip_delete_all_headers() local 592 _sip_header_t *header; sip_delete_headers() local 632 _sip_header_t *header = NULL; _sip_add_header() local 802 _sip_header_t *header = NULL; sip_search_for_header() local [all...] |
H A D | sip_parse_hdrs.c | 52 sip_parse_acpt_header(_sip_header_t *sip_header, sip_parsed_header_t **header) in sip_parse_acpt_header() argument 55 return (sip_parse_hdr_empty(sip_header, header)); in sip_parse_acpt_header() 56 return (sip_parse_hdr_parser1(sip_header, header, SIP_SLASH)); in sip_parse_acpt_header() 66 sip_parsed_header_t **header) in sip_parse_acpt_encode_header() argument 68 return (sip_parse_hdr_parser1(sip_header, header, (char)NULL)); in sip_parse_acpt_encode_header() 78 sip_parsed_header_t **header) in sip_parse_acpt_lang_header() argument 81 return (sip_parse_hdr_empty(sip_header, header)); in sip_parse_acpt_lang_header() 82 return (sip_parse_hdr_parser1(sip_header, header, (char)NULL)); in sip_parse_acpt_lang_header() 90 sip_parse_alert_header(_sip_header_t *sip_header, sip_parsed_header_t **header) in sip_parse_alert_header() argument 92 return (sip_parse_hdr_parser3(sip_header, header, SIP_STR_VA in sip_parse_alert_header() 180 sip_parse_callinfo_header(_sip_header_t * sip_header,sip_parsed_header_t ** header) sip_parse_callinfo_header() argument 197 sip_parse_contentdis_header(_sip_header_t * sip_header,sip_parsed_header_t ** header) sip_parse_contentdis_header() argument 208 sip_parse_contentencode_header(_sip_header_t * sip_header,sip_parsed_header_t ** header) sip_parse_contentencode_header() argument 222 sip_parse_contentlang_header(_sip_header_t * sip_header,sip_parsed_header_t ** header) sip_parse_contentlang_header() argument 236 sip_parse_date_header(_sip_header_t * sip_header,sip_parsed_header_t ** header) sip_parse_date_header() argument 336 sip_parse_errorinfo_header(_sip_header_t * sip_header,sip_parsed_header_t ** header) sip_parse_errorinfo_header() argument 346 sip_parse_expire_header(_sip_header_t * sip_header,sip_parsed_header_t ** header) sip_parse_expire_header() argument 356 sip_parse_inreplyto_header(_sip_header_t * sip_header,sip_parsed_header_t ** header) sip_parse_inreplyto_header() argument 365 sip_parse_rseq(_sip_header_t * sip_header,sip_parsed_header_t ** header) sip_parse_rseq() argument 389 sip_parse_minexpire_header(_sip_header_t * sip_header,sip_parsed_header_t ** header) sip_parse_minexpire_header() argument 399 sip_parse_mimeversion_header(_sip_header_t * sip_header,sip_parsed_header_t ** header) sip_parse_mimeversion_header() argument 409 sip_parse_org_header(_sip_header_t * sip_header,sip_parsed_header_t ** header) sip_parse_org_header() argument 423 sip_parse_priority_header(_sip_header_t * sip_header,sip_parsed_header_t ** header) sip_parse_priority_header() argument 437 sip_parse_replyto_header(_sip_header_t * sip_header,sip_parsed_header_t ** header) sip_parse_replyto_header() argument 450 sip_parse_privacy_header(_sip_header_t * sip_header,sip_parsed_header_t ** header) sip_parse_privacy_header() argument 461 sip_parse_require_header(_sip_header_t * sip_header,sip_parsed_header_t ** header) sip_parse_require_header() argument 473 sip_parse_retryaft_header(_sip_header_t * sip_header,sip_parsed_header_t ** header) sip_parse_retryaft_header() argument 547 sip_parse_server_header(_sip_header_t * sip_header,sip_parsed_header_t ** header) sip_parse_server_header() argument 557 sip_parse_subject_header(_sip_header_t * sip_header,sip_parsed_header_t ** header) sip_parse_subject_header() argument 569 sip_parse_support_header(_sip_header_t * sip_header,sip_parsed_header_t ** header) sip_parse_support_header() argument 581 sip_parse_timestamp_header(_sip_header_t * sip_header,sip_parsed_header_t ** header) sip_parse_timestamp_header() argument 655 sip_parse_usupport_header(_sip_header_t * sip_header,sip_parsed_header_t ** header) sip_parse_usupport_header() argument 668 sip_parse_useragt_header(_sip_header_t * sip_header,sip_parsed_header_t ** header) sip_parse_useragt_header() argument 684 sip_parse_warn_header(_sip_header_t * sip_header,sip_parsed_header_t ** header) sip_parse_warn_header() argument 784 sip_parse_rack(_sip_header_t * sip_header,sip_parsed_header_t ** header) sip_parse_rack() argument 878 sip_parse_allow_events_header(_sip_header_t * sip_header,sip_parsed_header_t ** header) sip_parse_allow_events_header() argument 894 sip_parse_event_header(_sip_header_t * sip_header,sip_parsed_header_t ** header) sip_parse_event_header() argument 920 sip_parse_substate_header(_sip_header_t * sip_header,sip_parsed_header_t ** header) sip_parse_substate_header() argument 955 sip_parse_author_header(_sip_header_t * sip_header,sip_parsed_header_t ** header) sip_parse_author_header() argument 973 sip_parse_ainfo_header(_sip_header_t * sip_header,sip_parsed_header_t ** header) sip_parse_ainfo_header() argument 1005 sip_parse_pauthen_header(_sip_header_t * sip_header,sip_parsed_header_t ** header) sip_parse_pauthen_header() argument 1015 sip_parse_pauthor_header(_sip_header_t * sip_header,sip_parsed_header_t ** header) sip_parse_pauthor_header() argument 1027 sip_parse_preq_header(_sip_header_t * sip_header,sip_parsed_header_t ** header) sip_parse_preq_header() argument 1042 sip_parse_wauthen_header(_sip_header_t * sip_header,sip_parsed_header_t ** header) sip_parse_wauthen_header() argument 1051 sip_parse_cid_header(_sip_header_t * sip_header,sip_parsed_header_t ** header) sip_parse_cid_header() argument 1060 sip_parse_cseq_header(_sip_header_t * sip_header,sip_parsed_header_t ** header) sip_parse_cseq_header() argument 1159 sip_parse_via_header(_sip_header_t * sip_header,sip_parsed_header_t ** header) sip_parse_via_header() argument 1342 sip_parse_maxf_header(_sip_header_t * sip_header,sip_parsed_header_t ** header) sip_parse_maxf_header() argument 1364 sip_parse_ctype_header(_sip_header_t * sip_header,sip_parsed_header_t ** header) sip_parse_ctype_header() argument 1373 sip_parse_clen_header(_sip_header_t * sip_header,sip_parsed_header_t ** header) sip_parse_clen_header() argument 1414 sip_parse_cftr_header(_sip_header_t * sip_header,sip_parsed_header_t ** header) sip_parse_cftr_header() argument 1686 sip_parse_passertedid(_sip_header_t * sip_header,sip_parsed_header_t ** header) sip_parse_passertedid() argument 1698 sip_parse_ppreferredid(_sip_header_t * sip_header,sip_parsed_header_t ** header) sip_parse_ppreferredid() argument 1711 sip_parse_unknown_header(_sip_header_t * sip_header,sip_parsed_header_t ** header) sip_parse_unknown_header() argument [all...] |
/titanic_51/usr/src/lib/udapl/udapl_tavor/common/ |
H A D | dapl_sp_util.c | 81 * initialize the header in dapls_sp_alloc() 83 sp_ptr->header.provider = ia_ptr->header.provider; in dapls_sp_alloc() 85 sp_ptr->header.magic = DAPL_MAGIC_PSP; in dapls_sp_alloc() 86 sp_ptr->header.handle_type = DAT_HANDLE_TYPE_PSP; in dapls_sp_alloc() 88 sp_ptr->header.magic = DAPL_MAGIC_RSP; in dapls_sp_alloc() 89 sp_ptr->header.handle_type = DAT_HANDLE_TYPE_RSP; in dapls_sp_alloc() 91 sp_ptr->header.owner_ia = ia_ptr; in dapls_sp_alloc() 92 sp_ptr->header.user_context.as_64 = 0; in dapls_sp_alloc() 93 sp_ptr->header in dapls_sp_alloc() [all...] |
H A D | dapl_ia_util.c | 82 * initialize the header in dapl_ia_alloc() 84 ia_ptr->header.provider = provider; in dapl_ia_alloc() 85 ia_ptr->header.magic = DAPL_MAGIC_IA; in dapl_ia_alloc() 86 ia_ptr->header.handle_type = DAT_HANDLE_TYPE_IA; in dapl_ia_alloc() 87 ia_ptr->header.owner_ia = ia_ptr; in dapl_ia_alloc() 88 ia_ptr->header.user_context.as_64 = 0; in dapl_ia_alloc() 89 ia_ptr->header.user_context.as_ptr = NULL; in dapl_ia_alloc() 90 dapl_llist_init_entry(&ia_ptr->header.ia_list_entry); in dapl_ia_alloc() 91 dapl_os_lock_init(&ia_ptr->header.lock); in dapl_ia_alloc() 166 &rmr_ptr->header in dapl_ia_abrupt_close() [all...] |
H A D | dapl_get_consumer_context.c | 67 DAPL_HEADER *header; in dapl_get_consumer_context() local 71 header = (DAPL_HEADER *)dat_handle; in dapl_get_consumer_context() 72 if (((header) == NULL) || in dapl_get_consumer_context() 73 ((unsigned long)(header) & 3) || in dapl_get_consumer_context() 74 (header->magic != DAPL_MAGIC_IA && in dapl_get_consumer_context() 75 header->magic != DAPL_MAGIC_EVD && in dapl_get_consumer_context() 76 header->magic != DAPL_MAGIC_EP && in dapl_get_consumer_context() 77 header->magic != DAPL_MAGIC_LMR && in dapl_get_consumer_context() 78 header->magic != DAPL_MAGIC_RMR && in dapl_get_consumer_context() 79 header in dapl_get_consumer_context() [all...] |
H A D | dapl_get_handle_type.c | 66 DAPL_HEADER *header; in dapl_get_handle_type() local 70 header = (DAPL_HEADER *)dat_handle; in dapl_get_handle_type() 71 if (((header) == NULL) || in dapl_get_handle_type() 72 ((unsigned long)(header) & 3) || in dapl_get_handle_type() 73 (header->magic != DAPL_MAGIC_IA && in dapl_get_handle_type() 74 header->magic != DAPL_MAGIC_EVD && in dapl_get_handle_type() 75 header->magic != DAPL_MAGIC_EP && in dapl_get_handle_type() 76 header->magic != DAPL_MAGIC_LMR && in dapl_get_handle_type() 77 header->magic != DAPL_MAGIC_RMR && in dapl_get_handle_type() 78 header in dapl_get_handle_type() [all...] |
H A D | dapl_set_consumer_context.c | 68 DAPL_HEADER *header; in dapl_set_consumer_context() local 72 header = (DAPL_HEADER *)dat_handle; in dapl_set_consumer_context() 73 if (((header) == NULL) || in dapl_set_consumer_context() 74 ((unsigned long) (header) & 3) || in dapl_set_consumer_context() 75 (header->magic != DAPL_MAGIC_IA && in dapl_set_consumer_context() 76 header->magic != DAPL_MAGIC_EVD && in dapl_set_consumer_context() 77 header->magic != DAPL_MAGIC_EP && in dapl_set_consumer_context() 78 header->magic != DAPL_MAGIC_LMR && in dapl_set_consumer_context() 79 header->magic != DAPL_MAGIC_RMR && in dapl_set_consumer_context() 80 header in dapl_set_consumer_context() [all...] |
H A D | dapl_cr_util.c | 78 * initialize the header in dapls_cr_alloc() 80 cr_ptr->header.provider = ia_ptr->header.provider; in dapls_cr_alloc() 81 cr_ptr->header.magic = DAPL_MAGIC_CR; in dapls_cr_alloc() 82 cr_ptr->header.handle_type = DAT_HANDLE_TYPE_CR; in dapls_cr_alloc() 83 cr_ptr->header.owner_ia = ia_ptr; in dapls_cr_alloc() 84 cr_ptr->header.user_context.as_64 = 0; in dapls_cr_alloc() 85 cr_ptr->header.user_context.as_ptr = NULL; in dapls_cr_alloc() 86 dapl_llist_init_entry(&cr_ptr->header.ia_list_entry); in dapls_cr_alloc() 87 dapl_os_lock_init(&cr_ptr->header in dapls_cr_alloc() [all...] |
H A D | dapl_rmr_util.c | 49 * initialize the header in dapl_rmr_alloc() 51 rmr->header.provider = pz->header.provider; in dapl_rmr_alloc() 52 rmr->header.magic = DAPL_MAGIC_RMR; in dapl_rmr_alloc() 53 rmr->header.handle_type = DAT_HANDLE_TYPE_RMR; in dapl_rmr_alloc() 54 rmr->header.owner_ia = pz->header.owner_ia; in dapl_rmr_alloc() 55 rmr->header.user_context.as_64 = 0; in dapl_rmr_alloc() 56 rmr->header.user_context.as_ptr = 0; in dapl_rmr_alloc() 57 dapl_llist_init_entry(&rmr->header in dapl_rmr_alloc() [all...] |
H A D | dapl_pz_util.c | 74 * initialize the header in dapl_pz_alloc() 76 pz->header.provider = ia->header.provider; in dapl_pz_alloc() 77 pz->header.magic = DAPL_MAGIC_PZ; in dapl_pz_alloc() 78 pz->header.handle_type = DAT_HANDLE_TYPE_PZ; in dapl_pz_alloc() 79 pz->header.owner_ia = ia; in dapl_pz_alloc() 80 pz->header.user_context.as_64 = 0; in dapl_pz_alloc() 81 pz->header.user_context.as_ptr = NULL; in dapl_pz_alloc() 82 dapl_llist_init_entry(&pz->header.ia_list_entry); in dapl_pz_alloc() 84 dapl_os_lock_init(&pz->header in dapl_pz_alloc() [all...] |
H A D | dapl_srq_util.c | 70 * initialize the header in dapl_srq_alloc() 72 srq_ptr->header.provider = ia_ptr->header.provider; in dapl_srq_alloc() 73 srq_ptr->header.magic = DAPL_MAGIC_SRQ; in dapl_srq_alloc() 74 srq_ptr->header.handle_type = DAT_HANDLE_TYPE_SRQ; in dapl_srq_alloc() 75 srq_ptr->header.owner_ia = ia_ptr; in dapl_srq_alloc() 76 srq_ptr->header.user_context.as_64 = 0; in dapl_srq_alloc() 77 dapl_llist_init_entry(&srq_ptr->header.ia_list_entry); in dapl_srq_alloc() 78 dapl_os_lock_init(&srq_ptr->header.lock); in dapl_srq_alloc() 113 dapl_os_assert(srq_ptr->header in dapl_srq_dealloc() [all...] |
H A D | dapl_cno_util.c | 73 * Initialize the header. in dapl_cno_alloc() 75 cno_ptr->header.provider = ia_ptr->header.provider; in dapl_cno_alloc() 76 cno_ptr->header.magic = DAPL_MAGIC_CNO; in dapl_cno_alloc() 77 cno_ptr->header.handle_type = DAT_HANDLE_TYPE_CNO; in dapl_cno_alloc() 78 cno_ptr->header.owner_ia = ia_ptr; in dapl_cno_alloc() 79 cno_ptr->header.user_context.as_64 = 0; in dapl_cno_alloc() 80 cno_ptr->header.user_context.as_ptr = NULL; in dapl_cno_alloc() 81 dapl_llist_init_entry(&cno_ptr->header.ia_list_entry); in dapl_cno_alloc() 83 dapl_os_lock_init(&cno_ptr->header in dapl_cno_alloc() [all...] |
H A D | dapl_lmr_util.c | 65 * initialize the header in dapl_lmr_alloc() 67 lmr->header.provider = ia->header.provider; in dapl_lmr_alloc() 68 lmr->header.magic = DAPL_MAGIC_LMR; in dapl_lmr_alloc() 69 lmr->header.handle_type = DAT_HANDLE_TYPE_LMR; in dapl_lmr_alloc() 70 lmr->header.owner_ia = ia; in dapl_lmr_alloc() 71 lmr->header.user_context.as_64 = 0; in dapl_lmr_alloc() 72 lmr->header.user_context.as_ptr = NULL; in dapl_lmr_alloc() 73 dapl_llist_init_entry(&lmr->header.ia_list_entry); in dapl_lmr_alloc() 75 dapl_os_lock_init(&lmr->header in dapl_lmr_alloc() [all...] |
/titanic_51/usr/src/cmd/format/ |
H A D | menu_cache.c | 99 struct scsi_ms_header header; in ca_write_display() local 110 MAX_MODE_SENSE_SIZE, &header); in ca_write_display() 128 struct scsi_ms_header header; in ca_write_enable() local 141 MAX_MODE_SENSE_SIZE, &header); in ca_write_enable() 147 MAX_MODE_SENSE_SIZE, &header); in ca_write_enable() 151 (caddr_t)page8, MAX_MODE_SENSE_SIZE, &header); in ca_write_enable() 165 header.mode_header.length = 0; in ca_write_enable() 166 header.mode_header.device_specific = 0; in ca_write_enable() 169 (caddr_t)page8, length, &header); in ca_write_enable() 189 struct scsi_ms_header header; in ca_write_disable() local 250 struct scsi_ms_header header; ca_read_display() local 279 struct scsi_ms_header header; ca_read_enable() local 340 struct scsi_ms_header header; ca_read_disable() local [all...] |
/titanic_51/usr/src/uts/common/ipp/flowacct/ |
H A D | flowacct.c | 109 flowacct_port_info(header_t *header, void *iph, int af, mblk_t *mp) in flowacct_port_info() argument 125 header->sport = (uint16_t)*up++; in flowacct_port_info() 126 header->dport = (uint16_t)*up; in flowacct_port_info() 169 * bytes of the ULP's header to get the port in flowacct_port_info() 177 header->proto = *nexthdrp; in flowacct_port_info() 179 header->sport = (uint16_t)*up++; in flowacct_port_info() 180 header->dport = (uint16_t)*up; in flowacct_port_info() 187 header->proto = *nexthdrp; in flowacct_port_info() 200 * flowacct_find_ids(mp, header) 210 flowacct_find_ids(mblk_t *mp, header_t *header) in flowacct_find_ids() argument 229 flowacct_extract_header(mblk_t * mp,header_t * header) flowacct_extract_header() argument 286 flowacct_flow_present(header_t * header,int index,flowacct_data_t * flowacct_data) flowacct_flow_present() argument 432 flowacct_update_flows_tbl(header_t * header,flowacct_data_t * flowacct_data) flowacct_update_flows_tbl() argument 878 header_t *header; flowacct_process() local [all...] |
/titanic_51/usr/src/cmd/loadkeys/type_101/ |
H A D | neaten.sh | 54 header=/tmp/header.$$ 59 echo "#" > $header 60 echo "$sccsid" >> $header 61 echo "#" >> $header 62 echo "# Copyright (c) `date +%Y` by Sun Microsystems, Inc." >> $header 63 echo "# All rights reserved." >> $header 64 echo "#" >> $header 74 $i >> $header 75 echo '#' >> $header [all...] |
/titanic_51/usr/src/uts/common/io/xge/hal/include/ |
H A D | xge-list.h | 45 * header: first element of the list (head) 50 static inline void xge_list_init (xge_list_t *header) in xge_list_init() argument 52 header->next = header; in xge_list_init() 53 header->prev = header; in xge_list_init() 58 * header: first element of the list (head) 64 static inline int xge_list_is_empty(xge_list_t *header) in xge_list_is_empty() argument 66 xge_assert(header != NULL); in xge_list_is_empty() 68 return header in xge_list_is_empty() 79 xge_list_first_get(xge_list_t * header) xge_list_first_get() argument [all...] |
/titanic_51/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | mknames.awk | 36 function header(file, array) { function 64 header("boolname.c", "boolnames"); 65 header("boolcode.c", "boolcodes"); 66 header("boolfnam.c", "boolfnames"); 67 header("numname.c", "numnames"); 68 header("numcode.c", "numcodes"); 69 header("numfnam.c", "numfnames"); 70 header("strname.c", "strnames"); 71 header("strcode.c", "strcodes"); 72 header("strfna [all...] |
/titanic_51/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | mknames.awk | 36 function header(file, array) { function 65 header("boolname.c", "boolnames"); 66 header("boolcode.c", "boolcodes"); 67 header("boolfnam.c", "boolfnames"); 68 header("numname.c", "numnames"); 69 header("numcode.c", "numcodes"); 70 header("numfnam.c", "numfnames"); 71 header("strname.c", "strnames"); 72 header("strcode.c", "strcodes"); 73 header("strfna [all...] |
/titanic_51/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_dns.c | 53 static size_t skip_question(const uchar_t *header, const uchar_t *data, 55 static size_t print_question(char *line, const uchar_t *header, 57 static size_t print_answer(char *line, const uchar_t *header, 64 static const uchar_t *get_domain_name(const uchar_t *header, 66 static size_t print_domain_name(char *line, const uchar_t *header, 73 dns_header header; in interpret_dns() local 98 /* We need at least the header in order to parse a packet. */ in interpret_dns() 104 * Copy the header into a local structure for aligned access to in interpret_dns() 107 (void) memcpy(&header, data, sizeof (header)); in interpret_dns() 320 skip_question(const uchar_t * header,const uchar_t * data,const uchar_t * data_end) skip_question() argument 334 print_question(char * line,const uchar_t * header,const uchar_t * data,const uchar_t * data_end,int detail) print_question() argument 450 print_answer(char * line,const uchar_t * header,const uchar_t * data,const uchar_t * data_end,int detail) print_answer() argument 813 get_domain_name(const uchar_t * header,const uchar_t * data,const uchar_t * data_end,char * namebuf,char * namend) get_domain_name() argument 906 print_domain_name(char * line,const uchar_t * header,const uchar_t * data,const uchar_t * data_end) print_domain_name() argument [all...] |
/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | array.c | 45 Namarr_t header; member 55 Namarr_t header; member 106 struct index_array *aq = (struct index_array*)ap->header.scope; in array_covered() 107 if(!ap->header.fun && aq) in array_covered() 118 while(*fp && *fp!= &old->header.hdr) in array_setptr() 122 new->header.hdr.next = (*fp)->next; in array_setptr() 123 *fp = &new->header.hdr; in array_setptr() 216 ap->header.nelem &= ~ARRAY_NOSCOPE; in array_find() 218 ap->header.nelem |= ARRAY_NOSCOPE; in array_find() 219 if(wasundef = ap->header.nelem&ARRAY_UNDEF) in array_find() [all …]
|
/titanic_51/usr/src/lib/libmalloc/common/ |
H A D | malloc.c | 68 * user. It has a 3 word header. (See description 71 * requested. It has only a 1 word header, pointing 75 * has a 1 word header, as does 2. 101 * malloc. This block contains a header and ?????? small blocks. 116 static struct header arena[4] = { 130 static struct header *arenaend; /* ptr to block marking high end of arena */ 131 static struct header *lastblk; /* the highest block in the arena */ 155 register struct header *p; in checkq() 201 struct header *hd; in memalign() 234 * address is not sufficient to hold 'header' an in memalign() [all...] |
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | array.c | 45 Namarr_t header; member 55 Namarr_t header; member 141 struct index_array *aq = (struct index_array*)ap->header.scope; in array_covered() 142 if(!ap->header.fun && aq) in array_covered() 144 return (ap->header.fixed || ((ap->cur<aq->maxi) && aq->val[ap->cur].cp)); in array_covered() 157 while(*fp && *fp!= &old->header.hdr) in array_setptr() 161 new->header.hdr.next = (*fp)->next; in array_setptr() 162 *fp = &new->header.hdr; in array_setptr() 282 ap->header.nelem &= ~ARRAY_NOSCOPE; in array_find() 284 ap->header in array_find() [all...] |
/titanic_51/usr/src/uts/sun4u/serengeti/io/ |
H A D | sgcn.c | 233 cnsram_header header; in sgcn_attach() local 255 rv = iosram_read(SBBC_CONSOLE_KEY, 0, (caddr_t)&header, in sgcn_attach() 259 if (header.cnsram_magic != CNSRAM_MAGIC) in sgcn_attach() 261 if (!header.cnsram_in_end && !header.cnsram_in_begin) in sgcn_attach() 263 if (!header.cnsram_out_end && !header.cnsram_out_begin) in sgcn_attach() 271 header.cnsram_in_end - header.cnsram_in_begin; in sgcn_attach() 911 sgcn_read_header(int rw, cnsram_header *header) in sgcn_read_header() argument 947 cnsram_header header; sgcn_rw() local [all...] |