/titanic_51/usr/src/cmd/lp/lib/filters/ |
H A D | freefilter.c | 102 freelist (pf->printers); 103 freelist (pf->printer_types); 104 freelist (pf->input_types); 105 freelist (pf->output_types); 106 freelist (pf->templates); 127 freelist (pf->printers);
|
H A D | loadfilters.c | 120 freelist (list); in loadfilters() 124 freelist (list); in loadfilters() 128 freelist (list); in loadfilters() 142 freelist (list); in loadfilters()
|
/titanic_51/usr/src/lib/libast/common/string/ |
H A D | tok.c | 47 static Tok_t* freelist; variable 59 if (p = freelist) in tokopen() 60 freelist = freelist->ptr.nxt; in tokopen() 80 p->ptr.nxt = freelist; in tokclose() 81 freelist = p; in tokclose()
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/string/ |
H A D | tok.c | 47 static Tok_t* freelist; variable 59 if (p = freelist) in tokopen() 60 freelist = freelist->ptr.nxt; in tokopen() 80 p->ptr.nxt = freelist; in tokclose() 81 freelist = p; in tokclose()
|
/titanic_51/usr/src/cmd/lp/lib/printers/ |
H A D | freeprinter.c | 55 freelist (pp->char_sets); 57 freelist (pp->input_types); 59 freelist (pp->options); 82 freelist (pp->modules); 85 freelist (pp->printer_types);
|
H A D | getprinter.c | 198 freelist (pp); in getprinter() 229 freelist (*ppp); in getprinter()
|
/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | env.c | 42 Evar_t *freelist; member 138 if(vp = ep->freelist) in env_add() 139 ep->freelist = vp->un.next; in env_add() 143 ep->freelist = (vp+1); in env_add() 144 ep->freelist->un.next = 0; in env_add() 175 vp->un.next = ep->freelist; in env_delete() 176 ep->freelist = vp; in env_delete() 211 ep->freelist = vp = newof((Evar_t*)0,Evar_t,n,0); in env_open() 240 for(top=0,vp = ep->freelist; vp; vp = vpnext) in env_close()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | env.c | 42 Evar_t *freelist; member 138 if(vp = ep->freelist) in env_add() 139 ep->freelist = vp->un.next; in env_add() 143 ep->freelist = (vp+1); in env_add() 144 ep->freelist->un.next = 0; in env_add() 175 vp->un.next = ep->freelist; in env_delete() 176 ep->freelist = vp; in env_delete() 211 ep->freelist = vp = newof((Evar_t*)0,Evar_t,n,0); in env_open() 240 for(top=0,vp = ep->freelist; vp; vp = vpnext) in env_close()
|
/titanic_51/usr/src/uts/sun4u/starfire/os/ |
H A D | starfire.c | 254 * This index is used to associate a given pfn to a place on the freelist. 268 page_t *page, **freelist; in plat_freelist_process() local 297 /* find freelist */ in plat_freelist_process() 298 freelist = &PAGE_FREELISTS(mnode, size, in plat_freelist_process() 301 if (*freelist == NULL) in plat_freelist_process() 309 * read freelist & sort pages by logical in plat_freelist_process() 313 while (*freelist) { in plat_freelist_process() 314 page = *freelist; in plat_freelist_process() 319 /* Delete from freelist */ in plat_freelist_process() 321 page_vpsub(freelist, pag in plat_freelist_process() [all...] |
/titanic_51/usr/src/uts/sun4v/io/ |
H A D | ds_drv.c | 478 ds_log_entry_t *freelist; /* head of the free list */ member 510 new->next = ds_log.freelist; in ds_log_init() 511 ds_log.freelist = new; in ds_log_init() 537 while (ds_log.freelist != NULL) { in ds_log_fini() 538 next = ds_log.freelist->next; in ds_log_fini() 540 if (!DS_IS_POOL_ENTRY(ds_log.freelist)) { in ds_log_fini() 541 kmem_free(ds_log.freelist, sizeof (ds_log_entry_t)); in ds_log_fini() 544 ds_log.freelist = next; in ds_log_fini() 559 if (ds_log.freelist != NULL) { in ds_log_entry_alloc() 560 new = ds_log.freelist; in ds_log_entry_alloc() [all...] |
/titanic_51/usr/src/cmd/lp/lib/lp/ |
H A D | freelist.c | 35 ** freelist() - FREE ALL SPACE USED BY LIST 40 freelist ( in freelist() function 44 freelist (list) in freelist()
|
/titanic_51/usr/src/uts/common/vm/ |
H A D | seg_kp.c | 235 * Find a free 'freelist' and initialize it with the appropriate attributes 276 * Disconnect the freelist and process each element in segkp_cache_free() 319 struct segkp_cache *freelist = NULL; in segkp_cache_get() local 328 freelist = &segkp_cache[index]; in segkp_cache_get() 331 seg = freelist->kpf_seg; in segkp_cache_get() 332 flags = freelist->kpf_flags; in segkp_cache_get() 333 if (freelist->kpf_list != NULL) { in segkp_cache_get() 334 kpd = freelist->kpf_list; in segkp_cache_get() 335 freelist->kpf_list = kpd->kp_next; in segkp_cache_get() 336 freelist in segkp_cache_get() 606 struct segkp_cache *freelist; segkp_release() local [all...] |
/titanic_51/usr/src/cmd/lp/lib/access/ |
H A D | change.c | 165 freelist (allow_list); in chgaccess() 166 freelist (deny_list); in chgaccess()
|
/titanic_51/usr/src/cmd/lp/lib/papi/ |
H A D | lpsched-printers.c | 253 freelist(allowed); in lpsched_printer_configuration_to_attributes() 254 freelist(denied); in lpsched_printer_configuration_to_attributes() 270 freelist(f_allowed); in lpsched_printer_configuration_to_attributes() 271 freelist(f_denied); in lpsched_printer_configuration_to_attributes() 464 freelist(tmp->input_types); in attributes_to_printer()
|
/titanic_51/usr/src/lib/libnisdb/ |
H A D | db_table_c.x | 102 % n1 is the number of entries that should be in the freelist. 103 % n2 is the number of entries actually found in the freelist. 136 db_free_list freelist; member 155 % db_free_list freelist; 240 %/* Adds given entry to table in first available slot (either look in freelist 255 % the freelist. 'count' is decremented if the deletion occurs. The object 260 % <table_size><last_used><count>[freelist].
|
H A D | db_table.cc | 192 * n1 is the number of entries that should be in the freelist. 193 * n2 is the number of entries actually found in the freelist. 202 liststart = nslots, // start of freelist in stats() 203 listend = nslots+count+2; // end of freelist in stats() 215 answer[liststart] = count; /* size of freelist */ in stats() 314 db_table::db_table() : freelist() in db_table() 329 * 1. Get rid of contents of freelist 347 freelist.reset(); in reset() 649 * Add given entry to table in first available slot (either look in freelist 663 entryp where = freelist in add_entry() [all...] |
/titanic_51/usr/src/cmd/backup/restore/ |
H A D | symtab.c | 264 * Unused symbol table entries are linked together on a freelist 267 static struct entry *freelist = NIL; variable 281 if (freelist != NIL) { 282 np = freelist; 283 freelist = np->e_next; 403 ep->e_next = freelist; 404 freelist = ep;
|
/titanic_51/usr/src/cmd/lp/lib/class/ |
H A D | freeclass.c | 57 freelist (clsbufp->members);
|
H A D | getclass.c | 107 freelist (clsp->members); in getclass()
|
/titanic_51/usr/src/uts/common/disp/ |
H A D | sysdc.c | 672 sysdc_t *freelist = NULL; in sysdc_update() local 733 * freelist, to be freed later. in sysdc_update() 738 sdc->sdc_next = freelist; in sysdc_update() 739 freelist = sdc; in sysdc_update() 826 while (freelist != NULL) { in sysdc_update() 827 sysdc_t *cur = freelist; in sysdc_update() 828 freelist = cur->sdc_next; in sysdc_update()
|
/titanic_51/usr/src/lib/libast/common/comp/ |
H A D | iconv.c | 88 static Conv_t* freelist[4]; variable 1083 for (i = 0; i < elementsof(freelist); i++) in _ast_iconv_open() 1084 if ((cc = freelist[i]) && streq(to, cc->to.name) && streq(fr, cc->from.name)) in _ast_iconv_open() 1086 freelist[i] = 0; in _ast_iconv_open() 1199 if (++ i >= elementsof(freelist)) in _ast_iconv_close() 1201 if (!freelist[i]) in _ast_iconv_close() 1205 if (++ i >= elementsof(freelist)) in _ast_iconv_close() 1212 if (oc = freelist[i]) in _ast_iconv_close() 1225 freelist[freeindex = i] = cc; in _ast_iconv_close()
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/comp/ |
H A D | iconv.c | 88 static Conv_t* freelist[4]; variable 1083 for (i = 0; i < elementsof(freelist); i++) in _ast_iconv_open() 1084 if ((cc = freelist[i]) && streq(to, cc->to.name) && streq(fr, cc->from.name)) in _ast_iconv_open() 1086 freelist[i] = 0; in _ast_iconv_open() 1199 if (++ i >= elementsof(freelist)) in _ast_iconv_close() 1201 if (!freelist[i]) in _ast_iconv_close() 1205 if (++ i >= elementsof(freelist)) in _ast_iconv_close() 1212 if (oc = freelist[i]) in _ast_iconv_close() 1225 freelist[freeindex = i] = cc; in _ast_iconv_close()
|
/titanic_51/usr/src/cmd/lp/lib/requests/ |
H A D | freerequest.c | 59 freelist (reqbufp->file_list);
|
/titanic_51/usr/src/lib/libtecla/ |
H A D | Makefile.com | 28 OBJECTS= getline.o keytab.o freelist.o strngmem.o hash.o history.o \
|
/titanic_51/usr/src/cmd/lp/lib/users/ |
H A D | usermgmt.c | 142 freelist (ppri_tbl->users[limit - PRI_MIN]); in trashusers()
|