Searched refs:head (Results 1 - 9 of 9) sorted by relevance

/solaris-userland-s11u3/components/rpm2cpio/
H A DMakefile36 COMPONENT_PROJECT_URL= http://svnweb.freebsd.org/ports/head/archivers/rpm2cpio
/solaris-userland-s11u3/components/visual-panels/core/
H A Dsystem-management-visual-panels-doc.sh34 cat $0 | head -27 | tail -25
/solaris-userland-s11u3/components/zlib/
H A Dllib-lz50 int deflateSetHeader(z_streamp strm, gz_headerp head);
54 int inflateGetHeader(z_streamp strm, gz_headerp head);
/solaris-userland-s11u3/components/openssl/common/engines/pkcs11/
H A De_pk11.h197 PK11_SESSION *head; member in struct:PK11_st_CACHE
H A De_pk11.c1164 session_cache[i].head = NULL;
1541 freelist = session_cache[optype].head;
1582 * head of the list).
1668 /* set new head for the list of PK11_SESSION objects */
1669 session_cache[optype].head = freelist;
1712 freelist = session_cache[optype].head;
1714 session_cache[optype].head = sp;
1780 freelist = session_cache[optype].head;
1977 local_free_session = session_cache[OP_RSA].head;
2073 local_free_session = session_cache[OP_DSA].head;
[all...]
/solaris-userland-s11u3/components/net-snmp/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-s11u3/components/net-snmp/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-s11u3/components/jansson/doc/html/_static/
H A Dunderscore.js17 c,d){d||(d=b.identity);for(var e=0,f=a.length;e<f;){var g=e+f>>1;d(a[g])<d(c)?e=g+1:f=g}return e};b.toArray=function(a){return!a?[]:a.toArray?a.toArray():b.isArray(a)?i.call(a):b.isArguments(a)?i.call(a):b.values(a)};b.size=function(a){return b.toArray(a).length};b.first=b.head=function(a,b,d){return b!=null&&!d?i.call(a,0,b):a[0]};b.initial=function(a,b,d){return i.call(a,0,a.length-(b==null||d?1:b))};b.last=function(a,b,d){return b!=null&&!d?i.call(a,Math.max(a.length-b,0)):a[a.length-1]};b.rest=
/solaris-userland-s11u3/components/open-fabrics/libsif/include/psifapi/
H A Dpsif_hw_data_be.h97 * Hardware modified index pointing to the head of the receive queue. TSU is
113 * queue. This is used for calculating when to wrap the head and tail
875 * Hardware modified index pointing to the head of the receive queue. TSU is
892 * queue. This is used for calculating when to wrap the head and tail
971 * will be a bypass context. Updated by software. The head and tail pointers
973 * (head * 64B ) Head Pointer and Tail Pointer will use the same MMU context
975 * be PA. In typical use, to allow direct user access to the head and tail
1994 * calculating when to wrap the head and tail indexes.
2006 * bypass context. Updated by software. The head and tail pointers can be
2007 * calculated by the following calculations: Address = base_ptr + (head *
3108 u64 head:16; member in struct:psif_epsc_csr_doorbell
[all...]

Completed in 269 milliseconds