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

1234

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c1606 * free up all softstate structures
3007 * for esballoc'ed mblks - free the UB in the frtn function
3605 * unlink this stream from the active stream list and free it
4076 int free; local
4191 free = (rval == FC_STATEC_BUSY || rval == FC_OFFLINE ||
4205 fcip_pkt_free(fcip_pkt, free);
4208 if (!free) {
4427 * now free the fc_packet associated with the message
6821 * free up an internal IP packet (like a FARP pkt etc)
6991 * for internal commands, we need to free u
[all...]
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_rxdma.h295 boolean_t free; member in struct:_rx_msg_t
435 * have been loaned to the kernel. We will not free this
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_rxdma.h173 boolean_t free; member in struct:_rx_msg_t
345 * have been loaned to the kernel. We will not free this
/illumos-gate/usr/src/cmd/cron/
H A Dcron.c179 void (*free)(void *obj); /* routine that will free obj */ member in struct:shared
265 static char *cte_lp; /* Next free line in cte_text */
524 free(e->cmd);
526 free(e);
658 free(e->cmd);
659 free(e);
959 free(u->home);
1060 free(u->home);
1218 free(
[all...]
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dqueue.c177 ** Used to keep track of how much free space is available
186 long fs_avail; /* number of free blocks available */
307 ** G free (was: queue delay algorithm if _FFR_QUEUEDELAY)
322 ** X free (was: character set if _FFR_SAVE_CHARSET)
323 ** Y free (was: current delay if _FFR_QUEUEDELAY)
2287 /* free memory allocated by newenvelope() above */
3110 /* free the rest of the list */
5736 ** NOQDIR if no queue directory in qg has enough free space to
6410 ** free space available in a set of queue directories.
6457 ** FILESYS_UPDATE -- update amount of free spac
6573 long free; local
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c2814 uint32_t free; local
2857 free = *count;
2864 free = *count / 2; /* Hold 50% for normal use */
2865 free_resv = *count - free; /* Reserve 50% for RSCN use */
2942 new_pool->pool_free = free;
3192 "fca_ub_release: Buffer already free! ubp=%p "
3206 /* Mark the buffer free */
3383 /* Now free the pool memory */
10570 /* Adjust free counts based on availablity */
10571 /* The free reserv
[all...]
/illumos-gate/usr/src/uts/common/io/drm/
H A DdrmP.h11 * Permission is hereby granted, free of charge, to any person obtaining a
367 struct drm_buf *next; /* Kernel-only: used for free list */
387 uint32_t count; /* Number of free buffers */
423 ddi_umem_cookie_t drm_umem_cookie; /* For SAREA alloc and free */
593 int free; member in struct:drm_mm_node
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/
H A Dlm_l4st.h163 u8_t * free; /* Pointer to the start of the remaining free space of the block */ member in struct:_lm_tcp_mem_block_t
165 u32_t left; /* free bytes left in the block */
175 u8_t * free; /* Pointer to the start of the remaining free space of the block */ member in struct:_lm_tcp_phy_mem_block_t
177 u32_t left; /* free bytes left in the block */
211 d_list_t dpc_peninsula_list; /* accessed lock-free only in dpc */
689 from the original phys addr, and use it when when we free the gen buf */
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c4371 * t4_free_vi - free a virtual interface
4447 * @free: if true any existing filters for this VI id are first removed
4466 bool free, unsigned int naddr, const u8 **addr, u16 *idx, u64 *hash,
4489 V_FW_CMD_EXEC(free) |
4491 c.freemacs_to_len16 = htonl(V_FW_VI_MAC_CMD_FREEMACS(free) |
4525 free = false;
4550 * filter so the generic way to modify an address filter is to free the one
4692 * t4_iq_free - free an ingress queue and its FLs
4724 * t4_eth_eq_free - free an Ethernet egress queue
4749 * t4_ctrl_eq_free - free
4465 t4_alloc_mac_filt(struct adapter *adap, unsigned int mbox, unsigned int viid, bool free, unsigned int naddr, const u8 **addr, u16 *idx, u64 *hash, bool sleep_ok) argument
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c660 mdb_printf(" %u: free; lf_next = %u\n",
1130 * Prints free space histogram for a device class
1359 char free[NICENUM_BUFLEN]; local
1370 mdb_nicenum(ms.ms_size - sm.sm_alloc, free);
1373 ms.ms_start, free);
2719 strcpy(typename, "deferred free");
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dexioct.h1100 UINT32 free; member in struct:_EXT_VPORT_INFO
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c202 * probe context is lock-free -- synchronization is handled via the
1695 * dtrace_dynvar(): if a free dynamic variable appears
1756 dtrace_dynvar_t *free, *new_free, *next, *dvar, *start, *prev = NULL; local
1954 * Now set the hash value to indicate that it's free.
2046 free = dcpu->dtdsc_free;
2048 if (free == NULL) {
2107 * move the clean list to the free list; we start by
2116 * free list by another CPU.
2122 * just reattempt the free list allocation.
2130 * Now we'll move the clean list to our free lis
[all...]
/illumos-gate/usr/src/man/man3c/
H A DMakefile811 free.3c \
1923 free.3c := LINKSRC = malloc.3c

Completed in 254 milliseconds

1234