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

/solaris-userland/components/rpm2cpio/
H A DMakefile36 COMPONENT_PROJECT_URL= http://svnweb.freebsd.org/ports/head/archivers/rpm2cpio
/solaris-userland/components/sendmail/files/
H A Dsendmail-client32 [ -f $CLIENT_PID_FILE ] && kill -1 `head -1 $CLIENT_PID_FILE`
H A Dsendmail_include.sh45 PID=`head -1 $1`
H A Dcheck-hostname.sh93 myipaddr=`getent hosts $myhost | head -1 | awk '{print $1}'`
H A Dsmtp-sendmail36 [ -f $SERVER_PID_FILE ] && kill -1 `head -1 $SERVER_PID_FILE`
/solaris-userland/components/popt/
H A DMakefile33 COMPONENT_ARCHIVE_URL= https://launchpad.net/$(COMPONENT_NAME)/head/$(COMPONENT_VERSION)/+download/$(COMPONENT_ARCHIVE)
/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/zlib/
H A Dllib-lz50 int deflateSetHeader(z_streamp strm, gz_headerp head);
54 int inflateGetHeader(z_streamp strm, gz_headerp head);
/solaris-userland/components/openssl/common/engines/pkcs11/
H A De_pk11.h189 PK11_SESSION *head; member in struct:PK11_st_CACHE
H A De_pk11.c1158 session_cache[i].head = NULL;
1522 freelist = session_cache[optype].head;
1559 * head of the list).
1636 /* set new head for the list of PK11_SESSION objects */
1637 session_cache[optype].head = freelist;
1680 freelist = session_cache[optype].head;
1682 session_cache[optype].head = sp;
1749 freelist = session_cache[optype].head;
1934 local_free_session = session_cache[OP_RSA].head;
2023 local_free_session = session_cache[OP_DSA].head;
[all...]
/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/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/stdcxx/
H A DMakefile48 SUNPRO_VERSION := $(shell $(CXX) -V 2>&1 | head -n1 \
/solaris-userland/components/llvm/
H A DMakefile86 CMAKE_VERSION := $(shell $(CMAKE) --version 2>&1 | head -n1 \
/solaris-userland/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/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...]
/solaris-userland/components/open-fabrics/libsif/include/sif/
H A Dpsif_hw_print.c5354 xprintf(fd, ", .head = ");
5355 write_bits_u16(fd, 16, data->head);

Completed in 88 milliseconds