Searched defs:free (Results 51 - 75 of 88) sorted by relevance

1234

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp.c475 /* Stop and free the timers */
578 * If 'free' is true, then delete the streams as well.
581 sctp_instream_cleanup(sctp_t *sctp, boolean_t free) argument
602 if (free) {
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnb.c646 mblk_t *free = mp, *prev = NULL; local
661 * 7. free mp.
850 freemsgchain(free);
963 mblk_t *free = mp, *mp_prev = NULL, *saved_mp = mp; local
1059 if (free == ml)
1060 free = ml_new;
1212 freemsgchain(free);
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbtree.h96 indx_t lower; /* lower bound of free space on page */
97 indx_t upper; /* upper bound of free space on page */
311 u_int32_t free; /* page number of first free page */ member in struct:_btmeta
344 db_pgno_t bt_free; /* next free page */
/illumos-gate/usr/src/uts/sun4/sys/
H A Dfcode.h358 void (*free)(void *); /* function to free the resource */ member in struct:fc_untyped_resource
399 #define fc_untyped_free un.r.free
/illumos-gate/usr/src/uts/intel/io/amd8111s/
H A Damd8111s_main.h264 struct amd8111s_msgbuf *free; member in struct:amd8111s_dma_ringbuf
/illumos-gate/usr/src/uts/common/sys/
H A Dflock_impl.h175 #define DELETED_LOCK 0x0800 /* deleted - free at earliest */
471 int free; /* number of free slots in the list */ member in struct:proc_graph
/illumos-gate/usr/src/boot/lib/libstand/
H A Dstand.h252 extern void free(void *ptr);
253 /*#define free(p) {CHK("free %p", p); free(p);} */ /* use for catching guard violations */
304 #define EV_DYNAMIC (1<<0) /* value was dynamically allocated, free if changed/unset */
414 #define free(x) Free(x, __FILE__, __LINE__) macro
419 #define free(x) Free(x, NULL, 0) macro
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc.c168 * filled or not (with free). If it is free, we return an error. Otherwise,
169 * we can free the structure pointed by fd_node.
177 bool_t free; member in struct:_svc_management_user_fd
184 /* index to the first free elem */
195 #define is_free_id(id) (user_fd_mgt_array[(int)id].free)
204 * To free an Id, we set the cell as free and insert its address in the list
205 * of free cell.
212 user_fd_mgt_array[(int)id].free
[all...]
/illumos-gate/usr/src/lib/libpp/common/
H A Dpplib.h120 #define IN_static (1<<13) /* static buffer - don't free */
760 extern void free(void*);
852 #undef free macro
853 #define free(p) vmfree(Vmregion,(void*)p) macro
/illumos-gate/usr/src/uts/common/disp/
H A Dfss.c2076 int free = 0; local
2107 free = 1;
2113 if (free) {
2126 * desirable to exit as soon as possible to free resources.
2812 int free = 0; local
2885 free = 1;
2894 if (free) {
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7curi.c437 * free all resources contained in the uri_desc_t. Note, the uri_desc_t
448 uri_rd_t *free = NULL; local
458 if (free != NULL) {
459 kmem_cache_free(nl7c_uri_rd_kmc, free);
461 free = rdp;
712 * migrated, if so free cur hash and make new hash cur.
718 * check again and to see if still need to do the free.
733 * Lookup a uri_desc_t in the URI hash, if found free the request uri_desc_t
1536 * last kmem free the uri_desb_t.
/illumos-gate/usr/src/uts/common/os/
H A Dclock.c779 * but allowed to free run. this allows NTP to sync.
835 pgcnt_t maxswap, resv, free; local
843 free = k_anoninfo.ani_free + avail;
850 if (maxswap < free)
851 cmn_err(CE_WARN, "clock: maxswap < free");
855 vminfo.swap_alloc += maxswap - free;
857 vminfo.swap_free += free;
H A Dsunndi.c399 * free the buffer containing the packed nvlist
410 * free all space allocated to a handle.
1231 * free the ndi event handle
1238 ndi_event_cookie_t *free; local
1250 free = cookie;
1253 kmem_free(free, sizeof (ndi_event_cookie_t));
1264 /* free event handle */
1544 /* free the cookie */
/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxgell.h294 uint_t free; /* free buffers */ member in struct:xgell_rx_buffer_pool_t
307 int naddrfree; /* free addresses slots */
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dast_map.h426 #undef free macro
427 #define free _ast_free macro
428 extern __MANGLE__ void free __PROTO__((__V_*));
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_map.h405 #undef free macro
406 #define free _ast_free macro
407 extern __MANGLE__ void free __PROTO__((__V_*));
/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmhdr.h98 #define _std_malloc 1 /* do not define malloc/free/realloc */
186 #define PFREE (02) /* preceding block is free */
297 Block_t* left; /* left child in free tree */
298 Block_t* right; /* right child in free tree */
299 Block_t** self; /* self pointer when free */
345 Block_t* free; /* most recent free block */ member in struct:_vmdata_s
347 Block_t* root; /* root of free tree */
349 Block_t* cache[S_CACHE+1]; /* delayed free blocks */
358 #undef free macro
370 Block_t* free; /* recent free blocks */ member in struct:_seg_s
[all...]
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dast_map.h426 #undef free macro
427 #define free _ast_free macro
428 extern __MANGLE__ void free __PROTO__((__V_*));
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_map.h405 #undef free macro
406 #define free _ast_free macro
407 extern __MANGLE__ void free __PROTO__((__V_*));
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dast_map.h426 #undef free macro
427 #define free _ast_free macro
428 extern __MANGLE__ void free __PROTO__((__V_*));
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_map.h405 #undef free macro
406 #define free _ast_free macro
407 extern __MANGLE__ void free __PROTO__((__V_*));
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_map.h426 #undef free macro
427 #define free _ast_free macro
428 extern __MANGLE__ void free __PROTO__((__V_*));
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_map.h405 #undef free macro
406 #define free _ast_free macro
407 extern __MANGLE__ void free __PROTO__((__V_*));
/illumos-gate/usr/src/uts/sun/sys/scsi/adapters/
H A Dsfvar.h146 struct sf_cr_free_elem *free; member in struct:sf_cr_pool
165 * sf command/response free structure which is overlaid on fcp_cmd
303 #define CFLAG_FREE 0x0400 /* packet is on free list */
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dtypegraph.c258 struct tg_buildstate *tgbs_next; /* next stacked or free */
265 struct tg_poststate *tgps_next; /* next stacked or free */
1203 tg_buildstate_t *state = NULL, *new_state, *free = NULL; local
1282 if (free != NULL) {
1283 new_state = free;
1284 free = free->tgbs_next;
1307 * free our buffer, and update our "resident" counter accordingly.
1325 state->tgbs_next = free;
1326 free
1603 tg_todo_t *first = NULL, *last = NULL, *free = NULL, *this = NULL; local
2114 tg_poststate_t *free = NULL, *stack = NULL, *state; local
[all...]

Completed in 145 milliseconds

1234