HomeSort by: relevance | last modified time | path
    Searched refs:om (Results 1 - 5 of 5) sorted by relevancy

  /src/sbin/ifconfig/
parse.c 119 match_setenv(const struct match *im, struct match *om, const char *key,
123 om->m_env = prop_dictionary_create();
125 om->m_env = prop_dictionary_copy(im->m_env);
127 if (om->m_env == NULL)
130 if (key != NULL && !prop_dictionary_set(om->m_env, key, o))
138 prop_object_release((prop_object_t)om->m_env);
139 om->m_env = NULL;
147 pstr_match(const struct parser *p, const struct match *im, struct match *om,
173 if (match_setenv(im, om, ps->ps_key, o) == -1)
176 om->m_argidx = argidx
    [all...]
  /src/usr.sbin/sysinst/
msg.mbr.fr 53 La g�om�trie du disque doit �tre pr�cis�e.
61 {Sysinst n'a pas pu d�terminer automatiquement la g�om�trie utilis�e par le
63 La g�om�trie physique est %d cylindres %d secteurs %d t�tes\n}
67 la g�om�trie utilis�e par le BIOS soit de %d cylindres, %d secteurs et %d t�tes\n}
70 { g�om r�elle : %d cylindres, %d t�tes, %d secteurs (pour information)\n}
73 { g�om fdisk : %d cylindres, %d t�tes, %d secteurs \n}
  /src/usr.bin/telnet/
authenc.c 95 int om = globalmode; local in function:telnet_gets
109 TerminalNewMode(om);
  /src/sys/dev/onewire/
onewire_subr.c 108 const struct onewire_matchfam *om; local in function:onewire_matchbyfam
111 for (i = 0, om = fams; i < nent; i++, om++)
112 if (ONEWIRE_ROM_FAMILY_TYPE(oa->oa_rom) == om->om_type)
  /src/sbin/sysctl/
sysctl.c 2633 mode_t om, mm; local in function:mode_bits
2686 om = (mode_t)o;
2694 strmode(om, buf);
2695 rc = snprintf(outbuf, sizeof(outbuf), "%04o (%s)", om, buf + 1);

Completed in 13 milliseconds