Searched refs:fg (Results 1 - 25 of 26) sorted by relevance

12

/illumos-gate/usr/src/cmd/cmd-inet/lib/netcfgd/
H A Dnetcfgd.c53 static boolean_t fg = B_FALSE; variable
64 if (fg) {
89 if (!fg)
153 fg = B_TRUE;
163 if (!fg)
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_mech_tabs.c415 crypto_func_group_t fg = mech_info->cm_func_group_mask; local
418 if (fg & CRYPTO_FG_DIGEST || fg & CRYPTO_FG_DIGEST_ATOMIC)
420 else if (fg & CRYPTO_FG_ENCRYPT || fg & CRYPTO_FG_DECRYPT ||
421 fg & CRYPTO_FG_ENCRYPT_ATOMIC ||
422 fg & CRYPTO_FG_DECRYPT_ATOMIC)
424 else if (fg & CRYPTO_FG_MAC || fg & CRYPTO_FG_MAC_ATOMIC)
426 else if (fg
[all...]
H A Dkcf_sched.c352 * structure. mech2 is also initialized in case of a dual operation. fg
362 crypto_mechanism_t **mech2, crypto_func_group_t *fg)
379 *fg = (optype == KCF_OP_INIT) ? CRYPTO_FG_DIGEST :
389 *fg = (optype == KCF_OP_INIT) ? CRYPTO_FG_MAC :
401 *fg = CRYPTO_FG_SIGN;
404 *fg = CRYPTO_FG_SIGN_ATOMIC;
408 *fg = CRYPTO_FG_SIGN_RECOVER_ATOMIC;
420 *fg = CRYPTO_FG_VERIFY;
423 *fg = CRYPTO_FG_VERIFY_ATOMIC;
427 *fg
361 can_resubmit(kcf_areq_node_t *areq, crypto_mechanism_t **mech1, crypto_mechanism_t **mech2, crypto_func_group_t *fg) argument
503 crypto_func_group_t fg; local
[all...]
H A Dkcf_callprov.c189 crypto_func_group_t fg)
198 IS_FG_SUPPORTED(prov_chain, fg)) {
225 kcf_provider_desc_t *old, kcf_provider_desc_t **new, crypto_func_group_t fg)
277 if (!is_valid_provider_for_mech(provider, me, fg)) {
353 if (!is_valid_provider_for_mech(old, me, fg)) {
517 * The fg input argument is used as a search criterion to pick a provider.
531 crypto_func_group_t fg, size_t data_size)
574 (!IS_FG_SUPPORTED(mdesc, fg)) ||
586 if (!IS_FG_SUPPORTED(prov_chain, fg) ||
619 if (!IS_FG_SUPPORTED(mdesc, fg) ||
188 is_valid_provider_for_mech(kcf_provider_desc_t *pd, kcf_mech_entry_t *me, crypto_func_group_t fg) argument
223 kcf_get_hardware_provider(crypto_mech_type_t mech_type_1, crypto_key_t *key1, crypto_mech_type_t mech_type_2, crypto_key_t *key2, kcf_provider_desc_t *old, kcf_provider_desc_t **new, crypto_func_group_t fg) argument
529 kcf_get_mech_provider(crypto_mech_type_t mech_type, crypto_key_t *key, kcf_mech_entry_t **mepp, int *error, kcf_prov_tried_t *triedl, crypto_func_group_t fg, size_t data_size) argument
[all...]
/illumos-gate/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
[all...]
/illumos-gate/usr/src/cmd/sh/
H A Djobs.c188 * to exit, but needs to wait until the fg job
207 * Wait on fg job until wait succeeds
224 statjob(struct job *jp, int stat, int fg, int rc) argument
233 if (!fg && jp->j_jid) {
244 if (fg) {
267 if (!fg || jp->j_xval != SIGINT) {
274 if (!fg && jp->j_jid) {
279 if (fg) {
412 restartjob(struct job *jp, int fg) argument
423 if (fg) {
684 makejob(int monitor, int fg) argument
850 int fg; local
868 restartjob(str2job(cmd, *argv, 1), fg); local
[all...]
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dvid_puts.c143 short fg, bg; local
153 } else if (pair_content(pair, &fg, &bg) == OK) {
156 tparm(set_foreground, (long) fg,
164 set_a_foreground, (long) fg,
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dvid_puts.c147 short fg, bg; local
153 } else if (pair_content(pair, &fg, &bg) == OK) {
155 (void) TPUTS(tparm(set_a_foreground, (long) fg,
159 (void) TPUTS(tparm(set_foreground, (long) fg,
/illumos-gate/usr/src/cmd/cmd-inet/lib/ipmgmtd/
H A Dipmgmt_main.c475 boolean_t fg = B_FALSE; local
487 fg = B_TRUE;
495 if (!fg && getenv("SMF_FMRI") == NULL) {
502 if (!fg && !ipmgmt_daemonize())
/illumos-gate/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);
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dmain.c55 boolean_t fg = B_FALSE; variable
349 fg = B_TRUE;
360 if (!fg)
/illumos-gate/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
3421 frgroup_t *fg, **fgp; local
3453 frgroup_t *fg; local
3480 frgroup_t *fg; local
4392 frgroup_t *fg; local
5078 frgroup_t *fg; local
5107 frgroup_t *fg; local
7267 frgroup_t *fg; local
[all...]
/illumos-gate/usr/src/uts/common/crypto/api/
H A Dkcf_sign.c259 crypto_call_req_t *crq, crypto_func_group_t fg)
272 list, fg, data->cd_length)) == NULL) {
303 if (fg == CRYPTO_FG_SIGN_ATOMIC)
313 kcf_op_type_t op = ((fg == CRYPTO_FG_SIGN_ATOMIC) ?
257 sign_sr_atomic_common(crypto_mechanism_t *mech, crypto_key_t *key, crypto_data_t *data, crypto_ctx_template_t tmpl, crypto_data_t *signature, crypto_call_req_t *crq, crypto_func_group_t fg) argument
H A Dkcf_verify.c261 crypto_call_req_t *crq, crypto_func_group_t fg)
274 list, fg, data->cd_length)) == NULL) {
305 if (fg == CRYPTO_FG_VERIFY_ATOMIC)
316 kcf_op_type_t op = ((fg == CRYPTO_FG_VERIFY_ATOMIC) ?
259 verify_vr_atomic_common(crypto_mechanism_t *mech, crypto_key_t *key, crypto_data_t *data, crypto_ctx_template_t tmpl, crypto_data_t *signature, crypto_call_req_t *crq, crypto_func_group_t fg) argument
H A Dkcf_miscapi.c618 crypto_func_group_t fg = pmd->pm_mech_info.cm_func_group_mask; local
630 if (fg & (CRYPTO_FG_ENCRYPT | CRYPTO_FG_ENCRYPT_ATOMIC))
632 if (fg & (CRYPTO_FG_DECRYPT | CRYPTO_FG_DECRYPT_ATOMIC))
634 if (fg & (CRYPTO_FG_MAC | CRYPTO_FG_MAC_ATOMIC))
/illumos-gate/usr/src/uts/common/disp/
H A Dts.c2192 proc_t *leader, *fg, *bg; local
2251 for (fg = (proc_t *)pgfind(fg_pgid); fg != NULL; fg = fg->p_pglink) {
2255 if (fg->p_stat == SIDL) {
2263 if (fg->p_pid == fg->p_sessp->s_sid) {
2268 "group on:proc %p", fg);
2271 if (mutex_tryenter(&fg
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dflock.c232 struct flock_globals *fg; local
242 fg = flk_get_globals();
243 return (fg->flk_lockmgr_status);
953 struct flock_globals *fg; local
956 fg = kmem_alloc(sizeof (*fg), KM_SLEEP);
957 fg->flk_lockmgr_status = FLK_LOCKMGR_UP;
959 fg->lockmgr_status[i] = FLK_LOCKMGR_UP;
960 return (fg);
967 struct flock_globals *fg local
1347 struct flock_globals *fg; local
2463 struct flock_globals *fg; local
3599 struct flock_globals *fg; local
4004 wakeup_sleeping_lockmgr_locks(struct flock_globals *fg) argument
4039 unlock_lockmgr_granted(struct flock_globals *fg) argument
[all...]
/illumos-gate/usr/src/uts/intel/sys/
H A Dpromif.h106 extern void prom_framebuffer_getcolors(int *fg, int *bg);
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dsched_impl.h106 #define IS_FG_SUPPORTED(mdesc, fg) \
107 (((mdesc)->pm_mech_info.cm_func_group_mask & (fg)) != 0)
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dvidconsole.c62 void write_char(int c, int fg, int bg);
63 void scroll_up(int rows, int fg, int bg);
256 * clear the window. fg and bg are attributes for the new lines
/illumos-gate/usr/src/uts/common/io/
H A Dtem.c42 * activated, fg/bg colors of these characters, and other control
215 text_color_t fg; local
245 tem_safe_get_color(ptem, &fg, &bg, TEM_ATTR_SCREEN_REVERSE);
249 ptem->tvs_fg_buf[(i * width +j) * tc_size] = fg;
H A Dtem_safe.c210 #define tem_safe_callback_bit2pix(tem, c, fg, bg) { \
212 (void) (*tems.ts_callbacks->tsc_bit2pix)((tem), (c), (fg), (bg));\
1518 unsigned char fg, unsigned char bg)
1535 fp(tem, c, fg, bg);
2211 tem_safe_get_color(struct tem_vt_state *tem, text_color_t *fg, argument
2215 *fg = ansi_fg_to_solaris(tem,
2220 *fg = ansi_fg_to_solaris(tem,
1517 tem_safe_pix_bit2pix(struct tem_vt_state *tem, unsigned char c, unsigned char fg, unsigned char bg) argument
/illumos-gate/usr/src/cmd/ls/
H A Dls.c180 int fg; member in struct:__anon823
2886 (void) printf("\tfg: %d\n", c->fg);
2945 if (c->fg != -1)
2946 ls_tprint(lsc_setfg, c->fg, 0, 0, 0, 0, 0, 0, 0, 0);
3019 lsc_colors[lsc_ncolors].fg = -1;
3051 lsc_colors[lsc_ncolors].fg = color - 30;
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dvdbe.c205 int fg = pStack->flags; local
206 if( fg & MEM_Real ){
208 }else if( fg & MEM_Int ){
228 int fg = pStack->flags; local
230 if( (fg & MEM_Str)==0 ){
233 assert( (fg & MEM_Dyn)==0 );
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c2622 crypto_func_group_t fg; local
2650 fg = CRYPTO_FG_ENCRYPT;
2652 fg = CRYPTO_FG_DECRYPT;
2662 CRYPTO_MECH_INVALID, NULL, sp->sd_provider, &real_provider, fg))
3871 crypto_func_group_t fg; local
3903 fg = CRYPTO_FG_SIGN;
3906 fg = CRYPTO_FG_VERIFY;
3909 fg = CRYPTO_FG_SIGN_RECOVER;
3912 fg = CRYPTO_FG_VERIFY_RECOVER;
3924 fg)) !
[all...]

Completed in 144 milliseconds

12