Home
last modified time | relevance | path

Searched refs:structure (Results 1 – 25 of 154) sorted by relevance

1234567

/titanic_53/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_utils.c65 void *structure, in ibmf_utils_unpack_data() argument
71 char *structstart = (char *)structure; in ibmf_utils_unpack_data()
77 uint8_t *cp = (uint8_t *)structure; in ibmf_utils_unpack_data()
92 structure = (void *)cp; in ibmf_utils_unpack_data()
100 uint16_t *sp = (uint16_t *)structure; in ibmf_utils_unpack_data()
116 structure = (void *)sp; in ibmf_utils_unpack_data()
124 uint32_t *lp = (uint32_t *)structure; in ibmf_utils_unpack_data()
142 structure = (void *)lp; in ibmf_utils_unpack_data()
150 uint64_t *llp = (uint64_t *)structure; in ibmf_utils_unpack_data()
176 structure = (void *)llp; in ibmf_utils_unpack_data()
[all …]
/titanic_53/usr/src/uts/common/io/usb/usba/
H A Dparser.c51 void *structure, in usb_parse_data() argument
58 char *structstart = (char *)structure; in usb_parse_data()
61 if ((format == NULL) || (data == NULL) || (structure == NULL)) { in usb_parse_data()
79 uint8_t *cp = (uint8_t *)structure; in usb_parse_data()
88 structure = (void *)cp; in usb_parse_data()
96 uint16_t *sp = (uint16_t *)structure; in usb_parse_data()
107 structure = (void *)sp; in usb_parse_data()
115 uint32_t *lp = (uint32_t *)structure; in usb_parse_data()
128 structure = (void *)lp; in usb_parse_data()
136 uint64_t *llp = (uint64_t *)structure; in usb_parse_data()
[all …]
/titanic_53/usr/src/boot/sys/boot/forth/
H A Dpnp.4th29 structure: STAILQ_HEAD
32 ;structure
34 structure: STAILQ_ENTRY
36 ;structure
38 structure: pnphandler
41 ;structure
43 structure: pnpident
46 ;structure
48 structure: pnpinfo \ sync with sys/boot/config/bootstrap.h
57 ;structure
/titanic_53/usr/src/lib/libc/i386/sys/
H A Dsyscall.s77 popl %ecx / structure return address
82 / error; clear syscall return values in the structure
87 / no error; copy syscall return values to the structure
/titanic_53/usr/src/uts/common/sys/ib/mgt/ibmf/
H A Dibmf_utils.h42 void *structure, size_t structlen);
45 ibmf_utils_pack_data(char *format, void *structure, size_t structlen,
/titanic_53/usr/src/boot/sys/boot/i386/btx/lib/
H A Dbtxv86.s27 # Fields in V86 interface structure.
47 .set SIZ_V86,0x38 # Size of V86 structure
82 # V86 interface structure.
/titanic_53/usr/src/uts/common/io/comstar/port/pppt/
H A Dalua_ic_if.c67 #define NVLIST_ADD_FIELD(type, structure, field) \ argument
69 rc = nvlist_add_##type(nvl, #field, structure->field); \
75 #define NVLIST_ADD_ARRAY(type, structure, field) \ argument
78 structure->field, sizeof (structure->field)); \
87 #define NVLIST_ADD_ARRAY_LEN(type, structure, field, len) \ argument
90 structure->field, len); \
95 #define NVLIST_ADD_DEVID(structure, field) \ argument
98 structure->field); \
103 #define NVLIST_ADD_RPORT(structure, field) \ argument
106 structure->field); \
[all …]
/titanic_53/usr/src/stand/lib/sa/sparc/
H A D_setjmp.s66 PCVAL = 0 ! offsets in buf structure
71 SS_SP = 0 ! offset in sigstack structure
/titanic_53/usr/src/lib/libdtrace/common/
H A Dnet.d.in35 * The conninfo_t structure should be used by all application protocol
37 * about the connection. This structure may be augmented to accomodate
/titanic_53/usr/src/lib/libc/port/stdio/
H A DREADME.design49 The 'struct __FILE_TAG' structure has a long history that dates back to
56 non-opaque structure. This was also true on other platforms. This had a
71 structure is opaque, its size is actually part of the ABI.
82 structure and the 32-bit additions are all found in
87 missing from the public structure. Whenever a 'FILE *' is allocated,
90 in the 64-bit version of the structure for at least 3 pointers.
92 To add a member to the structure, one has to add data to the structures
94 used up, then you must stop. The size of the 64-bit structure _cannot_
108 To determine if a structure is free or not in the array, the `_flag`
113 always scanned to try and reuse an existing 'FILE *' structure before
[all …]
/titanic_53/usr/src/uts/common/sys/scsi/adapters/mpt_sas/mpi/
H A Dmpi2_history.txt81 * MPI2_DEFAULT_REPLY structure.
172 * 06-26-07 02.00.02 Adding generic structure for product-specific
204 * Modified structure layout for
236 * Inserted missing reserved field into structure for IOC
262 * Added SAS PHY Page 4 structure and defines.
287 * and MPI2_CONFIG_PAGE_EXT_MAN_PS structure.
337 * 03-19-15 02.00.32 Fixed PCIe Link Config page structure names to be
389 * 02-10-10 02.00.09 Removed unused structure that had "#if 0" around it.
413 * 06-04-07 02.00.01 In IOCFacts Reply structure, renamed MaxDevices to
442 * Added Log Entry Added Event and related structure.
[all …]
/titanic_53/usr/src/uts/sparc/v9/ml/
H A Dcrt.s58 ! see if key matches: if not, structure value not expected,
83 ! see if key matches: if not, structure value not expected,
/titanic_53/usr/src/uts/intel/amd64/krtld/
H A Dkobj_crt.s61 /holds address of bootops structure
/titanic_53/usr/src/cmd/sendmail/src/
H A DREAD_ME39 data structure and function declarations for bf.c.
53 envelope.c Routines to manipulate the envelope structure.
76 statusd_shm.h Data structure and function declarations for shmticklib.c.
/titanic_53/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/t/
H A DKstat.t33 # will generate a die if there are any structure mismatches
67 # Check FIRSTKEY/NEXTKEY/FETCH and for structure mismatches
147 # Check readonly-ness of hash structure
/titanic_53/usr/src/cmd/locale/
H A Dlocale.c277 void *(*structure)(void); member
774 s = (*key[i].structure)(); in print_keyword()
813 s = (*key[i].structure)(); in print_keyword()
836 s = (*key[i].structure)(); in print_keyword()
851 s = (*key[i].structure)(); in print_keyword()
870 s = (*key[i].structure)(); in print_keyword()
/titanic_53/usr/src/uts/intel/ia32/krtld/
H A Dkobj_crt.s67 /holds address of bootops structure
/titanic_53/usr/src/grub/grub-0.97/docs/
H A Dmultiboot.info384 structure (*note Boot information format::) must be included. If
503 information structure provided by the boot loader (*note Boot
563 physical address of a "Multiboot information" data structure, through
566 structure as it chooses; all information passed by the boot loader is
569 The Multiboot information structure and its related substructures
575 The format of the Multiboot information structure (as defined so far)
615 fields in the Multiboot information structure. All as-yet-undefined
619 Multiboot information structure to be expanded in the future without
676 module structure. `mods_count' may be zero, indicating no boot modules
677 were loaded, even if bit 1 of `flags' is set. Each module structure is
[all …]
H A Dmultiboot.texi420 structure (@pxref{Boot information format}) must be included. If the
536 information structure provided by the boot loader (@pxref{Boot
597 physical address of a @dfn{Multiboot information} data structure,
600 the structure as it chooses; all information passed by the boot loader
603 The Multiboot information structure and its related substructures may be
609 The format of the Multiboot information structure (as defined so far)
653 in the Multiboot information structure. All as-yet-undefined bits must
657 information structure to be expanded in the future without breaking
719 address of the first module structure. @samp{mods_count} may be zero,
721 set. Each module structure is formatted as follows:
[all …]
/titanic_53/usr/src/lib/libgss/
H A DREADME.spi32 structure full of references to the mechanism's entry points
35 This structure does not include any hooks for versioning, which
49 instead there is a new gss_config_ext structure, which is to be
/titanic_53/usr/src/uts/common/avs/ns/sdbc/
H A Dcache_kstats_readme.txt59 src/uts/common/ns/sdbc/sd_bcache.h. The _sd_stats_t structure tracks
70 The "global" kstat corresponds to fields in the _sd_stats_t structure. The
72 the _sd_stats_t structure, also providing a description where appropriate.
123 The "cd" kstats correspond to fields in the _sd_shared_t structure. The
125 the _sd_shared_t structure, also providing a description where appropriate.
175 kstat_io_t structure should not be considered explicitly. (See comment below).
/titanic_53/usr/src/cmd/lp/lib/printers/
H A Dllib-llpprt65 * Adding new members to this structure? Check out
67 * each new printer structure.
/titanic_53/usr/src/boot/sys/boot/efi/include/
H A Defidebug.h90 #define ASSERT_STRUCT(p,t) DBGASSERT(t not structure), p
/titanic_53/usr/src/uts/sun4v/ml/
H A Dmach_offsets.in29 \ A blank line is required between structure/union/intrinsic names.
68 \ structure or union must be listed separately then use the
69 \ "\#define" escapes to add the offsets from the base structure/union
/titanic_53/usr/src/uts/sun4/ml/
H A Dswtch.s296 ! Fix CPU structure to indicate new running thread.
297 ! Set pointer in new thread to the CPU structure.
420 ! in the thread structure.
556 ! Fix CPU structure to indicate new running thread.

1234567