/titanic_50/usr/src/lib/libeti/form/common/ |
H A D | utility.c | 53 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 D | form.c | 325 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 D | chg_data.c | 334 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 D | term.c | 98 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 D | cardbus_cfg.h | 42 #define CBUS_ID(vend, dev) ((uint32_t)(((uint32_t)(vend) << 16) | (dev))) argument
|
/titanic_50/usr/src/cmd/prtconf/ |
H A D | prt_xxx.c | 425 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 D | misc.c | 511 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 D | snoop_dhcp.c | 266 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 D | pcic_var.h | 359 #define PCI_ID(vend, dev) ((uint32_t)(((uint32_t)(vend) << 16) | (dev))) argument
|
/titanic_50/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_target.c | 1499 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 D | mach_offsets.in | 191 vend KPMTSBM_VEND
|
/titanic_50/usr/src/uts/sun4u/ml/ |
H A D | mach_offsets.in | 157 vend KPMTSBM_VEND
|
/titanic_50/usr/src/uts/common/io/ |
H A D | pcic.c | 5269 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 D | hat_sfmmu.h | 1812 caddr_t vend; /* end of address kpm range */ member
|
H A D | hat_sfmmu.c | 13055 kpmtsbmp->vend = kpm_vbase + kpm_size * vac_colors; in sfmmu_init_tsbs()
|
/titanic_50/usr/src/cmd/look/ |
H A D | words | 23950 vend
|
/titanic_50/usr/src/cmd/spell/ |
H A D | list | 23949 vend
|