Searched refs:hn (Results 1 - 19 of 19) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-utils/
H A Davahi-set-host-name.c167 const char *version, *hn; local
174 if (!(hn = avahi_client_get_host_name_fqdn(client))) {
179 fprintf(stderr, _("Server version: %s; Host name: %s\n"), version, hn);
188 const char *hn; local
190 if (!(hn = avahi_client_get_host_name_fqdn(client))) {
195 fprintf(stderr, _("Host name successfully changed to %s\n"), hn);
H A Davahi-resolve.c279 const char *version, *hn; local
286 if (!(hn = avahi_client_get_host_name_fqdn(client))) {
291 fprintf(stderr, _("Server version: %s; Host name: %s\n"), version, hn);
H A Davahi-publish.c388 const char *version, *hn; local
395 if (!(hn = avahi_client_get_host_name_fqdn(client))) {
400 fprintf(stderr, _("Server version: %s; Host name: %s\n"), version, hn);
H A Davahi-browse.c516 const char *version, *hn; local
523 if (!(hn = avahi_client_get_host_name_fqdn(client))) {
528 fprintf(stderr, _("Server version: %s; Host name: %s\n"), version, hn);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Ddircache.c311 hnode_t *hn; local
319 if ((hn = hash_lookup(dircache, &key)))
320 cdir = hnode_get(hn);
378 hnode_t *hn; local
396 if ((hn = hash_lookup(index_didname, &key)))
397 cdir = hnode_get(hn);
443 hnode_t *hn; local
463 if ((hn = hash_lookup(dircache, &key))) {
465 dir_remove(vol, hnode_get(hn));
471 if ((hn
540 hnode_t *hn; local
655 hnode_t *hn; local
[all...]
H A Dhash.c968 hnode_t *hn; local
1032 hn = hash_lookup(h, tok1);
1033 if (!hn) {
1037 val = hnode_get(hn);
1038 key = hnode_getkey(hn);
1039 hash_scan_delfree(h, hn);
1048 hn = hash_lookup(h, tok1);
1049 if (!hn) {
1053 val = hnode_get(hn);
1064 while ((hn
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Ddircache.c311 hnode_t *hn; local
319 if ((hn = hash_lookup(dircache, &key)))
320 cdir = hnode_get(hn);
378 hnode_t *hn; local
396 if ((hn = hash_lookup(index_didname, &key)))
397 cdir = hnode_get(hn);
443 hnode_t *hn; local
463 if ((hn = hash_lookup(dircache, &key))) {
465 dir_remove(vol, hnode_get(hn));
471 if ((hn
540 hnode_t *hn; local
656 hnode_t *hn; local
[all...]
H A Dhash.c968 hnode_t *hn; local
1032 hn = hash_lookup(h, tok1);
1033 if (!hn) {
1037 val = hnode_get(hn);
1038 key = hnode_getkey(hn);
1039 hash_scan_delfree(h, hn);
1048 hn = hash_lookup(h, tok1);
1049 if (!hn) {
1053 val = hnode_get(hn);
1064 while ((hn
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dfloor1.c649 int hn=hineighbor[sortpos]; local
652 if(memo[ln]!=hn){
655 int hsortpos=look->reverse_index[hn];
656 memo[ln]=hn;
661 int hx=info->postlist[hn];
663 int hy=post_Y(fit_valueA,fit_valueB,hn);
696 fit_valueA[hn]=hy1;
697 if(hn==1)fit_valueB[hn]=hy1;
702 if(hineighbor[j]==hn)
731 int hn=look->hineighbor[i-2]; local
813 int hn=look->hineighbor[i-2]; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfsd/
H A Dnfscache.c126 struct hlist_node *hn; local
146 hlist_for_each_entry(rp, hn, rh, c_hash) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dcls_u32.c391 struct tc_u_hnode **hn; local
397 for (hn = &tp_c->hlist; *hn; hn = &(*hn)->next) {
398 if (*hn == ht) {
399 *hn = ht->next;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/ulp/iser/
H A Discsi_iser.c379 uint32_t hn; local
388 initial_cmdsn, &hn);
392 *hostno = hn;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/scsi/
H A Dscsi_transport_iscsi.h92 struct scsi_transport_template *t, uint32_t sn, uint32_t *hn);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dserver.c1248 char *hn = NULL; local
1254 hn = avahi_get_host_name_strdup();
1255 hn[strcspn(hn, ".")] = 0;
1256 host_name = hn;
1260 avahi_free(hn);
1267 s->host_name = hn ? hn : avahi_strdup(host_name);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/
H A Dminidlna.c167 char * hn = calloc(1, 256); local
168 if( gethostname(hn, 256) == 0 )
170 strncpy(buf, hn, len-1);
180 free(hn);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/
H A Dminidlna.c208 char * hn = calloc(1, 256); local
211 if( gethostname(hn, 256) == 0 )
213 strncpyt(buf, hn, len);
222 free(hn);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/
H A Dminidlna.c173 char * hn = calloc(1, 256); local
174 if( gethostname(hn, 256) == 0 )
176 strncpy(buf, hn, len-1);
186 free(hn);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Discsi_tcp.c2097 uint32_t hn; local
2103 initial_cmdsn, &hn);
2106 *hostno = hn;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Draid5.c260 struct hlist_node *hn; local
264 hlist_for_each_entry(sh, hn, stripe_hash(conf, sector), hash)
3709 struct hlist_node *hn; local
3714 hlist_for_each_entry(sh, hn, &conf->stripe_hashtbl[i], hash) {

Completed in 234 milliseconds