Home
last modified time | relevance | path

Searched refs:sortlist (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/projadd/
H A Dprojadd.pl221 my @sortlist;
227 @sortlist = sort(@$list);
228 $proj->{'userlist'} = \@sortlist;
233 my @sortlist;
239 @sortlist = sort(@$list);
240 $proj->{'grouplist'} = \@sortlist;
246 my @sortlist;
261 @sortlist = sort { $a->{'name'} cmp $b->{'name'} } @attriblist;
262 $proj->{'attributelist'} = \@sortlist;
H A Dprojmod.pl560 my @sortlist;
571 @sortlist = sort(@$list);
572 $proj->{'userlist'} = \@sortlist;
580 my @sortlist;
591 @sortlist = sort(@$list);
592 $proj->{'grouplist'} = \@sortlist;
613 my @sortlist;
622 @sortlist =
624 $proj->{'attributelist'} = \@sortlist;
/titanic_41/usr/src/uts/sun4u/starfire/os/
H A Dstarfire.c270 page_t **sortlist[STARFIRE_MAX_BOARDS]; in plat_freelist_process() local
294 sortlist[idx] = NULL; in plat_freelist_process()
353 sortlist[bds++] = &bdlist[idx]; in plat_freelist_process()
377 page = *sortlist[idx]; in plat_freelist_process()
386 page_vpsub(sortlist[idx], page); in plat_freelist_process()
389 mach_page_sub(sortlist[idx], in plat_freelist_process()
401 if (*sortlist[idx] == NULL) { in plat_freelist_process()
420 sortlist[bds++] in plat_freelist_process()
/titanic_41/usr/src/lib/libadm/common/
H A Dlistdev.c78 sortlist(char **list) /* List to be sorted */ in sortlist() function
199 sortlist(list); in listdev()
/titanic_41/usr/src/lib/libsqlite/src/
H A Dparse.y435 %type sortlist {ExprList*}
436 %destructor sortlist {sqliteExprListDelete($$);}
441 orderby_opt(A) ::= ORDER BY sortlist(X). {A = X;}
442 sortlist(A) ::= sortlist(X) COMMA sortitem(Y) collate(C) sortorder(Z). {
446 sortlist(A) ::= sortitem(Y) collate(C) sortorder(Z). {