/titanic_51/usr/src/uts/common/avs/ns/solaris/ |
H A D | nsc_proc.c | 43 volatile int ready; member 125 while (! nlwp->ready) { in nsc_create_process() 177 /* mark as ready */ in nsc_runlwp() 178 nlwp->ready = 1; in nsc_runlwp() 248 while (! nlwp->ready) { in nsc_do_lock() 303 nlwp->ready = 0; in nsc_do_unlock() 336 /* mark as ready */ in nsc_lockchild() 338 nlwp->ready = 1; in nsc_lockchild() 359 while (nlwp->ready) { in nsc_lockchild()
|
/titanic_51/usr/src/cmd/mdb/common/modules/libumem/ |
H A D | misc.c | 60 int ready; in umem_set_standalone() local 73 if (umem_readvar(&ready, "umem_ready") == -1) in umem_set_standalone()
|
/titanic_51/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/ |
H A D | fcal_leds.conf | 54 led: 0, ready, 0x80 57 led: 1, ready, 0x10
|
/titanic_51/usr/src/lib/libshell/common/bltins/ |
H A D | mkservice.c | 133 static int ready; variable 221 while(ready < nready) in waitnotify() 222 process_stream(pstream[ready++]); in waitnotify() 234 nready = ready = 0; in waitnotify() 257 ready = 1; in waitnotify()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/bltins/ |
H A D | mkservice.c | 133 static int ready; variable 221 while(ready < nready) in waitnotify() 222 process_stream(pstream[ready++]); in waitnotify() 234 nready = ready = 0; in waitnotify() 257 ready = 1; in waitnotify()
|
/titanic_51/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.rexecd.c | 173 fd_set readfrom, ready; in doit() local 387 ready = readfrom; in doit() 388 if (select(MAXFD(s, pv[0])+1, &ready, NULL, in doit() 393 if (FD_ISSET(s, &ready)) { in doit() 399 if (FD_ISSET(pv[0], &ready)) { in doit()
|
H A D | in.rshd.c | 915 fd_set ready; in doit() local 949 ready = readfrom; in doit() 950 if (select(FD_SETSIZE, &ready, NULL, in doit() 961 if (port && FD_ISSET(pv[0], &ready)) { in doit() 974 if (port && FD_ISSET(s, &ready)) { in doit() 983 if (do_encrypt && FD_ISSET(pw[0], &ready)) { in doit() 996 if (do_encrypt && FD_ISSET(f, &ready)) { in doit()
|
/titanic_51/usr/src/uts/common/io/e1000api/ |
H A D | e1000_phy.c | 306 /* Poll the ready bit to see if the MDI read completed in e1000_read_phy_reg_mdic() 372 /* Poll the ready bit to see if the MDI read completed in e1000_write_phy_reg_mdic() 432 /* Poll the ready bit to see if the I2C read completed */ in e1000_read_phy_reg_i2c() 491 /* Poll the ready bit to see if the I2C read completed */ in e1000_write_phy_reg_i2c() 545 /* Poll the ready bit to see if the I2C read completed */ in e1000_read_sfp_data_byte() 605 /* Poll the ready bit to see if lastly in e1000_write_sfp_data_byte() 4111 bool ready; in e1000_read_phy_reg_mphy() local 4115 /* Check if mPHY is ready to read/write operations */ in e1000_read_phy_reg_mphy() 4116 ready = e1000_is_mphy_ready(hw); in e1000_read_phy_reg_mphy() 4117 if (!ready) in e1000_read_phy_reg_mphy() 4173 bool ready; e1000_write_phy_reg_mphy() local 4234 bool ready = FALSE; e1000_is_mphy_ready() local [all...] |
/titanic_51/usr/src/uts/common/io/ |
H A D | mouse8042.c | 113 int ready; member 276 state->ready = 1; in mouse8042_attach() 363 state->ready = 1; in mouse8042_attach() 391 state->ready = 0; in mouse8042_detach() 959 * If we're not ready for this data, discard it. in mouse8042_intr() 961 if (!state->ready) in mouse8042_intr()
|
H A D | bscbus.c | 559 * ready| +----------+ | 699 boolean_t ready = B_FALSE; in bscbus_process_waiting() local 733 ready = B_TRUE; in bscbus_process_waiting() 746 ready = B_TRUE; in bscbus_process_waiting() 753 ready = B_TRUE; in bscbus_process_waiting() 776 ready = B_TRUE; in bscbus_process_waiting() 778 return (ready); in bscbus_process_waiting() 792 boolean_t ready = B_FALSE; in bscbus_process() local 813 ready = bscbus_process_waiting(csp, status, data); in bscbus_process() 822 * completed (ready i in bscbus_process() [all...] |
/titanic_51/usr/src/cmd/tsol/misc/ |
H A D | txzonemgr.sh | 71 msg_continue=$(gettext "(exit to resume $(basename $0) when ready)") 549 zoneadm -z $zonename ready 586 zoneadm -z $zonename ready 588 if [ $zonestate != ready ] ; then 589 gettext "error making zone $zonename ready.\n" 1064 zoneadm -z $1 ready >/dev/null 2>&1 1615 ready= 1651 ready="Ready\n" 1655 ready) 1661 ready [all...] |
/titanic_51/usr/src/uts/sun4u/sunfire/ml/ |
H A D | sysctrl_asm.s | 76 st %g4, [%g4] ! indicate we are ready
|
/titanic_51/usr/src/uts/common/os/ |
H A D | cpu_event.c | 160 boolean_t ready; member 353 cpu_idle_cb_state[cp->cpu_seqid].v.ready = B_FALSE; in cpu_event_init_cpu() 365 cpu_idle_cb_state[cp->cpu_seqid].v.ready = B_FALSE; in cpu_event_fini_cpu() 483 * Reset property ready flag for all CPUs if no registered callback in cpu_idle_remove_callback() 489 sp->v.ready = B_FALSE; in cpu_idle_remove_callback() 611 if (sp->v.ready == B_FALSE) { in cpu_idle_enter_state() 612 sp->v.ready = B_TRUE; in cpu_idle_enter_state() 673 /* Skip calling callback if state is not ready for current CPU. */ in cpu_idle_enter()
|
/titanic_51/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_common_transact.c | 78 int ready; in smb_com_transaction() local 133 ready = smb_trans_ready(xa); in smb_com_transaction() 142 if (!ready) { in smb_com_transaction() 306 int ready; in smb_com_transaction2() local 345 ready = smb_trans_ready(xa); in smb_com_transaction2() 354 if (!ready) { in smb_com_transaction2() 580 int ready; in smb_com_nt_transact() local 621 ready = smb_trans_ready(xa); in smb_com_nt_transact() 630 if (!ready) { in smb_com_nt_transact()
|
H A D | smb_kshare.c | 256 * created which means smb/service is ready for 1195 boolean_t ready; in smb_export_isready() local 1198 ready = sv->sv_export.e_ready; in smb_export_isready() 1201 return (ready); in smb_export_isready()
|
/titanic_51/usr/src/uts/sun4u/lw2plus/io/ |
H A D | lombus.c | 488 * Check for data ready. 504 * Check for LOM ready 513 * The LOM is ready if the CTS bit in the MSR is 1, meaning in sio_lom_ready() 540 * assuming we didn't incur a fault in trying to ready it. 646 boolean_t ready = B_FALSE; in lombus_receive() local 705 ready = B_TRUE; in lombus_receive() 716 ready = B_TRUE; in lombus_receive() 749 ready = B_TRUE; in lombus_receive() 757 ready = B_TRUE; in lombus_receive() 778 ready in lombus_receive() [all...] |
/titanic_51/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | ServiceStoreFactory.java | 194 while (in.ready()) { in deserialize() 334 while (in.ready()) { in deserialize()
|
/titanic_51/usr/src/uts/common/sys/ |
H A D | cryptmod.h | 206 /* Values for "ready" mask. */ 217 uchar_t ready; member
|
H A D | aggr_lacp.h | 159 boolean_t ready; /* Ready_N for all ports TRUE */ member
|
/titanic_51/usr/src/boot/sys/boot/i386/gptzfsboot/ |
H A D | sio.S | 83 andb $0x1,%al # ready?
|
/titanic_51/usr/src/uts/common/fs/zfs/sys/ |
H A D | arc.h | 144 const zio_prop_t *zp, arc_done_func_t *ready, arc_done_func_t *physdone,
|
/titanic_51/usr/src/uts/intel/io/dktp/controller/ata/ |
H A D | fsm.txt | 41 * 0 1 1 Status ready
|
/titanic_51/usr/src/uts/common/io/aggr/ |
H A D | aggr_lacp.c | 260 aggrp->aggr.ready = B_FALSE; in aggr_lacp_init_grp() 793 if ((pl->sm.selected == AGGR_SELECTED) && aggrp->aggr.ready) { in lacp_mux_sm() 1225 * and sets Ready when all waiting ports are ready 1252 aggrp->aggr.ready = B_FALSE; in lacp_selection_logic() 1267 aggrp->aggr.ready = B_FALSE; in lacp_selection_logic() 1440 if (!aggrp->aggr.ready) { in lacp_selection_logic() 1462 if (aggrp->aggr.ready) { in lacp_selection_logic() 1464 "aggr.ready already set\n", portp->lp_linkid)); in lacp_selection_logic() 1468 portp->lp_linkid, aggrp->aggr.ready, B_TRUE)); in lacp_selection_logic() 1469 aggrp->aggr.ready in lacp_selection_logic() [all...] |
/titanic_51/usr/src/uts/common/io/kb8042/ |
H A D | kb8042.c | 1420 int ready; local 1424 ready = ddi_get8(kb8042->handle, 1426 if (ready != 0) 1436 if (ready != 0) {
|
/titanic_51/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | main.c | 2646 fd_set ready, writey; local 2753 FD_ZERO(&ready); 2761 FD_SET(ifd, &ready); 2770 FD_SET(pty_master, &ready); 2772 if (select(nfds, &ready, &writey, NULL, top) < 0) { 2791 if (FD_ISSET(ifd, &ready)) { 2820 if (ofd >= 0 && pty_master >= 0 && FD_ISSET(pty_master, &ready)) {
|