Searched refs:aname (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-i386/
H A Dgenapic.h88 #define APIC_INIT(aname, aprobe) { \
89 .name = aname, \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/9p/
H A Dconv.h36 char *aname);
H A D9p.h180 struct v9fs_str aname; member in struct:Tauth
203 struct v9fs_str aname; member in struct:Tattach
346 int v9fs_t_attach(struct v9fs_session_info *v9ses, char *uname, char *aname,
H A Dfcall.c71 * @aname: remote name being attached to
79 v9fs_t_attach(struct v9fs_session_info *v9ses, char *uname, char *aname, argument
85 dprintk(DEBUG_9P, "uname '%s' aname '%s' fid %d afid %d\n", uname,
86 aname, fid, afid);
88 tc = v9fs_create_tattach(fid, afid, uname, aname);
H A Dfcprint.c176 "Tauth tag %u afid %d uname '%.*s' aname '%.*s'", tag,
178 fc->params.tauth.uname.str, fc->params.tauth.aname.len,
179 fc->params.tauth.aname.str);
189 "Tattach tag %u fid %d afid %d uname '%.*s' aname '%.*s'",
192 fc->params.tattach.aname.len, fc->params.tattach.aname.str);
H A Dconv.c540 v9fs_create_tattach(u32 fid, u32 afid, char *uname, char *aname) argument
547 size = 4 + 4 + 2 + strlen(uname) + 2 + strlen(aname); /* fid[4] afid[4] uname[s] aname[s] */
555 v9fs_put_str(bufp, aname, &fc->params.tattach.aname);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/nmbd/
H A Dnmbd_elections.c73 unstring aname; local
74 pull_ascii_nstring(aname, sizeof(aname), answer_name->name);
76 IP %s (just checking).\n", aname, inet_ntoa(answer_ip) ));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/client/
H A Dclitar.c117 static void writetarheader(int f, const char *aname, SMB_BIG_UINT size, time_t mtime,
159 static void writetarheader(int f, const char *aname, SMB_BIG_UINT size, time_t mtime, argument
166 DEBUG(5, ("WriteTarHdr, Type = %c, Size= %.0f, Name = %s\n", ftype, (double)size, aname));
170 l=strlen(aname);
184 fixtarname(b, aname, l+2);
191 fixtarname(hb.dbuf.name, aname, (l+2 >= NAMSIZ) ? NAMSIZ : l + 2);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/mod_db4/
H A Dutils.c186 const char *aname = (const char *) a; local
188 return strcmp(aname, be->db_home);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/affs/
H A Dnamei.c94 const u8 *aname = a->name; local
117 if (toupper(*aname++) != toupper(*bname++))

Completed in 127 milliseconds