Searched refs:path (Results 151 - 175 of 1464) sorted by relevance

1234567891011>>

/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/dtraceUtil/
H A Dtst.InvalidTraceName8.d.ksh40 echo expected one argument: '<'dtrace-path'>'
H A Dtst.InvalidTraceName9.d.ksh40 echo expected one argument: '<'dtrace-path'>'
H A Dtst.InvalidTraceProvider1.d.ksh41 echo expected one argument: '<'dtrace-path'>'
H A Dtst.InvalidTraceProvider2.d.ksh41 echo expected one argument: '<'dtrace-path'>'
H A Dtst.InvalidTraceProvider3.d.ksh41 echo expected one argument: '<'dtrace-path'>'
H A Dtst.InvalidTraceProvider4.d.ksh41 echo expected one argument: '<'dtrace-path'>'
H A Dtst.InvalidTraceProvider5.d.ksh41 echo expected one argument: '<'dtrace-path'>'
H A Dtst.ZeroFunctionProbes.d.ksh43 echo expected one argument: '<'dtrace-path'>'
H A Dtst.ZeroModuleProbes.d.ksh42 echo expected one argument: '<'dtrace-path'>'
H A Dtst.ZeroNameProbes.d.ksh42 echo expected one argument: '<'dtrace-path'>'
H A Dtst.ZeroProbesWithoutZ.d.ksh41 echo expected one argument: '<'dtrace-path'>'
H A Dtst.ZeroProviderProbes.d.ksh42 echo expected one argument: '<'dtrace-path'>'
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.killonerror.ksh29 echo expected one argument: '<'dtrace-path'>'
/freebsd-9.3-release/sys/i386/ibcs2/
H A Dibcs2_util.c46 * Search an alternate path before passing pathname arguments on
54 ibcs2_emul_find(struct thread *td, char *path, enum uio_seg pathseg, argument
58 return (kern_alternate_path(td, ibcs2_emul_path, path, pathseg, pbuf,
/freebsd-9.3-release/usr.bin/login/
H A Dlogin_fbtab.c38 absolute paths. A path that ends in "*" refers to all
41 If the tty argument (relative path) matches a login device
42 name (absolute path), the permissions of the devices in the
127 char *path; local
133 path = gl.gl_pathv[i];
135 if (chflags(path, 0) && errno != ENOENT && errno != EOPNOTSUPP)
136 syslog(LOG_ERR, "%s: chflags(%s): %m", table, path);
137 if (chmod(path, mask) && errno != ENOENT)
138 syslog(LOG_ERR, "%s: chmod(%s): %m", table, path);
139 if (chown(path, ui
[all...]
/freebsd-9.3-release/contrib/ofed/management/opensm/include/opensm/
H A Dosm_path.h54 * Declaration of path related objects.
84 uint8_t path[IB_SUBNET_PATH_HOPS_MAX]; member in struct:osm_dr_path
89 * Bind handle for port to which this path applies.
92 * The number of hops in this path.
94 * path
95 * The array of port numbers that comprise this path.
105 * This function constructs a directed route path object.
111 /* The first location in the path array is reserved. */
119 * [in] Pointer to a directed route path object to initialize.
122 * [in] Bind handle for the port on which this path applie
148 osm_dr_path_init(IN osm_dr_path_t * const p_path, IN const osm_bind_handle_t h_bind, IN const uint8_t hop_count, IN const uint8_t path[IB_SUBNET_PATH_HOPS_MAX]) argument
[all...]
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_helpers.h30 char *path; member in struct:wpa_dbus_object_desc
123 const char *path, const char *ifname,
128 const char *path);
131 const char *path, const char *interface,
138 const char *path);
141 const char *path, const char *interface,
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/examples/
H A Dwpas-dbus-new-signals.py31 for path in ifaces:
32 if_obj = bus.get_object(WPAS_DBUS_SERVICE, path)
89 def scanDone2(success, path=None):
90 print "Scan done: success=%s [path=%s]" % (success, path)
148 path = wpas.GetInterface(ifname)
149 if_obj = bus.get_object(WPAS_DBUS_SERVICE, path)
152 path_keyword='path')
157 path=path)
[all...]
/freebsd-9.3-release/usr.bin/locate/bigram/
H A Dlocate.bigram.c73 u_char *oldpath = buf1, *path = buf2; local
76 while (fgets(path, sizeof(buf2), stdin) != NULL) {
86 for (cp = path; *cp == *oldpath; cp++, oldpath++)
96 if (path == buf1) {
97 path = buf2;
100 path = buf1;
/freebsd-9.3-release/usr.sbin/ngctl/
H A Dconfig.c54 "config <path> [arguments]",
55 "get or set configuration of node at <path>",
66 char *path; local
73 path = av[1];
84 i = NgSendMsg(csock, path, NGM_GENERIC_COOKIE,
87 i = NgSendMsg(csock, path, NGM_GENERIC_COOKIE,
106 printf("No config available for \"%s\"\n", path);
108 printf("Config for \"%s\":\n%s\n", path, status);
/freebsd-9.3-release/contrib/gcc/
H A Dgenpeep.c91 /* Walk the insn's pattern, remembering at all times the path
130 match_rtx (rtx x, struct link *path, int fail_label)
153 print_path (path);
165 print_path (path);
174 print_path (path);
181 link.next = path;
197 print_path (path);
204 link.next = path;
220 print_path (path);
228 link.next = path;
128 match_rtx(rtx x, struct link *path, int fail_label) argument
325 print_path(struct link *path) argument
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dgdb_indent.sh13 for path in $paths
15 if test ! -n "${gindent}" -a -x ${path}/gindent
17 gindent=${path}/gindent
19 elif test ! -n "${indent}" -a -x ${path}/indent
21 indent=${path}/indent
/freebsd-9.3-release/sys/boot/i386/libi386/
H A Ddevicename.c37 static int i386_parsedev(struct i386_devdesc **dev, const char *devspec, const char **path);
41 * path in (devspec). If it contains an explicit device specification,
45 i386_getdev(void **vdev, const char *devspec, const char **path) argument
51 * If it looks like this is just a path and no
59 (path != NULL))
60 *path = devspec;
67 return(i386_parsedev(dev, devspec, path));
73 * text in (path).
85 i386_parsedev(struct i386_devdesc **dev, const char *devspec, const char **path) argument
115 err = disk_parsedev((struct disk_devdesc *)idev, np, path);
[all...]
/freebsd-9.3-release/usr.sbin/snapinfo/
H A Dsnapinfo.c42 void find_inum(char *path);
54 char *path; local
86 path = *argv;
89 * so let's do the same with the given path.
91 if (realpath(path, resolved) == NULL || /* can create full path */
96 path = resolved;
102 if (all || strcmp(path, mntbuf[n].f_mntonname) == 0) {
142 compare_function(const char *path, const struct stat *st, int flags, argument
149 printf("%s", path);
161 find_inum(char *path) argument
[all...]
/freebsd-9.3-release/contrib/groff/src/libs/libgroff/
H A Dsearchpath.cpp34 # define relocate(path) strsave(path)
125 char *path = relocate(origpath); local
128 fprintf(stderr, "trying `%s'\n", path);
130 FILE *fp = fopen(path, "r");
133 *pathp = path;
135 a_delete path; local
138 a_delete path; local
182 char *path = relocate(origpath); local
185 fprintf(stderr, "trying `%s'\n", path);
192 a_delete path; local
196 a_delete path; local
[all...]

Completed in 580 milliseconds

1234567891011>>