Searched refs:ostart (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/cmd/fs.d/autofs/ |
H A D | automount.c | 385 char *ostart, *optr, *valp; local 411 for (ostart = optr = s; *optr != '\0'; ostart = optr) { 413 opttbl1[nopts1++] = ostart; 437 for (ostart = optr = s; *optr != '\0'; ostart = optr) { 439 opttbl2[nopts2++] = ostart;
|
/titanic_50/usr/src/cmd/vi/port/ |
H A D | ex_tty.h | 118 ttymode ostart(), setty(), unixex();
|
H A D | ex_v.c | 249 f = ostart(); in oop() 352 f = ostart(); in vop()
|
H A D | ex_put.c | 1025 ostart() in ostart() function
|
H A D | ex_vmain.c | 1448 (void)ostart();
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_dhcpv6.c | 591 const uint8_t *ostart; in show_options() local 606 ostart = data += sizeof (d6o); in show_options() 1044 data = ostart + d6o.d6o_len; in show_options()
|
/titanic_50/usr/src/uts/common/io/ |
H A D | devpoll.c | 251 int start, ostart, end; in dp_pcache_poll() local 282 start = ostart = pcp->pc_mapstart; in dp_pcache_poll() 313 end = ostart - 1; in dp_pcache_poll() 547 end = ostart - 1; in dp_pcache_poll()
|
/titanic_50/usr/src/uts/intel/io/hotplug/pcicfg/ |
H A D | pcicfg.c | 2338 uint64_t actual_hole_start, ostart, olen; in pcicfg_alloc_hole() local 2346 ostart = hole->start; in pcicfg_alloc_hole() 2359 nhole->len = (ostart + olen) - nhole->start; in pcicfg_alloc_hole()
|
/titanic_50/usr/src/uts/sun4/io/ |
H A D | pcicfg.c | 2507 uint64_t actual_hole_start, ostart, olen; in pcicfg_alloc_hole() local 2515 ostart = hole->start; in pcicfg_alloc_hole() 2528 nhole->len = (ostart + olen) - nhole->start; in pcicfg_alloc_hole()
|