Searched refs:vid (Results 151 - 175 of 444) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/etc/afpd/
H A Dfile.c673 uint16_t vid; local
680 memcpy(&vid, ibuf, sizeof( vid ));
681 ibuf += sizeof( vid );
683 if (NULL == ( vol = getvolbyvid( vid )) )
781 uint16_t vid, bitmap; local
786 memcpy(&vid, ibuf, sizeof( vid ));
787 ibuf += sizeof( vid );
788 if (NULL == ( vol = getvolbyvid( vid )) ) {
1650 u_short vid; local
1788 uint16_t vid, bitmap; local
1897 u_short vid; local
2043 uint16_t vid; local
[all...]
H A Dacls.c1505 uint16_t vid; local
1512 memcpy(&vid, ibuf, sizeof( vid ));
1513 ibuf += sizeof(vid);
1514 if (NULL == ( vol = getvolbyvid( vid ))) {
1515 LOG(log_error, logtype_afpd, "afp_access: error getting volid:%d", vid);
1561 uint16_t vid, bitmap; local
1570 memcpy(&vid, ibuf, sizeof( vid ));
1571 ibuf += sizeof(vid);
1656 uint16_t vid, bitmap; local
[all...]
H A Ddirectory.c1685 uint16_t vid, bitmap; local
1691 memcpy( &vid, ibuf, sizeof( vid ));
1692 ibuf += sizeof( vid );
1694 if (NULL == ( vol = getvolbyvid( vid )) ) {
2069 uint16_t vid; local
2074 memcpy( &vid, ibuf, sizeof( vid ));
2075 ibuf += sizeof( vid );
2076 if (NULL == (vol = getvolbyvid( vid )) ) {
2158 uint16_t vid; local
2600 uint16_t vid; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/etc/afpd/
H A Dfile.c673 uint16_t vid; local
680 memcpy(&vid, ibuf, sizeof( vid ));
681 ibuf += sizeof( vid );
683 if (NULL == ( vol = getvolbyvid( vid )) )
781 uint16_t vid, bitmap; local
786 memcpy(&vid, ibuf, sizeof( vid ));
787 ibuf += sizeof( vid );
788 if (NULL == ( vol = getvolbyvid( vid )) ) {
1650 u_short vid; local
1788 uint16_t vid, bitmap; local
1897 u_short vid; local
2043 uint16_t vid; local
[all...]
H A Dacls.c1505 uint16_t vid; local
1512 memcpy(&vid, ibuf, sizeof( vid ));
1513 ibuf += sizeof(vid);
1514 if (NULL == ( vol = getvolbyvid( vid ))) {
1515 LOG(log_error, logtype_afpd, "afp_access: error getting volid:%d", vid);
1561 uint16_t vid, bitmap; local
1570 memcpy(&vid, ibuf, sizeof( vid ));
1571 ibuf += sizeof(vid);
1656 uint16_t vid, bitmap; local
[all...]
H A Ddirectory.c1685 uint16_t vid, bitmap; local
1691 memcpy( &vid, ibuf, sizeof( vid ));
1692 ibuf += sizeof( vid );
1694 if (NULL == ( vol = getvolbyvid( vid )) ) {
2069 uint16_t vid; local
2074 memcpy( &vid, ibuf, sizeof( vid ));
2075 ibuf += sizeof( vid );
2076 if (NULL == (vol = getvolbyvid( vid )) ) {
2158 uint16_t vid; local
2600 uint16_t vid; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/etc/afpd/
H A Dfile.c673 uint16_t vid; local
680 memcpy(&vid, ibuf, sizeof( vid ));
681 ibuf += sizeof( vid );
683 if (NULL == ( vol = getvolbyvid( vid )) )
781 uint16_t vid, bitmap; local
786 memcpy(&vid, ibuf, sizeof( vid ));
787 ibuf += sizeof( vid );
788 if (NULL == ( vol = getvolbyvid( vid )) ) {
1650 u_short vid; local
1788 uint16_t vid, bitmap; local
1897 u_short vid; local
2043 uint16_t vid; local
[all...]
H A Dacls.c1505 uint16_t vid; local
1512 memcpy(&vid, ibuf, sizeof( vid ));
1513 ibuf += sizeof(vid);
1514 if (NULL == ( vol = getvolbyvid( vid ))) {
1515 LOG(log_error, logtype_afpd, "afp_access: error getting volid:%d", vid);
1561 uint16_t vid, bitmap; local
1570 memcpy(&vid, ibuf, sizeof( vid ));
1571 ibuf += sizeof(vid);
1656 uint16_t vid, bitmap; local
[all...]
H A Ddirectory.c1685 uint16_t vid, bitmap; local
1691 memcpy( &vid, ibuf, sizeof( vid ));
1692 ibuf += sizeof( vid );
1694 if (NULL == ( vol = getvolbyvid( vid )) ) {
2069 uint16_t vid; local
2074 memcpy( &vid, ibuf, sizeof( vid ));
2075 ibuf += sizeof( vid );
2076 if (NULL == (vol = getvolbyvid( vid )) ) {
2158 uint16_t vid; local
2600 uint16_t vid; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/madwimax-0.1.1/src/
H A Dwimax.c77 unsigned short vid; member in struct:__anon4688::__anon4689
160 if (dev_vid == match_params.vid && dev_pid == match_params.pid) {
797 unsigned long int vid, pid; local
802 vid = strtoul(optarg, &c1, 16);
804 if (!*c1 && !*c2 && vid < 0x10000 && pid < 0x10000) {
806 match_params.vid = vid;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/madwimax-0.1.1/src/
H A Dwimax.c77 unsigned short vid; member in struct:__anon5593::__anon5594
160 if (dev_vid == match_params.vid && dev_pid == match_params.pid) {
797 unsigned long int vid, pid; local
802 vid = strtoul(optarg, &c1, 16);
804 if (!*c1 && !*c2 && vid < 0x10000 && pid < 0x10000) {
806 match_params.vid = vid;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/afs/
H A Dwrite.c134 vnode->fid.vid, vnode->fid.vnode, index, from, to);
254 vnode->fid.vid, vnode->fid.vnode, page->index);
286 vnode->fid.vid, vnode->fid.vnode, first, last);
599 vnode->fid.vid, vnode->fid.vnode, first, last);
655 vnode->fid.vid, vnode->fid.vnode, count, nr_segs);
711 vnode->fid.vid, vnode->fid.vnode, dentry->d_name.name,
763 vnode->fid.vid, vnode->fid.vnode, page->index);
H A Dcache.c208 if (memcmp(&vlocation->vldb.vid, &cvldb->vid,
209 sizeof(cvldb->vid)) != 0
H A Dvolume.c107 volume->vid = vlocation->vldb.vid[params->type];
143 afs_voltypes[volume->type], volume->vid);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/afs/
H A Dwrite.c134 vnode->fid.vid, vnode->fid.vnode, index, from, to);
254 vnode->fid.vid, vnode->fid.vnode, page->index);
286 vnode->fid.vid, vnode->fid.vnode, first, last);
599 vnode->fid.vid, vnode->fid.vnode, first, last);
655 vnode->fid.vid, vnode->fid.vnode, count, nr_segs);
711 vnode->fid.vid, vnode->fid.vnode, dentry->d_name.name,
763 vnode->fid.vid, vnode->fid.vnode, page->index);
H A Dcache.c208 if (memcmp(&vlocation->vldb.vid, &cvldb->vid,
209 sizeof(cvldb->vid)) != 0
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/madwimax-0.1.1/src/
H A Dwimax.c77 unsigned short vid; member in struct:__anon39618::__anon39619
160 if (dev_vid == match_params.vid && dev_pid == match_params.pid) {
797 unsigned long int vid, pid; local
802 vid = strtoul(optarg, &c1, 16);
804 if (!*c1 && !*c2 && vid < 0x10000 && pid < 0x10000) {
806 match_params.vid = vid;
/asuswrt-rt-n18u-9.0.0.4.380.2695/toolchain/tools/firmware-utils/src/
H A Dmkmylofw.c70 uint16_t vid; /* vendor id */ member in struct:cpx_board
79 .vid = _vid, .did = _did, .svid = _svid, .sdid = _sdid, \
198 " -i <vid>:<did>[:<svid>[:<sdid>]]\n"
199 " create firmware for board with vendor id <vid>, device\n"
569 hdr.vid = HOST_TO_LE16(fw_header.vid);
819 } else if (str2u16(p, &fw_header.vid) != 0) {
824 dbgmsg(1, "vendor id is set to 0x%04X", fw_header.vid);
841 fw_header.svid = fw_header.vid;
1083 fw_header.vid
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/rapidio/
H A Drio.c721 * rio_get_asm - Begin or continue searching for a RIO device by vid/did/asm_vid/asm_did
722 * @vid: RIO vid to match or %RIO_ANY_ID to match all vids
729 * found with a matching @vid, @did, @asm_vid, @asm_did, the reference
737 struct rio_dev *rio_get_asm(u16 vid, u16 did, argument
749 if ((vid == RIO_ANY_ID || rdev->vid == vid) &&
765 * rio_get_device - Begin or continue searching for a RIO device by vid/did
766 * @vid
778 rio_get_device(u16 vid, u16 did, struct rio_dev *from) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/rapidio/
H A Drio.c721 * rio_get_asm - Begin or continue searching for a RIO device by vid/did/asm_vid/asm_did
722 * @vid: RIO vid to match or %RIO_ANY_ID to match all vids
729 * found with a matching @vid, @did, @asm_vid, @asm_did, the reference
737 struct rio_dev *rio_get_asm(u16 vid, u16 did, argument
749 if ((vid == RIO_ANY_ID || rdev->vid == vid) &&
765 * rio_get_device - Begin or continue searching for a RIO device by vid/did
766 * @vid
778 rio_get_device(u16 vid, u16 did, struct rio_dev *from) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Drio_drv.h345 .did = (dev), .vid = (ven), \
467 extern struct rio_dev *rio_get_device(u16 vid, u16 did, struct rio_dev *from);
468 extern struct rio_dev *rio_get_asm(u16 vid, u16 did, u16 asm_vid, u16 asm_did,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/s390/net/
H A Dqeth_l2_main.c298 qeth_l2_send_setdelvlan(card, id->vid,
301 qeth_l2_send_setdelvlan(card, id->vid,
307 static void qeth_l2_vlan_rx_add_vid(struct net_device *dev, unsigned short vid) argument
312 QETH_CARD_TEXT_(card, 4, "aid:%d", vid);
323 id->vid = vid;
324 qeth_l2_send_setdelvlan(card, vid, IPA_CMD_SETVLAN);
331 static void qeth_l2_vlan_rx_kill_vid(struct net_device *dev, unsigned short vid) argument
336 QETH_CARD_TEXT_(card, 4, "kid:%d", vid);
347 if (id->vid
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/s390/net/
H A Dqeth_l2_main.c298 qeth_l2_send_setdelvlan(card, id->vid,
301 qeth_l2_send_setdelvlan(card, id->vid,
307 static void qeth_l2_vlan_rx_add_vid(struct net_device *dev, unsigned short vid) argument
312 QETH_CARD_TEXT_(card, 4, "aid:%d", vid);
323 id->vid = vid;
324 qeth_l2_send_setdelvlan(card, vid, IPA_CMD_SETVLAN);
331 static void qeth_l2_vlan_rx_kill_vid(struct net_device *dev, unsigned short vid) argument
336 QETH_CARD_TEXT_(card, 4, "kid:%d", vid);
347 if (id->vid
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/char/rtl8365mb/
H A Ddot1x.c714 * vid - 802.1x guest VLAN ID
725 rtk_api_ret_t rtk_dot1x_guestVlan_set(rtk_vlan_t vid) argument
733 /* vid must be 0~4095 */
734 if (vid > RTL8367C_VIDMAX)
737 if((retVal = rtk_vlan_checkAndCreateMbr(vid, &index)) != RT_ERR_OK)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/char/rtl8365mb/
H A Ddot1x.c714 * vid - 802.1x guest VLAN ID
725 rtk_api_ret_t rtk_dot1x_guestVlan_set(rtk_vlan_t vid) argument
733 /* vid must be 0~4095 */
734 if (vid > RTL8367C_VIDMAX)
737 if((retVal = rtk_vlan_checkAndCreateMbr(vid, &index)) != RT_ERR_OK)

Completed in 397 milliseconds

1234567891011>>