HomeSort by relevance Sort by last modified time
    Searched refs:header (Results 1 - 25 of 411) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /onnv/onnv-gate/usr/src/lib/udapl/udapl_tavor/common/
dapl_get_consumer_context.c 2 * CDDL HEADER START
13 * When distributing Covered Code, include this CDDL HEADER in each
15 * If applicable, add the following below this CDDL HEADER, with the
19 * CDDL HEADER END
67 DAPL_HEADER *header; local
71 header = (DAPL_HEADER *)dat_handle;
72 if (((header) == NULL) ||
73 ((unsigned long)(header) & 3) ||
74 (header->magic != DAPL_MAGIC_IA &&
75 header->magic != DAPL_MAGIC_EVD &
    [all...]
dapl_get_handle_type.c 2 * CDDL HEADER START
13 * When distributing Covered Code, include this CDDL HEADER in each
15 * If applicable, add the following below this CDDL HEADER, with the
19 * CDDL HEADER END
66 DAPL_HEADER *header; local
70 header = (DAPL_HEADER *)dat_handle;
71 if (((header) == NULL) ||
72 ((unsigned long)(header) & 3) ||
73 (header->magic != DAPL_MAGIC_IA &&
74 header->magic != DAPL_MAGIC_EVD &
    [all...]
dapl_set_consumer_context.c 2 * CDDL HEADER START
13 * When distributing Covered Code, include this CDDL HEADER in each
15 * If applicable, add the following below this CDDL HEADER, with the
19 * CDDL HEADER END
68 DAPL_HEADER *header; local
72 header = (DAPL_HEADER *)dat_handle;
73 if (((header) == NULL) ||
74 ((unsigned long) (header) & 3) ||
75 (header->magic != DAPL_MAGIC_IA &&
76 header->magic != DAPL_MAGIC_EVD &
    [all...]
dapl_cr_util.c 2 * CDDL HEADER START
13 * When distributing Covered Code, include this CDDL HEADER in each
15 * If applicable, add the following below this CDDL HEADER, with the
19 * CDDL HEADER END
78 * initialize the header
80 cr_ptr->header.provider = ia_ptr->header.provider;
81 cr_ptr->header.magic = DAPL_MAGIC_CR;
82 cr_ptr->header.handle_type = DAT_HANDLE_TYPE_CR;
83 cr_ptr->header.owner_ia = ia_ptr
    [all...]
dapl_pz_util.c 2 * CDDL HEADER START
13 * When distributing Covered Code, include this CDDL HEADER in each
15 * If applicable, add the following below this CDDL HEADER, with the
19 * CDDL HEADER END
74 * initialize the header
76 pz->header.provider = ia->header.provider;
77 pz->header.magic = DAPL_MAGIC_PZ;
78 pz->header.handle_type = DAT_HANDLE_TYPE_PZ;
79 pz->header.owner_ia = ia
    [all...]
dapl_sp_util.c 2 * CDDL HEADER START
13 * When distributing Covered Code, include this CDDL HEADER in each
15 * If applicable, add the following below this CDDL HEADER, with the
19 * CDDL HEADER END
81 * initialize the header
83 sp_ptr->header.provider = ia_ptr->header.provider;
85 sp_ptr->header.magic = DAPL_MAGIC_PSP;
86 sp_ptr->header.handle_type = DAT_HANDLE_TYPE_PSP;
88 sp_ptr->header.magic = DAPL_MAGIC_RSP
    [all...]
dapl_rmr_util.c 2 * CDDL HEADER START
13 * When distributing Covered Code, include this CDDL HEADER in each
15 * If applicable, add the following below this CDDL HEADER, with the
19 * CDDL HEADER END
49 * initialize the header
51 rmr->header.provider = pz->header.provider;
52 rmr->header.magic = DAPL_MAGIC_RMR;
53 rmr->header.handle_type = DAT_HANDLE_TYPE_RMR;
54 rmr->header.owner_ia = pz->header.owner_ia
    [all...]
dapl_cno_util.c 2 * CDDL HEADER START
13 * When distributing Covered Code, include this CDDL HEADER in each
15 * If applicable, add the following below this CDDL HEADER, with the
19 * CDDL HEADER END
73 * Initialize the header.
75 cno_ptr->header.provider = ia_ptr->header.provider;
76 cno_ptr->header.magic = DAPL_MAGIC_CNO;
77 cno_ptr->header.handle_type = DAT_HANDLE_TYPE_CNO;
78 cno_ptr->header.owner_ia = ia_ptr
    [all...]
dapl_srq_util.c 2 * CDDL HEADER START
13 * When distributing Covered Code, include this CDDL HEADER in each
15 * If applicable, add the following below this CDDL HEADER, with the
19 * CDDL HEADER END
70 * initialize the header
72 srq_ptr->header.provider = ia_ptr->header.provider;
73 srq_ptr->header.magic = DAPL_MAGIC_SRQ;
74 srq_ptr->header.handle_type = DAT_HANDLE_TYPE_SRQ;
75 srq_ptr->header.owner_ia = ia_ptr
    [all...]
dapl_lmr_util.c 2 * CDDL HEADER START
13 * When distributing Covered Code, include this CDDL HEADER in each
15 * If applicable, add the following below this CDDL HEADER, with the
19 * CDDL HEADER END
65 * initialize the header
67 lmr->header.provider = ia->header.provider;
68 lmr->header.magic = DAPL_MAGIC_LMR;
69 lmr->header.handle_type = DAT_HANDLE_TYPE_LMR;
70 lmr->header.owner_ia = ia
    [all...]
dapl_ia_util.c 2 * CDDL HEADER START
13 * When distributing Covered Code, include this CDDL HEADER in each
15 * If applicable, add the following below this CDDL HEADER, with the
19 * CDDL HEADER END
82 * initialize the header
84 ia_ptr->header.provider = provider;
85 ia_ptr->header.magic = DAPL_MAGIC_IA;
86 ia_ptr->header.handle_type = DAT_HANDLE_TYPE_IA;
87 ia_ptr->header.owner_ia = ia_ptr;
88 ia_ptr->header.user_context.as_64 = 0
    [all...]
  /onnv/onnv-gate/usr/src/lib/libxcurses/src/libc/xcurses/
mknames.awk 5 # CDDL HEADER START
17 # When distributing Covered Code, include this CDDL HEADER in each
19 # If applicable, add the following below this CDDL HEADER, with the
23 # CDDL HEADER END
33 # rcsid = $Header: /rd/src/libc/xcurses/rcs/mknames.awk 1.1 1995/05/11 15:12:57 ant Exp $
36 function header(file, array) { function
51 printf "static char rcsID[] = \"$Header%s\"\n", "$" > file
64 header("boolname.c", "boolnames");
65 header("boolcode.c", "boolcodes");
66 header("boolfnam.c", "boolfnames")
    [all...]
  /onnv/onnv-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
mknames.awk 2 # CDDL HEADER START
14 # When distributing Covered Code, include this CDDL HEADER in each
16 # If applicable, add the following below this CDDL HEADER, with the
20 # CDDL HEADER END
33 # rcsid = $Header: /team/ps/sun_xcurses/archive/local_changes/xcurses/src/lib/libxcurses/src/libc/xcurses/rcs/mknames.awk 1.3 1998/05/29 15:58:51 cbates Exp $
36 function header(file, array) { function
65 header("boolname.c", "boolnames");
66 header("boolcode.c", "boolcodes");
67 header("boolfnam.c", "boolfnames");
68 header("numname.c", "numnames")
    [all...]
  /onnv/onnv-gate/usr/src/cmd/loadkeys/type_101/
neaten.sh 3 # CDDL HEADER START
15 # When distributing Covered Code, include this CDDL HEADER in each
17 # If applicable, add the following below this CDDL HEADER, with the
21 # CDDL HEADER END
54 header=/tmp/header.$$
59 echo "#" > $header
60 echo "$sccsid" >> $header
61 echo "#" >> $header
62 echo "# Copyright (c) `date +%Y` by Sun Microsystems, Inc." >> $header
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/t/
callback.t 20 bailout => [qw( header test test test bailout )],
21 combined => ['header', ('test') x 10],
22 descriptive => ['header', ('test') x 5 ],
23 duplicates => ['header', ('test') x 11 ],
25 other header other other )],
27 other header other other )],
28 no_nums => ['header', ('test') x 5 ],
29 out_of_order=> [('test') x 10, 'header', ('test') x 5],
30 simple => [qw( header test test test test test )],
31 simple_fail => [qw( header test test test test test )]
    [all...]
  /onnv/onnv-gate/usr/src/lib/libdhcpsvc/modules/binfiles/tools/
printnet.c 2 * CDDL HEADER START
14 * When distributing Covered Code, include this CDDL HEADER in each
16 * If applicable, add the following below this CDDL HEADER, with the
20 * CDDL HEADER END
52 dn_header_t header; local
71 if (read(confd, &header, sizeof (header)) != sizeof (header) ||
72 header.dnh_magic != DN_MAGIC) {
80 in_addr.s_addr = header.dnh_network
    [all...]
  /onnv/onnv-gate/usr/src/cmd/tic/
tic_read.c 2 * CDDL HEADER START
14 * When distributing Covered Code, include this CDDL HEADER in each
16 * If applicable, add the following below this CDDL HEADER, with the
20 * CDDL HEADER END
130 struct header header; local
150 read(fd, &header, sizeof (header));
153 header.magic = swap(header.magic)
    [all...]
  /onnv/onnv-gate/usr/src/lib/libcurses/screen/
object.h 2 * CDDL HEADER START
14 * When distributing Covered Code, include this CDDL HEADER in each
16 * If applicable, add the following below this CDDL HEADER, with the
20 * CDDL HEADER END
73 * $Header: RCS/object.v Revision 2.1 82/10/25 14:49:50 pavel Exp$
77 * Header(12 bytes), containing information given below
121 struct header struct
  /onnv/onnv-gate/usr/src/lib/mpapi/libmpscsi_vhci/common/
debug_logging.c 2 * CDDL HEADER START
13 * When distributing Covered Code, include this CDDL HEADER in each
15 * If applicable, add the following below this CDDL HEADER, with the
19 * CDDL HEADER END
39 char header[MAX_LOG_LEN+1]; local
47 (void) memset(&header, 0, MAX_LOG_LEN+1);
52 (void) snprintf(header, MAX_LOG_LEN, "%s: %s: %s",
58 (void) vsnprintf(message, MAX_LOG_LEN, header, ap);
  /onnv/onnv-gate/usr/src/uts/common/io/xge/hal/include/
xge-list.h 2 * CDDL HEADER START
13 * When distributing Covered Code, include this CDDL HEADER in each
15 * If applicable, add the following below this CDDL HEADER, with the
19 * CDDL HEADER END
45 * header: first element of the list (head)
50 static inline void xge_list_init (xge_list_t *header)
52 header->next = header;
53 header->prev = header;
    [all...]
  /onnv/onnv-gate/usr/src/lib/sun_sas/common/
log.c 2 * CDDL HEADER START
13 * When distributing Covered Code, include this CDDL HEADER in each
15 * If applicable, add the following below this CDDL HEADER, with the
19 * CDDL HEADER END
45 char header[MAX_LOG_LEN+1]; local
52 (void) memset(&header, 0, MAX_LOG_LEN+1);
56 (void) snprintf(header, MAX_LOG_LEN, "%s: %s: %s",
60 (void) vsnprintf(message, MAX_LOG_LEN, header, ap);
  /onnv/onnv-gate/usr/src/cmd/format/
menu_cache.c 2 * CDDL HEADER START
14 * When distributing Covered Code, include this CDDL HEADER in each
16 * If applicable, add the following below this CDDL HEADER, with the
20 * CDDL HEADER END
99 struct scsi_ms_header header; local
110 MAX_MODE_SENSE_SIZE, &header);
128 struct scsi_ms_header header; local
141 MAX_MODE_SENSE_SIZE, &header);
147 MAX_MODE_SENSE_SIZE, &header);
151 (caddr_t)page8, MAX_MODE_SENSE_SIZE, &header);
189 struct scsi_ms_header header; local
250 struct scsi_ms_header header; local
279 struct scsi_ms_header header; local
340 struct scsi_ms_header header; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libparted/common/libparted/fs/jfs/
jfs_types.h 26 * note: this header file must be the 1st include file
272 * define header
274 * list header field definition in header element:
308 * initialize header
310 * header - ptr to the header field in the header element
312 #define CDLL_INIT(header) {\
313 (header)->head = (void *)(header);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/
malice.t 47 # 2 extra bytes. There are 2 * 2 * 2 tests per byte in the body and header
49 # There are only 2 * 2 tests per byte in the parts of the header not present
79 my ($header, $isfile, $isnetorder) = @_;
80 is (!!$header->{file}, !!$isfile, "is file");
81 is ($header->{major}, $major, "major number");
82 is ($header->{minor}, $minor_write, "minor number");
83 is (!!$header->{netorder}, !!$isnetorder, "is network order");
85 # Network order header has no sizes
87 is ($header->{byteorder}, $byteorder, "byte order");
88 is ($header->{intsize}, $Config{intsize}, "int size")
    [all...]
  /onnv/onnv-gate/usr/src/lib/libsip/common/
sip_parse_hdrs.c 2 * CDDL HEADER START
13 * When distributing Covered Code, include this CDDL HEADER in each
15 * If applicable, add the following below this CDDL HEADER, with the
19 * CDDL HEADER END
52 sip_parse_acpt_header(_sip_header_t *sip_header, sip_parsed_header_t **header)
55 return (sip_parse_hdr_empty(sip_header, header));
56 return (sip_parse_hdr_parser1(sip_header, header, SIP_SLASH));
66 sip_parsed_header_t **header)
68 return (sip_parse_hdr_parser1(sip_header, header, (char)NULL));
78 sip_parsed_header_t **header)
    [all...]

Completed in 360 milliseconds

1 2 3 4 5 6 7 8 91011>>