Home
last modified time | relevance | path

Searched refs:fg (Results 1 – 25 of 36) sorted by relevance

12

/titanic_41/usr/src/uts/common/crypto/core/
H A Dkcf_mech_tabs.c415 crypto_func_group_t fg = mech_info->cm_func_group_mask; in kcf_add_mech_provider() local
418 if (fg & CRYPTO_FG_DIGEST || fg & CRYPTO_FG_DIGEST_ATOMIC) in kcf_add_mech_provider()
420 else if (fg & CRYPTO_FG_ENCRYPT || fg & CRYPTO_FG_DECRYPT || in kcf_add_mech_provider()
421 fg & CRYPTO_FG_ENCRYPT_ATOMIC || in kcf_add_mech_provider()
422 fg & CRYPTO_FG_DECRYPT_ATOMIC) in kcf_add_mech_provider()
424 else if (fg & CRYPTO_FG_MAC || fg & CRYPTO_FG_MAC_ATOMIC) in kcf_add_mech_provider()
426 else if (fg & CRYPTO_FG_SIGN || fg & CRYPTO_FG_VERIFY || in kcf_add_mech_provider()
427 fg & CRYPTO_FG_SIGN_ATOMIC || in kcf_add_mech_provider()
428 fg & CRYPTO_FG_VERIFY_ATOMIC || in kcf_add_mech_provider()
429 fg & CRYPTO_FG_SIGN_RECOVER || in kcf_add_mech_provider()
[all …]
H A Dkcf_sched.c362 crypto_mechanism_t **mech2, crypto_func_group_t *fg) in can_resubmit() argument
379 *fg = (optype == KCF_OP_INIT) ? CRYPTO_FG_DIGEST : in can_resubmit()
389 *fg = (optype == KCF_OP_INIT) ? CRYPTO_FG_MAC : in can_resubmit()
401 *fg = CRYPTO_FG_SIGN; in can_resubmit()
404 *fg = CRYPTO_FG_SIGN_ATOMIC; in can_resubmit()
408 *fg = CRYPTO_FG_SIGN_RECOVER_ATOMIC; in can_resubmit()
420 *fg = CRYPTO_FG_VERIFY; in can_resubmit()
423 *fg = CRYPTO_FG_VERIFY_ATOMIC; in can_resubmit()
427 *fg = CRYPTO_FG_VERIFY_RECOVER_ATOMIC; in can_resubmit()
437 *fg = (optype == KCF_OP_INIT) ? CRYPTO_FG_ENCRYPT : in can_resubmit()
[all …]
H A Dkcf_callprov.c189 crypto_func_group_t fg) in is_valid_provider_for_mech() argument
198 IS_FG_SUPPORTED(prov_chain, fg)) { in is_valid_provider_for_mech()
225 kcf_provider_desc_t *old, kcf_provider_desc_t **new, crypto_func_group_t fg) in kcf_get_hardware_provider() argument
277 if (!is_valid_provider_for_mech(provider, me, fg)) { in kcf_get_hardware_provider()
353 if (!is_valid_provider_for_mech(old, me, fg)) { in kcf_get_hardware_provider()
531 crypto_func_group_t fg, size_t data_size) in kcf_get_mech_provider() argument
574 (!IS_FG_SUPPORTED(mdesc, fg)) || in kcf_get_mech_provider()
586 if (!IS_FG_SUPPORTED(prov_chain, fg) || in kcf_get_mech_provider()
619 if (!IS_FG_SUPPORTED(mdesc, fg) || in kcf_get_mech_provider()
/titanic_41/usr/src/cmd/cmd-inet/lib/netcfgd/
H A Dnetcfgd.c53 static boolean_t fg = B_FALSE; variable
64 if (fg) { in log_out()
89 if (!fg) in start_logging()
153 fg = B_TRUE; in main()
163 if (!fg) in main()
/titanic_41/usr/src/cmd/ipf/tools/
H A Dipftest.c692 frgroup_t *fg; local
698 for (fg = ifs->ifs_ipfgroups[i][0]; fg != NULL;
699 fg = fg->fg_next) {
701 i, fg->fg_name, fg->fg_ref, fg->fg_flags);
702 for (fr = fg->fg_start; fr != NULL; fr = fr->fr_next) {
714 for (fg = ifs->ifs_ipfgroups[i][1]; fg != NULL;
715 fg = fg->fg_next) {
717 i, fg->fg_name, fg->fg_ref, fg->fg_flags);
718 for (fr = fg->fg_start; fr != NULL; fr = fr->fr_next) {
/titanic_41/usr/src/cmd/sh/
H A Djobs.c224 statjob(struct job *jp, int stat, int fg, int rc) in statjob() argument
233 if (!fg && jp->j_jid) { in statjob()
244 if (fg) { in statjob()
267 if (!fg || jp->j_xval != SIGINT) { in statjob()
274 if (!fg && jp->j_jid) { in statjob()
279 if (fg) { in statjob()
412 restartjob(struct job *jp, int fg) in restartjob() argument
423 if (fg) { in restartjob()
438 if (fg) { in restartjob()
684 makejob(int monitor, int fg) in makejob() argument
[all …]
/titanic_41/usr/src/cmd/fs.d/cachefs/common/
H A Dstats_dbm.c281 fg_info fg, *fgp = NULL; in stats_dbm_attrcache_addsize() local
303 if ((value.dptr != NULL) && (value.dsize == sizeof (fg))) { in stats_dbm_attrcache_addsize()
305 memcpy((char *)&fg, value.dptr, sizeof (fg)); in stats_dbm_attrcache_addsize()
306 fgp = &fg; in stats_dbm_attrcache_addsize()
313 memset((char *)&fg, '\0', sizeof (fg)); in stats_dbm_attrcache_addsize()
314 fgp = &fg; in stats_dbm_attrcache_addsize()
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dvid_puts.c143 short fg, bg; in vid_puts() local
153 } else if (pair_content(pair, &fg, &bg) == OK) { in vid_puts()
156 tparm(set_foreground, (long) fg, in vid_puts()
164 set_a_foreground, (long) fg, in vid_puts()
/titanic_41/usr/src/uts/common/inet/ipf/
H A Dfil.c3327 frgroup_t *fg, **fgp; local
3335 while ((fg = *fgp) != NULL) {
3336 if (strncmp(group, fg->fg_name, FR_GROUPLEN) == 0)
3339 fgp = &fg->fg_next;
3343 return fg;
3369 frgroup_t *fg, **fgp; local
3381 fg = fr_findgroup(group, unit, set, &fgp, ifs);
3382 if (fg != NULL) {
3383 if (fg->fg_flags == 0)
3384 fg->fg_flags = gflags;
[all …]
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dvid_puts.c147 short fg, bg; in vid_puts() local
153 } else if (pair_content(pair, &fg, &bg) == OK) { in vid_puts()
155 (void) TPUTS(tparm(set_a_foreground, (long) fg, in vid_puts()
159 (void) TPUTS(tparm(set_foreground, (long) fg, in vid_puts()
/titanic_41/usr/src/uts/common/os/
H A Dflock.c231 struct flock_globals *fg; in flk_get_lockmgr_status() local
241 fg = flk_get_globals(); in flk_get_lockmgr_status()
242 return (fg->flk_lockmgr_status); in flk_get_lockmgr_status()
676 struct flock_globals *fg; in flk_zone_init() local
679 fg = kmem_alloc(sizeof (*fg), KM_SLEEP); in flk_zone_init()
680 fg->flk_lockmgr_status = FLK_LOCKMGR_UP; in flk_zone_init()
682 fg->lockmgr_status[i] = FLK_LOCKMGR_UP; in flk_zone_init()
683 return (fg); in flk_zone_init()
690 struct flock_globals *fg = data; in flk_zone_fini() local
692 kmem_free(fg, sizeof (*fg)); in flk_zone_fini()
[all …]
/titanic_41/usr/src/cmd/cmd-inet/lib/ipmgmtd/
H A Dipmgmt_main.c475 boolean_t fg = B_FALSE; in main() local
487 fg = B_TRUE; in main()
495 if (!fg && getenv("SMF_FMRI") == NULL) { in main()
502 if (!fg && !ipmgmt_daemonize()) in main()
/titanic_41/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dmain.c55 boolean_t fg = B_FALSE; variable
349 fg = B_TRUE; in main()
360 if (!fg) in main()
/titanic_41/usr/src/cmd/bnu/
H A Duusched.c56 char f[256], g[256], fg[256], subf[256]; local
130 (void) sprintf(fg, "%s/%s", f, g);
131 gradedir = opendir(fg);
/titanic_41/usr/src/uts/common/disp/
H A Dts.c2192 proc_t *leader, *fg, *bg; in ia_set_process_group() local
2251 for (fg = (proc_t *)pgfind(fg_pgid); fg != NULL; fg = fg->p_pglink) { in ia_set_process_group()
2255 if (fg->p_stat == SIDL) { in ia_set_process_group()
2263 if (fg->p_pid == fg->p_sessp->s_sid) { in ia_set_process_group()
2268 "group on:proc %p", fg); in ia_set_process_group()
2271 if (mutex_tryenter(&fg->p_lock) == 0) in ia_set_process_group()
2274 mutex_enter(&fg->p_lock); in ia_set_process_group()
2277 if ((tx = proctot(fg)) == NULL) { in ia_set_process_group()
2278 mutex_exit(&fg->p_lock); in ia_set_process_group()
2301 } while ((tx = tx->t_forw) != fg->p_tlist); in ia_set_process_group()
[all …]
/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/
H A DEditLine.java60 private Color fg, bg; field in EditLine
161 public void setForeground(Color fg) { in setForeground() argument
162 this.fg = fg; in setForeground()
166 if (fg == null) in getForeground()
169 return fg; in getForeground()
H A DColumnList.java206 public void setCanvasForeground(Color fg) { in setCanvasForeground() argument
207 canvas.setForeground(fg); in setCanvasForeground()
226 public void setCanvasBackground(Color fg) { in setCanvasBackground() argument
227 canvas.setBackground(fg); in setCanvasBackground()
/titanic_41/usr/src/uts/common/crypto/api/
H A Dkcf_sign.c259 crypto_call_req_t *crq, crypto_func_group_t fg) in sign_sr_atomic_common() argument
272 list, fg, data->cd_length)) == NULL) { in sign_sr_atomic_common()
303 if (fg == CRYPTO_FG_SIGN_ATOMIC) in sign_sr_atomic_common()
313 kcf_op_type_t op = ((fg == CRYPTO_FG_SIGN_ATOMIC) ? in sign_sr_atomic_common()
H A Dkcf_verify.c261 crypto_call_req_t *crq, crypto_func_group_t fg) in verify_vr_atomic_common() argument
274 list, fg, data->cd_length)) == NULL) { in verify_vr_atomic_common()
305 if (fg == CRYPTO_FG_VERIFY_ATOMIC) in verify_vr_atomic_common()
316 kcf_op_type_t op = ((fg == CRYPTO_FG_VERIFY_ATOMIC) ? in verify_vr_atomic_common()
H A Dkcf_miscapi.c618 crypto_func_group_t fg = pmd->pm_mech_info.cm_func_group_mask; in init_mechanism_info() local
630 if (fg & (CRYPTO_FG_ENCRYPT | CRYPTO_FG_ENCRYPT_ATOMIC)) in init_mechanism_info()
632 if (fg & (CRYPTO_FG_DECRYPT | CRYPTO_FG_DECRYPT_ATOMIC)) in init_mechanism_info()
634 if (fg & (CRYPTO_FG_MAC | CRYPTO_FG_MAC_ATOMIC)) in init_mechanism_info()
/titanic_41/usr/src/uts/common/sys/crypto/
H A Dsched_impl.h106 #define IS_FG_SUPPORTED(mdesc, fg) \ argument
107 (((mdesc)->pm_mech_info.cm_func_group_mask & (fg)) != 0)
/titanic_41/usr/src/uts/intel/sys/
H A Dpromif.h106 extern void prom_framebuffer_getcolors(int *fg, int *bg);
/titanic_41/usr/src/uts/common/io/
H A Dtem.c215 text_color_t fg; in tem_internal_init() local
245 tem_safe_get_color(ptem, &fg, &bg, TEM_ATTR_SCREEN_REVERSE); in tem_internal_init()
249 ptem->tvs_fg_buf[(i * width +j) * tc_size] = fg; in tem_internal_init()
H A Dtem_safe.c207 #define tem_safe_callback_bit2pix(tem, c, fg, bg) { \ argument
209 (void) (*tems.ts_callbacks->tsc_bit2pix)((tem), (c), (fg), (bg));\
1468 unsigned char fg, unsigned char bg) in tem_safe_pix_bit2pix() argument
1485 fp(tem, c, fg, bg); in tem_safe_pix_bit2pix()
2157 tem_safe_get_color(struct tem_vt_state *tem, text_color_t *fg, in tem_safe_get_color() argument
2161 *fg = ansi_fg_to_solaris(tem, in tem_safe_get_color()
2166 *fg = ansi_fg_to_solaris(tem, in tem_safe_get_color()
/titanic_41/usr/src/cmd/ls/
H A Dls.c180 int fg; member
2886 (void) printf("\tfg: %d\n", c->fg); in dump_color()
2945 if (c->fg != -1) in ls_start_color()
2946 ls_tprint(lsc_setfg, c->fg, 0, 0, 0, 0, 0, 0, 0, 0); in ls_start_color()
3019 lsc_colors[lsc_ncolors].fg = -1; in new_color_entry()
3051 lsc_colors[lsc_ncolors].fg = color - 30; in new_color_entry()

12