/titanic_41/usr/src/uts/sparc/v9/syscall/ |
H A D | install_utrap.c | 40 utrap_handler_t *ov, *nv, *pv, *sv, *tmp; in install_utrap() local 99 ov = p->p_utraps[idx]; in install_utrap() 102 tmp = atomic_cas_ptr(&p->p_utraps[idx], ov, nv); in install_utrap() 103 if (ov == tmp) in install_utrap() 105 ov = tmp; in install_utrap() 109 if (suword32(old_handlerp, (uint32_t)(uintptr_t)ov) == -1) in install_utrap() 153 utrap_handler_t *ov, *nvp, *pv, *sv, *tmp; in sparc_utrap_install() local 243 ov = p->p_utraps[idx]; in sparc_utrap_install() 246 tmp = atomic_cas_ptr(&p->p_utraps[idx], ov, nvp); in sparc_utrap_install() 247 if (ov == tmp) in sparc_utrap_install() [all …]
|
/titanic_41/usr/src/lib/libast/common/comp/ |
H A D | execvpe.c | 57 register char** ov; 60 for (ov = (char**)argv; *ov++;); 61 if (newargv = newof(0, char*, ov + 1 - (char**)argv, 0)) 66 ov = (char**)argv; 67 while (*nv++ = *++ov);
|
/titanic_41/usr/src/lib/libast/common/obsolete/ |
H A D | spawn.c | 97 register char** ov; 100 for (ov = (char**)argv; *ov++;); 101 if (newargv = newof(0, char*, ov + 1 - (char**)argv, 0)) 106 ov = (char**)argv; 107 while (*nv++ = *++ov);
|
/titanic_41/usr/src/lib/libast/common/misc/ |
H A D | systrace.c | 41 long ov[2]; in systrace() local 59 ov[0] = PROC_FD_DUP(open("/dev/null", O_WRONLY), 2, PROC_FD_PARENT|PROC_FD_CHILD); in systrace() 60 ov[1] = 0; in systrace() 63 …if (!procfree(procopen(trace[n], av + 1, NiL, ov, PROC_ARGMOD|PROC_GID|PROC_UID|(n == (elementsof(… in systrace()
|
H A D | optget.c | 2103 char* ov; in opthelp() local 2900 ov = 0; in opthelp() 2921 ov = t + 1; in opthelp() 3148 if (ov) in opthelp() 3151 t = ov + ol; in opthelp() 3152 while (ov < t) in opthelp() 3154 if (((c = *ov++) == ':' || c == '?') && *ov == c) in opthelp() 3155 ov++; in opthelp()
|
/titanic_41/usr/src/cmd/fm/eversholt/files/common/ |
H A D | storage.esc | 82 event ereport.chassis.device.psu.dc-ov@psu; 115 event ereport.chassis.sensor.voltage.ov@controller; 116 event ereport.chassis.sensor.voltage.ov@fanmodule; 117 event ereport.chassis.sensor.voltage.ov@psu; 240 ereport.chassis.sensor.voltage.ov@controller, 246 ereport.chassis.sensor.voltage.ov@fanmodule, 252 ereport.chassis.sensor.voltage.ov@psu, 261 ereport.chassis.device.psu.dc-ov@psu,
|
/titanic_41/usr/src/uts/common/io/usb/scsa2usb/ |
H A D | scsa2usb.c | 1440 scsa2usb_ov_t ov; in scsa2usb_override() local 1473 bzero(&ov, sizeof (scsa2usb_ov_t)); in scsa2usb_override() 1475 if (scsa2usb_parse_input_str(override_str[i], &ov, in scsa2usb_override() 1486 if (((descr->idVendor == (uint16_t)ov.vid) || (ov.vid == 0)) && in scsa2usb_override() 1487 ((descr->idProduct == (uint16_t)ov.pid) || (ov.pid == 0)) && in scsa2usb_override() 1488 ((descr->bcdDevice == (uint16_t)ov.rev) || (ov.rev == 0))) { in scsa2usb_override() 1489 scsa2usbp->scsa2usb_subclass_override = ov.subclass; in scsa2usb_override() 1490 scsa2usbp->scsa2usb_protocol_override = ov.protocol; in scsa2usb_override() 1498 ov.vid, ov.pid, ov.rev, ov.subclass, ov.protocol, in scsa2usb_override() 1499 ov.pmoff, ov.fake_removable, ov.no_modesense, in scsa2usb_override() [all …]
|
/titanic_41/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/ |
H A D | pmTop.java | 754 JMenuItem ov = new JMenuItem( in helpMenu() local 757 ov.addActionListener(new ActionListener() { in helpMenu() 763 helpMenu.add(ov); in helpMenu()
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_xdr.c | 1180 utf8string ov; in xdr_ga_fattr_res() local 1219 ov.utf8string_len = *owner_length; in xdr_ga_fattr_res() 1220 ov.utf8string_val = owner_val; in xdr_ga_fattr_res() 1221 error = nfs_idmap_str_uid(&ov, &uid, FALSE); in xdr_ga_fattr_res() 1796 utf8string ov; in xdr_ga_fattr_res_inline() local 1826 ov.utf8string_len = *owner_length; in xdr_ga_fattr_res_inline() 1827 ov.utf8string_val = owner_val; in xdr_ga_fattr_res_inline() 1828 error = nfs_idmap_str_uid(&ov, &uid, FALSE); in xdr_ga_fattr_res_inline() 1851 ov.utf8string_len; in xdr_ga_fattr_res_inline()
|
/titanic_41/usr/src/uts/common/vm/ |
H A D | vm_as.c | 2195 struct seg_ops *ov = seg->s_ops; in as_swapout() local 2203 if ((ov != NULL) && (ov->swapout != NULL)) in as_swapout()
|
/titanic_41/usr/src/uts/common/avs/ns/dsw/ |
H A D | dsw_dev.c | 3945 _ii_overflow_t ov; in _ii_ocreate() local 3946 _ii_overflow_t *op = &ov; in _ii_ocreate()
|