Searched refs:ni (Results 26 - 50 of 147) sorted by relevance

123456

/macosx-10.9.5/ntfs-83/kext/
H A Dntfs_compress.c84 * @ni: raw ntfs inode to which the compression block belongs
101 static inline int ntfs_get_cb_type(ntfs_inode *ni, s64 ofs) argument
114 (unsigned long long)ni->mft_no,
116 vcn = start_vcn = ofs >> ni->vol->cluster_size_shift;
117 end_vcn = start_vcn + ni->compression_block_clusters;
119 lck_rw_lock_shared(&ni->rl.lock);
121 rl = ni->rl.rl;
122 if (ni->rl.elements) {
164 if (!lck_rw_lock_shared_to_exclusive(&ni->rl.lock)) {
165 lck_rw_lock_exclusive(&ni
590 ntfs_read_compressed(ntfs_inode *ni, ntfs_inode *raw_ni, s64 ofs_start, int count, u8 *dst_start, upl_page_info_t *pl, int ioflags) argument
[all...]
H A Dntfs_logfile.h315 __private_extern__ errno_t ntfs_logfile_check(ntfs_inode *ni,
318 __private_extern__ BOOL ntfs_logfile_is_clean(ntfs_inode *ni,
321 __private_extern__ errno_t ntfs_logfile_empty(ntfs_inode *ni);
H A Dntfs_lcnalloc.h67 __private_extern__ errno_t ntfs_cluster_free(ntfs_inode *ni,
H A Dntfs_dir.h75 ntfs_inode *ni, const FILENAME_ATTR *fn, const u32 fn_len);
108 __private_extern__ void ntfs_dirhints_put(ntfs_inode *ni, BOOL stale_only);
H A Dntfs_dir.c817 * @ni: ntfs index inode of directory index for which to get a hint
821 * @ni for a directory hint with an offset @ofs. If found return that hint and
832 * Locking: Caller must hold @ni->lock for writing.
834 static ntfs_dirhint *ntfs_dirhint_get(ntfs_inode *ni, unsigned ofs) argument
849 TAILQ_FOREACH(dh, &ni->dirhint_list, link) {
860 if (ni->nr_dirhints < NTFS_MAX_DIRHINTS) {
867 ni->nr_dirhints++;
873 dh = TAILQ_LAST(&ni->dirhint_list, ntfs_dirhint_head);
885 TAILQ_REMOVE(&ni->dirhint_list, dh, link);
886 TAILQ_INSERT_HEAD(&ni
910 ntfs_dirhint_put(ntfs_inode *ni, ntfs_dirhint *dh) argument
934 ntfs_dirhints_put(ntfs_inode *ni, BOOL stale_only) argument
1841 ntfs_dir_entry_delete(ntfs_inode *dir_ni, ntfs_inode *ni, const FILENAME_ATTR *fn, const u32 fn_len) argument
[all...]
H A Dntfs_index.c1416 NInoSetMrecNeedsDirtying(ictx->actx->ni);
1427 * @ni: base ntfs inode to which the attribute is being added
1431 * Insert a new index allocation attribute in the base ntfs inode @ni at the
1450 static errno_t ntfs_insert_index_allocation_attribute(ntfs_inode *ni, argument
1463 (unsigned long long)ni->mft_no, idx_ni->name_len);
1491 if (ni != ctx->ni)
1492 panic("%s(): ni != ctx->ni\n", __FUNCTION__);
1517 if (!NInoAttrList(ni)) {
[all...]
H A Dntfs_lcnalloc.c1061 * @ni: ntfs inode whose runlist describes the clusters to free
1062 * @start_vcn: vcn in the runlist of @ni at which to start freeing clusters
1069 * described by the ntfs inode @ni. If @nr_freed is not NULL, *@nr_freed is
1077 * If @ctx is specified, it is an active search context of @ni and its base mft
1110 * NInoSetMrecNeedsDirtying(ctx->ni); before calling
1115 * - The runlist described by @ni must be locked for writing on entry
1118 * - If @ctx is NULL, the base mft record of @ni must not be mapped on
1125 static errno_t ntfs_cluster_free_nolock(ntfs_inode *ni, const VCN start_vcn, argument
1135 vol = ni->vol;
1146 err = ntfs_attr_find_vcn_nolock(ni, start_vc
1364 ntfs_cluster_free(ntfs_inode *ni, const VCN start_vcn, s64 count, ntfs_attr_search_ctx *ctx, s64 *nr_freed) argument
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/nssov/
H A Dpam.c103 static int pam_uid2dn(nssov_info *ni, Operation *op, argument
116 if (ni->ni_pam_opts & NI_PAM_SASL2DN) {
130 if (BER_BVISEMPTY(&pi->dn) && (ni->ni_pam_opts & NI_PAM_UID2DN)) {
131 nssov_uid2dn(op, ni, &pi->uid, &pi->dn);
143 int pam_do_bind(nssov_info *ni,TFILE *fp,Operation *op, argument
155 rc = pam_uid2dn(ni, op, pi);
204 int pam_authc(nssov_info *ni,TFILE *fp,Operation *op) argument
232 rc = pam_do_bind(ni, fp, op, &pi);
262 int pam_authz(nssov_info *ni,TFILE *fp,Operation *op) argument
305 rc = pam_uid2dn(ni, o
483 pam_sess(nssov_info *ni,TFILE *fp,Operation *op,int action) argument
584 pam_sess_o(nssov_info *ni,TFILE *fp,Operation *op) argument
589 pam_sess_c(nssov_info *ni,TFILE *fp,Operation *op) argument
594 pam_pwmod(nssov_info *ni,TFILE *fp,Operation *op) argument
[all...]
H A Dgroup.c64 nssov_info *ni;
77 nssov_uid2dn(cbp->op,cbp->ni,&cbp->user,&dn);
214 if (nssov_dn2uid(cbp->op,cbp->ni,&a->a_nvals[i],&members[j]))
288 cbp.ni = ni;
306 cbp.ni = ni;
327 cbp.ni = ni;
340 cbp.ni
[all...]
H A Dpasswd.c111 int nssov_dn2uid(Operation *op,nssov_info *ni,struct berval *dn,struct berval *uid) argument
113 nssov_mapinfo *mi = &ni->ni_maps[NM_passwd];
163 int nssov_uid2dn(Operation *op,nssov_info *ni,struct berval *uid,struct berval *dn) argument
165 nssov_mapinfo *mi = &ni->ni_maps[NM_passwd];
/macosx-10.9.5/Heimdal-323.92.1/lib/gssapi/ntlm/
H A Ddigest.c89 NTLMInit ni; local
92 memset(&ni, 0, sizeof(ni));
94 ni.flags = 0;
96 ASN1_MALLOC_ENCODE(NTLMInit, dreq.data, dreq.length, &ni, &size, ret);
160 NTLMInit ni; local
163 memset(&ni, 0, sizeof(ni));
166 ni.flags = 0;
168 ni
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-null/
H A Dnull.c62 struct null_info *ni = (struct null_info *) op->o_bd->be_private; local
64 if ( ni->ni_bind_allowed || be_isroot_pw( op ) ) {
316 struct null_info *ni = (struct null_info *) c->be->be_private; local
319 c->value_int = ni->ni_bind_allowed;
322 ni->ni_bind_allowed = 0;
326 ni->ni_bind_allowed = c->value_int;
333 struct null_info *ni = ch_calloc( 1, sizeof(struct null_info) ); local
334 ni->ni_bind_allowed = 0;
335 ni->ni_nextid = 1;
336 be->be_private = ni;
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/nfs/
H A Dnfs_serv.c596 struct nameidata ni; local
618 ni.ni_cnd.cn_nameiop = LOOKUP;
620 ni.ni_op = OP_LOOKUP;
622 ni.ni_cnd.cn_flags = LOCKLEAF;
623 error = nfsm_chain_get_path_namei(nmreq, len, &ni);
624 isdotdot = ((len == 2) && (ni.ni_cnd.cn_pnbuf[0] == '.') && (ni.ni_cnd.cn_pnbuf[1] == '.'));
626 error = nfsrv_namei(nd, ctx, &ni, &dnfh, &dirp, &nx, &nxo);
645 nameidone(&ni);
647 vp = ni
1814 struct nameidata ni; local
2143 struct nameidata ni; local
2377 struct nameidata ni; local
3125 struct nameidata ni; local
3284 struct nameidata ni; local
3505 struct nameidata ni; local
3725 struct nameidata ni; local
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/mod_db4/
H A Dskiplist.c89 Skiplist *ni; local
96 ni = (Skiplist *)malloc(sizeof(Skiplist));
97 skiplisti_init(ni);
98 skiplist_set_compare(ni, comp, compk);
100 m = skiplist_insert(sl->index, ni);
105 nsln = skiplist_insert(ni, m->data);
281 struct skiplistnode *p, *ni, *li; local
284 ni = skiplist_insert((Skiplist *)p->data, ret->data);
285 assert(ni);
289 li->nextindex = ni;
[all...]
/macosx-10.9.5/system_cmds-597.90.1/nvram.tproj/
H A Dnvram.c178 long state, tc, ni = 0, vi = 0; local
196 if(ni==(kMaxNameSize-1))
202 ni = 0;
212 name[ni++] = tc;
231 name[ni++] = tc;
237 name[ni] = 0;
243 name[ni++] = tc;
276 name[ni] = 0;
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/nvram.tproj/
H A Dnvram.c178 long state, tc, ni = 0, vi = 0; local
196 if(ni==(kMaxNameSize-1))
202 ni = 0;
212 name[ni++] = tc;
231 name[ni++] = tc;
237 name[ni] = 0;
243 name[ni++] = tc;
276 name[ni] = 0;
/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Dunicodeout.tcl79 || (([tk windowingsystem] eq {win32}) && ({ARABIC} ni $w32langs))} {
96 || (([tk windowingsystem] eq {win32}) && ({HEBREW} ni $w32langs))} {
H A Dcombo.tcl56 if {[%W get] ni [%W cget -values]} {
/macosx-10.9.5/network_cmds-433/ping6.tproj/
H A Dping6.c1656 struct icmp6_nodeinfo *ni; local
1695 ni = (struct icmp6_nodeinfo *)buf;
1786 } else if (icp->icmp6_type == ICMP6_NI_REPLY && mynireply(ni)) {
1787 seq = ntohs(*(u_int16_t *)ni->icmp6_ni_nonce);
1803 switch (ntohs(ni->ni_code)) {
1807 printf("refused, type 0x%x", ntohs(ni->ni_type));
1810 printf("unknown, type 0x%x", ntohs(ni->ni_type));
1814 ntohs(ni->ni_code), ntohs(ni->ni_type));
1818 switch (ntohs(ni
2173 pr_suptypes(struct icmp6_nodeinfo *ni, size_t nilen) argument
2239 pr_nodeaddr(struct icmp6_nodeinfo *ni, int nilen) argument
2541 struct icmp6_nodeinfo *ni; local
[all...]
/macosx-10.9.5/swig-10/Source/Modules/
H A Doverload.cxx375 Node *ni = Getitem(dispatch, i);
376 Parm *pi = Getattr(ni, "wrap:parms");
493 Swig_warning(WARN_TYPEMAP_TYPECHECK_UNDEF, Getfile(ni), Getline(ni),
516 Printf(sw, Char(lfmt), Getattr(ni, "wrap:name"));
554 Node *ni = Getitem(dispatch, i);
555 Parm *pi = Getattr(ni, "wrap:parms");
666 Swig_warning(WARN_TYPEMAP_TYPECHECK_UNDEF, Getfile(ni), Getline(ni),
685 Printf(f, Char(lfmt), Getattr(ni, "wra
[all...]
H A Dlang.cxx1766 Node *ni; local
1795 for (ni = Getattr(n, "firstChild"); ni; ni = nextSibling(ni)) {
1797 if (!checkAttribute(ni, "storage", "virtual"))
1799 nodeType = Getattr(ni, "nodeType");
1803 decl = Getattr(ni, "decl");
1805 if (SwigType_isfunction(decl) && (((!protectedbase || dirprot_mode()) && is_public(ni)) || need_nonpublic_member(ni))) {
1936 Node *ni; local
2085 Node *ni; local
3327 Node *ni = Getitem(abstract, i); local
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Drbbisetb.cpp154 int ni; local
155 for (ni=0; ; ni++) { // Loop over each of the UnicodeSets encountered in the input rules
156 usetNode = (RBBINode *)this->fRB->fUSetNodes->elementAt(ni);
265 for (ni=0; ; ni++) { // Loop over each of the UnicodeSets encountered in the input rules
266 usetNode = (RBBINode *)this->fRB->fUSetNodes->elementAt(ni);
/macosx-10.9.5/Heimdal-323.92.1/lib/gssapi/spnego/
H A Daccept_sec_context.c479 NegTokenInit *ni; local
526 ni = &nt.u.negTokenInit;
528 if (ni->mechTypes.len < 1) {
538 mt.len = ni->mechTypes.len;
539 mt.val = ni->mechTypes.val;
561 &ni->mechTypes.val[0],
565 if (ret == 0 && ni->mechToken != NULL) {
568 ibuf.length = ni->mechToken->length;
569 ibuf.value = ni->mechToken->data;
602 ni
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/net/
H A Dimap.rb1155 when /\A(?:NO)\z/ni
1157 when /\A(?:BAD)\z/ni
2103 (?# 16: EOF )(\z))/ni
2112 (?# 7: RPAR )(\)))/ni
2115 (?# 1: TEXT )([^\x00\r\n]*))/ni
2119 (?# 2: TEXT )([^\x00\r\n]*))/ni
2122 (?# 1: TEXT )([^\x00\r\n\]]*))/ni
2155 when /\A(?:OK|NO|BAD|BYE|PREAUTH)\z/ni
2157 when /\A(?:FLAGS)\z/ni
2159 when /\A(?:LIST|LSUB|XLIST)\z/ni
[all...]
/macosx-10.9.5/bash-92/bash-3.2/
H A Darrayfunc.c275 int ni; local
280 ni = 1;
281 val = extract_array_assignment_list (value, &ni);
638 int ind, ni; local
650 ni = skipsubscript (s, ind);
651 if (ni <= ind + 1 || s[ni] != ']')
668 *lenp = ni - ind;

Completed in 462 milliseconds

123456