Searched defs:last (Results 251 - 275 of 441) sorted by relevance

<<1112131415161718

/illumos-gate/usr/src/cmd/dc/
H A Ddc.h55 #define sputc(p, c) {if ((p)->wt == (p)->last) more(p); *(p)->wt++ = c; }
56 #define salterc(p, c) {if ((p)->rd == (p)->last) more(p); *(p)->rd++ = c;\
59 #define zero(p) for (pp = (p)->beg; pp < (p)->last; ) *pp++ = '\0'
80 char *last; member in struct:blk
/illumos-gate/usr/src/cmd/deroff/
H A Dderoff.c661 int last; local
663 last = 0;
676 if (last) {
706 last = 1;
708 last = 0;
/illumos-gate/usr/src/cmd/mailx/
H A Doptim.c175 * Return last host in a uucp address.
537 * metacharacters) are left intact. The last component of the network
794 register char *cp, *last; local
797 last = NOSTR;
800 last = cp;
803 return(last);
/illumos-gate/usr/src/cmd/man/
H A Dmakewhatis.c64 char *last; /* the last allocated character */ member in struct:sbuf
67 /* Remove the last amount characters from the sbuf */
165 sbuf->last = sbuf->content + LINE_ALLOC - 1;
187 if (sbuf->end + nchars > sbuf->last) {
188 size = sbuf->last + 1 - sbuf->content;
200 sbuf->last = new_content + size - 1;
369 * beyond the new last character.
723 /* Remove last ", " */
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dauto_subr.c371 * Perhaps last char read was '\'. Reinsert it
862 * after '*last' and to the binary tree list.
863 * If '*last == NULL' then the list is walked till the end.
864 * *last is always set to the new element after successful completion.
865 * if entry already exists '*last' is only updated if not previously
869 add_dir_entry(char *name, struct dir_entry **list, struct dir_entry **last) argument
873 if ((*list != NULL) && (*last == NULL)) {
875 * walk the list to find last element
878 *last = l;
901 *list = *last
[all...]
H A Dns_ldap.c104 struct dir_entry *last; member in struct:dir_cbdata
847 readdir_cbdata.last = NULL;
903 struct dir_entry *last = temp->last; local
960 if (add_dir_entry(key, list, &last)) {
965 temp->last = last;
/illumos-gate/usr/src/cmd/sendmail/aux/
H A Dvacation.c322 struct entry *first = NULL, *last = NULL, *new_entry, *curr; local
338 if (first == NULL) { /* => so is last */
342 last = new_entry;
348 last->next = new_entry;
349 new_entry->prev = last;
351 last = new_entry;
633 * Make sure the last part of from is the domain line
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dheaders.c661 HDR *h, *srch, *last = NULL; local
669 last = srch;
678 SM_ASSERT(last != NULL);
679 last->h_link = h;
2251 ** length of last offending field, 0 if all ok.
/illumos-gate/usr/src/cmd/backup/restore/
H A Drestore.h224 struct afile *last; /* end of argument list */ member in struct:arglist
372 * Macro used to get to the last segment of a complex string
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dncu_ip.c594 ipadm_addr_info_t *addrinfo, *ainfop, *last = NULL; local
615 if (last != NULL)
616 last->ia_ifa.ifa_next = ainfop->ia_ifa.ifa_next;
624 last = ainfop;
642 ipadm_addr_info_t *last = NULL; local
665 if (last != NULL)
666 last->ia_ifa.ifa_next = match->ia_ifa.ifa_next;
675 last = ainfop;
/illumos-gate/usr/src/cmd/fs.d/ufs/mount/
H A Dmount.c246 * specified), override it with the last mentioned option pair
771 * only the last mentioned occurrence of trueopt and falseopt. If neither is
792 int last; local
805 * options and updating the last seen occurrence of trueopt or
808 last = dflt;
812 last = 1;
814 last = 0;
829 (void) strcat(options, last ? trueopt : falseopt);
831 return (last);
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Ditmcomp.h132 struct _itmc_obj *last; member in struct:_itmc_obj
154 struct _itmc_map *last; member in struct:_itmc_map
/illumos-gate/usr/src/cmd/sgs/prof/common/
H A Dprofv.c621 mod_info_t *mi, *last, *new_module; local
666 last = &modules;
667 while ((mi = last->next) != NULL) {
684 last = mi;
717 last->next = new_module;
/illumos-gate/usr/src/cmd/svc/svcprop/
H A Dsvcprop.c714 svcprop_prop_node_t *p, *last; local
745 last = uu_list_last(prop_list);
746 if (last != NULL) {
747 if ((last->spn_comp2 == NULL) ^ (p->spn_comp2 == NULL)) {
/illumos-gate/usr/src/cmd/svr4pkg/pkginfo/
H A Dpkginfo.c538 struct cfstat *dp, *last; local
541 last = (struct cfstat *)0;
545 last = dp;
553 if (!last)
556 last->next = dp; /* link list */
/illumos-gate/usr/src/cmd/tabs/
H A Dtabs.c339 limit = (maxtab-1)/(incr?incr:1)-1; /* # last actual tab */
353 int i, t, last; local
356 last = 0;
361 tabvect[i++] = last += t;
369 if ((t = getnum(&scan)) > last)
370 tabvect[i++] = last = t;
380 if (last > NCOLS) {
383 "tabs: %s: last tab stop would be set at a column greater than %d\n"),
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_input.c181 mblk_t *mp_chain, mblk_t **last, uint_t *cnt)
184 last, cnt));
189 * The last three arguments are only used by ip_accept_tcp_v6, and mhip is
195 mblk_t **last, uint_t *cnt)
391 *last = atail;
180 ip_accept_tcp_v6(ill_t *ill, ill_rx_ring_t *ip_ring, squeue_t *target_sqp, mblk_t *mp_chain, mblk_t **last, uint_t *cnt) argument
193 ip_input_common_v6(ill_t *ill, ill_rx_ring_t *ip_ring, mblk_t *mp_chain, struct mac_header_info_s *mhip, squeue_t *target_sqp, mblk_t **last, uint_t *cnt) argument
H A Dip_input.c184 mblk_t *mp_chain, mblk_t **last, uint_t *cnt)
187 last, cnt));
192 * The last three arguments are only used by ip_accept_tcp, and mhip is
198 mblk_t **last, uint_t *cnt)
409 *last = atail;
183 ip_accept_tcp(ill_t *ill, ill_rx_ring_t *ip_ring, squeue_t *target_sqp, mblk_t *mp_chain, mblk_t **last, uint_t *cnt) argument
196 ip_input_common_v4(ill_t *ill, ill_rx_ring_t *ip_ring, mblk_t *mp_chain, struct mac_header_info_s *mhip, squeue_t *target_sqp, mblk_t **last, uint_t *cnt) argument
/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport.c439 * The last NULL entry in the table is required to detect "end of table".
1416 lev = pev; /* last checked event */
1458 lev = pev; /* last checked event */
1475 * - if this is the last thread calling port_get(n) then wakeup the
1571 * 5. The event source callback function is the last opportunity for the
1626 * 5. The event source callback function is the last opportunity for the
1726 * - the event located at the head of the queue if 'last' pointer is NULL
1727 * - the next event after the event pointed by 'last'
1735 port_get_kevent(list_t *list, port_kevent_t *last) argument
1737 if (last
[all...]
/illumos-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_dev.c1041 int last, rc; local
1043 last = (iodev->si_open == fd && !fd->sf_next);
1045 if (last || (iodev->si_io->flag & NSC_REFCNT))
1914 * I/O device structure. If this is the last reference it
2099 * device structure. If this is the last reference it is
/illumos-gate/usr/src/uts/common/os/
H A Ddevpolicy.c412 devplcyent_t **last, *de; local
526 last = &newpolicy[j].t_ent;
528 *last = de;
529 last = &de->dpe_next;
H A Dtimers.c87 static struct timeval last; local
94 * protect modification of last
118 * If the system hres time has been changed since the last time
129 else if ((sec <= last.tv_sec) && /* same or lower seconds, and */
130 ((sec != last.tv_sec) || /* either different second or */
131 (usec <= last.tv_usec)) && /* lower microsecond, and */
132 ((last.tv_sec - sec) <= 5)) { /* not way back in time */
133 sec = last.tv_sec;
134 usec = last.tv_usec + 1;
140 last
[all...]
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxencons.c1368 static time_t last; local
1375 * message within the last second.
1382 if (last == now && lastfmt == fmt)
1385 last = now;
/illumos-gate/usr/src/uts/i86pc/i86hvm/io/xpv/
H A Dxpv_support.c350 dev_info_t *dip, *next, *last = NULL; local
357 while (last != start) {
360 while (next != last) {
408 last = dip;
/illumos-gate/usr/src/uts/i86pc/io/dr/
H A Ddr_quiesce.c426 dev_info_t *dip, *next, *last = NULL; local
434 while (last != start) {
437 while (next != last && dip != srh->sr_failed_dip) {
505 last = dip;

Completed in 148 milliseconds

<<1112131415161718