Searched defs:collect (Results 1 - 6 of 6) sorted by relevance
| /illumos-gate/usr/src/cmd/sendmail/src/ |
| H A D | collect.c | 16 SM_RCSID("@(#)$Id: collect.c,v 8.284 2008/08/06 05:26:24 ca Exp $") 24 ** COLLECT_EOH -- end-of-header processing in collect() 26 ** Called by collect() when it encounters the blank line 59 sm_dprintf("collect: rscheck(\"check_eoh\", \"%s $| %s\")\n", 74 ** COLLECT_DOHEADER -- process header in collect() 76 ** Called by collect() after it has finished parsing the header, 173 ** Called by collect() after it has finished processing the header. 182 ** into which the message body will be written by collect(). 243 ** style message to say we are ready to collect 261 ** - collect() return 279 collect(fp, smtpmode, hdrp, e, rsetsize) function [all...] |
| /illumos-gate/usr/src/cmd/troff/ |
| H A D | n3.c | 750 collect() function
|
| /illumos-gate/usr/src/cmd/csh/ |
| H A D | sh.glob.c | 40 void collect(tchar *); 78 collect(*v++); 99 collect(tchar *as) function 104 tprintf("TRACE- collect()\n");
|
| /illumos-gate/usr/src/cmd/mailx/ |
| H A D | collect.c | 93 collect(struct header *hp) function
|
| /illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
| H A D | glob.c | 88 static void collect(char *as); 142 collect(v); 164 collect(char *as) function
|
| /illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
| H A D | lm_stats.c | 549 } // fw collect enabled 645 * collect stats from hw using dmae 1424 /* enable hw collect with mstat only if it's not fpga and not a 4-domain emulation compile... */ 1800 lm_stats_fw_assign_fcoe_xstorm(IN const struct fcoe_statistics_params* collect, argument 1804 LM_SIGN_EXTEND_VALUE_32(collect->tx_stat.fcoe_tx_byte_cnt, mirror->fcoe_tx_byte_cnt); 1805 LM_SIGN_EXTEND_VALUE_32(collect->tx_stat.fcoe_tx_pkt_cnt, mirror->fcoe_tx_pkt_cnt); 1806 LM_SIGN_EXTEND_VALUE_32(collect->tx_stat.fcp_tx_pkt_cnt, mirror->fcp_tx_pkt_cnt); 1811 lm_stats_fw_assign_fcoe_tstorm(IN const struct fcoe_statistics_params* collect, argument 1815 LM_SIGN_EXTEND_VALUE_32(collect->rx_stat0.fcoe_rx_byte_cnt, mirror->fcoe_rx_byte_cnt); 1816 LM_SIGN_EXTEND_VALUE_32(collect 1824 lm_stats_fw_assign_fcoe_ustorm(IN const struct fcoe_statistics_params* collect, OUT lm_fcoe_stats_t* mirror) argument [all...] |
Completed in 101 milliseconds