Home
last modified time | relevance | path

Searched refs:vend (Results 1 – 17 of 17) sorted by relevance

/titanic_50/usr/src/lib/libeti/form/common/
H A Dutility.c53 char *vend = v + n; in _data_beg() local
54 while (v < vend && *v == ' ') ++v; in _data_beg()
55 return (v == vend ? v - n : v); in _data_beg()
65 char *vend = v + n; in _data_end() local
66 while (vend > v && *(vend - 1) == ' ') --vend; in _data_end()
67 return (vend); in _data_end()
74 char * vend = v + n; in _whsp_beg() local
75 while (v < vend && *v != ' ') ++v; in _whsp_beg()
76 return (v == vend ? v - n : v); in _whsp_beg()
83 char * vend = v + n; in _whsp_end() local
[all …]
H A Dform.c325 char *vend = v + n; in _data_ahead() local
326 while (vend > v && *(vend - 1) == pad) --vend; in _data_ahead()
327 return (vend); in _data_ahead()
H A Dchg_data.c334 char *vend; in _new_line() local
341 vend = _data_end(v, Xmax(f) - X(f)); in _new_line()
347 (void) waddnstr(w, v, (int)(vend - v)); in _new_line()
445 char *vend; in _del_prev() local
449 vend = _data_end(v, Xmax(f)); in _del_prev()
451 if ((vend - v) > (Xmax(f) - (pend - p))) in _del_prev()
457 (void) waddnstr(w, v, (int)(vend - v)); in _del_prev()
/titanic_50/usr/src/cmd/mandoc/
H A Dterm.c98 size_t vend; /* end of word visual position on output */ in term_flushln() local
133 vis = vend = 0; in term_flushln()
143 vend = (vis / p->tabwidth + 1) * p->tabwidth; in term_flushln()
144 vbl += vend - vis; in term_flushln()
145 vis = vend; in term_flushln()
164 vend -= (*p->width)(p, p->buf[j - 1]); in term_flushln()
170 if (vend > vis && vend < bp && in term_flushln()
182 vend += (*p->width)(p, p->buf[j]); in term_flushln()
189 if (vend > bp && 0 == jhy && vis > 0) { in term_flushln()
190 vend -= vis; in term_flushln()
[all …]
/titanic_50/usr/src/uts/common/io/cardbus/
H A Dcardbus_cfg.h42 #define CBUS_ID(vend, dev) ((uint32_t)(((uint32_t)(vend) << 16) | (dev))) argument
/titanic_50/usr/src/cmd/prtconf/
H A Dprt_xxx.c425 pcidb_vendor_t *vend = NULL; in print_pciid() local
444 vend = pcidb_lookup_vendor(pci, i[0]); in print_pciid()
450 if (vend != NULL) in print_pciid()
451 dev = pcidb_lookup_device_by_vendor(vend, i[0]); in print_pciid()
455 if (vend != NULL) in print_pciid()
456 (void) printf("%s ", pcidb_vendor_name(vend)); in print_pciid()
/titanic_50/usr/src/lib/libshell/common/bltins/
H A Dmisc.c511 register char *vend; in b_vpath() local
545 vend = stkalloc(shp->stk,++n); in b_vpath()
546 n = mount(*argv,vend,flag|FS3D_SIZE(n),0); in b_vpath()
552 sfprintf(sfstdout,"%s\n",vend); in b_vpath()
556 while(flag = *vend++) in b_vpath()
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_dhcp.c266 unsigned char *end, *vend; in show_options() local
472 vend = (uchar_t *)((uchar_t *)start + i); in show_options()
473 while (start < vend && *start != CD_END) { in show_options()
484 start = vend; /* in case CD_END found */ in show_options()
/titanic_50/usr/src/uts/common/sys/
H A Dpcic_var.h359 #define PCI_ID(vend, dev) ((uint32_t)(((uint32_t)(vend) << 16) | (dev))) argument
/titanic_50/usr/src/cmd/mdb/common/mdb/
H A Dmdb_target.c1499 mdb_vespec_t **veps, **vepp, **vend; in mdb_tgt_vespec_iter() local
1506 vend = veps + vecnt; in mdb_tgt_vespec_iter()
1525 if (vepp != vend) { in mdb_tgt_vespec_iter()
1533 for (vepp = veps; vepp < vend; vepp++) { in mdb_tgt_vespec_iter()
1538 for (vepp = veps; vepp < vend; vepp++) in mdb_tgt_vespec_iter()
/titanic_50/usr/src/uts/sun4v/ml/
H A Dmach_offsets.in191 vend KPMTSBM_VEND
/titanic_50/usr/src/uts/sun4u/ml/
H A Dmach_offsets.in157 vend KPMTSBM_VEND
/titanic_50/usr/src/uts/common/io/
H A Dpcic.c5269 uint32_t vend, device; in pcic_find_pci_type() local
5271 vend = ddi_getprop(DDI_DEV_T_ANY, pcic->dip, in pcic_find_pci_type()
5278 device = PCI_ID(vend, device); in pcic_find_pci_type()
5362 switch (PCI_ID(vend, (uint32_t)0)) { in pcic_find_pci_type()
/titanic_50/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.h1812 caddr_t vend; /* end of address kpm range */ member
H A Dhat_sfmmu.c13055 kpmtsbmp->vend = kpm_vbase + kpm_size * vac_colors; in sfmmu_init_tsbs()
/titanic_50/usr/src/cmd/look/
H A Dwords23950 vend
/titanic_50/usr/src/cmd/spell/
H A Dlist23949 vend