/titanic_51/usr/src/tools/scripts/ |
H A D | git-pbchk.py | 199 def comchk(root, parent, flist, output): argument 206 def mapfilechk(root, parent, flist, output): argument 224 for f in flist(lambda x: MapfileRE.match(x) and not 230 def copyright(root, parent, flist, output): argument 233 for f in flist(): 238 def hdrchk(root, parent, flist, output): argument 241 for f in flist(lambda x: x.endswith('.h')): 246 def cstyle(root, parent, flist, output): argument 249 for f in flist(lambda x: x.endswith('.c') or x.endswith('.h')): 256 def jstyle(root, parent, flist, outpu argument 264 manlint(root, parent, flist, output) global() argument 273 keywords(root, parent, flist, output) global() argument [all...] |
H A D | wsdiff.py | 593 def flistCatalog(base, ptch, flist) : argument 599 fd = open(flist, "r") 601 error("could not open: " + flist) 1116 flist = [] 1118 flist.append(str_prefix_trunc(fn, ArchTmpDir1)) 1119 baseFlist = flist 1121 flist = [] 1123 flist.append(str_prefix_trunc(fn, ArchTmpDir2)) 1124 ptchFlist = flist
|
/titanic_51/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_flush.c | 78 smb_llist_t *flist; in smb_com_flush() local 96 flist = &sr->tid_tree->t_ofile_list; in smb_com_flush() 97 smb_llist_enter(flist, RW_READER); in smb_com_flush() 98 file = smb_llist_head(flist); in smb_com_flush() 103 file = smb_llist_next(flist, file); in smb_com_flush() 105 smb_llist_exit(flist); in smb_com_flush()
|
/titanic_51/usr/src/lib/gss_mechs/mech_krb5/profile/ |
H A D | prof_init.c | 355 profile_filespec_t *flist = 0; in profile_ser_internalize() local 373 flist = (profile_filespec_t *) malloc(sizeof(profile_filespec_t) * (fcount + 1)); in profile_ser_internalize() 374 if (!flist) in profile_ser_internalize() 377 memset(flist, 0, sizeof(char *) * (fcount+1)); in profile_ser_internalize() 380 flist[i] = (char *) malloc((size_t) (tmp+1)); in profile_ser_internalize() 381 if (!flist[i]) in profile_ser_internalize() 383 memcpy(flist[i], bp, (size_t) tmp); in profile_ser_internalize() 384 flist[i][tmp] = '\0'; in profile_ser_internalize() 396 if ((retval = profile_init((const_profile_filespec_t *) flist, in profile_ser_internalize() 404 if (flist) { in profile_ser_internalize() [all...] |
/titanic_51/usr/src/cmd/boot/scripts/ |
H A D | root_archive.ksh | 58 rm -f /tmp/flist$$ 143 -print 2> /dev/null > /tmp/flist$$ 145 >> /tmp/flist$$ 154 sed 's#^#tmp/root/#' >> /tmp/flist$$ 156 flist=`cat /tmp/flist$$` 159 rm -f $flist 161 for file in $flist ; do
|
/titanic_51/usr/src/uts/common/inet/sctp/ |
H A D | sctp_conn.c | 303 uchar_t *flist; in sctp_conn_request() local 310 flist = kmem_alloc(fsize, KM_NOSLEEP); in sctp_conn_request() 311 if (slist == NULL || flist == NULL) { in sctp_conn_request() 314 if (flist != NULL) in sctp_conn_request() 315 kmem_free(flist, fsize); in sctp_conn_request() 323 sctp_get_faddr_list(eager, flist, fsize); in sctp_conn_request() 325 eager->sctp_nsaddrs, econnp->conn_lport, flist, in sctp_conn_request() 625 uchar_t *flist; in sctp_connect() local 632 flist = kmem_alloc(fsize, KM_SLEEP); in sctp_connect() 635 sctp_get_faddr_list(sctp, flist, fsiz in sctp_connect() [all...] |
H A D | sctp_hash.c | 164 uchar_t *flist; in cl_sctp_walk_list_stack() local 189 flist = kmem_alloc(fsize, cansleep ? KM_SLEEP : KM_NOSLEEP); in cl_sctp_walk_list_stack() 190 if (slist == NULL || flist == NULL) { in cl_sctp_walk_list_stack() 194 if (flist != NULL) in cl_sctp_walk_list_stack() 195 kmem_free(flist, fsize); in cl_sctp_walk_list_stack() 201 sctp_get_faddr_list(sctp, flist, fsize); in cl_sctp_walk_list_stack() 215 cl_sctpi.cl_sctpi_faddrp = flist; in cl_sctp_walk_list_stack() 218 kmem_free(flist, fsize); in cl_sctp_walk_list_stack()
|
/titanic_51/usr/src/cmd/boot/bootadm/ |
H A D | bootadm.c | 1736 filelist_t flist; in list_archive() local 1737 filelist_t *flistp = &flist; in list_archive() 3135 filelist_t flist; in update_required() local 3136 filelist_t *flistp = &flist; in update_required() 3194 ret = walk_list(root, &flist); in update_required() 3257 check_cmdline(filelist_t flist) in check_cmdline() argument 3261 for (lp = flist.head; lp; lp = lp->next) { in check_cmdline() 3273 dump_errormsg(filelist_t flist) in dump_errormsg() argument 3277 for (lp = flist.head; lp; lp = lp->next) in dump_errormsg() 3365 filelist_t flist in create_sparc_archive() local 3484 filelist_t flist = {0}; extend_iso_archive() local 3643 filelist_t flist = {0}; create_x86_archive() local 4186 filelist_t flist = {0}; synchronize_BE_menu() local 5821 filelist_t flist = {0}; global() local 5914 filelist_t flist = {0}; global() local 6106 filelist_t flist = {0}; global() local 6440 filelist_t flist = {0}; global() local 7819 filelist_t flist = {0}; global() local [all...] |
/titanic_51/usr/src/lib/libc/port/gen/ |
H A D | 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; in _malloc_unlocked() 216 flist[freeidx] = Lfree = NULL; in _malloc_unlocked() 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]) in _free_unlocked() 891 if (flist[freeidx] != NULL) in _free_unlocked() 892 realfree(flist[freeidx]); in _free_unlocked() 893 flist[freeid in _free_unlocked() [all...] |
/titanic_51/usr/src/uts/common/os/ |
H A D | vmem.c | 920 int flist = 0; in vmem_canalloc() local 924 flist = lowbit(P2ALIGN(vmp->vm_freemap, size)); in vmem_canalloc() 926 flist = lowbit(P2ALIGN(vmp->vm_freemap, 1UL << hb)); in vmem_canalloc() 928 return (flist); in vmem_canalloc() 946 int hb, flist, resv; in vmem_xalloc() local 997 flist = lowbit(P2ALIGN(vmp->vm_freemap, size)); in vmem_xalloc() 1004 flist = lowbit(P2ALIGN(vmp->vm_freemap, 1UL << hb)); in vmem_xalloc() 1007 for (vbest = NULL, vsp = (flist == 0) ? NULL : in vmem_xalloc() 1008 vmp->vm_freelist[flist - 1].vs_knext; in vmem_xalloc() 1022 flist in vmem_xalloc() 1268 int flist = 0; vmem_alloc() local [all...] |
H A D | msg.c | 1260 msg_wakeup_rdr(kmsqid_t *qp, msg_select_t **flist, long type) in msg_wakeup_rdr() argument 1262 msg_select_t *walker = *flist; in msg_wakeup_rdr() 1271 } while (!wakeup && walker != *flist); in msg_wakeup_rdr() 1273 *flist = (*flist)->next_selection; in msg_wakeup_rdr()
|
/titanic_51/usr/src/uts/common/inet/ip/ |
H A D | ip_multi.c | 66 slist_t *flist); 352 ilm_gen_filter(ilm_t *ilm, mcast_record_t *fmode, slist_t *flist) in ilm_gen_filter() argument 370 flist->sl_numsrc = 0; in ilm_gen_filter() 377 flist->sl_numsrc = 0; in ilm_gen_filter() 389 l_copy(&fbld.fbld_in, flist); in ilm_gen_filter() 392 l_difference(&fbld.fbld_ex, &fbld.fbld_in, flist); in ilm_gen_filter() 403 slist_t *flist; in ilm_update_add() local 419 if ((flist = l_alloc()) == NULL) in ilm_update_add() 424 l_free(flist); in ilm_update_add() 443 flist in ilm_update_add() 484 slist_t *flist; ilm_update_del() local [all...] |
H A D | igmp.c | 84 mcast_record_t rtype, slist_t *flist); 85 static mrec_t *mcast_merge_rtx(ilm_t *ilm, mrec_t *rp, slist_t *flist); 1018 igmp_statechange(ilm_t *ilm, mcast_record_t fmode, slist_t *flist) in igmp_statechange() argument 1056 l_difference(ilm->ilm_filter, flist, a_minus_b); in igmp_statechange() 1057 l_difference(flist, ilm->ilm_filter, b_minus_a); in igmp_statechange() 1076 rp = mcast_bldmrec(CHANGE_TO_EXCLUDE, &ilm->ilm_v6addr, flist, in igmp_statechange() 1080 rp = mcast_bldmrec(CHANGE_TO_INCLUDE, &ilm->ilm_v6addr, flist, in igmp_statechange() 1089 rp = mcast_merge_rtx(ilm, rp, flist); in igmp_statechange() 1109 mld_statechange(ilm_t *ilm, mcast_record_t fmode, slist_t *flist) in mld_statechange() argument 1147 l_difference(ilm->ilm_filter, flist, a_minus_ in mld_statechange() 2742 mcast_init_rtx(ill_t * ill,rtx_state_t * rtxp,mcast_record_t rtype,slist_t * flist) mcast_init_rtx() argument 2800 mcast_merge_rtx(ilm_t * ilm,mrec_t * mreclist,slist_t * flist) mcast_merge_rtx() argument [all...] |
/titanic_51/usr/src/lib/libumem/common/ |
H A D | vmem.c | 822 int hb, flist, resv; in vmem_xalloc() local 880 flist = lowbit(P2ALIGN(vmp->vm_freemap, size)); in vmem_xalloc() 887 flist = lowbit(P2ALIGN(vmp->vm_freemap, 1UL << hb)); in vmem_xalloc() 890 for (vbest = NULL, vsp = (flist == 0) ? NULL : in vmem_xalloc() 891 vmp->vm_freelist[flist - 1].vs_knext; in vmem_xalloc() 905 flist = lowbit(P2ALIGN(vmp->vm_freemap, in vmem_xalloc() 907 if (flist-- == 0) in vmem_xalloc() 909 vsp = (vmem_seg_t *)&vmp->vm_freelist[flist]; in vmem_xalloc() 1071 int flist = 0; in vmem_alloc() local 1099 flist in vmem_alloc() [all...] |
/titanic_51/usr/src/cmd/ls/ |
H A D | ls.c | 224 static int nfiles = 0; /* number of flist entries in current use */ 225 static int nargs = 0; /* number of flist entries used for arguments */ 226 static int maxfils = 0; /* number of flist/lbuf entries allocated */ 227 static int maxn = 0; /* number of flist entries with lbufs asigned */ 231 static struct lbuf **flist; /* ptr to list of lbuf pointers */ variable 1007 /* allocate space for flist and the associated */ in main() 1010 if (((flist = malloc(maxfils * sizeof (struct lbuf *))) == NULL) || in main() 1081 nargs++; /* count good arguments stored in flist */ in main() 1087 qsort(flist, (unsigned)nargs, sizeof (struct lbuf *), in main() 1090 if ((flist[ in main() [all...] |
/titanic_51/usr/src/uts/common/fs/sockfs/ |
H A D | sockparams.c | 770 list_t *flist; in sockparams_filter_cleanup_impl() local 776 flist = (ent->sofe_flags & SOFEF_AUTO) ? in sockparams_filter_cleanup_impl() 778 for (fil = list_head(flist); fil != NULL; in sockparams_filter_cleanup_impl() 779 fil = list_next(flist, fil)) { in sockparams_filter_cleanup_impl() 781 list_remove(flist, fil); in sockparams_filter_cleanup_impl()
|
/titanic_51/usr/src/cmd/sgs/gprof/common/ |
H A D | printlist.c | 39 struct stringlist *flist = &fhead; variable
|
H A D | arcs.c | 511 if (((on_flist = onlist(flist, childp->name)) != 0) || in doflags() 523 if ((!onlist(flist, childp->name)) && in doflags()
|
/titanic_51/usr/src/cmd/lp/model/ |
H A D | netstandard | 288 # flist=* | lpd=* | options=* ) 289 flist=* | lpd=* ) 290 #LOPT stty=* | flist=* | lpd=* | lopt=* ) 321 flist= ) 322 flist="${flist} ${item}"
|
H A D | tsol_netstandard | 322 # flist=* | lpd=* | options=* ) 323 flist=* | lpd=* ) 324 #LOPT stty=* | flist=* | lpd=* | lopt=* ) 355 flist= ) 356 flist="${flist} ${item}"
|
H A D | tsol_netstandard_foomatic | 338 # flist=* | lpd=* | options=* ) 339 flist=* | lpd=* ) 340 #LOPT stty=* | flist=* | lpd=* | lopt=* ) 371 flist= ) 372 flist="${flist} ${item}"
|
/titanic_51/usr/src/cmd/nvmeadm/ |
H A D | nvmeadm.c | 802 char *f, *flist, *lasts; in do_get_features() local 829 flist = strdup(npa->npa_argv[0]); in do_get_features() 830 if (flist == NULL) in do_get_features() 833 for (f = strtok_r(flist, ",", &lasts); in do_get_features() 871 free(flist); in do_get_features()
|
/titanic_51/usr/src/lib/brand/shared/zone/ |
H A D | common.ksh | 723 flist=$(for i in $list 729 vlog "cd \"$source_dir\" && find $flist $findopts | " 734 ( cd "$source_dir" && find $flist $findopts | \
|
/titanic_51/usr/src/lib/libdtrace/common/ |
H A D | dt_decl.c | 300 * Examine the list of formal parameters 'flist' and determine if the formal 302 * If 'fnp' is in 'flist', do not search beyond 'fnp' itself in 'flist'. 305 dt_decl_protoform(dt_node_t *fnp, dt_node_t *flist) in dt_decl_protoform() argument 309 for (dnp = flist; dnp != fnp && dnp != NULL; dnp = dnp->dn_list) { in dt_decl_protoform() 321 * against which to compare the prototype is specified as 'flist'. If plist 322 * and flist are the same, we require that named parameters are unique. If 323 * plist and flist are different, we require that named parameters in plist 324 * match a name that is present in flist. 328 dt_node_t *flist, cons in dt_decl_prototype() argument [all...] |
/titanic_51/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | platform.c | 935 char **flist; in platform_get_files_stddirs() local 956 flist = platform_get_files(dirlist, fname, nodups); in platform_get_files_stddirs() 962 return (flist); in platform_get_files_stddirs() 1424 platform_free_eft_files(char **flist) in platform_free_eft_files() argument 1428 if (flist == NULL || *flist == NULL) in platform_free_eft_files() 1431 f = flist; in platform_free_eft_files() 1436 FREE(flist); in platform_free_eft_files()
|