Home
last modified time | relevance | path

Searched refs:vl (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_nis.c174 int kl, nkl, vl; local
182 val = NULL; vl = 0;
200 &nkey, &nkl, &val, &vl);
205 &nkey, &nkl, &val, &vl);
222 &nkey, &nkl, &val, &vl);
239 if (kl < 2 || vl < 1)
252 map[vl] = '\0';
316 int kl, nkl, vl; local
322 val = NULL; vl = 0;
335 &val, &vl);
[all …]
/illumos-gate/usr/src/uts/sun4/os/
H A Dmemlist.c551 struct bootmem_props *il, *pl, *vl; in copy_boot_memlists() local
563 vl = &bootmem_props[VIRTAVAIL]; in copy_boot_memlists()
572 vl->ptr += move / sizeof (struct prom_memlist); in copy_boot_memlists()
573 vl->maxsize -= move; in copy_boot_memlists()
574 } else if (vlen > vl->maxsize) { in copy_boot_memlists()
576 move = vlen - vl->maxsize; in copy_boot_memlists()
577 vl->maxsize = vlen; in copy_boot_memlists()
587 (void) prom_virt_avail((caddr_t)vl->ptr); in copy_boot_memlists()
591 sort_promlist(vl); in copy_boot_memlists()
600 *virtavail = vl->ptr; in copy_boot_memlists()
[all …]
/illumos-gate/usr/src/cmd/make/lib/vroot/
H A Dsetenv.cc37 int length= 0, vl; in setenv() local
52 vl= strlen(value); in setenv()
53 if (!p || (length+vl+1 > strlen(p))) in setenv()
54 *q= p= (char *) malloc((unsigned)(length+vl+2)); in setenv()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_debug.c153 va_list vl; in ql_el_msg() local
201 va_start(vl, ce); in ql_el_msg()
202 s = va_arg(vl, char *); in ql_el_msg()
207 (size_t)(uint32_t)((int)EL_BUFFER_RESERVE - rval), s, vl); in ql_el_msg()
209 va_end(vl); in ql_el_msg()
295 va_list vl; in ql_dbg_msg() local
297 va_start(vl, ce); in ql_dbg_msg()
299 s = va_arg(vl, char *); in ql_dbg_msg()
330 vcmn_err(ce, fmt, vl); in ql_dbg_msg()
332 va_end(vl); in ql_dbg_msg()
/illumos-gate/usr/src/cmd/rpcinfo/
H A Drpcinfo.c667 struct verslist *vl; local
669 for (vl = rs->vlist; vl; vl = vl->next)
670 if (vl->vers == vers)
672 if (vl)
675 if (vl == NULL)
677 vl->vers = vers;
678 vl->next = rs->vlist;
679 rs->vlist = vl;
717 struct verslist *vl; local
889 for (vl = rs->vlist; vl; vl = vl->next) {
[all …]
/illumos-gate/usr/src/cmd/fs.d/
H A Dmount.c918 vfsent_t **vl, *vp; in parmount() local
989 for (vl = vfsarray; vp = *vl; ) in parmount()
990 vp->next = *++vl; in parmount()
1198 vfsent_t *vp, *vpprev, **vl; in do_mounts() local
1230 vl = vfsarray; in do_mounts()
1232 for (vpprev = *vl; vp = *vl; vpprev = vp, vl++, cnt--) { in do_mounts()
1254 for (vlp = vl; *vlp; vlp++) in do_mounts()
1262 qsort((void *)vl, cnt, sizeof (vfsent_t *), in do_mounts()
1264 vp = *vl; in do_mounts()
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypcat.c212 callback(status, key, kl, val, vl, fail) in callback() argument
217 int vl;
227 (void) printf("%.*s\n", vl, val);
H A Dypxfr.c1593 ypall_callback(status, key, kl, val, vl, pushstat) in ypall_callback() argument
1598 int vl;
1620 valdat.dsize = vl;
/illumos-gate/usr/src/uts/common/os/
H A Dmodsysfile.c1679 struct val_list *vl, *tvl; in make_prop() local
1695 for (vl = val, val_type = vl->val_type; vl; vl = vl->val_next) { in make_prop()
1696 if (val_type != vl->val_type) { in make_prop()
1703 vl = val; in make_prop()
1709 while (vl) { in make_prop()
1710 tvl = vl; in make_prop()
1711 vl = vl->val_next; in make_prop()
1733 while (vl) { in make_prop()
1734 tvl = vl; in make_prop()
1735 vl = vl->val_next; in make_prop()
/illumos-gate/usr/src/cmd/awk/
H A Dawk.g.y516 checkdup(Node *vl, Cell *cp) /* check if name already in list */
519 for (; vl; vl = vl->nnext) {
520 if (strcmp(s, ((Cell *)(vl->narg[0]))->nval) == 0) {
H A Dparse.c280 defn(Cell *v, Node *vl, Node *st) in defn() argument
297 for (p = vl; p != NULL; p = p->nnext) in defn()
/illumos-gate/usr/src/cmd/latencytop/common/
H A Ddisplay.c1047 va_list vl; in lt_display_error() local
1051 va_start(vl, fmt); in lt_display_error()
1052 (void) vsnprintf(tmp, sizeof (tmp), fmt, vl); in lt_display_error()
1053 va_end(vl); in lt_display_error()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmain.c2269 size_t vl = varl + strlen(value) + 2; local
2277 newstring = (char *) malloc(vl+1);
2283 (void) slprintf(newstring, vl, "%s=%s", var, value);
2347 int vl = strlen(var); local
2358 if (strncmp(p, var, vl) == 0 && p[vl] == '=') {
2382 int vl = strlen(var); local
2389 if (strncmp(p, var, vl) == 0 && p[vl] == '=')
2390 return ((const char *)p+vl+1);
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Doptget.c2033 int vl; in textout() local
2058 vl = m - 1; in textout()
2092 t = v + vl; in textout()
2374 int vl; in opthelp() local
2615 vl = 0; in opthelp()
2668 vl++; in opthelp()
2670 vl--; in opthelp()
2690 if (vl > 0 && *p != '\a') in opthelp()
2962 vl = 0; in opthelp()
3211 vl = m - 1; in opthelp()
[all …]
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_reads.c953 char *tf, *tl, *vf, *vl, *eqsign; in __s_api_remove_rdn_space() local
967 vl = rdn + strlen(rdn) - 1; in __s_api_remove_rdn_space()
981 while (vf < vl && *vf == SPACETOK) in __s_api_remove_rdn_space()
984 while (vf < vl && *vl == SPACETOK) in __s_api_remove_rdn_space()
985 *vl-- = '\0'; in __s_api_remove_rdn_space()
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c9389 va_list vl; in qlt_el_msg() local
9432 va_start(vl, ce); in qlt_el_msg()
9433 s = va_arg(vl, char *); in qlt_el_msg()
9436 (size_t)(uint32_t)((int)EL_BUFFER_RESERVE - rval), s, vl); in qlt_el_msg()
9437 va_end(vl); in qlt_el_msg()