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

1 2 3 4 5

  /netvirt/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,
  /netvirt/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...]
  /netvirt/usr/src/lib/libc/i386/sys/
syscall.s 84 popl %ecx / structure return address
89 / error; clear syscall return values in the structure
94 / no error; copy syscall return values to the structure
  /netvirt/usr/src/uts/intel/amd64/krtld/
kobj_crt.s 61 /holds address of bootops structure
  /netvirt/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...]
  /netvirt/usr/src/uts/intel/ia32/krtld/
kobj_crt.s 67 /holds address of bootops structure
  /netvirt/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
  /netvirt/usr/src/cmd/perl/5.6.1/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:
64 to the 4-byte string (structure). Takes arguments of both
122 inet_aton()). Returns the sockaddr_in structure with those arguments
124 structure is normally what you need for the arguments in bind(),
130 Takes a sockaddr_in structure (as returned by pack_sockaddr_in()) and
132 Will croak if the structure does not have AF_INET in the right place.
146 Takes one argument, a pathname. Returns the sockaddr_un structure with
148 structure is normally what you need for the arguments in bind(),
154 Takes a sockaddr_un structure (as returned by pack_sockaddr_un()
    [all...]
  /netvirt/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...]
  /netvirt/usr/src/cmd/perl/5.6.1/distrib/lib/Net/
protoent.pm 67 similarly named structure field name from the C's protoent structure
71 You may also import all the structure fields directly into your namespace
hostent.pm 79 named structure field name from the C's hostent structure from F<netdb.h>;
85 You may also import all the structure fields directly into your namespace
servent.pm 69 named structure field name from the C's servent structure from F<netdb.h>;
73 You may also import all the structure fields directly into your namespace
  /netvirt/usr/src/cmd/perl/5.6.1/distrib/lib/Time/
gmtime.pm 63 This object has methods that return the similarly named structure field
64 name from the C's tm structure from F<time.h>; namely sec, min, hour,
67 You may also import all the structure fields directly into your namespace
localtime.pm 58 This object has methods that return the similarly named structure field
59 name from the C's tm structure from F<time.h>; namely sec, min, hour,
62 You may also import all the structure fields directly into your namespace
  /netvirt/usr/src/cmd/perl/5.6.1/distrib/lib/User/
grent.pm 66 named structure field name from the C's passwd structure from F<grp.h>;
70 You may also import all the structure fields directly into your namespace
  /netvirt/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
  /netvirt/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
  /netvirt/usr/src/cmd/perl/5.6.1/distrib/lib/File/
stat.pm 78 return the similarly named structure field name from the
95 You may also import all the structure fields directly into your namespace
  /netvirt/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.
  /netvirt/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,
  /netvirt/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
  /netvirt/usr/src/cmd/sgs/rtld/i386/
boot.s 123 pushl (%ebx) / address of dynamic structure

Completed in 480 milliseconds

1 2 3 4 5