/titanic_41/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_oplock.c | 198 smb_oplock_t *ol; in smb_oplock_acquire() local 223 ol = &node->n_oplock; in smb_oplock_acquire() 224 grants = &ol->ol_grants; in smb_oplock_acquire() 226 mutex_enter(&ol->ol_mutex); in smb_oplock_acquire() 244 mutex_exit(&ol->ol_mutex); in smb_oplock_acquire() 255 mutex_exit(&ol->ol_mutex); in smb_oplock_acquire() 259 ol->ol_xthread = curthread; in smb_oplock_acquire() 260 mutex_exit(&ol->ol_mutex); in smb_oplock_acquire() 294 smb_oplock_t *ol; in smb_oplock_break() local 301 ol = &node->n_oplock; in smb_oplock_break() [all …]
|
/titanic_41/usr/src/cmd/sgs/libelf/common/ |
H A D | ar.c | 126 register Memlist *l, * ol; in _elf_armem() local 137 for (l = elf->ed_memlist, ol = l; l; ol = l, l = l->m_next) in _elf_armem() 155 if ((elf->ed_memlist == 0) || (ol->m_free == ol->m_end)) { in _elf_armem() 169 ol->m_next = l; in _elf_armem() 170 ol = l; in _elf_armem() 172 ol->m_free->m_offset = file; in _elf_armem() 173 ol->m_free->m_member = m; in _elf_armem() 174 ol->m_free++; in _elf_armem()
|
/titanic_41/usr/src/cmd/geniconvtbl/ |
H A D | itm_util.c | 204 itmc_obj_t *ol; in obj_list_to_array() local 206 for (obj_array.num = 0, ol = obj_list; in obj_list_to_array() 207 ol; obj_array.num += 1, ol = ol->next) { in obj_list_to_array() 216 for (offset = hdr_size, ol = obj_list; in obj_list_to_array() 217 ol; offset += size, ol = ol->next) { in obj_list_to_array() 218 (void) memcpy((char *)(obj_array.obj) + offset, ol->obj, size); in obj_list_to_array() 219 if (ol->ref[0]) { in obj_list_to_array() 220 ol->ref[0]->referencer = in obj_list_to_array() 221 (void *)((char *)(ol->ref[0]->referencer) + in obj_list_to_array() 223 (char *)(ol->obj) + offset)); in obj_list_to_array() [all …]
|
/titanic_41/usr/src/cmd/dtrace/test/cmd/jdtrace/ |
H A D | Getopt.java | 193 int ol; // opt length in parselong() local 199 ol = opt.length(); in parselong() 214 op < ol) { in parselong() 220 if (match && ip < il && ic == ')' && (op >= ol || in parselong() 222 if (op < ol && opt.charAt(op) == '=') { in parselong()
|
/titanic_41/usr/src/cmd/mpathadm/ |
H A D | mpathadm.c | 1900 int ol, i, iport; in listInitiatorPort() local 1909 for (ol = 0; ol < operandLen; ol++) { in listInitiatorPort() 1910 foundOp[ol] = B_FALSE; in listInitiatorPort() 1960 for (ol = 0; in listInitiatorPort() 1961 ol < operandLen; ol++) { in listInitiatorPort() 1963 strcmp(operand[ol], in listInitiatorPort() 1968 foundOp[ol] = in listInitiatorPort() 1989 for (ol = 0; ol < operandLen; ol++) { in listInitiatorPort() 1990 if (B_FALSE == foundOp[ol]) { in listInitiatorPort() 1994 operand[ol]); in listInitiatorPort()
|
/titanic_41/usr/src/uts/common/inet/ipf/ |
H A D | ip_state.c | 1552 int off, mlen, ol, i, len, retval; local 1579 ol = 1; 1583 ol = (int)*(s + 1); 1584 if (ol < 2 || ol > len) 1594 if (ol == TCPOLEN_WINDOW) { 1611 if (ol == TCPOLEN_MAXSEG) { 1620 if (ol == TCPOLEN_SACK_PERMITTED) 1627 len -= ol; 1628 s += ol;
|
H A D | fil.c | 1141 ol = 1; 1145 ol = (int)*(s + 1); 1146 if (ol < 2 || ol > tlen) 1157 tlen -= ol; 1158 s += ol; 1318 int hlen, ol, mv, p, i; local 1440 ol = 1; 1444 ol = (int)*(s + 1); 1445 if (ol < 2 || ol > hlen) 1450 if ((opt == (u_char)op->ol_val) && (ol > 4)) { [all …]
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_xdr.c | 1177 uint_t *owner_length, ol; in xdr_ga_fattr_res() local 1184 if (!xdr_u_int(xdrs, &ol)) in xdr_ga_fattr_res() 1188 if (pug && ol <= MAX_OG_NAME) { in xdr_ga_fattr_res() 1190 *owner_length = ol; in xdr_ga_fattr_res() 1192 owner_length = &ol; in xdr_ga_fattr_res() 1240 if (pug && ol <= MAX_OG_NAME) { in xdr_ga_fattr_res() 1794 uint_t *owner_length, ol; in xdr_ga_fattr_res_inline() local 1800 ol = IXDR_GET_U_INT32(ptr); in xdr_ga_fattr_res_inline() 1803 if (pug && ol <= MAX_OG_NAME) { in xdr_ga_fattr_res_inline() 1805 *owner_length = ol; in xdr_ga_fattr_res_inline() [all …]
|
/titanic_41/usr/src/lib/libast/common/misc/ |
H A D | optget.c | 1785 int ol; in textout() local 1806 ol = m - 1; in textout() 1828 t = o + ol; in textout() 2115 int ol; in opthelp() local 2922 ol = m - 1; in opthelp() 3151 t = ov + ol; in opthelp()
|
/titanic_41/usr/src/lib/libshell/common/sh/ |
H A D | name.c | 1502 int32_t l=0,ol=0; in nv_putval() local 1558 ol = *(up->lp); in nv_putval() 1559 *(up->lp) = l+ol; in nv_putval()
|
/titanic_41/usr/src/uts/common/io/lvm/md/ |
H A D | md_mddb.c | 8762 mddb_optloc_t *ol in mddb_getoptloc() argument 8771 ol->li[0] = -1; in mddb_getoptloc() 8772 ol->li[1] = -1; in mddb_getoptloc() 8774 id = ol->recid; in mddb_getoptloc() 8788 ol->li[0] = dep->de_optinfo[0].o_li; in mddb_getoptloc() 8789 ol->li[1] = dep->de_optinfo[1].o_li; in mddb_getoptloc()
|
/titanic_41/usr/src/grub/grub-0.97/ |
H A D | configure | 496 | --oldin | --oldi | --old | --ol | --o) 500 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
|