Searched refs:sw (Results 1 - 25 of 100) sorted by relevance

1234

/freebsd-10.1-release/sys/dev/fb/
H A Dsplashreg.h49 #define SPLASH_DECODER(name, sw) \
54 return splash_register(&sw); \
56 return splash_unregister(&sw); \
71 #define SAVER_MODULE(name, sw) \
76 return splash_register(&sw); \
78 return splash_unregister(&sw); \
/freebsd-10.1-release/contrib/ofed/management/opensm/opensm/
H A Dosm_ucast_lash.c140 if (p->p_node->sw)
141 return p->p_node->sw;
142 else if (p->p_remote_physp->p_node->sw)
143 return p->p_remote_physp->p_node->sw;
204 static void remove_semipermanent_depend_for_sp(lash_t * p_lash, int sw, argument
214 output_link = switches[sw]->routing_table[dest_switch].out_link;
215 i_next_switch = switches[sw]->phys_connections[output_link];
217 while (sw != dest_switch) {
218 v = cdg_vertex_matrix[lane][sw][i_next_switch];
223 cdg_vertex_matrix[lane][sw][i_next_switc
270 enqueue(cl_list_t * bfsq, switch_t * sw) argument
277 dequeue(cl_list_t * bfsq, switch_t ** sw) argument
284 get_phys_connection(switch_t *sw, int switch_to) argument
296 switch_t **switches = p_lash->switches, *sw, *swi; local
323 switch_t *sw = p_lash->switches[sw_id]; local
356 generate_cdg_for_sp(lash_t * p_lash, int sw, int dest_switch, int lane) argument
429 set_temp_depend_to_permanent_for_sp(lash_t * p_lash, int sw, int dest_switch, int lane) argument
459 remove_temp_depend_for_sp(lash_t * p_lash, int sw, int dest_switch, int lane) argument
655 switch_t *sw; local
712 switch_delete(switch_t * sw) argument
1047 switch_t *sw; local
[all...]
H A Dosm_ucast_updn.c72 osm_switch_t *sw; member in struct:updn_node
142 for (pn = 1; pn < u->sw->num_ports; pn++) {
150 osm_node_get_remote_node(u->sw->p_node, pn,
154 if (!p_remote_node || !p_remote_node->sw)
157 p_remote_sw = p_remote_node->sw;
169 cl_ntoh64(osm_node_get_node_guid(u->sw->p_node)),
175 current_min_hop = osm_switch_get_least_hops(u->sw, lid);
238 p_sw = u->sw;
260 if (p_remote_physp && p_remote_physp->p_node->sw) {
261 remote_u = p_remote_physp->p_node->sw
393 create_updn_node(osm_switch_t * sw) argument
522 osm_switch_t *sw = (osm_switch_t *)item; local
531 osm_switch_t *sw; local
560 osm_switch_t *sw; local
[all...]
H A Dosm_switch.c309 if (p_port->p_node->sw) {
310 if (p_port->p_node->sw == p_sw)
316 !p_physp->p_remote_physp->p_node->sw)
319 if (p_physp->p_remote_physp->p_node->sw == p_sw)
569 if (p_port->p_node->sw) {
570 if (p_port->p_node->sw == p_sw)
578 if (!p || !p->p_remote_physp || !p->p_remote_physp->p_node->sw)
580 if (p->p_remote_physp->p_node->sw == p_sw)
604 if (p_port->p_node->sw) {
605 if (p_port->p_node->sw
[all...]
H A Dosm_ucast_cache.c174 p_cache_sw = __cache_sw_new(lid_ho, p->p_node->sw->num_ports);
576 p_remote_physp->p_node->sw;
908 if (!p_node_1->sw) {
918 if (!p_node_2->sw) {
963 if (!p_node->sw) {
1005 if (!p_node->sw->num_hops || !p_node->sw->hops) {
1015 p_cache_sw->num_hops = p_node->sw->num_hops;
1016 p_node->sw->num_hops = 0;
1017 p_cache_sw->hops = p_node->sw
[all...]
/freebsd-10.1-release/usr.sbin/ppp/
H A Dmain.c211 ProcessArgs(int argc, char **argv, struct switches *sw) argument
217 memset(sw, '\0', sizeof *sw);
218 sw->mode = PHYS_INTERACTIVE;
219 sw->unit = -1;
230 sw->nat = 1;
240 sw->nat = 1;
251 sw->unit = atoi(argv[arg]);
253 sw->unit = atoi(cp + 4);
255 sw
310 struct switches sw; local
[all...]
/freebsd-10.1-release/contrib/gcc/config/mips/
H A Dcrti.asm13 sw $31,20($sp)
25 sw $31,20($sp)
H A Dirix-crti.asm34 sw $31,0($sp)
46 sw $31,0($sp)
/freebsd-10.1-release/sys/opencrypto/
H A Dcryptosoft.c70 swcr_encdec(struct cryptodesc *crd, struct swcr_data *sw, caddr_t buf, argument
78 exf = sw->sw_exf;
110 if (sw->sw_kschedule)
111 exf->zerokey(&(sw->sw_kschedule));
112 error = exf->setkey(&sw->sw_kschedule,
125 exf->reinit(sw->sw_kschedule, iv);
148 exf->encrypt(sw->sw_kschedule,
151 exf->decrypt(sw->sw_kschedule,
159 exf->encrypt(sw->sw_kschedule, blk);
177 exf->decrypt(sw
450 swcr_authprepare(struct auth_hash *axf, struct swcr_data *sw, u_char *key, int klen) argument
514 swcr_authcompute(struct cryptodesc *crd, struct swcr_data *sw, caddr_t buf, int flags) argument
585 swcr_compdec(struct cryptodesc *crd, struct swcr_data *sw, caddr_t buf, int flags) argument
966 struct swcr_data *sw; local
[all...]
/freebsd-10.1-release/lib/libc/mips/sys/
H A Dpipe.S51 sw v0, 0(a0) # store the two file descriptors
52 sw v1, 4(a0)
/freebsd-10.1-release/lib/libmd/
H A Dsha0c.c124 int ew,ec,sw,sc; local
139 sw=c->num>>2;
144 l= p[sw];
146 p[sw++]=l;
147 for (; sw<SHA_LBLOCK; sw++)
150 p[sw]=l;
163 l= p[sw];
165 p[sw]=l;
171 l= p[sw];
[all...]
H A Dsha1c.c152 int ew,ec,sw,sc; local
167 sw=c->num>>2;
172 l= p[sw];
174 p[sw++]=l;
175 for (; sw<SHA_LBLOCK; sw++)
178 p[sw]=l;
191 l= p[sw];
193 p[sw]=l;
199 l= p[sw];
[all...]
H A Drmd160c.c110 int sw,sc; local
125 sw=c->num>>2;
130 l= p[sw];
132 p[sw++]=l;
133 for (; sw<RIPEMD160_LBLOCK; sw++)
136 p[sw]=l;
151 l= p[sw];
153 p[sw]=l;
159 l= p[sw];
[all...]
/freebsd-10.1-release/sys/dev/syscons/
H A Dscterm.c74 sc_term_add(sc_term_sw_t *sw) argument
76 LIST_INSERT_HEAD(&sc_term_list, sw, link);
81 sc_term_remove(sc_term_sw_t *sw) argument
83 LIST_REMOVE(sw, link);
/freebsd-10.1-release/sys/mips/nlm/dev/net/ucore/
H A Dcrt0_basic.S49 sw zero, 0(v0)
59 sw zero,(a1) # argv[argc] = 0
60 sw zero,(a2) # envp[0] = 0
/freebsd-10.1-release/contrib/nvi/ex/
H A Dex_shift.c62 size_t blen, len, newcol, newidx, oldcol, oldidx, sw; local
88 for (p = cmdp->argv[0]->bp, sw = 0; *p == '>' || *p == '<'; ++p)
89 sw += O_VAL(sp, O_SHIFTWIDTH);
118 newcol = oldcol + sw;
120 newcol = oldcol < sw ? 0 : oldcol - sw;
/freebsd-10.1-release/contrib/ntp/util/
H A Dtg.c109 int sw; /* case switch number */ member in struct:progx
262 int rval, temp, arg, sw, ptr; local
382 if (progx[i].sw == DEC)
462 sw = progz[i].sw;
465 sw = progy[i % 10].sw;
468 switch(sw) {
506 sw = progx[second].sw;
[all...]
/freebsd-10.1-release/sys/mips/mips/
H A Dmpboot.S79 sw zero, CALLFRAME_SIZ - 4(sp)
80 sw zero, CALLFRAME_SIZ - 8(sp)
/freebsd-10.1-release/sys/boot/efi/libefi/
H A Dhandles.c44 efi_register_handles(struct devsw *sw, EFI_HANDLE *handles, argument
60 entry[idx].dev = sw;
/freebsd-10.1-release/contrib/ofed/management/infiniband-diags/src/
H A Dibroute.c67 uint8_t *sw, char *nd)
89 if (!smp_query(sw, portid, IB_ATTR_SWITCH_INFO, 0, 0))
147 uint8_t sw[IB_SMP_DATA_SIZE] = {0}; local
155 if ((s = check_switch(portid, &nports, &nodeguid, sw, nd)))
158 mad_decode_field(sw, IB_SW_MCAST_FDB_CAP_F, &cap);
298 uint8_t sw[IB_SMP_DATA_SIZE]; local
304 if ((s = check_switch(portid, &nports, &nodeguid, sw, nd)))
307 mad_decode_field(sw, IB_SW_LINEAR_FDB_TOP_F, &top);
66 check_switch(ib_portid_t *portid, int *nports, uint64_t *guid, uint8_t *sw, char *nd) argument
H A Dibtracert.c156 switch_lookup(Switch *sw, ib_portid_t *portid, int lid) argument
158 void *si = sw->switchinfo, *fdb = sw->fdb;
163 mad_decode_field(si, IB_SW_LINEAR_FDB_CAP_F, &sw->linearcap);
164 mad_decode_field(si, IB_SW_LINEAR_FDB_TOP_F, &sw->linearFDBtop);
166 if (lid > sw->linearcap && lid > sw->linearFDBtop)
173 portid2str(portid), lid, sw->fdb[lid % 64]);
174 return sw->fdb[lid % 64];
248 Switch sw; local
440 Switch sw; local
[all...]
/freebsd-10.1-release/sys/pc98/cbus/
H A Dpckbd.c169 keyboard_switch_t *sw; local
173 sw = kbd_get_switch(DRIVER_NAME);
174 if (sw == NULL)
179 error = (*sw->probe)(device_get_unit(dev), args, flags);
188 keyboard_switch_t *sw; local
193 sw = kbd_get_switch(DRIVER_NAME);
194 if (sw == NULL)
202 error = (*sw->probe)(unit, args, flags);
205 error = (*sw->init)(unit, kbd, args, flags);
208 (*sw
[all...]
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dser-e7kpc.c101 static struct sw struct
103 int sw; member in struct:sw
139 for (try = 0; sigs[try].sw; try++)
154 if (val == (0xaaa0 | sigs[try].sw))
/freebsd-10.1-release/sys/boot/i386/efi/
H A Dbootinfo.c54 const char *sw; local
73 sw = strchr(howto_switches, *opts);
74 if (sw == NULL)
76 howto |= howto_masks[sw - howto_switches];
/freebsd-10.1-release/sys/boot/ia64/common/
H A Dbootinfo.c52 const char *sw; local
71 sw = strchr(howto_switches, *opts);
72 if (sw == NULL)
74 howto |= howto_masks[sw - howto_switches];

Completed in 287 milliseconds

1234