Searched refs:did (Results 151 - 175 of 317) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/lib/
H A Dstrncat.S63 0: cmplt $27, $24, $2 # did we fill the buffer completely?
H A Dev67-strncat.S62 cmplt $27, $24, $5 # E : did we fill the buffer completely?
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/cnid/cdb/
H A Dcnid_cdb_private.h46 did 4
53 did/name
62 unsigned int did; member in struct:cnid_record
82 * did 4
85 * db_didname: (key: did/unix name)
93 * version number is stored with did/name key of 0/0
124 * db_longname: (key: did/longname)
127 * db_macname: (key: did/macname)
130 * db_shortname: (key: did/shortname)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/cnid/tdb/
H A Dcnid_tdb.h75 extern unsigned char *make_tdb_data(u_int32_t flags, const struct stat *st, const cnid_t did, const char *name, const size_t len);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/cnid/cdb/
H A Dcnid_cdb_private.h46 did 4
53 did/name
62 unsigned int did; member in struct:cnid_record
82 * did 4
85 * db_didname: (key: did/unix name)
93 * version number is stored with did/name key of 0/0
124 * db_longname: (key: did/longname)
127 * db_macname: (key: did/macname)
130 * db_shortname: (key: did/shortname)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/cnid/tdb/
H A Dcnid_tdb.h75 extern unsigned char *make_tdb_data(u_int32_t flags, const struct stat *st, const cnid_t did, const char *name, const size_t len);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dfile.c209 * @brief Get CNID for did/upath args both from database and adouble file
219 * @param did (r) parent CNID of upath
226 const cnid_t did,
236 /* prime aint with what we think is the cnid, set did to zero for
240 dbcnid = cnid_add(vol->v_cdb, st, did, upath, len, adcnid); /* (2) */
296 if (ad_setid(adp, st->st_dev, st->st_ino, dbcnid, did, vol->v_stamp)) {
343 LOG(log_debug, logtype_afpd, "getmetadata: caching: did:%u, \"%s\", cnid:%u",
676 int creatf, did, openf, retvalue = AFP_OK; local
694 memcpy(&did, ibuf, sizeof( did));
223 get_id(struct vol *vol, struct adouble *adp, const struct stat *st, const cnid_t did, const char *upath, const int len) argument
807 int did, rc; local
1744 cnid_t did, id; local
1812 cnid_t did; member in struct:reenum
1820 cnid_t did = param->did; local
2157 u_int32_t sid, did; local
[all...]
H A Dacls.c1213 uint32_t did, darwin_ace_rights; local
1228 memcpy(&did, ibuf, sizeof( did ));
1229 ibuf += sizeof( did );
1230 if (NULL == ( dir = dirlookup( vol, did ))) {
1231 LOG(log_error, logtype_afpd, "afp_access: error getting did:%d", did);
1269 uint32_t did; local
1286 memcpy(&did, ibuf, sizeof( did ));
1364 uint32_t did; local
[all...]
H A Denumerate.c173 int did, ret, len, first = 1; local
202 memcpy( &did, ibuf, sizeof( did ));
203 ibuf += sizeof( did );
205 if (NULL == ( dir = dirlookup( vol, did )) ) {
388 if HD have backup folder, "sparsbundle" or "bands", record did here */
396 LOG(log_error, logtype_afpd, "enumerate(vid:%u, did:%u, name:'%s'): error adding dir: '%s'",
397 ntohs(vid), ntohl(did), o_path->u_name, s_path.u_name);
H A Ddirectory.h102 cnid_t pdid, cnid_t did, bstring fullpath, struct stat *);
105 extern int dir_modify(const struct vol *vol, struct dir *dir, cnid_t pdid, cnid_t did,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dfile.c209 * @brief Get CNID for did/upath args both from database and adouble file
219 * @param did (r) parent CNID of upath
226 const cnid_t did,
236 /* prime aint with what we think is the cnid, set did to zero for
240 dbcnid = cnid_add(vol->v_cdb, st, did, upath, len, adcnid); /* (2) */
292 if (ad_setid(adp, st->st_dev, st->st_ino, dbcnid, did, vol->v_stamp)) {
339 LOG(log_debug, logtype_afpd, "getmetadata: caching: did:%u, \"%s\", cnid:%u",
672 int creatf, did, openf, retvalue = AFP_OK; local
690 memcpy(&did, ibuf, sizeof( did));
223 get_id(struct vol *vol, struct adouble *adp, const struct stat *st, const cnid_t did, const char *upath, const int len) argument
804 int did, rc; local
1749 cnid_t did, id; local
1817 cnid_t did; member in struct:reenum
1825 cnid_t did = param->did; local
2162 u_int32_t sid, did; local
[all...]
H A Denumerate.c173 int did, ret, len, first = 1; local
202 memcpy( &did, ibuf, sizeof( did ));
203 ibuf += sizeof( did );
205 if (NULL == ( dir = dirlookup( vol, did )) ) {
388 if HD have backup folder, "sparsbundle" or "bands", record did here */
396 LOG(log_error, logtype_afpd, "enumerate(vid:%u, did:%u, name:'%s'): error adding dir: '%s'",
397 ntohs(vid), ntohl(did), o_path->u_name, s_path.u_name);
H A Ddirectory.h102 cnid_t pdid, cnid_t did, bstring fullpath, struct stat *);
105 extern int dir_modify(const struct vol *vol, struct dir *dir, cnid_t pdid, cnid_t did,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/keyboard/
H A Dhil_kbd.c261 uint8_t did, *idd; local
307 did = kbd->idd[0];
309 switch (did & HIL_IDD_DID_TYPE_MASK) {
314 printk(KERN_INFO PREFIX "HIL keyboard found (did = 0x%02x, lang = %s)\n",
315 did, hil_language[did & HIL_IDD_DID_TYPE_KB_LANG_MASK]);
348 kbd->dev->name, did);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/ps3/
H A Dinterrupt.c314 * @did: The HV device identifier read from the system repository.
323 const struct ps3_device_id *did, unsigned int interrupt_id,
335 result = lv1_connect_interrupt_event_receive_port(did->bus_id,
336 did->dev_id, virq_to_hw(*virq), interrupt_id);
354 int ps3_sb_event_receive_port_destroy(const struct ps3_device_id *did, argument
364 result = lv1_disconnect_interrupt_event_receive_port(did->bus_id,
365 did->dev_id, virq_to_hw(virq), interrupt_id);
322 ps3_sb_event_receive_port_setup(enum ps3_cpu_binding cpu, const struct ps3_device_id *did, unsigned int interrupt_id, unsigned int *virq) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/platforms/85xx/
H A Dmpc85xx_cds_common.c271 u16 vid, did; local
283 early_read_config_word(hose, 1, 0x10, PCI_DEVICE_ID, &did);
286 (did != PCI_DEVICE_ID_VIA_82C686))
297 u16 vid, did; local
315 early_read_config_word(hose, 1, 0x10, PCI_DEVICE_ID, &did);
317 (did != PCI_DEVICE_ID_VIA_82C686))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dtmscsim.h276 #define MK_RES(drv,did,msg,tgt) ((int)(drv)<<24 | (int)(did)<<16 | (int)(msg)<<8 | (int)(tgt))
277 #define MK_RES_LNX(drv,did,msg,tgt) ((int)(drv)<<24 | (int)(did)<<16 | (int)(msg)<<8 | (int)(tgt)<<1)
282 #define SET_RES_DID(who, did) do { who &= ~RES_DID; who |= (int)(did) << 16; } while (0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Datmel_cs.c234 struct pcmcia_device_id *did; local
237 did = handle_to_dev(link).driver_data;
343 did ? did->driver_info : ATMEL_FW_TYPE_NONE,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/cnid_dbd/
H A Ddbd_rebuild_add.c52 "dbd_rebuild_add(CNID: %u, did: %u, name: \"%s\", dev/ino:0x%llx/0x%llx): success",
53 ntohl(rqst->cnid), ntohl(rqst->did), rqst->name,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drecd008.tcl29 set did [open $dict]
31 while { [gets $did str] != -1 && $count < 1000 } {
46 close $did
H A Dsdb002.tcl120 set did [open $dict]
134 while { [gets $did str] != -1 && $count < $nentries } {
152 close $did
H A Dsdb003.tcl86 set did [open $dict]
87 while { [gets $did str] != -1 && $count < $ndataent } {
113 close $did
H A Dtest006.tcl99 set did [open $dict]
100 while { [gets $did str] != -1 && $count < $nentries } {
126 close $did
H A Dtest010.tcl69 set did [open $dict]
77 while { [gets $did str] != -1 && $count < $nentries } {
126 close $did
H A Dtest014.tcl123 set did [open $dict]
124 while { [gets $did str] != -1 && $count < $nentries } {
184 close $did

Completed in 244 milliseconds

1234567891011>>