Home
last modified time | relevance | path

Searched refs:nap (Results 1 – 17 of 17) sorted by relevance

/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs4_acache.c115 acache4_t *nap; in nfs4_access_cache() local
125 nap = kmem_cache_alloc(acache4_cache, KM_NOSLEEP); in nfs4_access_cache()
126 if (nap != NULL) { in nfs4_access_cache()
127 nap->known = acc; in nfs4_access_cache()
128 nap->allowed = resacc; in nfs4_access_cache()
129 nap->rnode = rp; in nfs4_access_cache()
131 nap->cred = cr; in nfs4_access_cache()
132 nap->hashq = hp; in nfs4_access_cache()
145 if (nap != NULL) { in nfs4_access_cache()
146 crfree(nap->cred); in nfs4_access_cache()
[all …]
H A Dnfs4_attr.c66 union nfs4_attr_u *nap, int flags, int *errorp) in nfs4_ver_fattr4_attr() argument
81 nap->size = vap->va_size; in nfs4_ver_fattr4_attr()
84 nap->mode = vap->va_mode; in nfs4_ver_fattr4_attr()
91 if (*errorp = nfs_idmap_uid_str(vap->va_uid, &nap->owner, in nfs4_ver_fattr4_attr()
100 if (*errorp = nfs_idmap_gid_str(vap->va_gid, &nap->owner_group, in nfs4_ver_fattr4_attr()
107 &nap->time_access))) { in nfs4_ver_fattr4_attr()
119 &nap->time_modify))) { in nfs4_ver_fattr4_attr()
130 &nap->time_metadata)) { in nfs4_ver_fattr4_attr()
154 struct nfs4_ntov_map *ntovp, union nfs4_attr_u *nap, int flags, in nfs4_set_fattr4_attr() argument
170 nap->size = vap->va_size; in nfs4_set_fattr4_attr()
[all …]
H A Dnfs_subr.c3249 acache_t *nap; in nfs_access_cache() local
3259 nap = kmem_cache_alloc(acache_cache, KM_NOSLEEP); in nfs_access_cache()
3260 if (nap != NULL) { in nfs_access_cache()
3261 nap->known = acc; in nfs_access_cache()
3262 nap->allowed = resacc; in nfs_access_cache()
3263 nap->rnode = rp; in nfs_access_cache()
3265 nap->cred = cr; in nfs_access_cache()
3266 nap->hashq = hp; in nfs_access_cache()
3279 if (nap != NULL) { in nfs_access_cache()
3280 crfree(nap->cred); in nfs_access_cache()
[all …]
H A Dnfs4_srv.c5038 int k, XDR *xdrp, bitmap4 *resp_bval, union nfs4_attr_u *nap) in decode_fattr4_attr() argument
5045 if ((*nfs4_ntov_map[k].xfunc)(xdrp, nap)) { in decode_fattr4_attr()
5061 sargp, nap); in decode_fattr4_attr()
5064 (caddr_t)nap); in decode_fattr4_attr()
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_rip.c50 const struct netauth *nap; in interpret_rip() local
95 nap = (struct netauth *)nip; in interpret_rip()
97 if (nap->a_type == RIP_AUTH_MD5 && in interpret_rip()
98 len >= ntohs(nap->au.a_md5.md5_auth_len)) in interpret_rip()
99 len -= ntohs(nap->au.a_md5. in interpret_rip()
168 nap = (const struct netauth *)nip; in interpret_rip()
169 if (nap->a_type == RIP_AUTH_NONE) { in interpret_rip()
175 } else if (nap->a_type == RIP_AUTH_PW) { in interpret_rip()
182 nap->au.au_pw); in interpret_rip()
183 } else if (nap->a_type == in interpret_rip()
[all …]
/titanic_50/usr/src/lib/libresolv2/common/irs/
H A Dgetnetent.c125 char **nap; in getnetbyname_p() local
132 for (nap = net_data->nw_last->n_aliases; nap && *nap; nap++) in getnetbyname_p()
133 if (!strcmp(name, *nap)) in getnetbyname_p()
/titanic_50/usr/src/cmd/syslogd/
H A Dsyslogd.c3613 struct nd_addrlist *nap; in getnets() local
3642 if (netdir_getbyname(ncp, &hs, &nap) != 0) { in getnets()
3646 if (nap == NULL || nap->n_cnt <= 0) { in getnets()
3649 netdir_free((void *)nap, ND_ADDRLIST); in getnets()
3655 mythreadno, nap->n_cnt); in getnets()
3657 nbp = nap->n_addrs; in getnets()
3659 for (i = 0; i < nap->n_cnt; i++) { in getnets()
3670 inputs = Ninputs + nap->n_cnt; in getnets()
3686 nbp = nap->n_addrs; in getnets()
3688 for (i = 0; i < nap->n_cnt; i++, nbp++) { in getnets()
[all …]
/titanic_50/usr/src/cmd/bnu/
H A Dconn.c68 EXTERN void sendthem(), nap();
899 nap(HZ/4); /* approximately 1/4 second */
1231 nap (time) in nap() function
1252 nap(n) in nap() function
1280 nap(n) in nap() function
H A Dpk1.c482 nap((n * HZ * 10) / linebaudrate); /* n char times */
H A Dline.c543 nap(HZ/10); /* 0.1 second break */ in ttygenbrk()
/titanic_50/usr/src/lib/libnsl/dial/
H A Dconn.c63 static void nap(unsigned int);
666 nap(HZ/4); /* approximately 1/4 second */ in sendthem()
920 nap(unsigned int n) in nap() function
/titanic_50/usr/src/cmd/backup/dump/
H A Ddumptape.c166 static void nap(int);
189 static void nap();
688 nap(10); in taprec()
1007 nap(int ms) in nap() function
2066 nap(50); in dowrite()
/titanic_50/usr/src/cmd/tip/
H A Dcmds.c429 nap(number(value(CDELAY))); in send()
434 nap(number(value(LDELAY))); in send()
/titanic_50/usr/src/lib/libsqlite/tool/
H A Dlemon.c931 struct action *ap, *nap; local
937 for(nap=ap->next; nap && nap->sp==ap->sp; nap=nap->next){
940 lemp->nconflict += resolve_conflict(ap,nap,lemp->errsym);
/titanic_50/usr/src/uts/common/io/scsi/impl/
H A Dscsi_hba.c3816 struct nodename_aliases *nap; in scsi_hba_ident_nodename_compatible_get() local
4096 for (nap = na; nap->na_nodename; nap++) { in scsi_hba_ident_nodename_compatible_get()
4097 if (strcmp(*csp, nap->na_alias) == 0) { in scsi_hba_ident_nodename_compatible_get()
4098 nname = nap->na_nodename; in scsi_hba_ident_nodename_compatible_get()
/titanic_50/usr/src/cmd/look/
H A Dwords15428 nap
/titanic_50/usr/src/cmd/spell/
H A Dlist15426 nap