/titanic_51/usr/src/uts/common/io/scsi/adapters/pmcs/ |
H A D | pmcs_fwlog.c | 55 int n = 0; in pmcs_register_dump_int() local 78 n = pmcs_dump_spc_ver(pwp, buf, size_left); in pmcs_register_dump_int() 79 ASSERT(size_left >= n); in pmcs_register_dump_int() 80 buf += n; size_left -= n; in pmcs_register_dump_int() 81 n = pmcs_dump_gsm_conf(pwp, buf, size_left); in pmcs_register_dump_int() 82 ASSERT(size_left >= n); in pmcs_register_dump_int() 83 buf += n; size_left -= n; in pmcs_register_dump_int() 84 n in pmcs_register_dump_int() 249 int n = 0, retries = 0; pmcs_dump_fwlog() local 296 int n = 0; pmcs_dump_ioqs() local 365 int n = 0; pmcs_dump_spc_ver() local 396 int n = 0; pmcs_dump_mpi_table() local 667 int n = 0; pmcs_dump_binary() local 691 int n = 0; pmcs_dump_gsm_conf() local 732 int n = 0; pmcs_dump_pcie_conf() local 882 int n = 0, j = 0, nums = 0; pmcs_dump_gsm_addiregs() local 933 int n = 0; pmcs_dump_gsm() local 1040 int n = 0; pmcs_iqp_trace() local 1084 int n = 0; pmcs_dump_hsst_sregs() local 1123 int n = 0; pmcs_dump_sspa_sregs() local [all...] |
/titanic_51/usr/src/cmd/mandoc/ |
H A D | man_validate.c | 37 #define CHKARGS struct man *man, struct man_node *n 102 struct man_node *n; in man_valid_post() local 105 n = man->last; in man_valid_post() 106 if (n->flags & MAN_VALID) in man_valid_post() 108 n->flags |= MAN_VALID; in man_valid_post() 110 switch (n->type) { in man_valid_post() 112 check_text(man, n); in man_valid_post() 115 check_root(man, n); in man_valid_post() 122 cp = man_valids + n->tok; in man_valid_post() 124 (*cp)(man, n); in man_valid_post() [all...] |
H A D | mdoc_term.c | 46 struct mdoc_node *n 256 struct mdoc_node *n; in terminal_mdoc() local 265 n = mdoc_node(mdoc)->child; in terminal_mdoc() 269 while (n != NULL) { in terminal_mdoc() 270 if (n->tok == MDOC_Sh && n->sec == SEC_SYNOPSIS) { in terminal_mdoc() 271 if (n->child->next->child != NULL) in terminal_mdoc() 273 meta, n->child->next->child); in terminal_mdoc() 277 n = n in terminal_mdoc() 552 print_bvspace(struct termp * p,const struct mdoc_node * bl,const struct mdoc_node * n) print_bvspace() argument 1269 synopsis_pre(struct termp * p,const struct mdoc_node * n) synopsis_pre() argument [all...] |
H A D | mdoc_validate.c | 42 #define PRE_ARGS struct mdoc *mdoc, struct mdoc_node *n 295 mdoc_valid_pre(struct mdoc *mdoc, struct mdoc_node *n) in mdoc_valid_pre() argument 299 switch (n->type) { in mdoc_valid_pre() 301 if (n->sec != SEC_SYNOPSIS || n->parent->tok != MDOC_Fd) in mdoc_valid_pre() 302 check_text(mdoc, n->line, n->pos, n->string); in mdoc_valid_pre() 314 check_args(mdoc, n); in mdoc_valid_pre() 315 p = mdoc_valids[n in mdoc_valid_pre() 323 struct mdoc_node *n; mdoc_valid_post() local 364 check_args(struct mdoc * mdoc,struct mdoc_node * n) check_args() argument 377 check_argv(struct mdoc * mdoc,struct mdoc_node * n,struct mdoc_argv * v) check_argv() argument 833 struct mdoc_node *n; post_lb() local 853 const struct mdoc_node *n; post_eoln() local 866 const struct mdoc_node *n; post_fname() local 889 const struct mdoc_node *n; post_fo() local 915 const struct mdoc_node *n; post_fa() local 936 const struct mdoc_node *n; post_vt() local 958 struct mdoc_node *n; post_nm() local 980 struct mdoc_node *n; post_nd() local 997 struct mdoc_node *n; post_d1() local 1014 struct mdoc_node *n; post_literal() local 1070 struct mdoc_node *n; post_at() local 1203 struct mdoc_node *n, *ni, *nc; post_bl_block() local 1282 struct mdoc_node *n, *nn; post_bl_block_tag() local 1492 struct mdoc_node *n; post_bk() local 1536 struct mdoc_node *n; post_root() local 1576 struct mdoc_node *n, *nch; post_st() local 1750 struct mdoc_node *n; post_sh_name() local 1788 const struct mdoc_node *n; post_sh_see_also() local 1848 child_an(const struct mdoc_node * n) child_an() argument 1869 struct mdoc_node *n; post_sh_head() local 2118 struct mdoc_node *n; post_dd() local 2147 struct mdoc_node *nn, *n; post_dt() local 2232 struct mdoc_node *n; post_bx() local 2252 struct mdoc_node *n; post_os() local 2302 struct mdoc_node *n; post_ex() local [all...] |
H A D | mdoc_html.c | 38 struct mdoc_node *n, \ 272 putchar('\n'); in html_mdoc() 295 synopsis_pre(struct html *h, const struct mdoc_node *n) in synopsis_pre() argument 298 if (NULL == n->prev || ! (MDOC_SYNPRETTY & n->flags)) in synopsis_pre() 301 if (n->prev->tok == n->tok && in synopsis_pre() 302 MDOC_Fo != n->tok && in synopsis_pre() 303 MDOC_Ft != n->tok && in synopsis_pre() 304 MDOC_Fn != n in synopsis_pre() [all...] |
/titanic_51/usr/src/cmd/sgs/rtld/mdbmod/common/ |
H A D | rtld.msg | 37 @ MSG_STR_DASHES "----------------------------------------------\n" 197 @ MSG_ERR_NAS "%s:: no address specified\n" 198 @ MSG_ERR_READ "%s:: failed to read from: 0x%p\n" 199 @ MSG_ERR_SYMFAILED "rtmaps:: lookup of %s`%s failed\n" 204 @ MSG_FMT_RT "[0x%x]\t0x%0?p 0x%0?p %s\n" 213 @ MSG_EHDR_TITLE "Elf Header located at: 0x%p\n" 214 @ MSG_EHDR_LINE1 " ei_magic: { 0x%x, %c, %c, %c }\n" 215 @ MSG_EHDR_LINE2 " ei_class: %-18s ei_data: %s\n" 216 @ MSG_EHDR_LINE3 " e_machine: %-18s e_version: %s\n" 217 @ MSG_EHDR_LINE4 " e_type: %s\n" [all...] |
/titanic_51/usr/src/contrib/ast/src/lib/libast/features/ |
H A D | iconv | 25 printf("#include <ast_common.h>\n"); 26 printf("#include <ccode.h>\n"); 28 printf("#undef _hdr_iconv\n"); 31 printf("#undef _lib_iconv_open\n"); 34 printf("#include <%s> /* the native iconv.h */\n", _nxt_iconv_str); 36 printf("\n"); 37 printf("#define ICONV_VERSION 20110111L\n"); 38 printf("\n"); 39 printf("#define ICONV_FATAL 0x02\n"); 40 printf("#define ICONV_OMIT 0x04\n"); [all...] |
/titanic_51/usr/src/cmd/lp/lib/lp/ |
H A D | Syscalls.c | 53 register int n; local 55 while ((n = access(s, i)) == -1 && errno == EINTR) 57 return (n); 70 register int n; local 72 while ((n = chdir(s)) == -1 && errno == EINTR) 74 return (n); 89 register int n; local 91 while ((n = chmod(s, i)) == -1 && errno == EINTR) 93 return (n); 110 register int n; local 127 register int n; global() local 146 register int n; global() local 167 register int n; global() local 186 register int n; global() local 205 register int n; global() local 224 register int n; global() local 245 register int n; global() local 266 register int n; global() local 287 register int n; global() local 308 register int n; global() local 327 register int n; global() local 346 register int n; global() local 365 register int n; global() local 382 register int n; global() local 399 register int n; global() local 420 register int n; global() local [all...] |
/titanic_51/usr/src/lib/cfgadm_plugins/usb/ |
H A D | usb.xcl | 30 msgid "usb_get_conf_rec:\n" 32 msgid "usb_cmp_rec:\n" 34 msgid "add_entry: driver=%s, path=%s\n" 36 msgid "add_entry: failed to open config file\n" 38 msgid "add_entry: failed to fstat config file\n" 40 msgid "add_entry: failed to read config file\n" 42 msgid "add_entry: token=%x, found=%x\n" 44 msgid "FOUND\n" 48 msgid "add_entry: failed to lseek config file\n" 50 msgid "add_entry: failed to write config file\n" [all...] |
/titanic_51/usr/src/cmd/powertop/common/ |
H A D | suggestions.c | 68 sugg_t *new, *n, *pos = NULL; in pt_sugg_add() local 98 for (n = sugg; n != NULL; n = n->next) { in pt_sugg_add() 99 if (strcmp(n->text, text) == 0) in pt_sugg_add() 102 if (weight > n->weight && pos == NULL) in pt_sugg_add() 103 pos = n; in pt_sugg_add() 125 for (n = sugg; n in pt_sugg_add() 160 sugg_t *n; pt_sugg_remove() local 214 sugg_t *n; pt_sugg_pick() local [all...] |
/titanic_51/usr/src/lib/libast/common/features/ |
H A D | iconv | 25 printf("#include <ast_common.h>\n"); 26 printf("#include <ccode.h>\n"); 28 printf("#undef _hdr_iconv\n"); 31 printf("#undef _lib_iconv_open\n"); 34 printf("#include <%s> /* the native iconv.h */\n", _nxt_iconv_str); 36 printf("\n"); 37 printf("#define CC_ICONV (-1)\n"); 38 printf("#define CC_UCS (-2)\n"); 39 printf("#define CC_SCU (-3)\n"); 40 printf("#define CC_UTF (-4)\n"); [all …]
|
/titanic_51/usr/src/contrib/ast/src/lib/libdll/features/ |
H A D | dll | 95 printf("\n"); 96 printf("#if defined(__MVS__) && !defined(__SUSV3)\n"); 97 printf("#define __SUSV3 1\n"); 98 printf("#endif\n"); 100 printf("#include <dlfcn.h>\n"); 104 printf("\n"); 105 printf("#define RTLD_LAZY 1\n"); 113 printf("\n"); 115 printf("#define RTLD_NOW 2\n"); 121 printf("\n"); [all...] |
/titanic_51/usr/src/cmd/sgs/elfedit/common/ |
H A D | elfedit.msg | 37 [-o style] [file] [outfile]\n" 38 @ MSG_USAGE_DETAIL1 "\t[-a] Autoprint (show edit results)\n" 40 operations\n" 41 @ MSG_USAGE_DETAIL3 "\t[-e cmd] edit command\n" 42 @ MSG_USAGE_DETAIL4 "\t[-L modpath] Set module path\n" 43 @ MSG_USAGE_DETAIL5 "\t[-o ostyle] Output style (default|simple|num)\n" 45 allowed)\n" 46 @ MSG_USAGE_DETAIL_LAST "\n\tExtensive help for edit commands is available.\n\ 47 \tEnter 'help' at the elfedit prompt.\n" [all...] |
/titanic_51/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | ehdr.msg | 35 @ MSG_DEBUG_E_S_OK "ehdr.%s: value unchanged: %s\n" 36 @ MSG_DEBUG_E_S_CHG "ehdr.%s: change from %s to %s\n" 37 @ MSG_DEBUG_E_D_OK "ehdr.%s: value unchanged: %d\n" 38 @ MSG_DEBUG_E_D_CHG "ehdr.%s: change from %d to %d\n" 39 @ MSG_DEBUG_E_LLX_OK "ehdr.%s: value unchanged: %#llx\n" 40 @ MSG_DEBUG_E_LLX_CHG "ehdr.%s: change from %#llx to %#llx\n" 41 @ MSG_DEBUG_EI_S_S_OK "ehdr.e_ident[%s]: value unchanged: %s\n"; 42 @ MSG_DEBUG_EI_S_S_CHG "ehdr.e_ident[%s]: change from %s to %s\n" 43 @ MSG_DEBUG_EI_D_X_OK "ehdr.e_ident[%d]: value unchanged: %#x\n" 44 @ MSG_DEBUG_EI_D_X_CHG "ehdr.e_ident[%d]: change from %#x to %#x\n" [all...] |
H A D | shdr.msg | 36 @ MSG_ELF_SHDR "Section Header[%d]: sh_name: %s\n" 40 @ MSG_DEBUG_S_OK "shdr[%d: %s].%s: value unchanged: %s\n" 41 @ MSG_DEBUG_S_CHG "shdr[%d: %s].%s: change from %s to %s\n" 42 @ MSG_DEBUG_LLX_OK "shdr[%d: %s].%s: value unchanged: %#llx\n" 43 @ MSG_DEBUG_LLX_CHG "shdr[%d: %s].%s: change from %#llx to %#llx\n" 44 @ MSG_DEBUG_D_OK "shdr[%d: %s].%s: value unchanged: %d\n" 45 @ MSG_DEBUG_D_CHG "shdr[%d: %s].%s: change from %d to %d\n" 49 module, and should otherwise be completely zero\n" 51 be 0, 1, or a power of 2: %s\n" 78 Interpret the sec argument as a section index rather than\n\ [all...] |
H A D | dyn.msg | 41 @ MSG_DEBUG_S_OK "[%d: %s][%d]: value unchanged: %s\n" 42 @ MSG_DEBUG_S_CHG "[%d: %s][%d]: change from %s to %s\n" 43 @ MSG_DEBUG_X_OK "[%d: %s][%d]: value unchanged: %#llx\n" 44 @ MSG_DEBUG_X_CHG "[%d: %s][%d]: change from %#llx to %#llx\n" 45 @ MSG_DEBUG_PREVRPATH "[%d: %s][%d]: Reusing existing %s entry: %s\n" 47 value\n" 49 extra DT_NULL\n" 50 @ MSG_DEBUG_DT2NDX "[%d: %s][%d]: Dynamic entry for tag: %s\n" 53 elements that follow: %s\n" 56 ignored by the runtime linker: %s\n" [all...] |
H A D | sym.msg | 46 @ MSG_FMT_SYMTAB "Symbol Table Section: %s\n" 50 @ MSG_DEBUG_S_OK "[%d: %s][%d].%s: value unchanged: %s\n" 51 @ MSG_DEBUG_S_CHG "[%d: %s][%d].%s: change from %s to %s\n" 52 @ MSG_DEBUG_EXT_S_OK "[%d: %s][%d]: value unchanged: %s\n" 53 @ MSG_DEBUG_EXT_S_CHG "[%d: %s][%d]: change from %s to %s\n" 54 @ MSG_DEBUG_D_OK "[%d: %s][%d].%s: value unchanged: %d\n" 55 @ MSG_DEBUG_D_CHG "[%d: %s][%d].%s: change from %d to %d\n" 56 @ MSG_DEBUG_LLX_OK "[%d: %s][%d].%s: value unchanged: %#llx\n" 57 @ MSG_DEBUG_LLX_CHG "[%d: %s][%d].%s: change from %#llx to %#llx\n" 59 SHN_UNDEF\n" [all...] |
H A D | phdr.msg | 36 @ MSG_ELF_PHDR "Program header [%d]:\n" 39 @ MSG_DEBUG_PHDR "phdr[%d]: Program header: %s\n" 40 @ MSG_DEBUG_OLDINTERPOK "[%d: %s][%d]: value unchanged: %s\n" 42 p_offset=%#llx, p_size=%#llx\n" 44 section: %s\n" 46 .interp section (%d bytes): %s\n" 47 @ MSG_DEBUG_S_OK "phdr[%d].%s: value unchanged: %s\n" 48 @ MSG_DEBUG_S_CHG "phdr[%d].%s: change from %s to %s\n" 49 @ MSG_DEBUG_LLX_OK "phdr[%d].%s: value unchanged: %#llx\n" 50 @ MSG_DEBUG_LLX_CHG "phdr[%d].%s: change from %#llx to %#llx\n" [all...] |
/titanic_51/usr/src/contrib/ast/src/lib/libast/sfio/ |
H A D | sftable.c | 58 int v, n, skip, dollar, decimal, thousand; local 71 while((n = *form) ) 72 { if(n != '%') /* collect the non-pattern chars */ 107 for(n = 0; n < FP_INDEX; ++n) 108 need[n] = -1; 131 { t_str = sffmtint(t_str+1,&n); 134 else n = -1; 135 if((n [all...] |
/titanic_51/usr/src/lib/libast/common/sfio/ |
H A D | sftable.c | 58 int v, n, skip, dollar, decimal, thousand; local 73 while((n = *form) ) 74 { if(n != '%') /* collect the non-pattern chars */ 109 for(n = 0; n < FP_INDEX; ++n) 110 need[n] = -1; 133 { t_str = sffmtint(t_str+1,&n); 136 else n = -1; 137 if((n = FP_SET(n,argn)) > maxp) 138 maxp = n; 139 if(fp && fp[n].ft.fmt == 0) [all …]
|
/titanic_51/usr/src/lib/libresolv2/common/resolv/ |
H A D | res_mkupdate.c | 85 int n, i, soanum, multiline; in res_nmkupdate() local 157 "res_mkupdate: incorrect opcode: %d\n", in res_nmkupdate() 171 "res_mkupdate: incorrect opcode: %d\n", in res_nmkupdate() 182 if ((n = dn_comp(rrecp->r_dname, cp, buflen, dnptrs, in res_nmkupdate() 185 cp += n; in res_nmkupdate() 186 ShrinkBuffer(n + 2*INT16SZ); in res_nmkupdate() 228 n = dn_comp(buf2, cp, buflen, dnptrs, lastdnptr); in res_nmkupdate() 229 if (n < 0) in res_nmkupdate() 231 cp += n; in res_nmkupdate() 232 ShrinkBuffer(n); in res_nmkupdate() 830 int c, n; gethexnum_str() local 878 int c, n; getnum_str() local 1045 int n; findservice() local [all...] |
/titanic_51/usr/src/uts/common/sys/ |
H A D | avl_impl.h | 68 #define AVL_XPARENT(n) ((n)->avl_parent) argument 69 #define AVL_SETPARENT(n, p) ((n)->avl_parent = (p)) argument 71 #define AVL_XCHILD(n) ((n)->avl_child_index) argument 72 #define AVL_SETCHILD(n, c) ((n)->avl_child_index = (unsigned short)(c)) argument 74 #define AVL_XBALANCE(n) ((n) argument 75 AVL_SETBALANCE(n,b) global() argument 128 AVL_NODE2DATA(n,o) global() argument 138 AVL_MKINDEX(n,c) global() argument [all...] |
/titanic_51/usr/src/lib/libdll/common/features/ |
H A D | dll | 95 printf("\n"); 96 printf("#if defined(__MVS__) && !defined(__SUSV3)\n"); 97 printf("#define __SUSV3 1\n"); 98 printf("#endif\n"); 100 printf("#include <dlfcn.h>\n"); 104 printf("\n"); 105 printf("#define RTLD_LAZY 1\n"); 113 printf("\n"); 115 printf("#define RTLD_NOW 2\n"); 121 printf("\n"); [all …]
|
/titanic_51/usr/src/cmd/cron/ |
H A D | elm.c | 139 struct notice *nprev, *n; local 153 n = (struct notice *)xmalloc(sizeof (struct notice)); 154 n->time = LB; 155 n->isdummy = TRUE; 156 n->left = NULL; 157 nprev = n; 162 k->notice = n; 166 n->key = k; 173 n = (struct notice *)xmalloc(sizeof (struct notice)); 174 n 237 struct notice *n, *n2; global() local 319 struct notice *n, *n2; global() local 406 struct notice *n, *fn; el_first() local 508 struct notice *n, *n2; el_delete() local [all...] |
/titanic_51/usr/src/cmd/ipf/lib/common/ |
H A D | nat_setgroupmap.c | 14 void nat_setgroupmap(n) in nat_setgroupmap() argument 15 ipnat_t *n; in nat_setgroupmap() 17 if (n->in_outmsk == n->in_inmsk) 18 n->in_ippip = 1; 19 else if (n->in_flags & IPN_AUTOPORTMAP) { 20 n->in_ippip = ~ntohl(n->in_inmsk); 21 if (n->in_outmsk != 0xffffffff) 22 n [all...] |