| /titanic_41/usr/src/uts/common/io/usb/scsa2usb/ |
| H A D | usb_ms_cbi.c | 173 data = allocb_wait(CBI_CLASS_CMD_LEN, BPRI_LO, STR_NOSIG, NULL); in scsa2usb_cbi_transport() 534 cdb = allocb_wait(CBI_CLASS_CMD_LEN, BPRI_LO, STR_NOSIG, NULL); in scsa2usb_cbi_reset_recovery()
|
| H A D | usb_ms_bulkonly.c | 529 BPRI_LO, STR_NOSIG, NULL); in scsa2usb_handle_status_start()
|
| H A D | scsa2usb.c | 4872 STR_NOSIG, NULL); in scsa2usb_handle_data_start()
|
| /titanic_41/usr/src/uts/common/syscall/ |
| H A D | ucredsys.c | 82 STR_NOSIG|K_TO_K, CRED(), &rval); in getpeerucred()
|
| /titanic_41/usr/src/uts/common/fs/smbclnt/netsmb/ |
| H A D | smb_trantcp.c | 244 if (!(mp = allocb_cred_wait(mlen, STR_NOSIG, &error, cr, NOPID))) in nb_snddis() 732 m0 = allocb_wait(4, BPRI_LO, STR_NOSIG, &error); in nbssn_send()
|
| H A D | subr_mchain.c | 219 mblk = allocb_wait(size, BPRI_LO, STR_NOSIG, &error); in m_getblk() 267 mblk = allocb_cred_wait(MLEN, STR_NOSIG, &error, cr, NOPID); in mb_init()
|
| /titanic_41/usr/src/uts/common/inet/tcp/ |
| H A D | tcp_socket.c | 584 bp = allocb_wait(0, BPRI_HI, STR_NOSIG, NULL); in tcp_shutdown() 1002 stropt_mp = allocb_wait(sizeof (struct stroptions), BPRI_HI, STR_NOSIG, in tcp_fallback() 1008 STR_NOSIG, NULL); in tcp_fallback()
|
| H A D | tcp.c | 1130 bp = allocb_wait(0, BPRI_HI, STR_NOSIG, NULL); in tcp_close_common() 3800 tcps->tcps_ixa_cleanup_mp = allocb_wait(0, BPRI_MED, STR_NOSIG, NULL); in tcp_stack_init()
|
| /titanic_41/usr/src/uts/common/fs/sockfs/ |
| H A D | sockcommon_subr.c | 1170 mp1 = allocb_wait(msgdsize(mp), BPRI_MED, STR_NOSIG, NULL); in sorecvoob() 2351 BPRI_MED, STR_NOSIG, NULL); in so_tpi_fallback() 2352 arg.soqa_urgmark_mp = allocb_wait(0, BPRI_MED, STR_NOSIG, NULL); in so_tpi_fallback() 2381 BPRI_MED, STR_NOSIG, NULL); in so_tpi_fallback() 2385 STR_NOSIG, NULL); in so_tpi_fallback()
|
| H A D | nl7chttp.c | 911 http_conn_cl = allocb_wait(n, BPRI_HI, STR_NOSIG, NULL); in nl7c_http_init() 916 http_conn_ka = allocb_wait(n, BPRI_HI, STR_NOSIG, NULL); in nl7c_http_init()
|
| H A D | socksubr.c | 1380 mp = allocb_cred_wait(size, STR_NOSIG, &error, in soallocproto() 1383 mp = allocb_wait(size, BPRI_MED, STR_NOSIG, in soallocproto()
|
| /titanic_41/usr/src/uts/common/io/usb/usba/ |
| H A D | usbai_req.c | 1061 STR_NOSIG, NULL); in usb_alloc_ctrl_req() 1462 BPRI_LO, STR_NOSIG, NULL); in usb_alloc_bulk_req() 1702 STR_NOSIG, NULL); in usb_alloc_intr_req()
|
| /titanic_41/usr/src/uts/common/inet/sctp/ |
| H A D | sctp_timer.c | 166 STR_NOSIG, NULL); in sctp_timer_alloc()
|
| H A D | sctp.c | 816 STR_NOSIG, NULL); in sctp_init_values()
|
| /titanic_41/usr/src/uts/common/sys/ |
| H A D | strsubr.h | 1018 #define STR_NOSIG 0x10 /* Ignore signals during strdoioctl/strwaitq */ macro
|
| /titanic_41/usr/src/uts/common/fs/nfs/ |
| H A D | nfs_server.c | 3409 *mpp = allocb_wait(RNDUP(mpsize), BPRI_MED, STR_NOSIG, &err); in rfs_read_alloc() 3473 rmp = allocb_wait(remainder, BPRI_MED, STR_NOSIG, &alloc_err); in rfs_rndup_mblks()
|
| H A D | nfs4_srv_readdir.c | 571 STR_NOSIG, &alloc_err); in rfs4_op_readdir()
|
| H A D | nfs_srv.c | 784 mp = allocb_wait(RNDUP(ra->ra_count), BPRI_MED, STR_NOSIG, in rfs_read()
|
| /titanic_41/usr/src/uts/common/os/ |
| H A D | strsubr.c | 1463 if ((tmp = allocb_cred_wait(count, (flag & STR_NOSIG), &error, cr, in putiocd() 1899 K_TO_K | STR_NOERROR | STR_NOSIG, crp, rvalp); in mlink_file() 2046 K_TO_K | STR_NOERROR | STR_NOSIG, crp, rvalp); in munlink() 3052 (flag & STR_NOSIG), &error))) { in strwaitq() 3094 rval = str_cv_wait(sleepon, &stp->sd_lock, timout, flag & STR_NOSIG); in strwaitq()
|
| H A D | streamio.c | 5881 int sigflag = (flag & STR_NOSIG); in strdoioctl() 7232 waitflag |= STR_NOSIG; in kstrgetmsg() 8121 waitflag |= STR_NOSIG; in kstrputmsg()
|
| /titanic_41/usr/src/uts/common/io/ |
| H A D | stream.c | 1178 if (flags & STR_NOSIG) { in allocb_wait()
|
| /titanic_41/usr/src/uts/common/inet/ip/ |
| H A D | icmp.c | 5264 stropt_mp = allocb_wait(sizeof (*stropt), BPRI_HI, STR_NOSIG, NULL); in rawip_fallback()
|
| H A D | ip_if.c | 1430 STR_NOSIG, &err); in ill_capability_reset_alloc()
|
| /titanic_41/usr/src/uts/common/inet/udp/ |
| H A D | udp.c | 6149 stropt_mp = allocb_wait(sizeof (*stropt), BPRI_HI, STR_NOSIG, NULL); in udp_fallback()
|