Searched refs:prototype (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libsocket/socket/
H A Dsocket.c111 int prototype = 0; local
127 &devpath, &prototype) == -1) {
137 if (prototype != 0) {
139 (caddr_t)&prototype, (int)sizeof (prototype)) < 0) {
H A D_soutil.c118 * Returns the pathname and a prototype value (to be passed into SO_PROTOTYPE)
123 char **pathp, int *prototype)
134 *prototype = 0;
136 *prototype = protocol;
122 _s_netconfig_path(int family, int type, int protocol, char **pathp, int *prototype) argument
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dinterceptor.c69 char *prototype = symtab_get_prototype(), local
80 errlog(WARNING|INPUT, "No prototype for interface, "
94 * Emit "artificial" prototype here so that if there's a
95 * disagreement between it and the prototype contained in the
97 * First #undef the function to make sure the prototype in the header
98 * is exposed and to avoid breaking the artificial prototype if it's
107 s = strlen(prototype) + 2;
111 (void) strcpy(buf, prototype);
119 err, prototype);
130 (void) fprintf(Bodyfp, "static %s\n{\n", prototype);
[all...]
/illumos-gate/usr/src/man/man4/
H A DMakefile160 prototype.4 \
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dmach_locore.s340 ! Call mlsetup with address of prototype user registers.
395 * Called function prototype variants:
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dmach_locore.s332 ! Call mlsetup with address of prototype user registers.
387 * Called function prototype variants:
/illumos-gate/usr/src/grub/grub-0.97/
H A Dconfigure4565 /* Override any gcc2 internal prototype to avoid an error. */
4570 builtin and then its argument prototype would still apply. */
4641 /* Override any gcc2 internal prototype to avoid an error. */
4646 builtin and then its argument prototype would still apply. */
4713 /* Override any gcc2 internal prototype to avoid an error. */
4718 builtin and then its argument prototype would still apply. */

Completed in 78 milliseconds