Searched refs:name (Results 101 - 125 of 6942) sorted by relevance

1234567891011>>

/freebsd-11.0-release/contrib/gdb/gdb/config/
H A Dtm-sysv4.h31 #define IN_SOLIB_CALL_TRAMPOLINE(pc, name) in_plt_section((pc), (name))
/freebsd-11.0-release/lib/libutil/
H A Dauth.c39 auth_getval(const char *name) argument
42 (void)name;
/freebsd-11.0-release/sys/arm/ti/twl/
H A Dtwl_vreg.h33 int twl_vreg_get_voltage(device_t dev, const char *name, int *millivolts);
34 int twl_vreg_set_voltage(device_t dev, const char *name, int millivolts);
/freebsd-11.0-release/tests/sys/geom/class/gate/
H A Dconf.sh4 name="$(mktemp -u gate.XXXXXX)"
/freebsd-11.0-release/contrib/ntp/scripts/rc/rc.d/
H A Dntpd9 name="ntpd"
11 command="/usr/sbin/${name}"
12 pidfile="/var/run/${name}.pid"
15 load_rc_config $name
/freebsd-11.0-release/usr.sbin/chown/tests/
H A Dchown-f_test.sh8 name="chown -f root:wheel file"
10 echo "ok 1 - $name # skip Test must not be uid 0."
16 echo "ok 1 - $name"
18 echo "not ok 1 - $name"
/freebsd-11.0-release/usr.sbin/ctm/ctm_rmail/
H A Derror.h4 extern void err_prog_name(char *name);
/freebsd-11.0-release/sys/compat/linuxkpi/common/include/linux/
H A Dmoduleparam.h54 #define LINUXKPI_PARAM_DESC(name) LINUXKPI_PARAM_CONCAT(linuxkpi_,LINUXKPI_PARAM_PREFIX,name,_desc)
55 #define LINUXKPI_PARAM_NAME(name) LINUXKPI_PARAM_CONCAT(LINUXKPI_PARAM_PREFIX,name,,)
57 #define LINUXKPI_PARAM_bool(name, var, perm) \
58 extern const char LINUXKPI_PARAM_DESC(name)[]; \
60 LINUXKPI_PARAM_NAME(name), LINUXKPI_PARAM_PERM(perm), &(var), 0, \
61 LINUXKPI_PARAM_DESC(name)))
63 #define LINUXKPI_PARAM_byte(name, var, perm) \
64 extern const char LINUXKPI_PARAM_DESC(name)[]; \
[all...]
/freebsd-11.0-release/contrib/ncurses/ncurses/trace/
H A Dlib_tracechr.c23 * Except as contained in this notice, the name(s) of the above copyright *
51 NCURSES_CONST char *name; local
57 name = safe_keyname(SP_PARM, ch);
58 if (name == 0 || *name == '\0')
59 name = "NULL";
61 "'%.30s' = %#03o", name, ch);
71 name = safe_unctrl(SP_PARM, (chtype) ch);
72 if (name == 0 || *name
[all...]
/freebsd-11.0-release/sys/powerpc/include/
H A Dmmuvar.h87 #define MMU_DEF(name, ident, methods, size) \
89 mmu_def_t name = { \
92 DATA_SET(mmu_set, name)
94 #define MMU_DEF_INHERIT(name, ident, methods, size, base1) \
96 static kobj_class_t name ## _baseclasses[] = \
98 mmu_def_t name = { \
99 ident, methods, size, name ## _baseclasses \
101 DATA_SET(mmu_set, name)
105 mmu_def_t name = { \
106 ident, methods, size, name ## _baseclasse
[all...]
/freebsd-11.0-release/sys/dev/fb/
H A Dsplashreg.h37 char *name; member in struct:image_decoder
49 #define SPLASH_DECODER(name, sw) \
50 static int name##_modevent(module_t mod, int type, void *data) \
63 static moduledata_t name##_mod = { \
64 #name, \
65 name##_modevent, \
68 DECLARE_MODULE(name, name##_mod, SI_SUB_DRIVERS, SI_ORDER_ANY); \
69 MODULE_DEPEND(name, splash, 1, 1, 1)
71 #define SAVER_MODULE(name, s
[all...]
/freebsd-11.0-release/contrib/apr-util/include/
H A Dapr_hooks.h65 * @param name The name of the hook
69 #define APR_HOOK_PROBE_ENTRY(ud,ns,name,args)
76 * @param name The name of the hook
81 #define APR_HOOK_PROBE_RETURN(ud,ns,name,rv,args)
88 * @param name The name of the hook
94 #define APR_HOOK_PROBE_INVOKE(ud,ns,name,src,args)
101 * @param name Th
[all...]
/freebsd-11.0-release/lib/libc/powerpc64/
H A DSYS.h13 * 3. Neither the name of the author nor the names of any contributors
36 #define _SYSCALL(name) \
39 li 0,(SYS_##name); \
42 #define SYSCALL(name) \
54 ENTRY(__sys_##name); \
55 WEAK_REFERENCE(__sys_##name, name); \
56 WEAK_REFERENCE(__sys_##name, _##name); \
57 _SYSCALL(name); \
[all...]
/freebsd-11.0-release/usr.bin/mail/
H A Dvars.c13 * 4. Neither the name of the University nor the names of its contributors
51 assign(const char *name, const char *value) argument
56 h = hash(name);
57 vp = lookup(name);
61 vp->v_name = vcopy(name);
108 value(const char *name) argument
112 if ((vp = lookup(name)) == NULL)
113 return (getenv(name));
123 lookup(const char *name) argument
127 for (vp = variables[hash(name)]; v
138 findgroup(char name[]) argument
152 printgroup(char name[]) argument
172 hash(const char *name) argument
[all...]
/freebsd-11.0-release/crypto/heimdal/lib/roken/
H A Dinitgroups.c17 * 3. Neither the name of the Institute nor the names of its contributors
39 initgroups(const char *name, gid_t basegid) argument
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Host/netbsd/
H A DThisThread.cpp21 ThisThread::SetName(llvm::StringRef name) argument
23 HostNativeThread::SetName(::pthread_self(), name); local
27 ThisThread::GetName(llvm::SmallVectorImpl<char> &name) argument
29 HostNativeThread::GetName(::pthread_self(), name); local
/freebsd-11.0-release/etc/rc.d/
H A Daddswap15 name="addswap"
23 load_rc_config $name
H A Dgssd12 name=gssd
16 load_rc_config $name
H A Dhastd13 name="hastd"
16 pidfile="/var/run/${name}.pid"
17 command="/sbin/${name}"
29 load_rc_config $name
H A Dipmon13 name="ipmon"
16 command="/sbin/${name}"
25 err 1 "${name} requires either ipfilter or ipnat enabled"
33 load_rc_config $name
H A Dipropd_slave12 name=ipropd_slave
13 rcvar=${name}_enable
15 start_precmd=${name}_start_precmd
31 load_rc_config $name
H A Dkadmind12 name=kadmind
14 rcvar=${name}_enable
16 start_precmd=${name}_start_precmd
28 load_rc_config $name
H A Dkdc13 name=kdc
15 rcvar=${name}_enable
16 start_precmd=${name}_start_precmd
28 load_rc_config $name
H A Dkpasswdd12 name=kpasswdd
14 rcvar=${name}_enable
16 start_precmd=${name}_start_precmd
28 load_rc_config $name
/freebsd-11.0-release/lib/lib80211/
H A Dlib80211_ioctl.h12 * 3. The name of The Aerospace Corporation may not be used to endorse or
63 extern int lib80211_get80211(int s, const char *name, int type, void *data,
65 extern int lib80211_get80211len(int s, const char *name, int type, void *data,
67 extern int lib80211_get80211val(int s, const char *name, int type, int *val);
68 extern int lib80211_set80211(int s, const char *name, int type, int val,

Completed in 213 milliseconds

1234567891011>>