Searched refs:o_name (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/dtrace-118.1/libdtrace/
H A Ddt_options.c908 const char *o_name; member in struct:dt_option
1023 for (op = _dtrace_rtoptions; op->o_name != NULL; op++) {
1024 if (strcmp(op->o_name, opt) == 0) {
1030 for (op = _dtrace_drtoptions; op->o_name != NULL; op++) {
1031 if (strcmp(op->o_name, opt) == 0) {
1048 for (op = _dtrace_ctoptions; op->o_name != NULL; op++) {
1049 if (strcmp(op->o_name, opt) == 0)
1053 for (op = _dtrace_drtoptions; op->o_name != NULL; op++) {
1054 if (strcmp(op->o_name, opt) == 0)
1058 for (op = _dtrace_rtoptions; op->o_name !
[all...]
/macosx-10.9.5/diskdev_cmds-572.1.1/mount.tproj/
H A Dmount.c91 const char *o_name; member in struct:opt
485 (void)printf(", %s", o->o_name);
/macosx-10.9.5/remote_cmds-41.90.1/tftpd.tproj/
H A Dtftpd.c553 char *o_name; member in struct:tftp_options
601 for (op = options; op->o_name; op++) {
602 if (strcmp(op->o_name, option) == 0)
605 if (op->o_name) {
/macosx-10.9.5/NFS-81/nfsstat/
H A Dnfsstat.c1060 const char *o_name; member in struct:opt
1147 printf("%c%s", sep, o->o_name);
1154 printf("%c%s", sep, o->o_name);
/macosx-10.9.5/NFS-81/mount_nfs/
H A Dmount_nfs.c1958 const char *o_name; member in struct:opt
2016 printf(", %s", o->o_name);

Completed in 127 milliseconds