Searched refs:vlist (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Ddockdeps.c59 static char *vlist[NVERS]; variable
153 inst = fpkginst(wabbrev, alist[i], vlist[i]);
268 if (vlist[i])
269 (void) printf("%s", vlist[i]);
321 if (vlist[i]) {
322 free(vlist[i]);
323 vlist[i] = NULL;
326 alist[0] = vlist[0] = NULL;
365 vlist[found] = qstrdup(pt);
366 if (pt = strchr(vlist[foun
[all...]
/illumos-gate/usr/src/cmd/svc/milestone/
H A Dfs-local55 # vlist is the non-global filesystems in vfstab requesting quotas
56 vlist=`/usr/bin/nawk '$1 !~ /^(#|-)/ && $4 == "ufs" {
60 if [ -n "$vlist" ]; then
66 # qlist is the intersection of vlist and mlist
67 qlist=`echo "$vlist\n-\n$mlist" | \
69 else if (mlist == 0) { vlist[$1] = 1; }
70 else if (vlist[$1]) { print $1; } }'`
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_parse.c290 version_list *vlist; local
305 vlist = calloc(1, sizeof (version_list));
306 vlist->vers_name = tok.str;
308 ptailp = &vlist->procs;
367 *vtailp = vlist;
368 vtailp = &vlist->next;
372 vlist->vers_num = tok.str;
374 for (plist = vlist->procs; plist != NULL; plist = plist->next) {
376 vlist->vers_num);
H A Drpc_cout.c298 version_list *vlist; local
301 for (vlist = def->def.pr.versions; vlist != NULL; vlist = vlist->next)
302 for (plist = vlist->procs; plist != NULL; plist = plist->next) {
/illumos-gate/usr/src/cmd/power/
H A Dhandlers.c730 * *vcntp is the count of the vlist array, and vlist is either
782 int cmd, upval = OKUP, nthresh = 0, *vlist = NULL; local
792 } else if (get_thresh(&vlist, &nthresh)) {
796 pmreq.value = *vlist;
799 pmreq.data = vlist;
800 pmreq.datasize = (nthresh * sizeof (*vlist));
807 free(vlist);
/illumos-gate/usr/src/cmd/rpcinfo/
H A Drpcinfo.c148 struct verslist *vlist; member in struct:rpcbdump_short
669 for (vl = rs->vlist; vl; vl = vl->next)
678 vl->next = rs->vlist;
679 rs->vlist = vl;
875 rs->vlist = NULL;
889 for (vl = rs->vlist; vl; vl = vl->next) {
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_reads.c1836 LDAPVirtualList vlist; local
1880 vlist.ldvlist_index = cookie->index;
1881 vlist.ldvlist_size = 0;
1883 vlist.ldvlist_before_count = 0;
1884 vlist.ldvlist_after_count = LISTPAGESIZE-1;
1885 vlist.ldvlist_attrvalue = NULL;
1886 vlist.ldvlist_extradata = NULL;
1889 &vlist, &vlvctrl);

Completed in 78 milliseconds