/src/games/random/ |
random.c | 66 int ch, random_exit, selected, unbuffer_output; local in function:main 122 selected = (arc4random_uniform(denom) == 0); 124 if (selected) 132 selected = (arc4random_uniform(denom) == 0);
|
random.c | 66 int ch, random_exit, selected, unbuffer_output; local in function:main 122 selected = (arc4random_uniform(denom) == 0); 124 if (selected) 132 selected = (arc4random_uniform(denom) == 0);
|
random.c | 66 int ch, random_exit, selected, unbuffer_output; local in function:main 122 selected = (arc4random_uniform(denom) == 0); 124 if (selected) 132 selected = (arc4random_uniform(denom) == 0);
|
/src/sys/net/agr/ |
ieee8023ad_lacp_sm_mux.c | 57 enum lacp_selected selected = lp->lp_selected; local in function:lacp_sm_mux 68 if (selected != LACP_UNSELECTED) { 75 if (selected == LACP_SELECTED && la->la_pending == 0) { 77 } else if (selected == LACP_UNSELECTED) { 82 if (selected == LACP_SELECTED && p_sync) { 84 } else if (selected != LACP_SELECTED) { 89 if (selected == LACP_SELECTED && p_sync && p_collecting) { 91 } else if (selected != LACP_SELECTED || !p_sync) { 96 if (selected != LACP_SELECTED || !p_sync || !p_collecting) {
|
ieee8023ad_lacp_sm_mux.c | 57 enum lacp_selected selected = lp->lp_selected; local in function:lacp_sm_mux 68 if (selected != LACP_UNSELECTED) { 75 if (selected == LACP_SELECTED && la->la_pending == 0) { 77 } else if (selected == LACP_UNSELECTED) { 82 if (selected == LACP_SELECTED && p_sync) { 84 } else if (selected != LACP_SELECTED) { 89 if (selected == LACP_SELECTED && p_sync && p_collecting) { 91 } else if (selected != LACP_SELECTED || !p_sync) { 96 if (selected != LACP_SELECTED || !p_sync || !p_collecting) {
|
ieee8023ad_lacp_sm_mux.c | 57 enum lacp_selected selected = lp->lp_selected; local in function:lacp_sm_mux 68 if (selected != LACP_UNSELECTED) { 75 if (selected == LACP_SELECTED && la->la_pending == 0) { 77 } else if (selected == LACP_UNSELECTED) { 82 if (selected == LACP_SELECTED && p_sync) { 84 } else if (selected != LACP_SELECTED) { 89 if (selected == LACP_SELECTED && p_sync && p_collecting) { 91 } else if (selected != LACP_SELECTED || !p_sync) { 96 if (selected != LACP_SELECTED || !p_sync || !p_collecting) {
|
/src/sys/arch/arm/xscale/ |
pxa2x0_i2s.c | 160 int selected = -1; local in function:pxa2x0_i2s_setspeed 164 selected = 0; 166 selected = n - 1; 168 for (i = 0; selected == -1 && i < n; i++) { 170 selected = i; 172 KASSERT(selected != -1); 174 sc->sc_sadiv = speed_table[selected].div;
|
pxa2x0_i2s.c | 160 int selected = -1; local in function:pxa2x0_i2s_setspeed 164 selected = 0; 166 selected = n - 1; 168 for (i = 0; selected == -1 && i < n; i++) { 170 selected = i; 172 KASSERT(selected != -1); 174 sc->sc_sadiv = speed_table[selected].div;
|
pxa2x0_i2s.c | 160 int selected = -1; local in function:pxa2x0_i2s_setspeed 164 selected = 0; 166 selected = n - 1; 168 for (i = 0; selected == -1 && i < n; i++) { 170 selected = i; 172 KASSERT(selected != -1); 174 sc->sc_sadiv = speed_table[selected].div;
|
/src/sys/dev/pci/ |
sti_pci.c | 146 bus_addr_t selected, offs, suboffs; local in function:sti_check_rom 179 selected = (bus_addr_t)-1; 254 if (selected == (bus_addr_t)-1) 255 selected = offs; 260 if (selected == (bus_addr_t)-1) 261 selected = offs; 270 DPRINTF(("%s\n", selected == offs ? " -> SELECTED" : "")); 273 if (selected == (bus_addr_t)-1) { 287 offs = selected [all...] |
sti_pci.c | 146 bus_addr_t selected, offs, suboffs; local in function:sti_check_rom 179 selected = (bus_addr_t)-1; 254 if (selected == (bus_addr_t)-1) 255 selected = offs; 260 if (selected == (bus_addr_t)-1) 261 selected = offs; 270 DPRINTF(("%s\n", selected == offs ? " -> SELECTED" : "")); 273 if (selected == (bus_addr_t)-1) { 287 offs = selected [all...] |
sti_pci.c | 146 bus_addr_t selected, offs, suboffs; local in function:sti_check_rom 179 selected = (bus_addr_t)-1; 254 if (selected == (bus_addr_t)-1) 255 selected = offs; 260 if (selected == (bus_addr_t)-1) 261 selected = offs; 270 DPRINTF(("%s\n", selected == offs ? " -> SELECTED" : "")); 273 if (selected == (bus_addr_t)-1) { 287 offs = selected [all...] |
/src/common/lib/libc/gen/ |
rpst.c | 273 struct rpst_node *selected; local in function:rpst_remove_node_at 280 selected = NULL; 286 if (selected == NULL || (c != NULL && c->n_y < selected->n_y)) { 287 selected = c; 298 * A selected 302 *where = selected; 303 if (selected == NULL) { 307 * swap selected->n_children and cur->n_children. 309 memcpy(tmp, selected->n_children, sizeof(tmp)) [all...] |
rpst.c | 273 struct rpst_node *selected; local in function:rpst_remove_node_at 280 selected = NULL; 286 if (selected == NULL || (c != NULL && c->n_y < selected->n_y)) { 287 selected = c; 298 * A selected 302 *where = selected; 303 if (selected == NULL) { 307 * swap selected->n_children and cur->n_children. 309 memcpy(tmp, selected->n_children, sizeof(tmp)) [all...] |
rpst.c | 273 struct rpst_node *selected; local in function:rpst_remove_node_at 280 selected = NULL; 286 if (selected == NULL || (c != NULL && c->n_y < selected->n_y)) { 287 selected = c; 298 * A selected 302 *where = selected; 303 if (selected == NULL) { 307 * swap selected->n_children and cur->n_children. 309 memcpy(tmp, selected->n_children, sizeof(tmp)) [all...] |
/src/sbin/fsck/ |
fsck.c | 83 static int selected(const char *); 256 if (!selected(fs->fs_vfstype)) 404 selected(const char *type) function in typeref:typename:int 408 /* If no type specified, it's always selected. */ 422 /* If no type specified, it's always selected. */
|
fsck.c | 83 static int selected(const char *); 256 if (!selected(fs->fs_vfstype)) 404 selected(const char *type) function in typeref:typename:int 408 /* If no type specified, it's always selected. */ 422 /* If no type specified, it's always selected. */
|
fsck.c | 83 static int selected(const char *); 256 if (!selected(fs->fs_vfstype)) 404 selected(const char *type) function in typeref:typename:int 408 /* If no type specified, it's always selected. */ 422 /* If no type specified, it's always selected. */
|
/src/bin/df/ |
df.c | 72 static int selected(const char *, size_t); 239 (!selected(mntbuf[mntcount].f_fstypename, 304 selected(const char *type, size_t len) function in typeref:typename:int 308 /* If no type specified, it's always selected. */ 376 if (!selected(mntbuf[i].f_fstypename,
|
df.c | 72 static int selected(const char *, size_t); 239 (!selected(mntbuf[mntcount].f_fstypename, 304 selected(const char *type, size_t len) function in typeref:typename:int 308 /* If no type specified, it's always selected. */ 376 if (!selected(mntbuf[i].f_fstypename,
|
df.c | 72 static int selected(const char *, size_t); 239 (!selected(mntbuf[mntcount].f_fstypename, 304 selected(const char *type, size_t len) function in typeref:typename:int 308 /* If no type specified, it's always selected. */ 376 if (!selected(mntbuf[i].f_fstypename,
|
/src/lib/libmenu/ |
menu.h | 87 int selected; /* set if item has been selected */ member in struct:__item 194 int item_selected(MENU *, int **); /* return the item index of selected */
|
/src/usr.sbin/sysinst/arch/mac68k/ |
md.h | 85 int selected; /* current partition selection in mblk */ member in struct:__anon66f6aa490208
|
/src/sys/dev/ic/ |
ad1848.c | 1059 int i, n, selected; local in function:ad1848_set_speed 1062 selected = -1; 1066 selected = 0; 1068 selected = n - 1; 1070 for (i = 1 /*really*/ ; selected == -1 && i < n; i++) 1072 selected = i; 1080 selected = i - 1; 1082 selected = i; 1085 if (selected == -1) { 1087 selected = 3 [all...] |
/src/usr.bin/pkill/ |
pkill.c | 86 static char *selected; variable in typeref:typename:char * 296 if ((selected = calloc(sizeof(*selected), (size_t)nproc)) == NULL) 337 selected[i] = 1; 339 selected[i] = 1; 356 selected[i] = 0; 364 selected[i] = 0; 372 selected[i] = 0; 380 selected[i] = 0; 388 selected[i] = 0 [all...] |