Searched refs:structure (Results 1 - 25 of 98) sorted by relevance

1234

/opensolaris-onvv-gate/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,
/opensolaris-onvv-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_utils.c52 * string. Copies the data from the buffer and places into the structure,
56 * The data and structure length parameters can be larger than the number of
65 void *structure,
71 char *structstart = (char *)structure;
77 uint8_t *cp = (uint8_t *)structure;
80 * account for possible hole in structure
92 structure = (void *)cp;
100 uint16_t *sp = (uint16_t *)structure;
103 * account for possible hole in structure
116 structure
62 ibmf_utils_unpack_data(char *format, uchar_t *data, size_t datalen, void *structure, size_t structlen) argument
204 ibmf_utils_pack_data(char *format, void *structure, size_t structlen, uchar_t *data, size_t datalen) argument
[all...]
/opensolaris-onvv-gate/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
/opensolaris-onvv-gate/usr/src/uts/intel/amd64/krtld/
H A Dkobj_crt.s61 /holds address of bootops structure
/opensolaris-onvv-gate/usr/src/uts/common/io/usb/usba/
H A Dparser.c49 void *structure,
56 char *structstart = (char *)structure;
59 if ((format == NULL) || (data == NULL) || (structure == NULL)) {
77 uint8_t *cp = (uint8_t *)structure;
86 structure = (void *)cp;
94 uint16_t *sp = (uint16_t *)structure;
105 structure = (void *)sp;
113 uint32_t *lp = (uint32_t *)structure;
126 structure = (void *)lp;
134 uint64_t *llp = (uint64_t *)structure;
46 usb_parse_data(char *format, uchar_t *data, size_t datalen, void *structure, size_t structlen) argument
171 usb_parse_CV_descr(char *format, uchar_t *data, size_t datalen, void *structure, size_t structlen) argument
[all...]
/opensolaris-onvv-gate/usr/src/uts/intel/ia32/krtld/
H A Dkobj_crt.s67 /holds address of bootops structure
/opensolaris-onvv-gate/usr/src/cmd/sgs/link_audit/common/
H A D00README32 The following is an overview of the directory structure and highlights
/opensolaris-onvv-gate/usr/src/stand/lib/sa/sparc/
H A D_setjmp.s53 * | structure |
66 PCVAL = 0 ! offsets in buf structure
71 SS_SP = 0 ! offset in sigstack structure
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Socket/
H A DSocket.pm8 Socket, sockaddr_in, sockaddr_un, inet_aton, inet_ntoa - load the C socket.h defines and structure manipulators
57 In addition, some structure manipulation functions are available:
117 Takes a sockaddr structure (as returned by pack_sockaddr_in(),
137 structure with those arguments packed in with AF_INET filled in. For
138 Internet domain sockets, this structure is normally what you need for
144 Takes a sockaddr_in structure (as returned by pack_sockaddr_in()) and
148 structure does not have AF_INET in the right place.
162 Takes one argument, a pathname. Returns the sockaddr_un structure with
164 structure is normally what you need for the arguments in bind(),
170 Takes a sockaddr_un structure (a
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Time/
H A Dtm.pm26 addressable just like's C's tm structure from F<time.h>; namely with sec,
H A Dgmtime.pm64 This object has methods that return the similarly named structure field
65 name from the C's tm structure from F<time.h>; namely sec, min, hour,
68 You may also import all the structure fields directly into your namespace
H A Dlocaltime.pm59 This object has methods that return the similarly named structure field
60 name from the C's tm structure from F<time.h>; namely sec, min, hour,
63 You may also import all the structure fields directly into your namespace
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A Dstat.pm88 return the similarly named structure field name from the
105 You may also import all the structure fields directly into your namespace
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A Dprotoent.pm68 similarly named structure field name from the C's protoent structure
72 You may also import all the structure fields directly into your namespace
H A Dservent.pm70 named structure field name from the C's servent structure from F<netdb.h>;
74 You may also import all the structure fields directly into your namespace
H A Dhostent.pm80 named structure field name from the C's hostent structure from F<netdb.h>;
86 You may also import all the structure fields directly into your namespace
H A Dnetent.pm85 named structure field name from the C's netent structure from F<netdb.h>;
89 You may also import all the structure fields directly into your namespace
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/User/
H A Dgrent.pm67 named structure field name from the C's passwd structure from F<grp.h>;
71 You may also import all the structure fields directly into your namespace
/opensolaris-onvv-gate/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.
/opensolaris-onvv-gate/usr/src/cmd/sgs/librtld_db/demo/
H A D00README32 The following is an overview of the directory structure and highlight
/opensolaris-onvv-gate/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,
/opensolaris-onvv-gate/usr/src/uts/common/io/comstar/port/pppt/
H A Dalua_ic_if.c67 #define NVLIST_ADD_FIELD(type, structure, field) \
69 rc = nvlist_add_##type(nvl, #field, structure->field); \
75 #define NVLIST_ADD_ARRAY(type, structure, field) \
78 structure->field, sizeof (structure->field)); \
87 #define NVLIST_ADD_ARRAY_LEN(type, structure, field, len) \
90 structure->field, len); \
95 #define NVLIST_ADD_DEVID(structure, field) \
98 structure->field); \
103 #define NVLIST_ADD_RPORT(structure, fiel
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/uwb/uwba/
H A Duwba.c517 /* Destroy mutex and dev structure */
593 * (depends on the structure alignment) than we actually need,
818 void *structure,
826 void *structend = (void *)((intptr_t)structure + structlen);
828 if ((format == NULL) || (data == NULL) || (structure == NULL)) {
846 uint8_t *cp = (uint8_t *)structure;
852 * If data or structure is out of range, stop parse.
859 structure = (void *)cp;
867 uint16_t *sp = (uint16_t *)structure;
878 structure
815 uwba_parse_data(char *format, uchar_t *data, size_t datalen, void *structure, size_t structlen) argument
905 uwba_parse_rceb(uint8_t *data, size_t datalen, void *structure, size_t structlen) argument
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dblib.pm15 Looks for MakeMaker-like I<'blib'> directory structure starting in
/opensolaris-onvv-gate/usr/src/cmd/sgs/rtld/i386/
H A Dboot.s123 pushl (%ebx) / address of dynamic structure

Completed in 192 milliseconds

1234