Home
last modified time | relevance | path

Searched refs:n (Results 1 – 25 of 3096) sorted by relevance

12345678910>>...124

/titanic_44/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_fwlog.c55 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 = pmcs_dump_pcie_conf(pwp, buf, size_left); in pmcs_register_dump_int()
85 ASSERT(size_left >= n); in pmcs_register_dump_int()
86 buf += n; size_left -= n; in pmcs_register_dump_int()
[all …]
/titanic_44/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.msg37 @ 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_44/usr/src/cmd/lp/lib/lp/
H A DSyscalls.c53 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
[all …]
/titanic_44/usr/src/lib/cfgadm_plugins/usb/
H A Dusb.xcl58 msgid ""add_entry: failed to write config file\n"
60 msgid "!FOUND\n"
62 msgid "usb_rcm_offline:\n"
64 msgid "usb_rcm_offline: rsrc_fixed: %s\n"
66 msgid "usb_rcm_offline: rcm_request_offline failed\n"
68 msgid "usb_rcm_offline: table = %s\n"
70 msgid "usb_rcm_online:\n"
72 msgid "usb_rcm_online: rcm_notify_online failed\n"
74 msgid "usb_rcm_remove:\n"
76 msgid "usb_rcm_remove: rcm_notify_remove failed\n"
[all …]
/titanic_44/usr/src/cmd/powertop/common/
H A Dsuggestions.c68 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->next != NULL; n = n->next) in pt_sugg_add()
128 n->next = new; in pt_sugg_add()
129 new->prev = n; in pt_sugg_add()
160 sugg_t *n; in pt_sugg_remove() local
163 for (n = sugg; n != NULL; n = n->next) { in pt_sugg_remove()
[all …]
/titanic_44/usr/src/lib/libast/common/features/
H A Diconv25 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_44/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.msg37 [-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"
48 @ MSG_USAGE_CMD "usage: %s\n"
[all …]
/titanic_44/usr/src/cmd/sgs/elfedit/modules/common/
H A Dehdr.msg35 @ 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 Dshdr.msg36 @ 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 Ddyn.msg41 @ 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 Dsym.msg46 @ 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 Dphdr.msg36 @ 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 …]
H A Dstr.msg36 @ MSG_FMT_STRTAB "String Table Section: %s\n"
38 Region: [%d-%d] (%d bytes)\n"
39 @ MSG_FMT_DUMPTITLE " index value\n"
43 @ MSG_DEBUG_S_OK "[%d: %s][%d]: value unchanged: %s\n"
44 @ MSG_DEBUG_S_CHG "[%d: %s][%d]: change from %.*s to %s\n"
45 @ MSG_DEBUG_Z_OK "[%d: %s][%d]: value unchanged\n"
46 @ MSG_DEBUG_Z_CHG "[%d: %s][%d]: inserted %d NULL bytes\n"
49 altered: %s\n"
52 ignored\n"
54 to add string: %s\n"
[all …]
H A Dcap.msg36 @ MSG_DEBUG_S_OK "[%d: %s][%d]: value unchanged: %s\n"
37 @ MSG_DEBUG_S_CHG "[%d: %s][%d]: change from %s to %s\n"
38 @ MSG_DEBUG_BSB_OK "[%d: %s][%d]: value unchanged: [%s]\n"
39 @ MSG_DEBUG_BSB_CHG "[%d: %s][%d]: change from [%s] to [%s]\n"
40 @ MSG_DEBUG_X_OK "[%d: %s][%d]: value unchanged: %#llx\n"
41 @ MSG_DEBUG_X_CHG "[%d: %s][%d]: change from %#llx to %#llx\n"
42 @ MSG_DEBUG_CA2NDX "[%d: %s][%d]: capability entry for tag: %s\n"
43 @ MSG_DEBUG_CAPGRP "[%d: %s][%u-%u: %s]: capability group\n"
45 extra CA_SUNW_NULL\n"
50 contain tag: %s\n"
[all …]
/titanic_44/usr/src/cmd/mandoc/
H A Dman_validate.c38 #define CHKARGS struct man *man, struct man_node *n
130 man_valid_pre(struct man *man, struct man_node *n) in man_valid_pre() argument
134 switch (n->type) { in man_valid_pre()
147 if (NULL == (cp = man_valids[n->tok].pres)) in man_valid_pre()
150 if ( ! (*cp)(man, n)) in man_valid_pre()
194 man_nmsg(man, n, MANDOCERR_SCOPEEXIT); in check_root()
196 man_nmsg(man, n, MANDOCERR_SCOPEEXIT); in check_root()
202 man_nmsg(man, n, MANDOCERR_NODOCBODY); in check_root()
205 man_nmsg(man, n, MANDOCERR_NOTITLE); in check_root()
215 (man->parse, NULL, n->line, n->pos); in check_root()
[all …]
H A Dmdoc_term.c46 struct mdoc_node *n
253 const struct mdoc_node *n; in terminal_mdoc() local
269 n = mdoc_node(mdoc); in terminal_mdoc()
274 if (n->child) in terminal_mdoc()
275 print_mdoc_nodelist(p, NULL, meta, n->child); in terminal_mdoc()
285 print_mdoc_node(p, pair, meta, n); in print_mdoc_nodelist()
286 if (n->next) in print_mdoc_nodelist()
287 print_mdoc_nodelist(p, pair, meta, n->next); in print_mdoc_nodelist()
302 n->prev_font = term_fontq(p); in print_mdoc_node()
313 if (n->prev ? (n->prev->lastline != n->line) : in print_mdoc_node()
[all …]
H A Dmdoc_html.c39 const struct mdoc_node *n, \
292 synopsis_pre(struct html *h, const struct mdoc_node *n) in synopsis_pre() argument
295 if (NULL == n->prev || ! (MDOC_SYNPRETTY & n->flags)) in synopsis_pre()
298 if (n->prev->tok == n->tok && in synopsis_pre()
299 MDOC_Fo != n->tok && in synopsis_pre()
300 MDOC_Ft != n->tok && in synopsis_pre()
301 MDOC_Fn != n->tok) { in synopsis_pre()
306 switch (n->prev->tok) { in synopsis_pre()
319 if (MDOC_Fn != n->tok && MDOC_Fo != n->tok) { in synopsis_pre()
365 print_mdoc_head(meta, n, h); in print_mdoc()
[all …]
/titanic_44/usr/src/lib/libast/common/sfio/
H A Dsftable.c58 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_44/usr/src/lib/libresolv2/common/resolv/
H A Dres_mkupdate.c85 int n, i, soanum, multiline; in res_nmkupdate() local
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()
241 n = dn_comp(buf2, cp, buflen, in res_nmkupdate()
243 if (n < 0) in res_nmkupdate()
[all …]
/titanic_44/usr/src/lib/libdll/common/features/
H A Ddll95 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_44/usr/src/uts/common/sys/
H A Davl_impl.h68 #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)->avl_balance) argument
75 #define AVL_SETBALANCE(n, b) ((n)->avl_balance = (short)(b)) argument
100 #define AVL_XPARENT(n) ((struct avl_node *)((n)->avl_pcb & ~7))
101 #define AVL_SETPARENT(n, p) \
102 ((n)->avl_pcb = (((n)->avl_pcb & 7) | (uintptr_t)(p)))
107 #define AVL_XCHILD(n) (((n)->avl_pcb >> 2) & 1)
[all …]
/titanic_44/usr/src/cmd/cron/
H A Delm.c139 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->time = t;
[all …]
/titanic_44/usr/src/tools/scripts/
H A Dhgstyle1 …rev}:{node|short}\n{branches}{tags}{parents}user: {author}\ndate: {date|date}\ndescr…
2 changeset_quiet = '{rev}:{node|short}\n'
3n{branches}{tags}{parents}user: {author}\ndate: {date|date}\n\ndescription:\n\t{desc…
4n{branches}{tags}{parents}{manifest}{extras}user: {author}\ndate: {date|date}\ndescr…
5 start_files = 'files:\n'
6 file = ' {file}\n'
8 start_file_mods = 'modified:\n'
9 file_mod = ' {file_mod}\n'
11 start_file_adds = 'added:\n'
12 file_add = ' {file_add}\n'
[all …]
/titanic_44/usr/src/cmd/ipf/lib/common/
H A Dnat_setgroupmap.c14 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->in_ippip /= (~ntohl(n->in_outmsk) + 1);
23 n->in_ippip++;
24 if (n->in_ippip == 0)
[all …]
/titanic_44/usr/src/lib/libeti/menu/common/
H A Dlink.c42 int n; in link_col_major() local
48 for (i = IthItem(m, 0), n = 0; i; i = IthItem(m, ++n)) { in link_col_major()
51 Left(i) = c ? IthItem(m, n-Rows(m)) : (ITEM *) NULL; in link_col_major()
52 if (n + Rows(m) >= Nitems(m)) { in link_col_major()
55 Right(i) = IthItem(m, n + Rows(m)); in link_col_major()
57 Up(i) = r ? IthItem(m, n-1) : (ITEM *) NULL; in link_col_major()
58 Down(i) = (r == Rows(m)-1) ? (ITEM *)0 : IthItem(m, n+1); in link_col_major()
65 Down(IthItem(m, n-1)) = IthItem(m, n - Rows(m)); in link_col_major()
72 for (n = 0; n < Rows(m); n++) { in link_col_major()
73 left = n + r; in link_col_major()
[all …]

12345678910>>...124