Home
last modified time | relevance | path

Searched refs:v (Results 101 – 125 of 1723) sorted by path

12345678910>>...69

/illumos-gate/usr/src/cmd/eqn/
H A Dparen.c24 int n, m, h1, j, b1, v; in paren() local
45 v = b1 - h1/2 + VERT(EM(0.4, ps)); in paren()
51 v = b1 - h1/2 + VERT(1); in paren()
53 printf(".ds %d \\|\\v'%du'", yyval, v); in paren()
91 printf("\\v'%du'\\*(%d", -v, p1); in paren()
93 printf("\\|\\v'%du'", v); in paren()
128 printf("\\v'%du'", -v); in paren()
133 eht[yyval], ebase[yyval], n, v, leftc, rightc); in paren()
/illumos-gate/usr/src/cmd/expr/
H A Dexpr.c322 substr(char *v, char *s, char *w) in substr() argument
330 if (*v) ++v; in substr()
332 res = v; in substr()
335 if (*v) ++v; in substr()
337 *v = '\0'; in substr()
/illumos-gate/usr/src/cmd/fdisk/
H A Dfdisk.c4799 struct extvtoc v; local
4828 if ((idx = read_extvtoc(fd, &v)) < 0) {
4846 if (v.v_part[idx].p_size != totsize) {
/illumos-gate/usr/src/cmd/file/
H A Dmagic539 >4 ushort x v%u
541 >8 ushort x from esc v%u
/illumos-gate/usr/src/cmd/filesync/
H A Dfiles.c164 char *p, *v; in expand() local
201 for (v = varbuf; *s; s++) { in expand()
204 *v++ = *s; in expand()
209 if (v >= &varbuf[MAX_NAME - 1]) { in expand()
210 *v = 0; in expand()
216 *v = 0; in expand()
224 v = getenv(varbuf); in expand()
225 if (v == 0 || *v == 0) { in expand()
231 while (*v) in expand()
232 *p++ = *v++; in expand()
/illumos-gate/usr/src/cmd/find/
H A Dfind.c1502 char **v; in cmdopen() local
1511 if (v = malloc((p - argv + 1) * sizeof (char **))) { in cmdopen()
1512 p = v; in cmdopen()
1518 (void) execv(getshell(), v); in cmdopen()
/illumos-gate/usr/src/cmd/fm/dicts/
H A DAMD.po297 msgstr "Online any CPU that was automatically offlined in response to this fault\n(use fmdump -v -u…
H A DDISK.po43 msgstr "Schedule a repair procedure to replace the affected disk.\nUse fmdump -v -u <EVENT_ID> to i…
75 msgstr "Schedule a repair procedure to replace the affected disk.\nUse fmdump -v -u <EVENT_ID> to i…
H A DFMD.po66 msgstr "Use fmdump -v -u <EVENT-ID> to view the diagnosis result. Ensure that fault management sof…
82 msgstr "Use fmdump -v -u <EVENT-ID> to locate the module. Use fmadm reset <module> to reset the mo…
98 msgstr "Use fmdump -v -u <EVENT-ID> to locate the module. Use fmadm load <module> to load the modu…
114 msgstr "Use fmdump -v -u <EVENT-ID> to identify the repaired components."
146 msgstr "Use fmdump -v -u <EVENT-ID> to identify the repaired components."
H A DNXGE.po43 …procedure to replace the affected device, which can be determined\nusing fmdump -v -u <EVENT_ID>\n"
59 …repair procedure for the affected device, which\ncan be determined using fmdump -v -u <EVENT_ID>\n"
H A DPCI.po41 msgstr "Ensure latest drivers and patches are installed. Use fmdump -v -u <EVENT_ID> to identify t…
57 msgstr "Schedule a repair procedure to replace the affected device. Use fmdump -v -u <EVENT_ID> to…
73 msgstr "Use fmdump -v -u <EVENT_ID> to identify the \nsuspected device(s)or driver(s).\n\nCheck for…
89 msgstr "Use fmdump -v -u <EVENT_ID> to identify the \nsuspected device(s).\n\nSchedule a repair pro…
105 msgstr "Use fmdump -v -u <EVENT_ID> to identify the \nsuspected device(s)or driver(s).\n\nCheck for…
121 msgstr "Use fmdump -v -u <EVENT_ID> to identify the \nsuspected device(s).\n\nSchedule a repair pro…
137 msgstr "Use fmdump -v -u <EVENT_ID> to identify the \nsuspected device(s)or driver(s).\n\nCheck for…
H A DSUNOS.po89 msgstr "Schedule a repair procedure to replace the affected device. Use fmdump -v -u <EVENT_ID> to …
137 msgstr "Schedule a repair procedure to replace the affected device. Use fmdump -v -u <EVENT_ID> to …
153 msgstr "Schedule a repair procedure to replace the affected device. Use fmdump -v -u <EVENT_ID> to …
169 msgstr "Ensure latest drivers and patches are installed. Use fmdump -v -u <EVENT_ID> to identify th…
H A DZFS.po154v' for a list\n\n\nUnfortunately, the data cannot be repaired, and the only choice to\nrepair the …
186 … there.\n\nThe list of currently supported versions can be displayed using 'zpool\nupgrade -v'.\n "
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_api.c732 fmd_hdl_topo_hold(fmd_hdl_t *hdl, int v) in fmd_hdl_topo_hold() argument
737 if (v != TOPO_VERSION) { in fmd_hdl_topo_hold()
739 "fmd version %d != client version %d\n", TOPO_VERSION, v); in fmd_hdl_topo_hold()
H A Dfmd_ckpt.c51 #define IS_P2ALIGNED(v, a) ((((uintptr_t)(v)) & ((uintptr_t)(a) - 1)) == 0) argument
H A Dfmd_fmri.c137 char *s, *p, *v; in fmd_fmri_auth2str() local
147 (void) nvpair_value_string(nvp, &v); in fmd_fmri_auth2str()
148 n += fmd_fmri_uriescape(v, ":", NULL, 0) + 1; in fmd_fmri_auth2str()
164 (void) nvpair_value_string(nvp, &v); in fmd_fmri_auth2str()
165 p += fmd_fmri_uriescape(v, ":", p, n); in fmd_fmri_auth2str()
/illumos-gate/usr/src/cmd/fm/fminject/common/
H A Dinj_decl.c65 inj_var_t *v; in inj_decl_lookup() local
67 if ((v = inj_strhash_lookup(hash, name)) == NULL) in inj_decl_lookup()
70 return (inj_hash_get_cookie(v)); in inj_decl_lookup()
167 inj_var_t *v; in inj_decl_addmem() local
169 if ((v = inj_strhash_lookup(&decl->decl_memhash, dlm->dlm_name)) != in inj_decl_addmem()
171 inj_decl_t *other = inj_hash_get_cookie(v); in inj_decl_addmem()
209 inj_var_t *v; in inj_decl_validate_fmri() local
211 if ((v = inj_strhash_lookup(&decl->decl_memhash, "scheme")) == NULL) { in inj_decl_validate_fmri()
216 dlm = inj_hash_get_cookie(v); in inj_decl_validate_fmri()
243 inj_var_t *v; in inj_decl_finish() local
[all …]
H A Dinj_defn.c72 inj_var_t *v; in inj_defn_lookup() local
74 if ((v = inj_strhash_lookup(hash, name)) == NULL) in inj_defn_lookup()
77 return (inj_hash_get_cookie(v)); in inj_defn_lookup()
799 inj_var_t *v; in inj_defn_finish() local
824 if ((v = inj_strhash_lookup(hash, name)) != NULL) { in inj_defn_finish()
825 inj_defn_t *other = inj_hash_get_cookie(v); in inj_defn_finish()
H A Dinj_hash.c56 inj_var_t *v = inj_alloc(sizeof (inj_var_t)); in inj_var_alloc() local
58 v->v_next = next; in inj_var_alloc()
59 v->v_key = key; in inj_var_alloc()
60 v->v_uvalue = value; in inj_var_alloc()
62 return (v); in inj_var_alloc()
66 inj_var_free(inj_var_t *v, void (*freefn)(inj_var_t *, void *), void *arg) in inj_var_free() argument
69 freefn(v, arg); in inj_var_free()
71 inj_free(v, sizeof (inj_var_t)); in inj_var_free()
77 inj_var_t *v, *w; in inj_hash_destroy() local
81 for (v = h->h_hash[i]; v != NULL; v = w) { in inj_hash_destroy()
[all …]
H A Dinj_string.c223 inj_hashfree_string(inj_var_t *v, void *arg) in inj_hashfree_string() argument
225 inj_strfree(inj_hash_get_key(v)); in inj_hashfree_string()
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Deval.c142 return ((struct node *)(uintptr_t)val.v); in eval_getname()
155 nodep = (struct node *)(uintptr_t)val.v; in eval_getname()
182 len = snprintf(NULL, 0, "%s%s", (char *)(uintptr_t)lval.v, in eval_cat()
183 (char *)(uintptr_t)rval.v); in eval_cat()
186 (void) snprintf(s, len + 1, "%s%s", (char *)(uintptr_t)lval.v, in eval_cat()
187 (char *)(uintptr_t)rval.v); in eval_cat()
189 "eval_cat: %s %s returns %s", (char *)(uintptr_t)lval.v, in eval_cat()
190 (char *)(uintptr_t)rval.v, s); in eval_cat()
192 valuep->v = (uintptr_t)stable(s); in eval_cat()
227 valuep->v = 1; in eval_func()
[all …]
H A Deval.h47 unsigned long long v; member
H A Dfme.c916 tree_free((struct node *)(uintptr_t)evp->v); in globals_destructor()
917 evp->v = (uintptr_t)NULL; in globals_destructor()
1056 serdn = (int)ep->v; in serd_eval()
1061 serdt = (char *)(uintptr_t)ep->v; in serd_eval()
1066 serdsuffix = (char *)(uintptr_t)ep->v; in serd_eval()
1071 serdincrement = (int)ep->v; in serd_eval()
1118 out(O_ALTFP, " %llu", gval->v); in serd_eval()
1119 (void) sprintf(suffixbuf, "%llu", gval->v); in serd_eval()
1122 out(O_ALTFP, " \"%s\"", (char *)(uintptr_t)gval->v); in serd_eval()
1123 suffix = (char *)(uintptr_t)gval->v; in serd_eval()
[all …]
H A Dplatform.c1167 numstr = ulltostr(value.v, nullbyte); in arglist2argv()
1171 addthisarg = STRDUP((const char *)(uintptr_t)value.v); in arglist2argv()
1174 namep = (struct node *)(uintptr_t)value.v; in arglist2argv()
1382 valuep->v = (uintptr_t)stable(outbuf); in platform_call()
1623 valuep->v = (uintptr_t)hc_fmri_nodeize(embnvp); in platform_payloadprop()
1633 valuep->v = (unsigned long long)val; in platform_payloadprop()
1640 valuep->v = (unsigned long long)val; in platform_payloadprop()
1647 valuep->v = (uintptr_t)stable(val); in platform_payloadprop()
1655 valuep->v = (unsigned long long)val; in platform_payloadprop()
1662 valuep->v = (unsigned long long)val; in platform_payloadprop()
[all …]
/illumos-gate/usr/src/cmd/fm/modules/common/sw-diag-response/subsidiary/smf/
H A Dsmf_diag.c243 uint32_t v; in swde_smf_vrfy() local
246 cdp = swde_case_data(hdl, cp, &v); in swde_smf_vrfy()
248 if (cdp == NULL || v != 1) in swde_smf_vrfy()

12345678910>>...69