/titanic_51/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | rt.sh | 92 then print -r -n -- "$unit" 121 function unit function 126 if [[ " $x " != *' '$unit' '* && " $unit " != *' '$x' '* ]] 128 then unit="$unit $x" 129 else unit="$x $unit" 133 unit="$unit [all...] |
/titanic_51/usr/src/boot/sys/boot/efi/libefi/ |
H A D | handles.c | 37 int unit; member 49 int idx, unit; in efi_register_handles() local 55 for (unit = 0; idx < nentries; idx++, unit++) { in efi_register_handles() 56 entry[idx].handle = handles[unit]; in efi_register_handles() 58 entry[idx].alias = aliases[unit]; in efi_register_handles() 62 entry[idx].unit = unit; in efi_register_handles() 68 efi_find_handle(struct devsw *dev, int unit) in efi_find_handle() argument 75 if (entry[idx].unit ! in efi_find_handle() 83 efi_handle_lookup(EFI_HANDLE h,struct devsw ** dev,int * unit,uint64_t * extra) efi_handle_lookup() argument 102 efi_handle_update_dev(EFI_HANDLE h,struct devsw * dev,int unit,uint64_t guid) efi_handle_update_dev() argument [all...] |
/titanic_51/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | ccp.c | 91 static void ccp_init __P((int unit)); 92 static void ccp_open __P((int unit)); 93 static void ccp_close __P((int unit, char *)); 94 static void ccp_lowerup __P((int unit)); 96 static void ccp_input __P((int unit, u_char *pkt, int len)); 97 static void ccp_protrej __P((int unit)); 101 static void ccp_datainput __P((int unit, u_char *pkt, int len)); 306 ccp_init(unit) in ccp_init() argument 307 int unit; in ccp_init() 309 fsm *f = &ccp_fsm[unit]; 343 ccp_open(unit) ccp_open() argument 371 ccp_close(unit,reason) ccp_close() argument 383 ccp_lowerup(unit) ccp_lowerup() argument 393 ccp_lowerdown(unit) ccp_lowerdown() argument 403 ccp_input(unit,p,len) ccp_input() argument 515 ccp_protrej(unit) ccp_protrej() argument 1443 ccp_datainput(unit,pkt,len) ccp_datainput() argument [all...] |
H A D | ipv6cp.c | 49 est une f�d�ration d'unit�s mixtes de recherche du CNRS, de l'Institut National 72 The research unit in Software, Systems, Networks (LSR) is member of IMAG. 355 ipv6cp_init(unit) in ipv6cp_init() argument 356 int unit; in ipv6cp_init() 358 fsm *f = &ipv6cp_fsm[unit]; 359 ipv6cp_options *wo = &ipv6cp_wantoptions[unit]; 360 ipv6cp_options *ao = &ipv6cp_allowoptions[unit]; 362 f->unit = unit; 365 fsm_init(&ipv6cp_fsm[unit]); 386 ipv6cp_open(unit) ipv6cp_open() argument 397 ipv6cp_close(unit,reason) ipv6cp_close() argument 409 ipv6cp_lowerup(unit) ipv6cp_lowerup() argument 420 ipv6cp_lowerdown(unit) ipv6cp_lowerdown() argument 431 ipv6cp_input(unit,p,len) ipv6cp_input() argument 444 ipv6cp_protrej(unit) ipv6cp_protrej() argument 1336 ipv6cp_clear_addrs(unit,ourid,hisid) ipv6cp_clear_addrs() argument [all...] |
H A D | ipcp.c | 369 ipcp_init(unit) in ipcp_init() argument 370 int unit; in ipcp_init() 372 fsm *f = &ipcp_fsm[unit]; 373 ipcp_options *wo = &ipcp_wantoptions[unit]; 374 ipcp_options *ao = &ipcp_allowoptions[unit]; 376 f->unit = unit; 379 fsm_init(&ipcp_fsm[unit]); 401 proxy_arp_quiet[unit] = 0; 409 ipcp_open(unit) in ipcp_open() argument 420 ipcp_close(unit,reason) ipcp_close() argument 432 ipcp_lowerup(unit) ipcp_lowerup() argument 443 ipcp_lowerdown(unit) ipcp_lowerdown() argument 454 ipcp_input(unit,p,len) ipcp_input() argument 467 ipcp_protrej(unit) ipcp_protrej() argument 1668 ipcp_clear_addrs(unit,ouraddr,hisaddr) ipcp_clear_addrs() argument 1991 ipcp_print_stat(unit,strptr) ipcp_print_stat() argument [all...] |
H A D | auth.c | 407 link_required(unit) in link_required() argument 408 int unit; in link_required() 418 link_terminated(unit) in link_terminated() argument 419 int unit; in link_terminated() 478 link_down(unit) in link_down() argument 479 int unit; in link_down() 486 update_link_stats(unit); 494 (*protp->lowerdown)(unit); 496 (*protp->close)(unit, "LCP down"); 509 link_established(unit) in link_established() argument 612 network_phase(unit) network_phase() argument 693 auth_peer_fail(unit,protocol) auth_peer_fail() argument 707 auth_peer_success(unit,protocol,name,namelen) auth_peer_success() argument 748 auth_withpeer_fail(unit,protocol) auth_withpeer_fail() argument 767 auth_withpeer_success(unit,protocol) auth_withpeer_success() argument 800 np_up(unit,proto) np_up() argument 862 np_down(unit,proto) np_down() argument 876 np_finished(unit,proto) np_finished() argument 1018 auth_reset(unit) auth_reset() argument 1067 check_passwd(unit,auser,userlen,apasswd,passwdlen,msg) check_passwd() argument 1435 null_login(unit) null_login() argument 1605 get_secret(unit,client,server,secret,secret_len,am_server) get_secret() argument 1676 set_allowed_addrs(unit,addrs,opts) set_allowed_addrs() argument 1829 auth_ip_addr(unit,addr) auth_ip_addr() argument [all...] |
H A D | chap.c | 111 chap_state chap[NUM_PPP]; /* CHAP state; one for each unit */ 152 * ChapInit - Initialize a CHAP unit. 155 ChapInit(unit) in ChapInit() argument 156 int unit; in ChapInit() 158 chap_state *cstate = &chap[unit]; 161 cstate->unit = unit; 177 ChapAuthWithPeer(unit, our_name, digest) in ChapAuthWithPeer() argument 178 int unit; in ChapAuthWithPeer() 182 chap_state *cstate = &chap[unit]; 207 ChapAuthPeer(unit,our_name,digest) ChapAuthPeer() argument 299 ChapLowerUp(unit) ChapLowerUp() argument 325 ChapLowerDown(unit) ChapLowerDown() argument 349 ChapProtocolReject(unit) ChapProtocolReject() argument 368 ChapInput(unit,inpacket,packet_len) ChapInput() argument [all...] |
H A D | lcp.c | 500 lcp_init(unit) in lcp_init() argument 501 int unit; in lcp_init() 503 fsm *f = &lcp_fsm[unit]; 504 lcp_options *wo = &lcp_wantoptions[unit]; 505 lcp_options *ao = &lcp_allowoptions[unit]; 507 f->unit = unit; 561 BZERO(xmit_accm[unit], sizeof(xmit_accm[0])); 562 xmit_accm[unit][3] = 0x60000000; 570 lcp_open(unit) in lcp_open() argument 589 lcp_close(unit,reason) lcp_close() argument 616 lcp_lowerup(unit) lcp_lowerup() argument 650 lcp_lowerdown(unit) lcp_lowerdown() argument 661 lcp_input(unit,p,len) lcp_input() argument 778 lcp_protrej(unit) lcp_protrej() argument 821 lcp_sprotrej(unit,p,len) lcp_sprotrej() argument 3009 lcp_echo_lowerup(unit) lcp_echo_lowerup() argument 3029 lcp_echo_lowerdown(unit) lcp_echo_lowerdown() argument 3157 int unit; global() local 3172 lcp_settimeremaining(unit,connecttime,time_remaining) lcp_settimeremaining() argument [all...] |
H A D | upap.c | 99 upap_state upap[NUM_PPP]; /* UPAP state; one for each unit */ 138 * upap_init - Initialize a UPAP unit. 141 upap_init(unit) in upap_init() argument 142 int unit; in upap_init() 144 upap_state *u = &upap[unit]; 146 u->us_unit = unit; 168 upap_authwithpeer(unit, user, password) in upap_authwithpeer() argument 169 int unit; in upap_authwithpeer() 172 upap_state *u = &upap[unit]; 197 upap_authpeer(unit) in upap_authpeer() argument 263 upap_lowerup(unit) upap_lowerup() argument 290 upap_lowerdown(unit) upap_lowerdown() argument 312 upap_protrej(unit) upap_protrej() argument 333 upap_input(unit,inpacket,l) upap_input() argument [all...] |
H A D | cbcp.c | 55 static void cbcp_init __P((int unit)); 56 static void cbcp_lowerup __P((int unit)); 57 static void cbcp_input __P((int unit, u_char *pkt, int len)); 58 static void cbcp_protrej __P((int unit)); 111 cbcp_init(unit) in cbcp_init() argument 112 int unit; in cbcp_init() 116 us = &cbcp[unit]; 118 us->us_unit = unit; 124 cbcp_lowerup(unit) in cbcp_lowerup() argument 125 int unit; in cbcp_lowerup() 139 cbcp_input(unit,inpacket,pktlen) cbcp_input() argument 200 cbcp_protrej(int unit) cbcp_protrej() argument [all...] |
/titanic_51/usr/src/cmd/prctl/ |
H A D | utils.c | 107 scale_t *scale, char *unit, int flags) { in scaledtouint64() argument 127 * hex letters cannot be disserned from modifier or unit letters in scaledtouint64() 132 /* unit cannot be required on hex values */ in scaledtouint64() 133 if ((unit && *unit != '\0') && in scaledtouint64() 222 /* if unit is present when no unit is allowed, fail */ in scaledtouint64() 223 if ((unit == NULL || *unit == '\0') && (*endptr != '\0')) in scaledtouint64() 226 /* check for missing unit whe in scaledtouint64() 261 uint64toscaled(uint64_t uint64in,int widthin,char * maxmodifierin,char * scaledout,int * widthout,char ** modifierout,scale_t * scale,char * unit,int flags) uint64toscaled() argument 348 scaledtoscaled(char * scaledin,int widthin,char * maxmodifierin,char * scaledout,int * widthout,char ** modifierout,scale_t * scale,char * unit,int flags) scaledtoscaled() argument 367 scaledeqscaled(char * scaled1,char * scaled2,scale_t * scale,char * unit,int flags) scaledeqscaled() argument 456 scaledequint64(char * scaled,uint64_t uint64,int minwidth,scale_t * scale,char * unit,int flags) scaledequint64() argument [all...] |
/titanic_51/usr/src/lib/libwrap/ |
H A D | tli.c | 89 if (request->client->unit != 0) { 90 memcpy(&client, request->client->unit->addr.buf, 92 request->client->unit->addr.buf)); 96 if (request->server->unit != 0) { 97 memcpy(&server, request->server->unit->addr.buf, 99 request->server->unit->addr.buf)); 119 if (request->client->unit != 0) 120 t_free((char *) request->client->unit, T_UNITDATA); 121 if (request->server->unit != 0) 122 t_free((char *) request->server->unit, T_UNITDAT 235 struct t_unitdata *unit = host->unit; global() local 252 struct t_unitdata *unit = host->unit; global() local 335 struct t_unitdata *unit; global() local [all...] |
/titanic_51/usr/src/uts/sun4u/io/ |
H A D | sbd_cpu.c | 285 int unit; in sbd_cpu_flags() local 287 unit = sbdp_portid_to_cpu_unit(cmp, core); in sbd_cpu_flags() 293 if (SBD_DEVICE_STATE(sbp, SBD_COMP_CPU, unit) == in sbd_cpu_flags() 297 dip = sbp->sb_devlist[NIX(SBD_COMP_CMP)][unit]; in sbd_cpu_flags() 301 cp = SBD_GET_BOARD_CPUUNIT(sbp, unit); in sbd_cpu_flags() 340 int i, rv = 0, unit; in sbd_pre_release_cpu() local 373 unit = sbdp_get_unit_num(hdp, dip); in sbd_pre_release_cpu() 374 if (unit < 0) { in sbd_pre_release_cpu() 377 "sbd:%s: failed to get unit (cpu %d)", in sbd_pre_release_cpu() 386 cp = SBD_GET_BOARD_CPUUNIT(sbp, unit); in sbd_pre_release_cpu() 460 int unit; sbd_pre_attach_cpu() local 544 int unit; sbd_post_attach_cpu() local 648 int unit; sbd_pre_detach_cpu() local 761 int unit; sbd_post_detach_cpu() local 827 sbd_cancel_cpu(sbd_handle_t * hp,int unit) sbd_cancel_cpu() argument 959 sbd_connect_cpu(sbd_board_t * sbp,int unit) sbd_connect_cpu() argument 1030 sbd_disconnect_cpu(sbd_handle_t * hp,int unit) sbd_disconnect_cpu() argument [all...] |
H A D | sbd_io.c | 53 sbd_attach_io(sbd_handle_t *hp, sbderror_t *ep, dev_info_t *dip, int unit) in sbd_attach_io() argument 61 ASSERT(sbp->sb_iopath[unit] != NULL); in sbd_attach_io() 63 (void) ddi_pathname(dip, sbp->sb_iopath[unit]); in sbd_attach_io() 72 sbd_detach_io(sbd_handle_t *hp, sbderror_t *ep, dev_info_t *dip, int unit) in sbd_detach_io() argument 97 sbd_init_io_unit(sbd_board_t *sbp, int unit) in sbd_init_io_unit() argument 103 ip = SBD_GET_BOARD_IOUNIT(sbp, unit); in sbd_init_io_unit() 105 if (SBD_DEV_IS_ATTACHED(sbp, SBD_COMP_IO, unit)) { in sbd_init_io_unit() 107 } else if (SBD_DEV_IS_PRESENT(sbp, SBD_COMP_IO, unit)) { in sbd_init_io_unit() 112 dip = sbp->sb_devlist[NIX(SBD_COMP_IO)][unit]; in sbd_init_io_unit() 120 SBD_DEVICE_TRANSITION(sbp, SBD_COMP_IO, unit, new_stat in sbd_init_io_unit() 125 sbd_disconnect_io(sbd_handle_t * hp,int unit) sbd_disconnect_io() argument 213 int unit; sbd_io_status() local [all...] |
/titanic_51/usr/src/uts/common/inet/ipf/ |
H A D | ip_log.c | 542 /* Parameters: unit(I) - device we are reading from */ 551 int ipflog_read(unit, uio, ifs) in ipflog_read() argument 552 minor_t unit; in ipflog_read() 565 if (IPL_LOGMAX < unit) 580 while (ifs->ifs_iplt[unit] == NULL) { 607 l = get_sleep_lock(&ifs->ifs_iplh[unit]); 608 error = sleep(&ifs->ifs_iplh[unit], PZERO+1); 612 error = mpsleep(&ifs->ifs_iplh[unit], PSUSP|PCATCH, "iplread", 0, 617 error = SLEEP(&ifs->ifs_iplh[unit], "ipl sleep"); 631 for (copied = 0; ((ipl = ifs->ifs_iplt[unit]) ! 678 ipflog_clear(unit,ifs) ipflog_clear() argument [all...] |
H A D | ip_pool.c | 294 int unit, i, err = 0; local 300 unit = op->iplo_unit; 301 if (unit == IPL_LOGALL) { 304 } else if (unit >= 0 && unit < IPL_LOGSIZE) { 306 stats.ipls_list[unit] = ip_pool_find(unit, 309 stats.ipls_list[unit] = ifs->ifs_ip_pool_list[unit]; 325 /* device, indicated by the unit numbe 327 ip_pool_find(unit,name,ifs) ip_pool_find() argument 505 int poolnum, unit; global() local 657 int i, num = 0, unit, err; global() local 885 ip_pool_iterderef(otype,unit,data,ifs) ip_pool_iterderef() argument [all...] |
/titanic_51/usr/src/uts/common/io/ |
H A D | fdc.c | 317 fdc_select, /* select / deselect unit */ 385 int unit; in fdc_bus_ctl() local 392 len = sizeof (unit); in fdc_bus_ctl() 394 DDI_PROP_DONTPASS, "unit", (caddr_t)&unit, &len) in fdc_bus_ctl() 396 cntlr != FDCTLR(unit) || in fdc_bus_ctl() 397 (fcp->c_unit[FDUNIT(unit)])->fj_dip) in fdc_bus_ctl() 400 (void) sprintf(name, "%d,%d", cntlr, FDUNIT(unit)); in fdc_bus_ctl() 403 fjp = fcp->c_unit[FDUNIT(unit)]; in fdc_bus_ctl() 404 fjp->fj_unit = unit; in fdc_bus_ctl() 494 int cntlr_num, ctlr, unit; fdc_attach() local 847 int unit; fdc_detach() local 920 int unit = fjp->fj_unit & 3; fdc_abort() local 973 int unit = funit & 3; fdc_select() local 1056 int unit = funit & 3; fdresetchng() local 1077 int unit = funit & 3; fdrecalseek() local 1132 int unit = funit & 3; fdrw() local 1250 int unit = funit & 3; fdtrkformat() local 1615 int unit; fdc_quiesce() local 1669 int unit; fdcquiesce() local 1714 fdcseek(struct fdcntlr * fcp,int unit,int cyl) fdcseek() argument 1731 fdcsense_chng(struct fdcntlr * fcp,int unit) fdcsense_chng() argument 1744 fdcsense_drv(struct fdcntlr * fcp,int unit) fdcsense_drv() argument 1932 int unit = fjp->fj_unit & 3; fdc_motorsm() local 2076 int unit = fjp->fj_unit & 3; fdmotort() local 2161 int unit; fdc_exec() local 2370 fdcheckdisk(struct fdcntlr * fcp,int unit) fdcheckdisk() argument 2446 int unit; fdrecover() local 2829 int unit; fdc_statemach() local [all...] |
H A D | fd.c | 231 * verifying fjp and fdp and returned unit value is not used. in fd_getinfo() 279 DDI_PROP_DONTPASS, "unit", (caddr_t)&unit_num, &len) != in fd_probe() 315 "fd_probe failed density: dip %p unit %d", in fd_probe() 324 (CE_WARN, "fd_probe failed size: dip %p unit %d", in fd_probe() 330 (CE_WARN, "fd_probe dip %p unit %d", (void *)dip, unit_num)); in fd_probe() 356 DDI_PROP_DONTPASS, "unit", (caddr_t)&unit_num, &len) != in fd_attach() 414 (CE_WARN, "fd_attach failed type: dip %p unit %d", in fd_attach() 499 (CE_WARN, "fd_attach: dip %p unit %d", in fd_attach() 548 (CE_WARN, "fd_attach failed: dip %p unit %d", in fd_attach() 655 int part, unit; in fd_open() local 764 fdgetlabel(struct fcu_obj * fjp,int unit) fdgetlabel() argument 960 int unit; fd_close() local 1129 int sctrshft, unit; fdstart() local 1287 int nblks, part, unit; fd_ioctl() local 2005 fd_rawioctl(struct fcu_obj * fjp,int unit,caddr_t arg,int mode) fd_rawioctl() argument 2198 int unit; fd_media_watch() local 2225 fd_get_media_state(struct fcu_obj * fjp,int unit) fd_get_media_state() argument 2263 int unit; fd_check_media() local [all...] |
/titanic_51/usr/src/cmd/csh/ |
H A D | sh.print.c | 189 int unit; in flush() local 196 unit = didfds ? 2 : SHDIAG; in flush() 198 unit = didfds ? 1 : SHOUT; in flush() 201 if (didfds == 0 && ioctl(unit, TIOCLGET, (char *)&lmode) == 0 && in flush() 204 (void) ioctl(unit, TIOCLBIC, (char *)&lmode); in flush() 205 (void) write(unit, "\n", 1); in flush() 208 (void) write(unit, linbuf, linp - linbuf); in flush() 218 int unit; in write_string() local 225 unit = didfds ? 2 : SHDIAG; in write_string() 227 unit in write_string() [all...] |
/titanic_51/usr/src/boot/sys/boot/i386/libi386/ |
H A D | bioscd.c | 81 * List of BIOS devices, translation from disk unit number to 82 * BIOS unit number. 85 int bc_unit; /* BIOS unit number */ 94 static int bc_read(int unit, daddr_t dblk, int blks, caddr_t dest); 117 * Translate between BIOS device numbers and our private unit numbers. 126 DEBUG("bc unit %d is BIOS device 0x%x", i, bcinfo[i].bc_unit); in bc_bios2unit() 134 bc_unit2bios(int unit) in bc_unit2bios() argument 136 if ((unit >= 0) && (unit < nbcinfo)) in bc_unit2bios() 137 return(bcinfo[unit] in bc_unit2bios() 259 int unit; bc_realstrategy() local 314 bc_read(int unit,daddr_t dblk,int blks,caddr_t dest) bc_read() argument 428 int biosdev, unit; bc_getdev() local [all...] |
/titanic_51/usr/src/grub/grub-0.97/lib/ |
H A D | device.c | 303 get_floppy_disk_name (char *name, int unit) in get_floppy_disk_name() argument 308 sprintf (name, "/dev/floppy/%d", unit); in get_floppy_disk_name() 310 sprintf (name, "/dev/fd%d", unit); in get_floppy_disk_name() 313 sprintf (name, "/dev/fd%d", unit); in get_floppy_disk_name() 317 sprintf (name, "/dev/fd%d", unit); in get_floppy_disk_name() 319 sprintf (name, "/dev/rfd%d", unit); in get_floppy_disk_name() 323 sprintf (name, "/dev/rfd%da", unit); in get_floppy_disk_name() 326 sprintf (name, "/dev/rfd%dc", unit); in get_floppy_disk_name() 329 sprintf (name, "/dev/fd%d", unit); in get_floppy_disk_name() 332 sprintf (name, "/dev/rdiskette%d", unit); in get_floppy_disk_name() 341 get_ide_disk_name(char * name,int unit) get_ide_disk_name() argument 384 get_scsi_disk_name(char * name,int unit) get_scsi_disk_name() argument 434 get_ataraid_disk_name(char * name,int unit) get_ataraid_disk_name() argument [all...] |
/titanic_51/usr/src/uts/sun4u/serengeti/sys/ |
H A D | sbdp_priv.h | 90 #define SBDP_SET_CPU_PRESENT(bdp, unit)\ argument 91 ((bdp)->cpus_present |= (1 << (unit))) 93 #define SBDP_IS_CPU_PRESENT(bdp, unit)\ argument 94 (((bdp)->cpus_present & (1 << (unit))) != 0) 99 #define SBDP_SET_CPU_IN_RESET(bdp, unit)\ argument 100 ((bdp)->cpus_in_reset |= (1 << (unit))) 101 #define SBDP_UNSET_CPU_IN_RESET(bdp, unit)\ argument 102 ((bdp)->cpus_in_reset &= ~(1 << (unit))) 103 #define SBDP_IS_CPU_IN_RESET(bdp, unit)\ argument 104 (((bdp)->cpus_in_reset & (1 << (unit))) ! [all...] |
/titanic_51/usr/src/cmd/mandoc/ |
H A D | out.c | 40 * Parse the *src string and store a scaling unit into *dst. 41 * If the string doesn't specify the unit, use the default. 51 dst->unit = def == SCALE_MAX ? SCALE_BU : def; in a2roffsu() 58 dst->unit = SCALE_CM; in a2roffsu() 61 dst->unit = SCALE_IN; in a2roffsu() 64 dst->unit = SCALE_FS; in a2roffsu() 67 dst->unit = SCALE_MM; in a2roffsu() 70 dst->unit = SCALE_EM; in a2roffsu() 73 dst->unit = SCALE_EN; in a2roffsu() 76 dst->unit in a2roffsu() [all...] |
/titanic_51/usr/src/cmd/dlstat/ |
H A D | dlstat.c | 810 dlstat_unit(char *oarg, char *unit) in dlstat_unit() argument 815 *unit = oarg[0]; in dlstat_unit() 823 map_to_units(char *buf, uint_t bufsize, double num, char unit, in map_to_units() argument 831 if (unit == '\0') { in map_to_units() 839 unit = '\0'; in map_to_units() 842 unit = 'K'; in map_to_units() 845 unit = 'M'; in map_to_units() 848 unit = 'G'; in map_to_units() 851 unit = 'T'; in map_to_units() 854 /* Largest unit supporte in map_to_units() 960 print_total_stats(const char * linkname,void * statentry,char unit,boolean_t parsable) print_total_stats() argument 991 print_rx_generic_ring_stats(const char * linkname,void * statentry,char unit,boolean_t parsable) print_rx_generic_ring_stats() argument 1025 print_tx_generic_ring_stats(const char * linkname,void * statentry,char unit,boolean_t parsable) print_tx_generic_ring_stats() argument 1059 print_rx_ring_stats(const char * linkname,void * statentry,char unit,boolean_t parsable) print_rx_ring_stats() argument 1093 print_tx_ring_stats(const char * linkname,void * statentry,char unit,boolean_t parsable) print_tx_ring_stats() argument 1127 print_rx_generic_lane_stats(const char * linkname,void * statentry,char unit,boolean_t parsable) print_rx_generic_lane_stats() argument 1175 print_tx_generic_lane_stats(const char * linkname,void * statentry,char unit,boolean_t parsable) print_tx_generic_lane_stats() argument 1220 print_rx_lane_stats(const char * linkname,void * statentry,char unit,boolean_t parsable) print_rx_lane_stats() argument 1286 print_tx_lane_stats(const char * linkname,void * statentry,char unit,boolean_t parsable) print_tx_lane_stats() argument 1341 print_fanout_stats(const char * linkname,void * statentry,char unit,boolean_t parsable) print_fanout_stats() argument 1395 print_aggr_port_stats(const char * linkname,void * statentry,char unit,boolean_t parsable) print_aggr_port_stats() argument 1624 char unit = '\0'; do_show() local 1826 char unit = '\0'; do_show_phys() local 2005 char unit = '\0'; do_show_link() local 2214 char unit = '\0'; do_show_aggr() local [all...] |
/titanic_51/usr/src/uts/sun4u/serengeti/io/ |
H A D | sbdp.c | 250 int unit = -1; in sbdp_get_unit_num() local 283 unit = SG_CPUID_TO_CPU_UNIT(cpuid); in sbdp_get_unit_num() 287 unit = 0; in sbdp_get_unit_num() 295 * cpci nodes are assign unit nums of 5 for now in sbdp_get_unit_num() 296 * So they don't conflict with the pci unit nums in sbdp_get_unit_num() 323 unit = 0; in sbdp_get_unit_num() 325 unit = 1; in sbdp_get_unit_num() 329 unit = 2; in sbdp_get_unit_num() 331 unit = 3; in sbdp_get_unit_num() 333 SBDP_DBG_MISC("unit i in sbdp_get_unit_num() 963 sbdp_cpu_in_reset(int node,int bd,int unit,int reset) sbdp_cpu_in_reset() argument 999 sbdp_set_cpu_present(int node,int bd,int unit) sbdp_set_cpu_present() argument 1024 sbdp_is_cpu_present(int node,int bd,int unit) sbdp_is_cpu_present() argument 1047 sbdp_is_cpu_in_reset(int node,int bd,int unit) sbdp_is_cpu_in_reset() argument [all...] |