Home
last modified time | relevance | path

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

12345678910>>...130

/illumos-gate/usr/src/cmd/acpi/iasl/
H A Dasltypes.y161 %type <n> ArgList
162 %type <n> AslCode
172 %type <n> Object
181 %type <n> Target
182 %type <n> Term
183 %type <n> TermArg
248 %type <n> IfTerm
266 %type <n> AddTerm
298 %type <n> OrTerm
376 %type <n> String
[all …]
H A Daslcstyle.y205 TermArg {$$ = TrLinkOpChildren ($<n>2,1,$3);}
206 | PARSEOP_EXP_NOT {$<n>$ = TrCreateLeafOp (PARSEOP_NOT);}
210 {$$ = TrLinkOpChildren ($<n>3,1,$1);}
212 {$$ = TrLinkOpChildren ($<n>3,1,$1);}
216 | TermArg PARSEOP_EXP_ADD {$<n>$ = TrCreateLeafOp (PARSEOP_ADD);}
234 | TermArg PARSEOP_EXP_OR {$<n>$ = TrCreateLeafOp (PARSEOP_OR);}
320 TermArg {$$ = TrLinkOpChildren ($<n>3,3,$1,$4,
328 TermArg {$$ = TrLinkOpChildren ($<n>3,3,$1,$4,
332 TermArg {$$ = TrLinkOpChildren ($<n>3,3,$1,$4,
336 TermArg {$$ = TrLinkOpChildren ($<n>3,3,$1,$4,
[all …]
H A Daslprimaries.y242 FieldUnitList '}' {$$ = TrLinkOpChildren ($<n>3,7,
294 PARSEOP_OPEN_PAREN {$<n>$ = TrCreateLeafOp (
437 PARSEOP_CLOSE_PAREN {$$ = TrLinkOpChildren ($<n>3,4,
517 TermList {$<n>$ = TrCreateLeafOp (PARSEOP_ELSE);}
518 '}' {$$ = TrLinkOpChildren ($<n>4,1,$3);}
531 ElseTerm {TrLinkPeerOp ($<n>5,$11);}
532 {$$ = TrLinkOpChildren ($<n>3,1,$<n>5);}
621 OptionalTermArg {$<n>$ = TrLinkPeerOp ($4,$<n>3);
624 '{' TermList '}' {$<n>$ = TrLinkOpChildren ($<n>3,2,$7,$13);}
625 {$<n>$ = TrLinkPeerOp ($13,$9);
[all …]
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_fwlog.c303 n += snprintf(&buf[n], (size_left - n), in pmcs_dump_ioqs()
305 n += snprintf(&buf[n], (size_left - n), in pmcs_dump_ioqs()
307 n += snprintf(&buf[n], (size_left - n), in pmcs_dump_ioqs()
309 n += snprintf(&buf[n], (size_left - n), in pmcs_dump_ioqs()
312 n += snprintf(&buf[n], (size_left - n), in pmcs_dump_ioqs()
329 n += snprintf(&buf[n], (size_left - n), in pmcs_dump_ioqs()
331 n += snprintf(&buf[n], (size_left - n), in pmcs_dump_ioqs()
333 n += snprintf(&buf[n], (size_left - n), in pmcs_dump_ioqs()
335 n += snprintf(&buf[n], (size_left - n), in pmcs_dump_ioqs()
338 n += snprintf(&buf[n], (size_left - n), in pmcs_dump_ioqs()
[all …]
/illumos-gate/usr/src/cmd/mandoc/
H A Dman_validate.c308 n->line, n->pos, "OP ... %s", n->string); in post_OP()
431 check_tag(n, n->child); in post_IP()
493 n = n->child; in post_TH()
514 n = n->next; in post_TH()
531 n = n->next; in post_TH()
539 if (n && (n = n->next)) in post_TH()
553 if (n && (n = n->next)) in post_TH()
559 if (n != NULL && (n = n->next) != NULL) in post_TH()
561 n->line, n->pos, "TH ... %s", n->string); in post_TH()
583 n = n->child; in post_UC()
[all …]
H A Dmdoc_validate.c349 check_text(mdoc, n->line, n->pos, n->string); in mdoc_validate()
353 check_text_em(mdoc, n->line, n->pos, n->string); in mdoc_validate()
356 check_toptext(mdoc, n->line, n->pos, n->string); in mdoc_validate()
1376 for (n = mdoc->last->child; n != NULL; n = n->next) { in post_fa()
2106 n = n->next; in post_root()
2121 n = n->next; in post_root()
2301 for (n = mdoc->last->child; n != NULL; n = n->next) { in post_sh_name()
2320 n = n->next; in post_sh_name()
2380 n = n->next; in post_sh_see_also()
2397 n = n->next; in post_sh_see_also()
[all …]
H A Dmdoc_markdown.c302 n = n->next; in md_nodelist()
353 (n->end == ENDBODY_NOT || n->child != NULL)) in md_node()
848 if (n->tok != MDOC_Fn && n->tok != MDOC_Fo) { in md_pre_syn()
1021 else if (n->end != ENDBODY_NOT ? n->child != NULL : in md_pre_Eo()
1053 n = n->child; in md_pre_Fa()
1061 if ((n = n->next) != NULL) in md_pre_Fa()
1107 if ((n = n->child) == NULL) in md_pre_Fn()
1118 if ((n = n->next) != NULL) in md_pre_Fn()
1309 while ((n = n->prev) != NULL && n->type != ROFFT_HEAD) in md_post_It()
1569 n = n->child; in md_pre_Xr()
[all …]
H A Dmdoc_html.c339 n = n->next; in print_mdoc_nodelist()
677 n = n->child; in mdoc_xr_pre()
680 if (NULL == (n = n->next)) in mdoc_xr_pre()
1059 if (NULL == (n = n->child)) in mdoc_fd_pre()
1072 if (NULL != (n = n->next)) { in mdoc_fd_pre()
1091 n = n->next; in mdoc_fd_pre()
1094 for ( ; n; n = n->next) { in mdoc_fd_pre()
1166 for (n = n->child->next; n; n = n->next) { in mdoc_fn_pre()
1280 for (n = n->child; n; n = n->next) { in mdoc_mt_pre()
1359 n = n->next; in mdoc_in_pre()
[all …]
H A Dmdoc_term.c263 for (nn = NULL; n != NULL; n = n->next) { in terminal_mdoc()
274 if (n != NULL && (n = n->child->next->child) != NULL) in terminal_mdoc()
285 n = n->next; in terminal_mdoc()
301 n = n->next; in print_mdoc_nodelist()
411 (ENDBODY_NOT == n->end ? n : n->body)->prev_font); in print_mdoc_node()
633 print_bvspace(p, n->parent->parent, n); in termp_it_pre()
1151 if (NULL == (n = n->child)) in termp_xr_pre()
1157 if (NULL == (n = n->next)) in termp_xr_pre()
1344 if ((n = n->child) == NULL) in termp_fn_pre()
1370 for (n = n->next; n; n = n->next) { in termp_fn_pre()
[all …]
/illumos-gate/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.msg230 Example:\n\n\
259 Example 1 - a single entry:\n\n\
482 Example:\n\n\
516 Example:\n\n\
542 Example:\n\n\
576 Example:\n\n\
607 Example:\n\n\
650 Example:\n\n\
698 Example:\n\n\
720 Example\n\n\
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Diconv36 printf("\n");
38 printf("\n");
41 printf("\n");
47 printf("\n");
75 printf("\n");
77 printf("\n");
79 printf("{\n");
86 printf("\n");
90 printf("\n");
92 printf("\n");
[all …]
/illumos-gate/usr/src/cmd/lp/lib/lp/
H A DSyscalls.c57 return (n);
74 return (n);
93 return (n);
114 return (n);
131 return (n);
150 return (n);
171 return (n);
190 return (n);
209 return (n);
228 return (n);
[all …]
/illumos-gate/usr/src/lib/cfgadm_plugins/usb/
H A Dusb.xcl58 msgid "!FOUND\n"
68 msgid "usb_rcm_online:\n"
72 msgid "usb_rcm_remove:\n"
76 msgid "usb_rcm_init:\n"
88 msgid "\n"
105 "supported.\n"
110 "errno: %d\n"
117 "errno: %d\n"
136 msgid "serial_no: %s\n\tdev_path: %s\n\tdriver: %s\n"
142 msgid "reset_device: \n"
[all …]
/illumos-gate/usr/src/cmd/bhyve/
H A Dhdac_reg.h81 #define _HDAC_ISDOFFSET(n, iss, oss) (0x80 + ((n) * 0x20)) argument
82 #define _HDAC_ISDCTL(n, iss, oss) (0x00 + _HDAC_ISDOFFSET(n, iss, oss)) argument
83 #define _HDAC_ISDSTS(n, iss, oss) (0x03 + _HDAC_ISDOFFSET(n, iss, oss)) argument
85 #define _HDAC_ISDCBL(n, iss, oss) (0x08 + _HDAC_ISDOFFSET(n, iss, oss)) argument
86 #define _HDAC_ISDLVI(n, iss, oss) (0x0c + _HDAC_ISDOFFSET(n, iss, oss)) argument
88 #define _HDAC_ISDFMT(n, iss, oss) (0x12 + _HDAC_ISDOFFSET(n, iss, oss)) argument
93 #define _HDAC_OSDCTL(n, iss, oss) (0x00 + _HDAC_OSDOFFSET(n, iss, oss)) argument
94 #define _HDAC_OSDSTS(n, iss, oss) (0x03 + _HDAC_OSDOFFSET(n, iss, oss)) argument
96 #define _HDAC_OSDCBL(n, iss, oss) (0x08 + _HDAC_OSDOFFSET(n, iss, oss)) argument
97 #define _HDAC_OSDLVI(n, iss, oss) (0x0c + _HDAC_OSDOFFSET(n, iss, oss)) argument
[all …]
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.msg234 @ MSG_HLPFMT_MOD "\nMODULE\n %s - %s\n"
235 @ MSG_HLPFMT_NAME "\nNAME\n %s - %s\n"
317 \n\
321 \n\
323 \n\
326 \n\
330 \n\
332 \n\
337 \n\
346 \n\
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libdll/features/
H A Ddll95 printf("\n");
104 printf("\n");
113 printf("\n");
121 printf("\n");
129 printf("\n");
137 printf("\n");
168 printf("\n");
171 printf("\n");
174 printf("\n");
186 printf("\n");
[all …]
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dehdr.msg159 \n\
163 \n\
211 \n\
222 \n\
226 \n\
236 \n\
240 \n\
249 \n\
253 \n\
266 \n\
[all …]
H A Dshdr.msg109 \n\
113 \n\
171 \n\
179 \n\
184 \n\
195 \n\
203 \n\
214 \n\
220 \n\
231 \n\
[all …]
H A Ddyn.msg140 \n\
221 \n\
233 \n\
245 \n\
250 \n\
254 \n\
263 \n\
268 \n\
272 \n\
280 \n\
[all …]
H A Dsym.msg168 \n\
172 \n\
198 \n\
202 \n\
212 \n\
216 \n\
229 \n\
242 \n\
246 \n\
252 \n\
[all …]
/illumos-gate/usr/src/cmd/powertop/common/
H A Dsuggestions.c98 for (n = sugg; n != NULL; n = n->next) { 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()
160 sugg_t *n; in pt_sugg_remove() local
163 for (n = sugg; n != NULL; n = n->next) { in pt_sugg_remove()
180 n->prev->next = n->next; in pt_sugg_remove()
181 n->next->prev = n->prev; in pt_sugg_remove()
198 free(n); in pt_sugg_remove()
214 sugg_t *n; in pt_sugg_pick() local
222 for (n = sugg; n != NULL; n = n->next) { in pt_sugg_pick()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsftable.c107 for(n = 0; n < FP_INDEX; ++n)
190 if((n = FP_SET(n,argn)) > maxp)
218 { for(size = 0, n = *form; isdigit(n); n = *++form)
228 if((n = FP_SET(n,argn)) > maxp)
327 for(n = 0; n < FP_INDEX; ++n)
328 fp[argp].need[n] = need[n];
335 for(n = 0; n <= maxp; ++n)
343 for(n = 0; n <= maxp; ++n)
388 fp[n].argv.i = fp[n].argv.h;
393 fp[n].argv.i = fp[n].argv.c;
[all …]
/illumos-gate/usr/src/test/libc-tests/tests/qsort/
H A Dqsort_test.c139 int m, int n) in check_result() argument
173 if (i == n) in check_result()
332 k = n / 2; \
376 x[n - 1] = n; \
377 n--; \
379 k = n / 2; \
482 for (i = 0, j = n - 1; i < n; i++, j--) \
490 for (i = 0, j = (n / 2) - 1; i < n / 2; i++, j--) \
502 for (j = n - 1; i < n; i++, j--) \
518 for (i = 0, j = n - 1; i < n; i++, j--) \
[all …]
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_mkupdate.c181 cp += n; in res_nmkupdate()
356 bm[n/8] |= (0x80>>(n%8)); in res_nmkupdate()
414 if ((n > 255) || (n == 0)) in res_nmkupdate()
469 if (n <= 0 || n > 255) in res_nmkupdate()
645 if (n < 0 || n > 65535) in res_nmkupdate()
651 if (n < 0 || n > 65535) in res_nmkupdate()
860 n = n * 16 + (c - '0'); in gethexnum_str()
862 n = n * 16 + (tolower(c) - 'a' + 10); in gethexnum_str()
904 n = n * 10 + (c - '0'); in getnum_str()
1041 int n; in findservice() local
[all …]
/illumos-gate/usr/src/cmd/cron/
H A Delm.c316 while ((n != NULL) && ((n->isdummy) || (n->id != id))) in el_remove()
317 n = n->right; in el_remove()
329 (n->left)->key = n->key; in el_remove()
330 (n->key)->time = (n->left)->time; in el_remove()
331 (n->key)->notice = n->left; in el_remove()
362 (n->left)->right = n->right; in el_remove()
363 (n->right)->left = n->left; in el_remove()
374 while ((n != NULL) && (n->isdummy)) n = n->right; in el_remove()
434 n = n->left; } in el_first()
435 n = n->right; in el_first()
[all …]

12345678910>>...130