/illumos-gate/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...] |
/illumos-gate/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...] |
/illumos-gate/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);
|
H A D | ppargs.c | 167 pplint(char* head, char* comment, char* tail, int line) argument
|
/illumos-gate/usr/src/cmd/sgs/libconv/common/ |
H A D | strproc.c | 69 char *tail; local 76 tail = str + strlen(str); 77 while ((tail > str) && conv_strproc_isspace(*(tail - 1))) 78 tail--; 79 *tail = '\0';
|
/illumos-gate/usr/src/lib/udapl/udapl_tavor/include/ |
H A D | dapl_provider.h | 69 DAPL_PROVIDER_LIST_NODE *tail; member in struct:DAPL_PROVIDER_LIST
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_adsp.c | 123 char *tail = &buf[sizeof (buf)]; local 126 p += snprintf(p, tail-p, "AckReq"); 129 p += snprintf(p, tail-p, p == buf ? "EOM" : " EOM"); 133 p += snprintf(p, tail-p, p == buf ? "Att" : " Att"); 137 (void) snprintf(p, tail-p, "%s%s", p == buf ? "" : " ",
|
H A D | snoop_atp.c | 102 char *tail = &buf[sizeof (buf)]; local 106 p += snprintf(p, tail-p, "TReq"); 110 p += snprintf(p, tail-p, "TResp"); 113 p += snprintf(p, tail-p, "TRel"); 117 p += snprintf(p, tail-p, ci & ATP_FLG_XO ? " XO" : " ALO"); 120 p += snprintf(p, tail-p, " EOM"); 123 p += snprintf(p, tail-p, " STS"); 126 (void) snprintf(p, tail-p, " %s", to);
|
H A D | snoop_nbp.c | 100 show_nbp_tuples(uint8_t *p, int tuples, uint8_t *tail) argument 112 if ((p + 5) > tail) 120 if (p > tail || &p[1]+p[0] > tail) 125 if (p > tail || &p[1]+p[0] > tail) 130 if (p > tail || &p[1]+p[0] > tail)
|
H A D | snoop_zip.c | 51 uint8_t *tail = (uint8_t *)zip + len; local 72 if ((p+6 > tail) || (p+7+p[6] > tail)) 110 if (p+2 > tail) 126 if (p+2 > tail) 130 if (p+1 > tail || (&p[1] + p[0]) > tail) 141 if (p+1 > tail || (&p[1] + p[0]) > tail) 148 if (p+5 > tail) 269 char *tail = &buf[sizeof (buf)]; local 290 char *tail = &buf[sizeof (buf)]; local 313 uint8_t *tail = (uint8_t *)(atp+1) + len; local [all...] |
/illumos-gate/usr/src/cmd/sgs/include/ |
H A D | list.h | 52 Listnode *tail; /* the last element */ member in struct:list 67 Elf32_Addr tail; /* the last element */ member in struct:list32
|
/illumos-gate/usr/src/tools/cscope-fast/ |
H A D | history.c | 42 HISTORY *head, *tail, *current; variable 51 if (tail) { 52 tail->next = h; 54 h->previous = tail; 55 tail = h; 57 head = tail = h; 75 } else if (tail) 76 return (current = tail); 95 /* reset current to tail */
|
/illumos-gate/usr/src/ucbcmd/ln/ |
H A D | ln.c | 79 char *tail; local 90 tail = strrchr(from, '/'); 91 if (tail == 0) 92 tail = from; 94 tail++; 95 if (strlen(to) + strlen(tail) >= sizeof (destname) - 1) { 97 to, tail); 100 (void) sprintf(destname, "%s/%s", to, tail);
|
/illumos-gate/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...] |
/illumos-gate/usr/src/uts/common/c2/ |
H A D | audit_path.c | 77 au_buff_t *tail; local 82 tail = NULL; /* only to satisfy lint */ 91 tail->next_buf = m; /* tail set if head set */ 94 tail = m;
|
/illumos-gate/usr/src/lib/libast/common/path/ |
H A D | pathfind.c | 46 Dir_t* tail; /* directory list tail */ member in struct:__anon2658 68 if (state.tail) 69 state.tail = state.tail->next = dp; 71 state.head = state.tail = dp;
|
/illumos-gate/usr/src/cmd/svr4pkg/libinst/ |
H A D | pathdup.c | 55 static struct dup *head, *tail, *new; variable in typeref:struct: 75 tail = head->next; 76 while (tail) { 77 new = tail->next; 78 free(tail); 79 tail = new; 81 tail = head; 101 tail->next = new; 102 tail = new; 124 pt = &tail [all...] |
/illumos-gate/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;
|
/illumos-gate/usr/src/cmd/rcap/rcapd/ |
H A D | rcapd_rfd.c | 62 static rfd_t *tail; /* tail of global list */ variable 98 if (tail == NULL) { 110 rfd = rfd_find_prev_class(tail, RFD_RESERVED); 117 rfd = rfd_find_prev_class(tail, RFD_PSINFO); 128 rfd = tail; 181 if (tail != NULL) 182 rfd->rfd_prev_class = rfd_find_prev_class(tail, class); 184 rfd->rfd_prev_class = tail; 185 rfd->rfd_prev = tail; [all...] |
/illumos-gate/usr/src/cmd/sgs/libelf/common/ |
H A D | input.c | 92 size_t tail; local 127 tail = base + sz + _elf_pagesize - 1; 130 tlbit = 1 << PGNUM(tail); 132 tlreg = &elf->ed_vm[REGNUM(tail)];
|
/illumos-gate/usr/src/cmd/bc/ |
H A D | bc.y | 102 | start stat tail 116 dlist : tail 117 | dlist _AUTO dlets tail 220 | slist tail stat 224 tail : '\n' label
|
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/ |
H A D | exportlist.c | 73 struct exportnode **tail; local 91 tail = &exportlist; 156 tail = newexport(sh->sh_path, groups, tail); 192 newgroup(char *grname, struct groupnode **tail) argument 203 *tail = new; 209 newexport(char *grname, struct groupnode *grplist, struct exportnode **tail) argument 221 *tail = new;
|
/illumos-gate/usr/src/uts/common/io/cxgbe/shared/ |
H A D | shared.h | 48 mblk_t *head, *tail; member in struct:mblk_pair
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/ |
H A D | iscsi_queue.c | 31 static void iscsi_enqueue_cmd_tail(iscsi_cmd_t **head, iscsi_cmd_t **tail, 60 queue->tail = NULL; 90 &isp->sess_queue_pending.tail, icmdp); 95 &isp->sess_queue_pending.tail, icmdp); 116 &isp->sess_queue_pending.tail, icmdp); 134 * This interface attempts to keep newer items are on the tail, 138 * the current head, otherwise add to the tail. 172 &icp->conn_queue_active.tail, icmdp); 177 &icp->conn_queue_active.tail, icmdp); 180 &icp->conn_queue_active.tail, icmd 335 iscsi_dequeue_cmd(iscsi_cmd_t **head, iscsi_cmd_t **tail, iscsi_cmd_t *icmdp) argument 397 iscsi_enqueue_cmd_head(iscsi_cmd_t **head, iscsi_cmd_t **tail, iscsi_cmd_t *icmdp) argument 424 iscsi_enqueue_cmd_tail(iscsi_cmd_t **head, iscsi_cmd_t **tail, iscsi_cmd_t *icmdp) argument [all...] |