HomeSort by relevance Sort by last modified time
    Searched defs:flist (Results 1 - 14 of 14) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/fs/smbsrv/
smb_flush.c 78 smb_llist_t *flist; local
96 flist = &sr->tid_tree->t_ofile_list;
97 smb_llist_enter(flist, RW_READER);
98 file = smb_llist_head(flist);
103 file = smb_llist_next(flist, file);
105 smb_llist_exit(flist);
  /onnv/onnv-gate/usr/src/cmd/sgs/gprof/common/
printlist.c 39 struct stringlist *flist = &fhead; variable in typeref:struct:stringlist
41 struct stringlist *Flist = &Fhead;
  /onnv/onnv-gate/usr/src/uts/common/inet/sctp/
sctp_conn.c 291 uchar_t *flist; local
298 flist = kmem_alloc(fsize, KM_NOSLEEP);
299 if (slist == NULL || flist == NULL) {
302 if (flist != NULL)
303 kmem_free(flist, fsize);
311 sctp_get_faddr_list(eager, flist, fsize);
313 eager->sctp_nsaddrs, econnp->conn_lport, flist,
626 uchar_t *flist; local
633 flist = kmem_alloc(fsize, KM_SLEEP);
636 sctp_get_faddr_list(sctp, flist, fsize)
    [all...]
sctp_hash.c 164 uchar_t *flist; local
189 flist = kmem_alloc(fsize, cansleep ? KM_SLEEP : KM_NOSLEEP);
190 if (slist == NULL || flist == NULL) {
194 if (flist != NULL)
195 kmem_free(flist, fsize);
201 sctp_get_faddr_list(sctp, flist, fsize);
215 cl_sctpi.cl_sctpi_faddrp = flist;
218 kmem_free(flist, fsize);
  /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
prof_init.c 355 profile_filespec_t *flist = 0; local
373 flist = (profile_filespec_t *) malloc(sizeof(profile_filespec_t) * (fcount + 1));
374 if (!flist)
377 memset(flist, 0, sizeof(char *) * (fcount+1));
380 flist[i] = (char *) malloc((size_t) (tmp+1));
381 if (!flist[i])
383 memcpy(flist[i], bp, (size_t) tmp);
384 flist[i][tmp] = '\0';
396 if ((retval = profile_init((const_profile_filespec_t *) flist,
404 if (flist) {
    [all...]
  /onnv/onnv-gate/usr/src/lib/libc/port/gen/
malloc.c 97 static void *flist[FREESIZE]; /* list of blocks to be freed on next malloc */ variable
98 static int freeidx; /* index of free blocks in flist % FREESIZE */
208 flist[freeidx] = Lfree = NULL;
216 flist[freeidx] = Lfree = NULL;
847 * by old. The pointer to old is saved on a list, flist,
849 * blocks pointed to in flist are actually freed via
888 if (old == flist[i])
891 if (flist[freeidx] != NULL)
892 realfree(flist[freeidx]);
893 flist[freeidx] = Lfree = old
    [all...]
  /onnv/onnv-gate/usr/src/lib/libdladm/common/
libdlstat.c 87 struct flowlist *flist; local
90 for (match = 0, flist = stattable;
92 match++, flist++) {
94 if (flist == NULL)
98 if (strncmp(flowname, flist->flowname, MAXFLOWNAMELEN)
100 return (flist);
103 if (linkid == flist->linkid)
104 return (flist);
122 flist = &stattable[statentry];
123 bzero(flist, sizeof (struct flowlist))
174 struct flowlist *flist; local
284 struct flowlist *flist; local
347 struct flowlist *flist; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
new_host.c 119 struct ST_FCN_LIST *flist = (struct ST_FCN_LIST *)FunctionList; local
159 if (flist != NULL)
160 (*flist) = function_list;
    [all...]
  /onnv/onnv-gate/usr/src/lib/libumem/common/
vmem.c 821 int hb, flist, resv; local
879 flist = lowbit(P2ALIGN(vmp->vm_freemap, size));
886 flist = lowbit(P2ALIGN(vmp->vm_freemap, 1UL << hb));
889 for (vbest = NULL, vsp = (flist == 0) ? NULL :
890 vmp->vm_freelist[flist - 1].vs_knext;
904 flist = lowbit(P2ALIGN(vmp->vm_freemap,
906 if (flist-- == 0)
908 vsp = (vmem_seg_t *)&vmp->vm_freelist[flist];
1070 int flist = 0; local
1097 flist = lowbit(P2ALIGN(vmp->vm_freemap, size))
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/os/
vmem.c 915 int flist = 0; local
919 flist = lowbit(P2ALIGN(vmp->vm_freemap, size));
921 flist = lowbit(P2ALIGN(vmp->vm_freemap, 1UL << hb));
923 return (flist);
941 int hb, flist, resv; local
993 flist = lowbit(P2ALIGN(vmp->vm_freemap, size));
1249 int flist = 0; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/inet/ip/
ip_multi.c 67 slist_t *flist);
353 ilm_gen_filter(ilm_t *ilm, mcast_record_t *fmode, slist_t *flist)
371 flist->sl_numsrc = 0;
378 flist->sl_numsrc = 0;
390 l_copy(&fbld.fbld_in, flist);
393 l_difference(&fbld.fbld_ex, &fbld.fbld_in, flist);
404 slist_t *flist; local
420 if ((flist = l_alloc()) == NULL)
425 l_free(flist);
444 flist->sl_numsrc = 0
485 slist_t *flist; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fm/modules/common/eversholt/
platform.c 866 char **flist; local
887 flist = platform_get_files(dirlist, fname, nodups);
893 return (flist);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/ls/
ls.c 229 static int nfiles = 0; /* number of flist entries in current use */
230 static int nargs = 0; /* number of flist entries used for arguments */
231 static int maxfils = 0; /* number of flist/lbuf entries allocated */
232 static int maxn = 0; /* number of flist entries with lbufs asigned */
236 static struct lbuf **flist; /* ptr to list of lbuf pointers */ variable in typeref:struct:lbuf
1006 /* allocate space for flist and the associated */
1009 if (((flist = malloc(maxfils * sizeof (struct lbuf *))) == NULL) ||
1077 nargs++; /* count good arguments stored in flist */
1083 qsort(flist, (unsigned)nargs, sizeof (struct lbuf *),
1086 if (flist[i]->ltype == 'd' && dflg == 0 || fflg
    [all...]
  /onnv/onnv-gate/usr/src/cmd/boot/bootadm/
bootadm.c 1419 filelist_t flist; local
2762 filelist_t flist; local
2937 filelist_t flist = {0}; local
3022 filelist_t flist = {0}; local
3168 filelist_t flist = {0}; local
3691 filelist_t flist = {0}; local
5297 filelist_t flist = {0}; local
5384 filelist_t flist = {0}; local
5566 filelist_t flist = {0}; local
5889 filelist_t flist = {0}; local
7194 filelist_t flist = {0}; local
7403 filelist_t flist = {0}; local
    [all...]

Completed in 300 milliseconds