Searched refs:name (Results 201 - 225 of 6534) sorted by relevance

1234567891011>>

/freebsd-10.2-release/sys/ofed/include/linux/
H A Dlockdep.h38 #define lockdep_set_class_and_name(lock, key, name)
/freebsd-10.2-release/etc/rc.d/
H A Dnatd12 name="natd"
14 command="/sbin/${name}"
15 pidfile="/var/run/${name}.pid"
42 load_rc_config $name
H A Droute6d12 name="route6d"
19 load_rc_config $name
H A Drouted12 name="routed"
20 load_rc_config $name
H A Dapm13 name="apm"
16 command="/usr/sbin/${name}"
45 load_rc_config $name
/freebsd-10.2-release/contrib/ntp/sntp/libopts/
H A Dnested.c60 add_string(void ** pp, char const * name, size_t nm_len,
64 add_bool(void ** pp, char const * name, size_t nm_len,
68 add_number(void ** pp, char const * name, size_t nm_len,
72 add_nested(void ** pp, char const * name, size_t nm_len,
76 scan_name(char const * name, tOptionValue * res);
82 scan_xml_name(char const * name, size_t * nm_len, tOptionValue * val);
171 * Associate a name with either a string or no value.
174 * @param[in] name the name of the "suboption"
175 * @param[in] nm_len the length of the name
182 add_string(void ** pp, char const * name, size_t nm_len, char const * val, size_t d_len) argument
235 add_bool(void ** pp, char const * name, size_t nm_len, char const * val, size_t d_len) argument
276 add_number(void ** pp, char const * name, size_t nm_len, char const * val, size_t d_len) argument
313 add_nested(void ** pp, char const * name, size_t nm_len, char * val, size_t d_len) argument
342 scan_name(char const * name, tOptionValue * res) argument
473 scan_xml_name(char const * name, size_t * nm_len, tOptionValue * val) argument
747 optionLoadNested(char const * text, char const * name, size_t nm_len) argument
[all...]
/freebsd-10.2-release/contrib/netbsd-tests/sys/rc/
H A Dh_args.sh41 name="h_args"
42 rcvar="${name}"
63 load_rc_config "${name}"
/freebsd-10.2-release/contrib/tcp_wrappers/
H A Dhosts_ctl.c4 * access control checker. The host name and user name arguments should be
24 int hosts_ctl(daemon, name, addr, user)
26 char *name;
34 RQ_CLIENT_NAME, name,
/freebsd-10.2-release/crypto/heimdal/lib/gssapi/ntlm/
H A Dinquire_cred_by_mech.c17 * 3. Neither the name of the Institute nor the names of its contributors
41 gss_name_t * name,
49 if (name)
50 *name = GSS_C_NO_NAME;
37 _gss_ntlm_inquire_cred_by_mech( OM_uint32 * minor_status, const gss_cred_id_t cred_handle, const gss_OID mech_type, gss_name_t * name, OM_uint32 * initiator_lifetime, OM_uint32 * acceptor_lifetime, gss_cred_usage_t * cred_usage ) argument
/freebsd-10.2-release/crypto/heimdal/lib/roken/
H A Dgethostname.c17 * 3. Neither the name of the Institute nor the names of its contributors
44 * Return the local host's name in "name", up to "namelen" characters.
45 * "name" will be null-terminated if "namelen" is big enough.
51 gethostname(char *name, int namelen) argument
61 strlcpy (name, utsname.nodename, namelen);
65 strlcpy (name, "some.random.host", namelen);
/freebsd-10.2-release/contrib/openpam/lib/libpam/
H A Dopenpam_features.c13 * 3. The name of the author may not be used to endorse or promote
40 #define STRUCT_OPENPAM_FEATURE(name, descr, dflt) \
41 [OPENPAM_##name] = { \
42 "OPENPAM_" #name, \
/freebsd-10.2-release/lib/libc/gen/
H A Dsysctlnametomib.c43 sysctlnametomib(const char *name, int *mibp, size_t *sizep) argument
52 error = sysctl(oid, 2, mibp, sizep, name, strlen(name));
/freebsd-10.2-release/contrib/netbsd-tests/fs/ffs/
H A Dffs_common.sh40 local name="${1}"; shift
44 atf_test_case "${name}" cleanup
46 eval "${name}_head() { \
50 eval "${name}_body() { \
55 eval "${name}_cleanup() { \
61 tests="${tests} ${name}"
66 local name="${1}"; shift
70 atf_test_case "${name}" cleanup
72 eval "${name}_head() { \
77 eval "${name}_bod
[all...]
/freebsd-10.2-release/cddl/contrib/opensolaris/tools/ctf/common/
H A Dsymbol.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
35 ignore_symbol(GElf_Sym *sym, const char *name) argument
50 if (strcmp(name, "_START_") == 0 || strcmp(name, "_END_") == 0)
/freebsd-10.2-release/contrib/ipfilter/lib/
H A Dfindword.c12 wordtab_t *findword(words, name)
14 char *name;
19 if (!strcmp(name, w->w_word))
H A Dgeticmptype.c10 int geticmptype(family, name)
12 char *name;
17 if (!strcmp(name, i->it_name)) {
/freebsd-10.2-release/bin/pkill/tests/
H A Dpgrep-U_test.sh8 name="pgrep -U <uid>"
17 echo "ok 1 - $name"
19 echo "not ok 1 - $name"
24 name="pgrep -U <user>"
33 echo "ok 2 - $name"
35 echo "not ok 2 - $name"
H A Dpgrep-_g_test.sh8 name="pgrep -G <gid>"
17 echo "ok 1 - $name"
19 echo "not ok 1 - $name"
24 name="pgrep -G <group>"
33 echo "ok 2 - $name"
35 echo "not ok 2 - $name"
H A Dpgrep-g_test.sh8 name="pgrep -g <pgrp>"
17 echo "ok 1 - $name"
19 echo "not ok 1 - $name"
24 name="pgrep -g 0"
32 echo "ok 2 - $name"
34 echo "not ok 2 - $name"
H A Dpgrep-s_test.sh8 name="pgrep -s <sid>"
17 echo "ok 1 - $name"
19 echo "not ok 1 - $name"
24 name="pgrep -s 0"
32 echo "ok 2 - $name"
34 echo "not ok 2 - $name"
H A Dpkill-U_test.sh8 name="pkill -U <uid>"
18 echo "ok 1 - $name"
21 echo "not ok 1 - $name"
26 name="pkill -U <user>"
36 echo "ok 2 - $name"
39 echo "not ok 2 - $name"
H A Dpkill-_g_test.sh8 name="pkill -G <gid>"
18 echo "ok 1 - $name"
21 echo "not ok 1 - $name"
26 name="pkill -G <group>"
36 echo "ok 2 - $name"
39 echo "not ok 2 - $name"
H A Dpkill-g_test.sh8 name="pkill -g <pgrp>"
18 echo "ok 1 - $name"
21 echo "not ok 1 - $name"
26 name="pkill -g 0"
35 echo "ok 2 - $name"
38 echo "not ok 2 - $name"
H A Dpkill-s_test.sh8 name="pkill -s <sid>"
18 echo "ok 1 - $name"
21 echo "not ok 1 - $name"
26 name="pkill -s 0"
35 echo "ok 2 - $name"
38 echo "not ok 2 - $name"
/freebsd-10.2-release/sys/cddl/compat/opensolaris/sys/
H A Ddnlc.h34 #define dnlc_lookup(dvp, name) (NULL)
35 #define dnlc_update(dvp, name, vp) do { } while (0)
36 #define dnlc_remove(dvp, name) do { } while (0)

Completed in 241 milliseconds

1234567891011>>