/osnet-11/usr/src/grub/grub2/util/grub.d/ |
H A D | 40_custom.in | 2 exec tail -n +3 $0 5 # the 'exec tail' line above.
|
/osnet-11/usr/src/lib/libpp/common/ |
H A D | ppcomment.c | 31 ppcomment(char* head, char* comment, char* tail, int line) argument 34 ppprintf("%s%-.*s%s", head, MAXTOKEN - 4, comment, tail);
|
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | mknames.awk | 58 function tail(file) { function 94 tail("boolname.c"); 95 tail("boolcode.c"); 96 tail("boolfnam.c"); 97 tail("numname.c"); 98 tail("numcode.c"); 99 tail("numfnam.c"); 100 tail("strname.c"); 101 tail("strcode.c"); 102 tail("strfna [all...] |
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | mknames.awk | 59 function tail(file) { function 102 tail("boolname.c"); 103 tail("boolcode.c"); 104 tail("boolfnam.c"); 105 tail("numname.c"); 106 tail("numcode.c"); 107 tail("numfnam.c"); 108 tail("strname.c"); 109 tail("strcode.c"); 110 tail("strfna [all...] |
/osnet-11/usr/src/lib/udapl/udapl_tavor/common/ |
H A D | dapl_ring_buffer_util.c | 86 rbuf->tail = 0; 127 if (rbuf->head != rbuf->tail) { 209 if (((pos + 1) & rbuf->lim) != rbuf->tail) { 242 if (rbuf->head != rbuf->tail) { 243 pos = rbuf->tail; 244 rbuf->tail = (pos + 1) & rbuf->lim; 274 int tail; local 278 tail = rbuf->tail; 280 if (head == tail) [all...] |
H A D | dapl_cookie.c | 52 * tail index : index of last unallocated cookie 57 * used to update the tail. This will implicitly deallocate all of the cookies 58 * "between" the old tail and the new tail. 140 * allocate one additional entry so that the tail 155 buffer->tail = 0; 202 DAPL_ATOMIC tail; local 224 tail = curr_buffer->tail; 226 while (head != tail) { [all...] |
H A D | dapl_provider.c | 184 /* create the tail node */ 185 g_dapl_provider_list.tail = dapl_os_alloc( 187 if (NULL == g_dapl_provider_list.tail) { 193 (void) dapl_os_memzero(g_dapl_provider_list.tail, 196 g_dapl_provider_list.head->next = g_dapl_provider_list.tail; 197 g_dapl_provider_list.tail->prev = g_dapl_provider_list.head; 207 if (NULL != g_dapl_provider_list.tail) { 208 dapl_os_free(g_dapl_provider_list.tail, 269 prev_node = g_dapl_provider_list.tail->prev; 270 next_node = g_dapl_provider_list.tail; [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/net/ |
H A D | netbuff.c | 27 nb->tail += len; 28 if (nb->tail > nb->end) 36 nb->tail -= len; 37 if (nb->tail < nb->head) 67 nb->tail += len; 68 if ((nb->tail > nb->end) || (nb->data > nb->end)) 91 nb->head = nb->data = nb->tail = data; 106 nb->data = nb->tail = nb->head;
|
H A D | icmp.c | 61 if (nb->tail - nb->data < (grub_ssize_t) sizeof (*icmph)) 69 if (checksum != grub_net_ip_chksum (nb->data, nb->tail - nb->data)) 88 nb_reply = grub_netbuff_alloc (nb->tail - nb->data + 512); 94 err = grub_netbuff_reserve (nb_reply, nb->tail - nb->data + 512); 97 err = grub_netbuff_push (nb_reply, nb->tail - nb->data); 100 grub_memcpy (nb_reply->data, nb->data, nb->tail - nb->data); 109 nb_reply->tail - nb_reply->data);
|
H A D | http.c | 60 ret += pack->nb->tail - pack->nb->data; 176 ptr = grub_memchr (nb->data, '\n', nb->tail - nb->data); 182 ptr = (char *) nb->tail; 215 while (ptr < (char *) nb->tail && (!data->headers_recv 219 ptr2 = grub_memchr (ptr, '\n', (char *) nb->tail - ptr); 222 data->current_line = grub_malloc ((char *) nb->tail - ptr); 229 data->current_line_len = (char *) nb->tail - ptr; 244 if (((char *) nb->tail - ptr) <= 0) 257 < nb->tail - nb->data)) 261 data->chunk_rem -= nb->tail [all...] |
H A D | dns.c | 132 const grub_uint8_t *tail, const char *check_with, 141 for (ptr = name_at; ptr < tail && bytes_processed < tail - head + 2; ) 157 if (ptr + 1 >= tail) 190 const grub_uint8_t *tail, const char *check_with) 192 return check_name_real (name_at, head, tail, check_with, NULL, NULL); 197 const grub_uint8_t *tail) 202 if (!check_name_real (name_at, head, tail, NULL, &length, NULL)) 207 if (!check_name_real (name_at, head, tail, NULL, NULL, ret)) 237 if (ptr >= nb->tail) 131 check_name_real(const grub_uint8_t *name_at, const grub_uint8_t *head, const grub_uint8_t *tail, const char *check_with, int *length, char *set) argument 189 check_name(const grub_uint8_t *name_at, const grub_uint8_t *head, const grub_uint8_t *tail, const char *check_with) argument 196 get_name(const grub_uint8_t *name_at, const grub_uint8_t *head, const grub_uint8_t *tail) argument [all...] |
H A D | icmp6.c | 118 if (nb->tail - nb->data < (grub_ssize_t) sizeof (*icmph)) 163 nb_reply = grub_netbuff_alloc (nb->tail - nb->data + 512); 169 err = grub_netbuff_reserve (nb_reply, nb->tail - nb->data + 512); 172 err = grub_netbuff_push (nb_reply, nb->tail - nb->data); 175 grub_memcpy (nb_reply->data, nb->data, nb->tail - nb->data); 215 for (ptr = (grub_uint8_t *) nb->data; ptr < nb->tail; 219 if (ohdr->len == 0 || ptr + 8 * ohdr->len > nb->tail) 319 for (ptr = (grub_uint8_t *) nb->data; ptr < nb->tail; 323 if (ohdr->len == 0 || ptr + 8 * ohdr->len > nb->tail) 351 for (ptr = (grub_uint8_t *) nb->data; ptr < nb->tail; [all...] |
/osnet-11/usr/src/lib/libresolv2/include/isc/ |
H A D | list.h | 22 #define LIST(type) struct { type *head, *tail; } 24 do { (list).head = NULL; (list).tail = NULL; } while (0) 38 #define TAIL(list) ((list).tail) 47 (list).tail = (elt); \ 56 if ((list).tail != NULL) \ 57 (list).tail->link.next = (elt); \ 60 (elt)->link.prev = (list).tail; \ 62 (list).tail = (elt); \ 71 INSIST((list).tail == (elt)); \ 72 (list).tail [all...] |
/osnet-11/usr/src/lib/udapl/libdat/common/ |
H A D | dat_dictionary.c | 64 DAT_DICTIONARY_NODE *tail; member in struct:DAT_DICTIONARY 128 /* create the tail node */ 129 p_dictionary->tail = dat_os_alloc(sizeof (DAT_DICTIONARY_NODE)); 130 if (NULL == p_dictionary->tail) { 136 (void) dat_os_memset(p_dictionary->tail, '\0', 139 p_dictionary->head->next = p_dictionary->tail; 140 p_dictionary->tail->prev = p_dictionary->head; 154 if (NULL != p_dictionary->tail) { 155 dat_os_free(p_dictionary->tail, 280 prev_node = p_dictionary->tail [all...] |
/osnet-11/usr/src/lib/udapl/udapl_tavor/include/ |
H A D | dapl_ring_buffer_util.h | 78 #define dapls_rbuf_empty(rbuf) ((rbuf)->head == (rbuf)->tail)
|
H A D | dapl_provider.h | 69 DAPL_PROVIDER_LIST_NODE *tail; member in struct:DAPL_PROVIDER_LIST
|
/osnet-11/usr/src/lib/libast/common/path/ |
H A D | pathfind.c | 46 Dir_t* tail; /* directory list tail */ member in struct:__anon1175 68 if (state.tail) 69 state.tail = state.tail->next = dp; 71 state.head = state.tail = dp;
|
/osnet-11/usr/src/lib/libfru/libfru/ |
H A D | PayloadReader.cc | 115 uint8_t head, uint8_t tail, 126 return (length * tail); 136 return (length * tail); 143 int abs = tail - index; 169 uint8_t tail = iter[1]; local 205 head, tail, iterThere, iterPoss, 376 uint8_t *tail = &(cur[1]); local 385 // Remember that when the iteration is added the head and the tail both 387 // then we don't have to alter the head or tail values. We simply add 394 if ((*tail 114 calcOffset(int iterType, uint8_t head, uint8_t tail, uint8_t iterThere, uint8_t iterPoss, size_t length, int index, fru_errno_t *err) argument [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/commands/i386/pc/ |
H A D | drivemap_int13h.S | 70 tail: label 96 jmp tail
|
/osnet-11/usr/src/lib/libparted/common/libparted/fs/jfs/ |
H A D | jfs_types.h | 251 * one to the head of the list and the other to the tail of the list. 255 * at the head of the list, or at the tail of the list. 281 struct type *tail;\ 286 struct cdll_header *tail; member in struct:cdll_header 314 (header)->tail = (void *)(header);\ 342 if ((header)->tail == (void *)(header))\ 343 (header)->tail = (elm);\ 350 * insert <elm> at tail of list anchored at <header> 358 (elm)->field.prev = (header)->tail;\ 362 (header)->tail [all...] |
/osnet-11/usr/src/lib/libslp/clib/ |
H A D | slp_queue.c | 62 slp_queue_entry_t *tail; member in struct:queue 114 * Adds msg to the tail of queue q. 131 q->tail->next = qe; 132 q->tail = qe; 134 q->head = q->tail = qe; 179 q->head = q->tail = NULL;
|
/osnet-11/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_name.c | 642 mdsetnamelist_t **tail; local 648 for (tail = &setlistp; (*tail != NULL); tail = &(*tail)->next) { 649 sp = (*tail)->sp; 660 *tail = Zalloc(sizeof (**tail)); 661 sp = (*tail)->sp = Zalloc(sizeof (*sp)); 710 mdsetnamelist_t **tail; local 894 mdsetnamelist_t **tail, **prev; local 2520 mddrivenamelist_t **tail; local 2708 mddrivenamelist_t **tail; local 2846 mddrivenamelist_t **tail; local 2965 mddrivenamelist_t **tail; local 3412 mdhspnamelist_t **tail; local [all...] |
/osnet-11/usr/src/lib/udapl/udapl_tavor/tavor/ |
H A D | dapl_tavor_hw.h | 546 #define TAVOR_QP_SQ_ENTRY(qp, tail) \ 548 ((tail) * (qp)->qp_sq_wqesz))) 549 #define TAVOR_QP_SQ_DESC(qp, tail) \ 551 ((tail) * (qp)->qp_sq_wqesz))) 552 #define TAVOR_QP_RQ_ENTRY(qp, tail) \ 554 ((tail) * (qp)->qp_rq_wqesz))) 555 #define TAVOR_QP_RQ_DESC(qp, tail) \ 557 ((tail) * (qp)->qp_rq_wqesz))) 558 #define TAVOR_SRQ_RQ_ENTRY(srq, tail) \ 560 ((tail) * (sr [all...] |
/osnet-11/usr/src/grub/grub2/include/grub/net/ |
H A D | netbuff.h | 15 /* Pointer to the tail. */ 16 grub_uint8_t *tail; member in struct:grub_net_buff
|
/osnet-11/usr/src/lib/libc/amd64/gen/ |
H A D | wslen.s | 82 jmp wcslen / tail call into wcslen
|