| /nfsv41/nfs41-gate/usr/src/uts/common/sys/ib/mgt/ibmf/ |
| ibmf_utils.h | 42 void *structure, size_t structlen); 45 ibmf_utils_pack_data(char *format, void *structure, size_t structlen,
|
| /nfsv41/nfs41-gate/usr/src/uts/common/io/ib/mgt/ibmf/ |
| ibmf_utils.c | 52 * 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 = (void *)sp [all...] |
| /nfsv41/nfs41-gate/usr/src/lib/libc/i386/sys/ |
| syscall.s | 77 popl %ecx / structure return address 82 / error; clear syscall return values in the structure 87 / no error; copy syscall return values to the structure
|
| /nfsv41/nfs41-gate/usr/src/uts/intel/amd64/krtld/ |
| kobj_crt.s | 61 /holds address of bootops structure
|
| /nfsv41/nfs41-gate/usr/src/uts/common/io/usb/usba/ |
| parser.c | 49 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; [all...] |
| /nfsv41/nfs41-gate/usr/src/uts/intel/ia32/krtld/ |
| kobj_crt.s | 67 /holds address of bootops structure
|
| /nfsv41/nfs41-gate/usr/src/stand/lib/sa/sparc/ |
| _setjmp.s | 53 * | structure | 66 PCVAL = 0 ! offsets in buf structure 71 SS_SP = 0 ! offset in sigstack structure
|
| /nfsv41/nfs41-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Socket/ |
| Socket.pm | 8 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 (as returned by pack_sockaddr_un() [all...] |
| /nfsv41/nfs41-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Time/ |
| gmtime.pm | 64 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
|
| localtime.pm | 59 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
|
| /nfsv41/nfs41-gate/usr/src/cmd/perl/5.8.4/distrib/lib/User/ |
| grent.pm | 67 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
|
| /nfsv41/nfs41-gate/usr/src/cmd/sendmail/src/ |
| READ_ME | 39 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.
|
| /nfsv41/nfs41-gate/usr/src/uts/sparc/v9/ml/ |
| crt.s | 49 * Structure return 58 ! see if key matches: if not, structure value not expected, 83 ! see if key matches: if not, structure value not expected,
|
| /nfsv41/nfs41-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/ |
| hostent.pm | 80 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
|
| protoent.pm | 68 similarly named structure field name from the C's protoent structure 72 You may also import all the structure fields directly into your namespace
|
| servent.pm | 70 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
|
| netent.pm | 85 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
|
| /nfsv41/nfs41-gate/usr/src/uts/common/io/uwb/uwba/ |
| uwba.c | 517 /* 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 = (void *)sp [all...] |
| /nfsv41/nfs41-gate/usr/src/cmd/sgs/rtld/i386/ |
| boot.s | 123 pushl (%ebx) / address of dynamic structure
|
| /nfsv41/nfs41-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/ |
| stat.pm | 88 return the similarly named structure field name from the 105 You may also import all the structure fields directly into your namespace
|
| Copy.pm | 340 structure. For Unix systems, this is equivalent to the simple 354 attributes, indexed file structure, I<etc.> The buffer size 358 or record structure. 376 inherits the structure and RMS attributes of the input file,
|
| /nfsv41/nfs41-gate/usr/src/cmd/sgs/librtld_db/rdb_demo/ |
| 00README | 33 The following is an overview of the directory structure and highlight
|
| /nfsv41/nfs41-gate/usr/src/cmd/sgs/rtld.4.x/ |
| rtldlib.s | 36 ! %i1: address of crt0 structure, which contains: 56 mov %l0, %o1 ! ptr to interface structure
|
| /nfsv41/nfs41-gate/usr/src/cmd/filesync/ |
| README | 46 Gross calling structure who calls whom 119 of those files. The structure of the tree mirrors 146 sibling and child pointers to give them tree structure 154 a "fileinfo" structure contains a subset of the information 287 read the structure declarations in database.h 335 Gross calling structure / flow of control 385 the "file" structure contains a bunch of flags. Many of them
|
| /nfsv41/nfs41-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/ |
| Storable.pm | 464 later retrieve them. This is mainly used to freeze a complex structure in 466 process via some IPC, since freezing the structure also serializes it in 468 out and recreate the original complex structure in memory. 474 Note that freezing an object structure and immediately thawing it 475 actually achieves a deep cloning of that structure: 480 that intermediary scalar but instead freezes the structure in some 651 extra references will be pointing into the deserialized structure. 846 original addresses. The topology of your structure is preserved, [all...] |