Searched defs:head (Results 1 - 6 of 6) sorted by relevance

/solaris-userland/components/krb5/Solaris/
H A Drc_mem.c85 struct authlist *ta, *pta = NULL, *head; local
115 head = t->h[rephash];
117 free(head);
/solaris-userland/components/openssl/common/engines/pkcs11/
H A De_pk11.h189 PK11_SESSION *head; member in struct:PK11_st_CACHE
/solaris-userland/components/net-snmp-57/sun/agent/modules/seaExtensions/
H A DsunProcesses.c101 clean_ps(ps_ldata_t *head) argument
103 if (head != PS_LNULL) {
106 for (pdp = head; pdp != PS_LNULL; pdp = nxt) {
/solaris-userland/components/net-snmp-57/sun/agent/modules/healthMonitor/
H A DhealthMonitor.c92 * of hmDiskTable objects "head" points to the first memeber of the linked
96 hmDiskTable *head; variable
1460 return head;
1897 head = prevPtr = ptr;
1955 tailPtr = head;
1982 headPtr = head;
2051 head = tailPtr = ptr;
2069 p1=head;
2070 p2=head;
3280 headPtr = head;
[all...]
/solaris-userland/components/open-fabrics/libsif/include/psifapi/
H A Dpsif_hw_data_be.h169 * Hardware modified index pointing to the head of the receive queue. TSU is
185 * queue. This is used for calculating when to wrap the head and tail
947 * Hardware modified index pointing to the head of the receive queue. TSU is
964 * queue. This is used for calculating when to wrap the head and tail
1043 * will be a bypass context. Updated by software. The head and tail pointers
1045 * (head * 64B ) Head Pointer and Tail Pointer will use the same MMU context
1047 * be PA. In typical use, to allow direct user access to the head and tail
2066 * calculating when to wrap the head and tail indexes.
2078 * bypass context. Updated by software. The head and tail pointers can be
2079 * calculated by the following calculations: Address = base_ptr + (head *
3201 u64 head:16; member in struct:psif_epsc_csr_doorbell
[all...]
H A Dpsif_hw_data_le.h111 * Hardware modified index pointing to the head of the receive queue. TSU is
156 * queue. This is used for calculating when to wrap the head and tail
909 * Hardware modified index pointing to the head of the receive queue. TSU is
948 * queue. This is used for calculating when to wrap the head and tail
1017 * will be a bypass context. Updated by software. The head and tail pointers
1019 * (head * 64B ) Head Pointer and Tail Pointer will use the same MMU context
1021 * be PA. In typical use, to allow direct user access to the head and tail
2036 * calculating when to wrap the head and tail indexes.
2052 * bypass context. Updated by software. The head and tail pointers can be
2053 * calculated by the following calculations: Address = base_ptr + (head *
3179 u64 head:16; member in struct:psif_epsc_csr_doorbell
[all...]

Completed in 920 milliseconds