Searched refs:belong (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dnetgroup.c73 static int cache_check(char *host, char **grl, int grc, int *belong);
74 static void cache_enter(char *host, char **grl, int grc, int belong);
110 int belong = 0; local
134 for (i = 0, gr = glist; i < grc && !belong; ) {
161 if (!cache_check(host0, grl, n, &belong)) {
162 for (j = 0; j < nhosts && !belong; j++) {
169 belong = 1;
172 cache_enter(host0, grl, n, belong);
177 return (belong ? response : 0);
207 * list. If a match is found then return the "belong"
219 cache_check(char *host, char **grl, int grc, int *belong) argument
286 cache_enter(char *host, char **grl, int grc, int belong) argument
[all...]
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_util.c560 boolean_t belong = B_FALSE; local
587 for (i = 0, gr = glist; i < grc && !belong; ) {
611 for (j = 0; j < nhosts && !belong; j++) {
615 belong = B_TRUE;
620 return (belong ? response : B_FALSE);
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex3026 % which this file should belong to. Ignore this in TeX.

Completed in 78 milliseconds