Searched refs:vtype (Results 1 - 25 of 28) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/fnic/
H A Dvnic_devcmd.h62 #define _CMDCF(dir, flags, vtype, nr) \
65 ((vtype) << _CMD_VTYPESHIFT) | \
67 #define _CMDC(dir, vtype, nr) _CMDCF(dir, 0, vtype, nr)
68 #define _CMDCNW(dir, vtype, nr) _CMDCF(dir, _CMD_FLAGS_NOWAIT, vtype, nr)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/fnic/
H A Dvnic_devcmd.h62 #define _CMDCF(dir, flags, vtype, nr) \
65 ((vtype) << _CMD_VTYPESHIFT) | \
67 #define _CMDC(dir, vtype, nr) _CMDCF(dir, 0, vtype, nr)
68 #define _CMDCNW(dir, vtype, nr) _CMDCF(dir, _CMD_FLAGS_NOWAIT, vtype, nr)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/enic/
H A Dvnic_devcmd.h64 #define _CMDCF(dir, flags, vtype, nr) \
67 ((vtype) << _CMD_VTYPESHIFT) | \
69 #define _CMDC(dir, vtype, nr) _CMDCF(dir, 0, vtype, nr)
70 #define _CMDCNW(dir, vtype, nr) _CMDCF(dir, _CMD_FLAGS_NOWAIT, vtype, nr)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/enic/
H A Dvnic_devcmd.h64 #define _CMDCF(dir, flags, vtype, nr) \
67 ((vtype) << _CMD_VTYPESHIFT) | \
69 #define _CMDC(dir, vtype, nr) _CMDCF(dir, 0, vtype, nr)
70 #define _CMDCNW(dir, vtype, nr) _CMDCF(dir, _CMD_FLAGS_NOWAIT, vtype, nr)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/isisd/
H A Disis_spf.c114 vtype2string (enum vertextype vtype) argument
116 switch (vtype)
187 isis_vertex_new (void *id, enum vertextype vtype) argument
198 vertex->type = vtype;
199 switch (vtype)
457 isis_find_vertex (struct list *list, void *id, enum vertextype vtype) argument
465 if (vertex->type != vtype)
467 switch (vtype)
504 isis_spf_add2tent (struct isis_spftree *spftree, enum vertextype vtype, argument
515 assert (isis_find_vertex (spftree->paths, id, vtype)
571 isis_spf_add_local(struct isis_spftree *spftree, enum vertextype vtype, void *id, struct isis_adjacency *adj, uint32_t cost, int family, struct isis_vertex *parent) argument
617 process_N(struct isis_spftree *spftree, enum vertextype vtype, void *id, uint32_t dist, uint16_t depth, int family, struct isis_vertex *parent) argument
724 enum vertextype vtype; local
873 enum vertextype vtype; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/isisd/
H A Disis_spf.c114 vtype2string (enum vertextype vtype) argument
116 switch (vtype)
187 isis_vertex_new (void *id, enum vertextype vtype) argument
198 vertex->type = vtype;
199 switch (vtype)
457 isis_find_vertex (struct list *list, void *id, enum vertextype vtype) argument
465 if (vertex->type != vtype)
467 switch (vtype)
504 isis_spf_add2tent (struct isis_spftree *spftree, enum vertextype vtype, argument
515 assert (isis_find_vertex (spftree->paths, id, vtype)
571 isis_spf_add_local(struct isis_spftree *spftree, enum vertextype vtype, void *id, struct isis_adjacency *adj, uint32_t cost, int family, struct isis_vertex *parent) argument
617 process_N(struct isis_spftree *spftree, enum vertextype vtype, void *id, uint32_t dist, uint16_t depth, int family, struct isis_vertex *parent) argument
724 enum vertextype vtype; local
873 enum vertextype vtype; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/isisd/
H A Disis_spf.c114 vtype2string (enum vertextype vtype) argument
116 switch (vtype)
187 isis_vertex_new (void *id, enum vertextype vtype) argument
198 vertex->type = vtype;
199 switch (vtype)
457 isis_find_vertex (struct list *list, void *id, enum vertextype vtype) argument
465 if (vertex->type != vtype)
467 switch (vtype)
504 isis_spf_add2tent (struct isis_spftree *spftree, enum vertextype vtype, argument
515 assert (isis_find_vertex (spftree->paths, id, vtype)
571 isis_spf_add_local(struct isis_spftree *spftree, enum vertextype vtype, void *id, struct isis_adjacency *adj, uint32_t cost, int family, struct isis_vertex *parent) argument
617 process_N(struct isis_spftree *spftree, enum vertextype vtype, void *id, uint32_t dist, uint16_t depth, int family, struct isis_vertex *parent) argument
724 enum vertextype vtype; local
873 enum vertextype vtype; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/accel-pptp/src/pppd/plugins/radius/
H A Davpair.c266 int vtype; local
294 vtype = *ptr++;
303 if ((attr = rc_dict_getattr(vtype, vendor_id)) == NULL) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pppd/pppd/plugins/radius/
H A Davpair.c266 int vtype; local
294 vtype = *ptr++;
303 if ((attr = rc_dict_getattr(vtype, vendor_id)) == NULL) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/accel-pptp/src/pppd/plugins/radius/
H A Davpair.c266 int vtype; local
294 vtype = *ptr++;
303 if ((attr = rc_dict_getattr(vtype, vendor_id)) == NULL) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/accel-pptp/src/pppd/plugins/radius/
H A Davpair.c266 int vtype; local
294 vtype = *ptr++;
303 if ((attr = rc_dict_getattr(vtype, vendor_id)) == NULL) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pppd/pppd/plugins/radius/
H A Davpair.c266 int vtype; local
294 vtype = *ptr++;
303 if ((attr = rc_dict_getattr(vtype, vendor_id)) == NULL) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pppd/pppd/plugins/radius/
H A Davpair.c266 int vtype; local
294 vtype = *ptr++;
303 if ((attr = rc_dict_getattr(vtype, vendor_id)) == NULL) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dcoda.h436 int vtype; member in struct:coda_lookup_out
565 int vtype; member in struct:coda_vget_out
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dcoda.h436 int vtype; member in struct:coda_lookup_out
565 int vtype; member in struct:coda_vget_out
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/linux/
H A Dcoda.h432 int vtype; member in struct:coda_lookup_out
561 int vtype; member in struct:coda_vget_out
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/include/linux/
H A Dcoda.h432 int vtype; member in struct:coda_lookup_out
561 int vtype; member in struct:coda_vget_out
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/linux/
H A Dcoda.h432 int vtype; member in struct:coda_lookup_out
561 int vtype; member in struct:coda_vget_out
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/rep/
H A Drep_util.c959 __rep_send_vote(env, lsnp, nsites, nvotes, pri, tie, egen, eid, vtype, flags)
964 u_int32_t flags, egen, tie, vtype;
1004 (void)__rep_send_message(env, eid, vtype, lsnp, &vote_dbt, flags, 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Dbreakpoint.c1079 struct type *vtype = check_typedef (value_type (v));
1085 || (TYPE_CODE (vtype) != TYPE_CODE_STRUCT
1086 && TYPE_CODE (vtype) != TYPE_CODE_ARRAY))
1584 struct type *vtype = check_typedef (value_type (v));
1587 || (TYPE_CODE (vtype) != TYPE_CODE_STRUCT
1588 && TYPE_CODE (vtype) != TYPE_CODE_ARRAY))
2833 struct type *vtype = check_typedef (value_type (v));
2836 || (TYPE_CODE (vtype) != TYPE_CODE_STRUCT
2837 && TYPE_CODE (vtype) != TYPE_CODE_ARRAY))
5893 struct type *vtype
1075 struct type *vtype = check_typedef (value_type (v)); local
1580 struct type *vtype = check_typedef (value_type (v)); local
2827 struct type *vtype = check_typedef (value_type (v)); local
5882 struct type *vtype = check_typedef (value_type (v)); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/rep/
H A Drep_util.c959 __rep_send_vote(env, lsnp, nsites, nvotes, pri, tie, egen, eid, vtype, flags)
964 u_int32_t flags, egen, tie, vtype;
1004 (void)__rep_send_message(env, eid, vtype, lsnp, &vote_dbt, flags, 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Dbreakpoint.c1079 struct type *vtype = check_typedef (value_type (v));
1085 || (TYPE_CODE (vtype) != TYPE_CODE_STRUCT
1086 && TYPE_CODE (vtype) != TYPE_CODE_ARRAY))
1584 struct type *vtype = check_typedef (value_type (v));
1587 || (TYPE_CODE (vtype) != TYPE_CODE_STRUCT
1588 && TYPE_CODE (vtype) != TYPE_CODE_ARRAY))
2833 struct type *vtype = check_typedef (value_type (v));
2836 || (TYPE_CODE (vtype) != TYPE_CODE_STRUCT
2837 && TYPE_CODE (vtype) != TYPE_CODE_ARRAY))
5893 struct type *vtype
1075 struct type *vtype = check_typedef (value_type (v)); local
1580 struct type *vtype = check_typedef (value_type (v)); local
2827 struct type *vtype = check_typedef (value_type (v)); local
5882 struct type *vtype = check_typedef (value_type (v)); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Dbreakpoint.c1079 struct type *vtype = check_typedef (value_type (v));
1085 || (TYPE_CODE (vtype) != TYPE_CODE_STRUCT
1086 && TYPE_CODE (vtype) != TYPE_CODE_ARRAY))
1584 struct type *vtype = check_typedef (value_type (v));
1587 || (TYPE_CODE (vtype) != TYPE_CODE_STRUCT
1588 && TYPE_CODE (vtype) != TYPE_CODE_ARRAY))
2833 struct type *vtype = check_typedef (value_type (v));
2836 || (TYPE_CODE (vtype) != TYPE_CODE_STRUCT
2837 && TYPE_CODE (vtype) != TYPE_CODE_ARRAY))
5893 struct type *vtype
1075 struct type *vtype = check_typedef (value_type (v)); local
1580 struct type *vtype = check_typedef (value_type (v)); local
2827 struct type *vtype = check_typedef (value_type (v)); local
5882 struct type *vtype = check_typedef (value_type (v)); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/rep/
H A Drep_util.c959 __rep_send_vote(env, lsnp, nsites, nvotes, pri, tie, egen, eid, vtype, flags)
964 u_int32_t flags, egen, tie, vtype;
1004 (void)__rep_send_message(env, eid, vtype, lsnp, &vote_dbt, flags, 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/afs/
H A Dinternal.h241 afs_voltype_t vtype; /* which volume variation */ member in struct:afs_cache_vhash

Completed in 455 milliseconds

12