Searched refs:headers (Results 1 - 21 of 21) sorted by relevance

/illumos-gate/usr/src/lib/pyzfs/common/
H A Dtable.py51 def printme(self, headers=True):
52 if headers:
60 if not headers:
/illumos-gate/usr/src/cmd/fm/notify/smtp-notify/common/
H A Dsmtp-notify.c204 * 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/libkstat/common/
H A Dkstat.c221 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/lib/fm/libdiskstatus/common/
H A Dds_scsi.c150 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/lib/libast/common/comp/
H A Dconf.sh191 headers=
224 headers=$headers$nl#include$sp'<'$1'>'
230 headers=$headers$nl#include$sp'<'$1'>'
280 eval CONF_headers_${key}='$'headers
299 eval headers=\"'$'CONF_headers_$key\"
300 printf "%29s %35s %8s %2s %1d %5s %s$nl" "$name" "$key" "$standard" "$call" "$section" "$flags" "$define${values:+$sp=$values}${headers:+$sp$headers$nl}${script:+$sp$ob$script$nl$cb}"
515 headers
[all...]
/illumos-gate/usr/src/cmd/sendmail/src/
H A DMakefile37 deliver.o domain.o envelope.o err.o headers.o macro.o main.o map.o \
/illumos-gate/usr/src/lib/libbsm/
H A Dauditxml100 my %headers = ();
345 foreach my $header (keys %headers) {
493 foreach my $header (sort keys %headers) {
518 foreach my $header (sort keys %headers) {
525 foreach my $header (keys %headers) {
1078 $headers{$header_index} = $header_index;
1090 foreach $header (sort keys %headers) {
1113 foreach $header (sort keys %headers) {
/illumos-gate/usr/src/lib/libnsl/
H A DMakefile85 headers: $(PROTOCOL_DIR) .WAIT $(PROTOCOL_FILES) $(PROTOCOL_FILES_UTS) \
/illumos-gate/usr/src/cmd/mailx/
H A Dcmd1.c72 headers(int *msgvec) function
147 return (headers(cur));
H A Dcmdtab.c106 "headers", C headers, MSGLIST, 0, MMNDEL,
H A Dlex.c792 static int inithdr; /* am printing startup headers */
857 headers(vec);
/illumos-gate/usr/src/tools/scripts/
H A Dbldenv.sh89 The top-level `setup\' target is available to build headers
359 print "to build headers and tools."
H A Dnightly.sh1070 # confines the search space for headers and libraries to the proto area
1340 # unlikely that non-DEBUG headers will make a difference, but
1433 wget -q -O- --save-headers "$BRINGOVER_WS/?cmd=heads" | \
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h493 extern int headers(int *msgvec);
/illumos-gate/usr/src/boot/sys/sys/
H A Dsocket.h234 #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
/illumos-gate/usr/src/cmd/sqlite/
H A Dshell.c489 ".header(s) ON|OFF Turn display of headers on or off\n"
687 strncmp(azArg[0], "headers", n)==0 )&& nArg>1 ){
883 fprintf(p->out,"%9.9s: %s\n","headers", p->showHeader ? "on" : "off");
1180 " -[no]header turn headers on or off\n"
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dmach_locore.s140 .skip NCPU * TRAPTR_SIZE ! NCPU control headers
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dmach_locore.s149 .skip NCPU * TRAPTR_SIZE ! NCPU control headers
/illumos-gate/usr/src/grub/grub-0.97/
H A Dconfig.guess899 objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
H A DKstat.xs1304 /* Don't bother storing the kstat headers */
1422 /* Don't bother storing the kstat headers or types */
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex5191 % header. But if there's nothing but headers, we need to allow a
5213 % As above, allow line break if we have multiple x headers in a row.

Completed in 92 milliseconds