Searched refs:np (Results 26 - 50 of 349) sorted by relevance

1234567891011>>

/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dnameser.h240 #define DNS_QR(np) ((np)->flags1 & 0x80) /* response flag */
241 #define DNS_OPCODE(np) ((((np)->flags1) >> 3) & 0xF) /* purpose of message */
242 #define DNS_AA(np) ((np)->flags1 & 0x04) /* authoritative answer */
243 #define DNS_TC(np) ((np)->flags1 & 0x02) /* truncated message */
244 #define DNS_RD(np) ((np)
[all...]
/macosx-10.10.1/smb-759.0/kernel/smbfs/
H A Dsmbfs_notify_change.c150 smbfs_notified_vnode(struct smbnode *np, int throttleBack, uint32_t events, argument
157 if ((np->d_fid == 0) || (smbnode_lock(np, SMBFS_SHARED_LOCK) != 0)) {
162 throttleBack, events, np->d_fid, 0, 0);
170 np->attribute_cache_timer = 0;
171 np->n_symlink_cache_timer = 0;
178 if ((np->d_fid == 0) || throttleBack) {
182 np->n_lastvop = smbfs_notified_vnode;
183 vp = np->n_vnode;
191 if (VTOSMB(vp) != np) {
313 struct smbnode *np = watchItem->np; local
455 struct smbnode *np = watchItem->np; local
979 enqueue_notify_change_request(struct smbfs_notify_change *notify, struct smbnode *np) argument
1050 dequeue_notify_change_request(struct smbfs_notify_change *notify, struct smbnode *np) argument
1127 smbfs_start_change_notify(struct smb_share *share, struct smbnode *np, vfs_context_t context, int *releaseLock) argument
1205 smbfs_stop_change_notify(struct smb_share *share, struct smbnode *np, int forceClose, vfs_context_t context, int *releaseLock) argument
1271 smbfs_restart_change_notify(struct smb_share *share, struct smbnode *np, vfs_context_t context) argument
[all...]
H A Dsmbfs_vnops.c100 struct smbnode *np = VTOSMB(vp); local
102 if (!(np->f_openState & kNeedReopen))
105 error = smbfs_smb_reopen_file(share, np, context);
111 *fid = np->f_fid;
194 struct smbnode *np = VTOSMB(vp); local
210 if ((np->f_refcnt > 1) && (smbfs_smb_reopen_file(share, np, context) == EIO)) {
211 lck_rw_lock_shared(&np->n_name_rwlock);
212 SMBDEBUG(" %s waiting to be revoked\n", np->n_name);
213 lck_rw_unlock_shared(&np
544 struct smbnode *np; local
635 struct smbnode *np = VTOSMB(vp); local
665 struct smbnode *np; local
887 struct smbnode *np = VTOSMB(vp); local
1152 struct smbnode *np; local
1837 struct smbnode *np = NULL; local
1909 struct smbnode *np; local
1969 struct smbnode *np; local
2065 struct smbnode *np = NULL; local
2254 struct smbnode *np; local
2294 struct smbnode *np = VTOSMB(vp); local
2852 struct smbnode *np; local
2922 struct smbnode *np = VTOSMB(vp); local
3179 struct smbnode *np = NULL; local
3377 struct smbnode *np = NULL; local
3695 struct smbnode *np = VTOSMB(vp); local
4059 struct smbnode *np = VTOSMB(vp); local
4246 struct smbnode *np = VTOSMB(vp); local
4910 struct smbnode *np = VTOSMB(ap->a_vp); local
4983 struct smbnode *np = NULL; local
5416 struct smbnode *np; local
5771 struct smbnode *np; local
6375 struct smbnode *np; local
6445 struct smbnode *np; local
6700 struct smbnode *np = NULL; local
6959 struct smbnode *np = NULL; local
7046 struct smbnode *np = NULL; local
7237 struct smbnode *np = NULL; local
7543 struct smbnode *np = NULL; local
7737 struct smbnode *np = NULL; local
7836 struct smbnode *np = NULL; local
7914 struct smbnode *np; local
8315 struct smbnode *np; local
8854 struct smbnode *np = NULL; local
[all...]
H A Dsmbfs_security.c121 smb_print_acl(struct smbnode *np, const char *function, struct kauth_acl *acl) argument
133 if ((np == NULL) || (acl == NULL)) {
138 SMBERROR_LOCK(np, "function: %s node %s \n", function, np->n_name);
288 smbfs_clear_acl_cache(struct smbnode *np) argument
290 lck_mtx_lock(&np->f_ACLCacheLock);
291 if (np->acl_cache_data) {
292 SMB_FREE(np->acl_cache_data, M_TEMP);
294 np->acl_cache_data = NULL;
295 np
485 WindowsNfsSID(struct smbnode *np, ntsid_t *sidptr) argument
628 smbfs_update_acl_cache(struct smb_share *share, struct smbnode *np, vfs_context_t context, struct ntsecdesc **w_sec, size_t *seclen) argument
746 smbfs_set_node_identifier(struct smbnode *np, struct ntsecdesc *w_sec, size_t seclen, guid_t *unique_identifier, int owner) argument
835 smbfs_getsecurity(struct smb_share *share, struct smbnode *np, struct vnode_attr *vap, vfs_context_t context) argument
1107 struct smbnode *np = VTOSMB(vp); local
1537 struct smbnode *np; local
1855 smbfs_set_default_nfs_ace(struct smb_share *share, struct smbnode *np, vfs_context_t context) argument
1912 smbfs_set_ace_modes(struct smb_share *share, struct smbnode *np, uint64_t vamode, vfs_context_t context) argument
[all...]
H A Dsmbfs_security.h25 void smbfs_clear_acl_cache(struct smbnode *np);
26 int smbfs_getsecurity(struct smb_share *share, struct smbnode *np,
36 int smbfs_set_ace_modes(struct smb_share *share, struct smbnode *np, uint64_t vamode, vfs_context_t context);
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/bltins/
H A Denum.c99 Namval_t *np; local
103 np = *(Namval_t**)(fp+1);
104 ep = (struct Enum*)np->nvfun;
123 static Namfun_t *clone_enum(Namval_t* np, Namval_t *mp, int flags, Namfun_t *fp) argument
131 static void put_enum(Namval_t* np,const char *val,int flags,Namfun_t *fp) argument
138 nv_putv(np, val, flags,fp);
139 nv_disc(np,&ep->hdr,NV_POP);
146 nv_putv(np,val,flags,fp);
157 nv_putv(np, (char*)&i, NV_UINT16, fp);
162 if(nv_isattr(np,NV_NOFRE
166 get_enum(register Namval_t* np, Namfun_t *fp) argument
177 get_nenum(register Namval_t* np, Namfun_t *fp) argument
191 Namval_t *np, *tp; local
198 Namval_t *np; member in struct:__anon9027
[all...]
H A Dwhence.c136 register Namval_t *np; local
153 np = 0;
167 if((np=nv_search(name,shp->alias_tree,0))
168 && !nv_isnull(np) && !(notrack=nv_isattr(np,NV_TAGGED))
169 && (cp=nv_getval(np)))
173 if(nv_isattr(np,NV_EXPORT))
188 if(np= nv_bfsearch(name, root, &nq, &notused))
190 if(is_abuiltin(np) && nv_isnull(np))
[all...]
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dname_mask.c213 const NAME_MASK *np; local
232 for (np = table; /* void */ ; np++) {
233 if (np->name == 0) {
251 if (lookup(name, np->name) == 0) {
254 result |= np->mask;
270 const NAME_MASK *np; local
287 for (np = table; mask != 0; np++) {
288 if (np
327 const LONG_NAME_MASK *np; local
389 const LONG_NAME_MASK *np; local
[all...]
H A Dcidr_match.c98 unsigned char *np; local
110 for (np = entry->net_bytes, mp = entry->mask_bytes,
111 ap = addr_bytes; /* void */ ; np++, mp++, ap++) {
114 if ((*ap & *mp) != *np)
120 for (np = entry->net_bytes,
121 ap = addr_bytes; /* void */ ; np++, ap++) {
124 if (*ap != *np)
141 unsigned char *np; local
191 for (np = ip->net_bytes, mp = ip->mask_bytes;
192 np < i
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/stdio/
H A D_stdfun.c57 static void* np; local
72 if (!np && !(np = dlopen("/sys/msvcrt.dll", 0)))
74 if (!(vp->vec[1] = (Fun_f)dlsym(np, vp->name)))
H A Dgetdelim.c27 getdelim(char** sp, size_t* np, int delim, Sfio_t* f) argument
37 STDIO_INT(f, "getdelim", ssize_t, (char**, size_t*, int, Sfio_t*), (sp, np, delim, f))
41 if(delim < 0 || delim > 255 || !sp || !np) /* bad parameters */
49 if(!(s = (uchar*)(*sp)) || (n = *np) < 0)
72 { *sp = 0; *np = 0;
76 *sp = (char*)s; *np = n;
93 __getdelim(char** sp, size_t* np, int delim, Sfio_t* f) argument
95 return getdelim(sp, np, delim, f);
/macosx-10.10.1/ntp-92/libntp/
H A Ddecodenetnum.c27 char *np; local
36 np = name;
38 *np++ = *cp++;
39 *np = 0;
/macosx-10.10.1/NFS-82/rpc.statd/
H A Dprocs.c171 Notify *np; local
195 np = malloc(sizeof(Notify) + namelen);
196 if (!np) {
202 free(np);
205 strncpy(np->n_host, arg->mon_id.my_id.my_name, namelen+1);
206 np->n_prog = arg->mon_id.my_id.my_prog;
207 np->n_vers = arg->mon_id.my_id.my_vers;
208 np->n_proc = arg->mon_id.my_id.my_proc;
209 memcpy(np->n_data, arg->priv, sizeof(np
230 Notify *np, *next, *last = NULL; local
434 Notify *np; local
[all...]
/macosx-10.10.1/tcsh-65/tcsh/
H A Dsh.hist.c63 struct Hist *hp, *np; local
80 for (hp = &Histlist; (np = hp->Hnext) != NULL;)
81 if (eventno - np->Href >= histlen || histlen == 0)
82 hp->Hnext = np->Hnext, hfree(np);
84 hp = np;
110 struct Hist *np; local
144 np = p ? p : xmalloc(sizeof(*np));
148 np
252 struct Hist *np, *hp; local
272 dohist1(struct Hist *hp, int *np, int hflg) argument
[all...]
/macosx-10.10.1/groff-38/groff/src/libs/libgroff/
H A Dnametoindex.cpp87 int *np = table.lookup(s); local
88 if (!np) {
89 np = new int[1];
90 *np = next_index++;
91 table.define(s, np);
93 return *np;
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dnvtype.c83 Namval_t *np; member in struct:Namtype
156 size_t nv_datasize(Namval_t *np, size_t *offset) argument
159 if(nv_isattr(np,NV_INTEGER))
161 if(nv_isattr(np,NV_DOUBLE)==NV_DOUBLE)
163 if(nv_isattr(np, NV_LONG))
168 else if(nv_isattr(np, NV_SHORT))
181 if(nv_isattr(np, NV_LONG))
186 else if(nv_isattr(np, NV_SHORT))
198 else if(nv_isattr(np, NV_BINARY) || nv_isattr(np,NV_LJUS
210 name_chtype(Namval_t *np, Namfun_t *fp) argument
232 put_chtype(Namval_t* np, const char* val, int flag, Namfun_t* fp) argument
259 clone_chtype(Namval_t* np, Namval_t *mp, int flags, Namfun_t *fp) argument
280 Namval_t *tp,*np = nv_namptr(nodes,n); local
321 Namval_t *np = nv_namptr(pp->nodes,i); local
364 clone_type(Namval_t* np, Namval_t *mp, int flags, Namfun_t *fp) argument
497 create_type(Namval_t *np,const char *name,int flag,Namfun_t *fp) argument
547 put_type(Namval_t* np, const char* val, int flag, Namfun_t* fp) argument
586 next_type(register Namval_t* np, Dt_t *root,Namfun_t *fp) argument
601 clone_inttype(Namval_t* np, Namval_t *mp, int flags, Namfun_t *fp) argument
620 Namval_t *np,*nq,*tp; local
749 Namval_t *np=0,*nq; local
797 nv_addtype(Namval_t *np, const char *optstr, Optdisc_t *op, size_t optsz) argument
839 Namval_t *np; member in struct:__anon9040
853 Namval_t *mp=nodes[0], *bp=0, *np, *nq, **mnodes=nodes; local
1273 nv_type(Namval_t *np) argument
1294 type_init(Namval_t *np) argument
1314 nv_settype(Namval_t* np, Namval_t *tp, int flags) argument
1555 put_stat(Namval_t* np, const char* val, int flag, Namfun_t* nfp) argument
[all...]
H A Dinit.c238 static void rehash(register Namval_t *np,void *data) argument
241 nv_onattr(np,NV_NOALIAS);
255 static void put_ed(register Namval_t* np,const char *val,int flags,Namfun_t *fp) argument
257 register const char *cp, *name=nv_name(np);
259 Shell_t *shp = nv_shell(np);
280 nv_putv(np, val, flags, fp);
284 static void put_history(register Namval_t* np,const char *val,int flags,Namfun_t *fp) argument
286 Shell_t *shp = nv_shell(np);
291 if(np==HISTFILE && (cp=nv_getval(np))
308 put_optindex(Namval_t* np,const char *val,int flags,Namfun_t *fp) argument
317 nget_optindex(register Namval_t* np, Namfun_t *fp) argument
322 clone_optindex(Namval_t* np, Namval_t *mp, int flags, Namfun_t *fp) argument
333 put_restricted(register Namval_t* np,const char *val,int flags,Namfun_t *fp) argument
377 put_cdpath(register Namval_t* np,const char *val,int flags,Namfun_t *fp) argument
410 put_lang(Namval_t* np,const char *val,int flags,Namfun_t *fp) argument
509 put_ifs(register Namval_t* np,const char *val,int flags,Namfun_t *fp) argument
536 get_ifs(register Namval_t* np, Namfun_t *fp) argument
594 put_seconds(register Namval_t* np,const char *val,int flags,Namfun_t *fp) argument
618 get_seconds(register Namval_t* np, Namfun_t *fp) argument
631 nget_seconds(register Namval_t* np, Namfun_t *fp) argument
643 put_rand(register Namval_t* np,const char *val,int flags,Namfun_t *fp) argument
669 nget_rand(register Namval_t* np, Namfun_t *fp) argument
680 get_rand(register Namval_t* np, Namfun_t *fp) argument
689 nget_lineno(Namval_t* np, Namfun_t *fp) argument
701 put_lineno(Namval_t* np,const char *val,int flags,Namfun_t *fp) argument
720 get_lineno(register Namval_t* np, Namfun_t *fp) argument
726 get_lastarg(Namval_t* np, Namfun_t *fp) argument
736 put_lastarg(Namval_t* np,const char *val,int flags,Namfun_t *fp) argument
769 Namval_t *np = nv_namptr(mp->node,0); local
866 get_match(register Namval_t* np, Namfun_t *fp) argument
903 get_version(register Namval_t* np, Namfun_t *fp) argument
908 nget_version(register Namval_t* np, Namfun_t *fp) argument
948 put_vpath(register Namval_t* np,const char *val,int flags,Namfun_t *fp) argument
976 name_math(Namval_t *np, Namfun_t *fp) argument
996 Namval_t *np; local
1013 create_math(Namval_t *np,const char *name,int flag,Namfun_t *fp) argument
1024 get_math(register Namval_t* np, Namfun_t *fp) argument
1045 setdisc_any(Namval_t *np, const char *event, Namval_t *action, Namfun_t *fp) argument
1082 get_nspace(Namval_t* np, Namfun_t *fp) argument
1220 get_mode(Namval_t* np, Namfun_t* nfp) argument
1226 put_mode(Namval_t* np, const char* val, int flag, Namfun_t* nfp) argument
1596 Namval_t *np,*npnext; local
1688 nv_cover(register Namval_t *np) argument
1711 next_stat(register Namval_t* np, Dt_t *root,Namfun_t *fp) argument
1721 create_stat(Namval_t *np,const char *name,int flag,Namfun_t *fp) argument
1758 name_stat(Namval_t *np, Namfun_t *fp) argument
1780 Namval_t *np; local
1936 register Namval_t *np; local
1996 register Namval_t *np,*mp; local
2164 put_trans(register Namval_t* np,const char *val,int flags,Namfun_t *fp) argument
2205 nv_mapchar(Namval_t *np,const char *name) argument
[all...]
H A Dbash.c153 static void put_globignore(register Namval_t* np, const char *val, int flags, Namfun_t *fp) argument
160 nv_putv(np,val,flags,fp);
172 static void put_funcname(register Namval_t* np,const char *val,int flags,Namfun_t *fp) argument
179 nv_putv(np,val,flags,fp);
314 Namval_t *np; local
356 if(np=nv_open("HOSTTYPE",shp->var_tree,0))
357 nv_putval(np, BASH_HOSTTYPE, NV_NOFREE);
358 if(np=nv_open("MACHTYPE",shp->var_tree,0))
359 nv_putval(np, BASH_MACHTYPE, NV_NOFREE);
360 if(np
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/nfs/
H A Dnfs_bio.c102 #define NFSBUFHASH(np, lbn) \
103 (&nfsbufhashtbl[((long)(np) / sizeof(*(np)) + (int)(lbn)) & nfsbufhash])
304 nfs_buf_is_incore(nfsnode_t np, daddr64_t blkno) argument
308 if (nfs_buf_incore(np, blkno))
320 nfs_buf_incore(nfsnode_t np, daddr64_t blkno) argument
323 struct nfsbuf * bp = NFSBUFHASH(np, blkno)->lh_first;
325 if ((bp->nb_lblkno == blkno) && (bp->nb_np == np)) {
513 nfs_buf_normalize_valid_range(nfsnode_t np, struct nfsbuf *bp) argument
528 if (NBOFF(bp) + bp->nb_validend > (off_t)np
540 nfsnode_t np; local
637 nfs_buf_get( nfsnode_t np, daddr64_t blkno, uint32_t size, thread_t thd, int flags, struct nfsbuf **bpp) argument
986 nfsnode_t np = bp->nb_np; local
1226 nfsnode_t np = bp->nb_np; local
1286 nfs_buf_check_write_verifier(nfsnode_t np, struct nfsbuf *bp) argument
1392 nfs_buf_iterprepare(nfsnode_t np, struct nfsbuflists *iterheadp, int flags) argument
1429 nfs_buf_itercomplete(nfsnode_t np, struct nfsbuflists *iterheadp, int flags) argument
1460 nfsnode_t np; local
1497 nfsnode_t np = bp->nb_np; local
1540 nfsnode_t np = bp->nb_np; local
1654 nfsnode_t np; local
1838 nfs_buf_readahead(nfsnode_t np, int ioflag, daddr64_t *rabnp, daddr64_t lastrabn, thread_t thd, kauth_cred_t cred) argument
1895 nfs_bioread(nfsnode_t np, uio_t uio, int ioflag, vfs_context_t ctx) argument
2281 nfsnode_t np; local
2504 nfsnode_t np = bp->nb_np; local
2613 nfsnode_t np = bp->nb_np; local
2698 nfsnode_t np = bp->nb_np; local
2819 nfsnode_t np; local
3016 nfs_flushcommits(nfsnode_t np, int nowait) argument
3253 nfs_flush(nfsnode_t np, int waitfor, thread_t thd, int ignore_writeerr) argument
3466 nfs_vinvalbuf_internal( nfsnode_t np, int flags, thread_t thd, kauth_cred_t cred, int slpflag, int slptimeo) argument
3629 nfsnode_t np = VTONFS(vp); local
3711 nfs_wait_bufs(nfsnode_t np) argument
3857 nfsnode_t np = bp->nb_np; local
[all...]
H A Dnfs_vnops.c459 nfs_node_access_slot(nfsnode_t np, uid_t uid, int add) argument
464 if (np->n_accessuid[slot] == uid)
469 slot = np->n_access[NFS_ACCESS_CACHE_SIZE];
470 np->n_access[NFS_ACCESS_CACHE_SIZE] = (slot + 1) % NFS_ACCESS_CACHE_SIZE;
476 nfs3_access_rpc(nfsnode_t np, u_int32_t *access, int rpcflags, vfs_context_t ctx) argument
489 nfsm_chain_add_fh(error, &nmreq, NFS_VER3, np->n_fhp, np->n_fhsize);
493 error = nfs_request2(np, NULL, &nmreq, NFSPROC_ACCESS,
496 if ((lockerror = nfs_node_lock(np)))
498 nfsm_chain_postop_attr_update(error, &nmrep, np,
553 nfsnode_t np = VTONFS(vp); local
703 nfsnode_t np = VTONFS(vp); local
894 nfs_no_of_open_file_writers(nfsnode_t np) argument
943 nfsnode_t np = VTONFS(vp); local
1130 nfs_close( nfsnode_t np, struct nfs_open_file *nofp, uint32_t accessMode, uint32_t denyMode, vfs_context_t ctx) argument
1272 nfs3_getattr_rpc( nfsnode_t np, mount_t mp, u_char *fhp, size_t fhsize, int flags, vfs_context_t ctx, struct nfs_vattr *nvap, u_int64_t *xidp) argument
1326 nfs_refresh_fh(nfsnode_t np, vfs_context_t ctx) argument
1455 nfs_getattr(nfsnode_t np, struct nfs_vattr *nvap, vfs_context_t ctx, int flags) argument
1470 nfs_getattr_internal(nfsnode_t np, struct nfs_vattr *nvap, vfs_context_t ctx, int flags) argument
1777 nfsnode_t np = VTONFS(vp); local
2084 nfs3_setattr_rpc( nfsnode_t np, struct vnode_attr *vap, vfs_context_t ctx) argument
2262 nfsnode_t dnp, np; local
2461 nfsnode_t np = VTONFS(ap->a_vp); local
2550 nfs3_readlink_rpc(nfsnode_t np, char *buf, uint32_t *buflenp, vfs_context_t ctx) argument
2604 nfs_read_rpc(nfsnode_t np, uio_t uio, vfs_context_t ctx) argument
2674 nfs3_read_rpc_async( nfsnode_t np, off_t offset, size_t len, thread_t thd, kauth_cred_t cred, struct nfsreq_cbinfo *cb, struct nfsreq **reqp) argument
2712 nfs3_read_rpc_async_finish( nfsnode_t np, struct nfsreq *req, uio_t uio, size_t *lenp, int *eofp) argument
2788 nfsnode_t np = VTONFS(vp); local
3350 nfs_write_rpc( nfsnode_t np, uio_t uio, vfs_context_t ctx, int *iomodep, uint64_t *wverfp) argument
3361 nfs_write_rpc2( nfsnode_t np, uio_t uio, thread_t thd, kauth_cred_t cred, int *iomodep, uint64_t *wverfp) argument
3486 nfs3_write_rpc_async( nfsnode_t np, uio_t uio, size_t len, thread_t thd, kauth_cred_t cred, int iomode, struct nfsreq_cbinfo *cb, struct nfsreq **reqp) argument
3536 nfs3_write_rpc_async_finish( nfsnode_t np, struct nfsreq *req, int *iomodep, size_t *rlenp, uint64_t *wverfp) argument
3634 nfsnode_t np = NULL; local
3784 nfsnode_t np = NULL; local
3968 nfsnode_t np = VTONFS(vp); local
4460 nfsnode_t np = VTONFS(vp); local
4563 nfsnode_t np = NULL; local
4713 nfsnode_t np = NULL; local
4863 nfsnode_t np = VTONFS(vp); local
5640 nfs_name_cache_purge(nfsnode_t dnp, nfsnode_t np, struct componentname *cnp, vfs_context_t ctx) argument
5939 nfs_sillyrename( nfsnode_t dnp, nfsnode_t np, struct componentname *cnp, vfs_context_t ctx) argument
6123 nfsnode_t np, newnp = NULL; local
6316 nfs3_commit_rpc( nfsnode_t np, uint64_t offset, uint64_t count, kauth_cred_t cred, uint64_t wverf) argument
6415 nfs3_pathconf_rpc( nfsnode_t np, struct nfs_fsattr *nfsap, vfs_context_t ctx) argument
6511 nfsnode_t np = VTONFS(vp); local
6683 nfsnode_t np = VTONFS(ap->a_vp); local
6713 nfsnode_t np = VTONFS(ap->a_vp); local
6745 nfsnode_t np = VTONFS(vp); local
6791 nfsnode_t np = VTONFS(ap->a_vp); local
6821 nfsnode_t np = VTONFS(ap->a_vp); local
6853 nfsnode_t np = VTONFS(vp); local
6974 nfsnode_t np = VTONFS(vp); local
7283 nfsnode_t np = VTONFS(vp); local
7764 nfsnode_t np = VTONFS(ap->a_vp); local
7801 nfs_vnode_notify(nfsnode_t np, uint32_t events) argument
[all...]
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/include/
H A Dnval.h211 #define nv_isattr(np,f) ((np)->nvflag & (f))
214 #define nv_isarray(np) (nv_isattr((np),NV_ARRAY))
304 #define nv_unset(np) _nv_unset(np,0)
305 #define nv_size(np) nv_setsize((np),-1)
306 #define nv_stack(np,nf) nv_disc(np,n
[all...]
/macosx-10.10.1/smb-759.0/kernel/netsmb/
H A Dsmb_subr.h59 #define SMBDEBUG_LOCK(np, format, args...) do { \
60 lck_rw_lock_shared(&(np)->n_name_rwlock); \
62 lck_rw_unlock_shared(&(np)->n_name_rwlock); \
70 #define SMBSYMDEBUG_LOCK(np, format, args...)
74 #define SMBDEBUG_LOCK(np, format, args...)
76 #define SMBSYMDEBUG_LOCK(np, format, args...)
81 #define SMBERROR_LOCK(np, format, args...) do { \
82 lck_rw_lock_shared(&(np)->n_name_rwlock); \
84 lck_rw_unlock_shared(&(np)->n_name_rwlock); \
87 #define SMBWARNING_LOCK(np, forma
[all...]
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dprintf-parse.c135 const CHAR_T *np; local
137 for (np = cp; *np >= '0' && *np <= '9'; np++)
139 if (*np == '$')
143 for (np = cp; *np >= '0' && *np <= '9'; np
206 const CHAR_T *np; local
264 const CHAR_T *np; local
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/sh/
H A Dspell.c66 char *op, *np, *p; local
70 np = newname;
74 *np++ = *op++;
75 *np = '\0';
98 for (p = best; *np = *p++; np++)
/macosx-10.10.1/swig-12/Source/Swig/
H A Dparms.c37 Parm *np = NewHash(); local
42 Setattr(np,ki.key,c);
46 Setfile(np, Getfile(p));
47 Setline(np, Getline(p));
48 return np;
57 Parm *np; local
66 np = CopyParm(p);
68 set_nextSibling(pp, np);
69 Delete(np);
71 fp = np;
[all...]

Completed in 298 milliseconds

1234567891011>>