/titanic_44/usr/src/lib/krb5/kdb/ |
H A D | kdb_default.c | 150 FILE *kf; local 173 if (!(kf = fopen(keyfile, "wbF"))) 175 if (!(kf = fopen(keyfile, "wF"))) 189 2, 1, kf) != 1) || 191 sizeof(key->length), 1, kf) != 1) || 194 kf) != key->length)) { 196 (void) fclose(kf); 198 if (fclose(kf) == EOF) 218 FILE *kf = NULL; in krb5_db_def_fetch_mkey() local 230 if (!(kf = fopen((db_args) ? db_args : defkeyfile, "rbF"))) in krb5_db_def_fetch_mkey() [all …]
|
/titanic_44/usr/src/lib/fm/topo/modules/sun4u/chip/ |
H A D | chip_sun4u.c | 183 kstat_named_t *ks, *kf; in cpu_create() local 234 if ((kf = kstat_data_lookup(chip->chip_cpustats[i], "cpu_fru")) in cpu_create() 235 != NULL && strcmp(KSTAT_NAMED_STR_PTR(kf), in cpu_create() 240 if (topo_mod_str2nvl(mod, KSTAT_NAMED_STR_PTR(kf), in cpu_create() 246 if ((lp = strchr(KSTAT_NAMED_STR_PTR(kf), '=')) in cpu_create()
|
/titanic_44/usr/src/uts/common/io/scsi/impl/ |
H A D | scsi_resource.c | 280 int kf; in scsi_init_cache_pkt() local 283 kf = KM_SLEEP; in scsi_init_cache_pkt() 285 kf = KM_NOSLEEP; in scsi_init_cache_pkt() 318 kf); in scsi_init_cache_pkt() 350 in_pktp->pkt_cdbp = kmem_alloc(cmdlen, kf); in scsi_init_cache_pkt() 357 in_pktp->pkt_private = kmem_alloc(pplen, kf); in scsi_init_cache_pkt() 365 in_pktp->pkt_scbp = kmem_alloc(statuslen, kf); in scsi_init_cache_pkt()
|
/titanic_44/usr/src/uts/common/io/1394/targets/scsa1394/ |
H A D | hba.c | 1286 int kf = (callback == SLEEP_FUNC) ? KM_SLEEP : KM_NOSLEEP; in scsa1394_scsi_init_pkt() local 1298 if ((cmd = kmem_cache_alloc(sp->s_cmd_cache, kf)) == NULL) { in scsa1394_scsi_init_pkt() 1321 if (scsa1394_cmd_ext_alloc(sp, cmd, kf) != in scsa1394_scsi_init_pkt() 1416 scsa1394_cmd_cache_constructor(void *buf, void *cdrarg, int kf) in scsa1394_cmd_cache_constructor() argument 1437 scsa1394_cmd_ext_alloc(scsa1394_state_t *sp, scsa1394_cmd_t *cmd, int kf) in scsa1394_cmd_ext_alloc() argument 1443 if ((buf = kmem_zalloc(cmd->sc_cdb_len, kf)) == NULL) { in scsa1394_cmd_ext_alloc() 1451 if ((buf = kmem_zalloc(cmd->sc_scb_len, kf)) == NULL) { in scsa1394_cmd_ext_alloc() 1460 if ((buf = kmem_zalloc(cmd->sc_priv_len, kf)) == NULL) { in scsa1394_cmd_ext_alloc() 1519 int kf = (callback == SLEEP_FUNC) ? KM_SLEEP : KM_NOSLEEP; in scsa1394_cmd_buf_dma_alloc() local 1607 if (scsa1394_cmd_dmac2seg(sp, cmd, &dmac, ccount, kf) != in scsa1394_cmd_buf_dma_alloc() [all …]
|
/titanic_44/usr/src/uts/sun/io/scsi/adapters/ |
H A D | fas.c | 209 int cmdlen, int tgtlen, int statuslen, int kf); 2067 int kf; in fas_scsi_init_pkt() local 2085 kf = (callback == SLEEP_FUNC)? KM_SLEEP: KM_NOSLEEP; in fas_scsi_init_pkt() 2090 cmd = kmem_cache_alloc(fas->f_kmem_cache, kf); in fas_scsi_init_pkt() 2127 cmdlen, tgtlen, statuslen, kf); in fas_scsi_init_pkt() 2268 int cmdlen, int tgtlen, int statuslen, int kf) in fas_pkt_alloc_extern() argument 2275 if ((cdbp = kmem_zalloc((size_t)cmdlen, kf)) == NULL) { in fas_pkt_alloc_extern() 2283 if ((tgt = kmem_zalloc(tgtlen, kf)) == NULL) { in fas_pkt_alloc_extern() 2291 if ((scbp = kmem_zalloc((size_t)statuslen, kf)) == NULL) { in fas_pkt_alloc_extern()
|
H A D | sf.c | 1352 int tgtlen, int statuslen, int kf) in sf_pkt_alloc_extern() argument 1362 if ((tgt = kmem_zalloc(tgtlen, kf)) == NULL) { in sf_pkt_alloc_extern() 1370 if ((scbp = kmem_zalloc((size_t)statuslen, kf)) == NULL) { in sf_pkt_alloc_extern() 1421 int kf; in sf_scsi_init_pkt() local 1445 kf = (callback == SLEEP_FUNC)? KM_SLEEP: KM_NOSLEEP; in sf_scsi_init_pkt() 1447 if ((cmd = kmem_cache_alloc(sf->sf_pkt_cache, kf)) != NULL) { in sf_scsi_init_pkt() 1490 tgtlen, statuslen, kf); in sf_scsi_init_pkt()
|
/titanic_44/usr/src/uts/common/io/scsi/adapters/mpt_sas/ |
H A D | mptsas.c | 284 int cmdlen, int tgtlen, int statuslen, int kf); 3678 int kf; in mptsas_scsi_init_pkt() local 3680 kf = (callback == SLEEP_FUNC)? KM_SLEEP: KM_NOSLEEP; in mptsas_scsi_init_pkt() 3710 cmd = kmem_cache_alloc(mpt->m_kmem_cache, kf); in mptsas_scsi_init_pkt() 3760 cmdlen, tgtlen, statuslen, kf); in mptsas_scsi_init_pkt() 3957 cmd->cmd_cookiec), kf); in mptsas_scsi_init_pkt() 4212 mptsas_cmdarqsize(mptsas_t *mpt, mptsas_cmd_t *cmd, size_t senselength, int kf) in mptsas_cmdarqsize() argument 4222 i = (kf == KM_SLEEP ? rmalloc_wait : rmalloc) in mptsas_cmdarqsize() 4247 int cmdlen, int tgtlen, int statuslen, int kf) in mptsas_pkt_alloc_extern() argument 4253 (void *)cmd, cmdlen, tgtlen, statuslen, kf)); in mptsas_pkt_alloc_extern() [all …]
|
/titanic_44/usr/src/uts/common/io/aac/ |
H A D | aac.c | 5136 int kf = (cb == SLEEP_FUNC) ? KM_SLEEP : KM_NOSLEEP; in aac_cmd_dma_alloc() local 5296 acp->left_cookien, kf); in aac_cmd_dma_alloc()
|
/titanic_44/usr/src/uts/common/io/fibre-channel/ulp/ |
H A D | fcp.c | 11394 int kf; in fcp_pkt_setup() local 11413 kf = (callback == SLEEP_FUNC) ? KM_SLEEP: KM_NOSLEEP; in fcp_pkt_setup() 11442 if (fc_ulp_init_packet(pptr->port_fp_handle, fpkt, kf) in fcp_pkt_setup()
|
/titanic_44/usr/src/cmd/terminfo/ |
H A D | termcap.src | 9778 # bezel buttons for the 5430/pt505 terminal. The "kf" designations do 9830 # "kf" functions adds carriage return to output string if terminal is in
|
H A D | terminfo.src | 11100 # bezel buttons for the 5430/pt505 terminal. The "kf" designations do 11152 # "kf" functions adds carriage return to output string if terminal is in
|