Searched defs:headers (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libkstat/common/ |
H A D | kstat.c | 221 kstat_t k0, *headers, *oksp, *nksp, **okspp, *next; local 250 headers = k0.ks_data; 253 * Chain the new headers together 256 headers[i - 1].ks_next = &headers[i]; 258 headers[k0.ks_ndata - 1].ks_next = NULL; 263 nksp = headers; 285 free(headers); 295 free(headers);
|
/illumos-gate/usr/src/cmd/mailx/ |
H A D | cmd1.c | 72 headers(int *msgvec) function 147 return (headers(cur));
|
/illumos-gate/usr/src/cmd/fm/notify/smtp-notify/common/ |
H A D | smtp-notify.c | 204 * This function constructs all the email headers and puts them into the 205 * "headers" buffer handle. The caller is responsible for free'ing this 210 char **headers) 262 * Here we add some X-headers to our mail message for use by mail 263 * filtering agents. We add headers for the following bits of event 272 * For SMF transition events, we'll have the following add'l X-headers 278 * We follow the X-headers with standard Reply-To and Subject headers. 288 *headers = calloc(len + 1, sizeof (char)); 290 (void) snprintf(*headers, le 209 build_headers(nd_hdl_t *nhdl, nd_ev_info_t *ev_info, email_pref_t *eprefs, char **headers) argument 335 send_email(nd_hdl_t *nhdl, const char *headers, const char *body, const char *recip) argument 365 char *msg, *headers; local 567 char *body_fmt, *headers = NULL, *body = NULL, tstamp[32]; local 698 char *body = NULL, *headers = NULL; local [all...] |
/illumos-gate/usr/src/lib/fm/libdiskstatus/common/ |
H A D | ds_scsi.c | 150 void *buf, uint_t buflen, scsi_ms_hdrs_t *headers, uint_t *skp, 160 assert(headers->ms_length == sip->si_cdblen); 173 headers->ms_hdr.g0.ms_header.length = 0; 174 headers->ms_hdr.g0.ms_header.device_specific = 0; 179 &headers->ms_hdr.g0, &sense, &senselen); 183 &headers->ms_hdr.g0, &sense, &senselen); 186 headers->ms_hdr.g1.ms_header.length = 0; 187 headers->ms_hdr.g1.ms_header.device_specific = 0; 192 &headers->ms_hdr.g1, &sense, &senselen); 196 &headers 149 scsi_mode_select(ds_scsi_info_t *sip, uchar_t page_code, int options, void *buf, uint_t buflen, scsi_ms_hdrs_t *headers, uint_t *skp, uint_t *ascp, uint_t *ascqp) argument 206 scsi_mode_sense(ds_scsi_info_t *sip, uchar_t page_code, uchar_t pc, void *buf, uint_t buflen, scsi_ms_hdrs_t *headers, uint_t *skp, uint_t *ascp, uint_t *ascqp) argument 338 scsi_ms_hdrs_t headers; local [all...] |
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | socket.h | 234 #define pseudo_AF_HDRCMPLT 31 /* Used by BPF to not rewrite headers 581 struct iovec *headers; /* pointer to an array of header struct iovec's */ member in struct:sf_hdtr
|
Completed in 69 milliseconds