Searched refs:__data (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb_salloc.c30 * The "len" field in the __data struct contains the length of the free region
36 struct __data { struct
52 struct __data *elp;
58 elp = (struct __data *)(hp + 1);
60 SH_LIST_INSERT_HEAD(hp, elp, links, __data);
74 struct __data *elp;
79 * We never allocate less than the size of a struct __data, align
83 if (len < sizeof(struct __data))
84 len = sizeof(struct __data);
89 for (elp = SH_LIST_FIRST((struct __head *)p, __data);
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dsiginfo.h304 } __data; member in struct:siginfo
368 } __data; member in struct:siginfo32
438 } __data; member in struct:k_siginfo
456 #define si_pid __data.__proc.__pid
457 #define si_ctid __data.__proc.__ctid
458 #define si_zoneid __data.__proc.__zoneid
459 #define si_status __data.__proc.__pdata.__cld.__status
460 #define si_stime __data.__proc.__pdata.__cld.__stime
461 #define si_utime __data.__proc.__pdata.__cld.__utime
462 #define si_uid __data
[all...]
H A Dtimer.h78 } __data; /* timer frontend-specific data */ member in struct:itimer
91 #define it_sigq __data.__proc.__it_sigq
92 #define it_lwp __data.__proc.__it_lwp
93 #define it_frontend __data.__it_frontend
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dip.h27 extern uint16_t ipchksum(const void * __data, unsigned long __length);
/illumos-gate/usr/src/cmd/sulogin/
H A Dsulogin.c755 if (pidlist[i] != si->__data.__proc.__pid)
/illumos-gate/usr/src/cmd/mdb/common/modules/libc/
H A Dlibc.c301 if (si.__data.__prof.__syscall != 0) {

Completed in 128 milliseconds